Displaying 3 results from an estimated 3 matches for "_80058752".
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 Jun 08
3
SMS in the UK
2004 May 25
0
Question IAX and SIP bound to different IP's on the same * box
...exts
>
>[smsdial] ; create and send a text message, expects
number+message
>and
>connect to 17094009
>exten = _X.,1,SMS(${CALLERIDNUM},,${EXTEN},${CALLERIDNAME})
>exten = _X.,2,SMS(${CALLERIDNUM})
>exten = _X.,3,Hangup
>
>and
>
>[incoming]
>exten = _XXXXXX/_8005875290,1,SMS(${EXTEN:3},a)
>exten = _XXXXXX/_8005875290,2,System(/usr/lib/asterisk/smsin
${EXTEN:3})
>exten = _XXXXXX/_80058752[0-8]0,1,SMS(${EXTEN:3}${CALLERIDNUM:8:1},a)
>exten = _XXXXXX/_80058752[0-8]0,2,System(/usr/lib/asterisk/smsin
>${EXTEN:3}${CALLERIDNUM:8:1})
>exten = _XXXXXX/_8...