I have a 1751 with a BRI Wic, I would like it to pass incoming calls to Asterisk.

 

After spending a lot of time on this, I cannot get it to work. I can see the incoming call and the callerID, yet the router doesn’t seem to pass the call to asterisk.

 

In SIP.conf

 

[213.137.185.150]

context=incoming

type=friend

host=213.137.185.150

dtmfmode=rfc2833

disallow=all

allow=ulaw

allow=alaw

 

In extensions.conf – incoming context:

 

123456789 is an example of our phone number.

 

exten => 123456789,1,Wait(1)

exten => 123456789,2,Dial(SIP/5011,15)

exten => 123456789,3,VoiceMail(u${5011})

exten => 123456789,4,Congestion

exten => 123456789,102,Hangup

 

Can anyone provide me a working config with BRI and a 1751.

 

We are in UK.

 

 

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to