login | register
Tue 07 of Oct, 2008 [18:07 UTC]

voip-info.org

Discuss [3] History

Asterisk tips did

Created by: oej,Last modification on Thu 05 of Jan, 2006 [10:17 UTC] by Brain

Asterisk Howto: Configure your DID lines


The telco configures how many digits of the telephone number dialled by the caller is sent down to your PBX. Some connections, PRI or BRI, send all digits and some only the part that distincts the number from others, like the four last digits. (note: this can be set to 0).

You need to have an exten entry in extensions.conf that matches the number of digits the telco is sending. You should be able to see this from the command line interface with a couple of verbose flags.

If you are using zap channels, in zapata.conf make sure that immediate=no and with BRI/PRI zap channels set overlapdial=yes . If it is set to immediate=yes then Asterisk will not wait for the telco to send the digits and will do a match with the 's' extension.

Example

When we had a E&M wink T1, the telco sent 4 digits of the phone number,
This meant our exten line looked like;
  exten => 1212,1,answer

Now we have a PRI with full 10 digits passed and have the following exten entry;

  exten => 6155551212,1,answer

See also



Comments

Comments Filter
222

333Using DID with Analog TDM cards

by sbambakidis, Tuesday 01 of August, 2006 [19:42:13 UTC]
Hi all,
I was wondering, is this implying that DID lines will work with Analog TDM cards like the WCTDM2400? I have a 4 lines with 10 DID numbers, and am wondering if I need to have them switched over the standard POTS lines.
Much thanks.

222

333Using DID with Analog TDM cards

by sbambakidis, Tuesday 01 of August, 2006 [16:58:44 UTC]
Hi all,
I was wondering, is this implying that DID lines will work with Analog TDM cards like the WCTDM2400? I have a 4 lines with 10 DID numbers, and am wondering if I need to have them switched over the standard POTS lines.
Much thanks.

222

333Using DID with Analog TDM cards

by sbambakidis, Tuesday 01 of August, 2006 [16:56:16 UTC]
Hi all,
I was wondering, is this implying that DID lines will work with Analog TDM cards like the WCTDM2400? I have a 4 lines with 10 DID numbers, and am wondering if I need to have them switched over the standard POTS lines.
Much thanks.