Example - Configuring DID to ring some Device

From KolmiSoft Wiki

Jump to: navigation, search

Contents

[edit] Primary situation

[edit] We have:

  • DID - external number provided by some Provider: 02180995165
  • Number is from UK
  • Connection to provider is via IAX2, IP: 23.45.67.89:4569
  • Devices we have: SIP/201 and SIP/201

[edit] We want:

  • Dial DID (02180995165) using our mobile phone and ring Device SIP/201

Image:dstrd1-1.png

  • Dial DID (02180995165) using local Device SIP/202 and ring Device SIP/201 (local SIP-SIP call not going to PSTN)

Image:dstrd1-2.png


[edit] Configuration

[edit] Plan

  1. Configure Localization for Provider
  2. Create Provider
  3. Register Provider
  4. Create Devices SIP/201 and SIP/202
  5. Create/Configure DID


[edit] Configure Localization for Provider

As DID is not in E164 format, we must configure MOR to handle that.

That means that DID from provider comes in non-E164 format: 02180995165

We must create Location for this provider and add rule to it.

We create Location: UK and add rule to convert non-E164 DID to E164 DID: 02180995165 -> 4402180995165

Image:dsfd3.png


[edit] Create Provider

Create Provider in MOR GUI (no need to edit any of .conf files!!!)

Do not forget to set Location: UK for this Provider.


[edit] Register Provider

IF your Provider asks you to register, register it in /etc/asterisk/iax.conf (or sip.conf if you connect to your Provider via SIP).


[edit] Create Devices SIP/201 and SIP/202

Create Devices as usual (no need to edit any of .conf files!!!)

DO NOT forget to set Location: UK for these Devices.



[edit] Create/Configure DID

[edit] Create DID in E164 format

Image:dsfd4.png

[edit] Reserve this DID to your User

Image:dsfd5.png

[edit] Assign DID to Device SIP/201

Image:dsfd6.png


That's it.

Personal tools