All,

I'm running CVS-HEAD as of 15thJune with an x100p and the x100p callerid patch. I'm trying to use app_sms to recieve sms to my landline but get the following response.

Any ideas.

-- Executing NoOp("Zap/1-1", "Testing without Answer 08005875290") in new stack
   -- Executing GotoIf("Zap/1-1", "0?s|5") in new stack
   -- Executing GotoIf("Zap/1-1", "1?s|7") in new stack
   -- Goto (pstn-inbound,s,7)
   -- Executing Goto("Zap/1-1", "sms-in|s|1") in new stack
   -- Goto (sms-in,s,1)
   -- Executing Answer("Zap/1-1", "") in new stack
   -- Executing Wait("Zap/1-1", "1") in new stack
   -- Executing SMS("Zap/1-1", "default|a") in new stack
   -- SMS TX 93 00 6D
   -- SMS RX 93 00 6D
   -- SMS TX 94 00 6C
   -- SMS TX 92 01 FF 6E
   -- SMS TX 92 01 FF 6E
 == Spawn extension (sms-in, s, 3) exited non-zero on 'Zap/1-1'
   -- Hungup 'Zap/1-1'

And nothing in my /var/spool/asterisk.

extensions.conf
[sms-in]
exten => s,1,Answer
exten => s,2,Wait(1)
exten => s,3,SMS(default|a)
exten => s,4,Hangup

[pstn-inbound]
exten => s,1,Noop(Testing without Answer ${CALLERIDNUM})
exten => s,2,GotoIf($["${CALLERIDNUM}" = ""]?s|5)
exten => s,3,GotoIf($["${CALLERIDNUM}" = "08005875290"]?s,7)
exten => s,4,Dial(SIP/2204&SIP/2205,30,w)
exten => s,5,Voicemail(u2204)
exten => s,6,Hangup
exten => s,7,Goto(sms-in,s,1)
exten => fax,1,SetVar(FAXFILE=/tmp/faxfor-${EXTEN}-${TIMESTAMP}.tif)
exten => fax,2,rxfax(${FAXFILE})
exten => fax,3,Hangup

_______________________________________________
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