[Asterisk-Users] Robbed Bit T1 Configuration

mattf mattf at vicimarketing.com
Fri Jul 23 20:21:28 MST 2004


Hello,

Receiving that is just fine, you just need to get used to wildcards in
extensions.conf

Here's what we use:

exten => _*NXXNXXXXXX*4101*,1,Ringing
exten => _*NXXNXXXXXX*4101*,2,Answer

if it is a local T1 you will also need to add this:
exten => _**4101*,1,Ringing
exten => _**4101*,2,Answer
(because you can dial a local number without sending CID but you can't on a
800 number)

and so on...

Hope this helps.

MATT---



-----Original Message-----
From: Paul Egger [mailto:paul at egger.org]
Sent: Friday, July 23, 2004 6:13 PM
To: 'asterisk-users at lists.digium.com'
Subject: RE: [Asterisk-Users] Robbed Bit T1 Configuration


Matt,

Thank you for your response.  When we configure for E&M instead of featd, we
can see Asterisk receive the *ANI*DNIS (in debug) however, it then attempts
to match the received ANI/DNIS to an extension and we receive:
Unknown extension '*1231231234*1234' in context 'default' requested

If we configure for featd, Asterisk correctly routes the DNIS to extension
1234.  Is there something that I'm missing?

Paul
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users at lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



More information about the asterisk-users mailing list