Displaying 5 results from an estimated 5 matches for "17094009".
2004 Jun 08
3
SMS in the UK
2005 Mar 29
1
Asterisk SMS configuration
...SMS from here - I presume there are other
ones for Orange, etc. but I don't have one of those phones to check.
My incoming sms block is just:
[sms_in]
exten => s,1,SMS(sms,a)
exten => s,2,NoOp
exten => s,3,Hangup
Outgoing is fine.. eg. smsq 0000 reset:
-- Zap/1-1 answered Local/17094009@default-99f8,2
> Channel Local/17094009@default-99f8,1 was answered.
> Lauching SMS(0) on Local/17094009@default-99f8,1
-- SMS RX 93 00 6D
-- SMS TX 91 0F 01 02 05 81 00 00 F0 00 F1 05 F2 F2 BC 4C 07 FE
-- SMS TX 92 01 FF 6E
-- SMS RX 95 09 01 00 50 30 62 1...
2004 May 24
2
Newbie extensions.conf I need to include [SMS] context.
...tensions.conf and include
[smsdial] into the [local] context? I have read a page on extensions.conf
parsing, would I include [smsdial] at the end of [local]?
Please help, cos I have to do the same for [fax].
[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
_________________________________________________________________
Use MSN Messenger to send music and pics to your friends
http://www.msn.co.uk/messenger
2007 Dec 26
1
smsq, Zaptel in UK
...a
TDM400P card with a pair of FXO interfaces configured (ZAP/1 & ZAP/2).
I've not had luck with either of my lines, after issuing the command
"smsq --motx-channel=ZAP/1/1709400X 00000 register". I see the
following output in my Asterisk console:
-- Attempting call on ZAP/1/17094009 for application SMS(0) (Retry
1)
-- Hungup 'Zap/1-1'
[Dec 26 18:17:07] NOTICE[526]: pbx_spool.c:341 attempt_thread: Call
failed to go through, reason (1) Hangup
It keeps retrying with the same message as above until giving up. It
doesn't seem to make any difference whether I s...
2004 May 25
0
Question IAX and SIP bound to different IP's on the same * box
...is made
to
>/usr/lib/asterisk/smsin and I can't find that file.
>
>
>I know that [local] is executed first and it includes other contexts. I
>need to add these two contexts
>
>[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...