Displaying 2 results from an estimated 2 matches for "_907nxxxxxxxx".
Did you mean:
_0nxxxxxxxx
2004 May 24
2
Newbie extensions.conf I need to include [SMS] context.
I want to include a new context in my exensions.conf
I have read this page http://www.voip-info.org/wiki-Asterisk+howto+dial+plan
and I can sort of follow it?!
I have a context [local] that I know zapata.conf points to, I have edited
extensions.conf and put in my phone, sip and iax extensions. I want to add
an sms context.
I understand that all calls go through my [local] context and I have
2004 May 25
0
Question IAX and SIP bound to different IP's on the same * box
...gt; _9011.,2,Congestion
>
>[trunkld]
>exten => _90XXXNXXXXXX,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
>exten => _90XXXNXXXXXX,2,Congestion
>
>[trunklocal]
>exten => _9NXXXXXX,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
>exten => _9NXXXXXX,2,Congestion
>
>exten => _907NXXXXXXXX,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
>exten => _907NXXXXXXXX,2,Congestion
>
>[trunktollfree]
>exten => _90800NXXXXX,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
>exten => _90800NXXXXX,2,Congestion
>
>[international]
>ignorepat => 9
>include => longdistance
>in...