Displaying 1 result from an estimated 1 matches for "imsi262422146099205".
2012 May 29
1
unable to create channel of type 'SIP'
...t am I doing wrong that's making the phones
not able to register?
Below is my Asterisk configuration.
Jacob
#/etc/asterisk/sip.conf
[general]
context=sip-external
#...
[IMSI262428511722625]
callerid=2012
canreinvite=no
type=friend
context=sip-external
allow=gsm
host=dynamic
dtmfmode=info
[IMSI262422146099205]
callerid=2013
canreinvite=no
type=friend
context=sip-external
allow=gsm
host=dynamic
dtmfmode=info
#/etc/asterisk/extensions.conf
[macro-dialGSM]
exten => s,1,Dial(SIP/${ARG1})
exten => s,2,Goto(s-${DIALSTATUS},1)
exten => s-CANCEL,1,Hangup
exten => s-NOANSWER,1,Hangup
exten => s-...