[asterisk-bugs] [JIRA] (ASTERISK-21661) SMS delvery to VoIP mobile

sermj2012 (JIRA) noreply at issues.asterisk.org
Sat Apr 20 08:14:01 CDT 2013


sermj2012 created ASTERISK-21661:
------------------------------------

             Summary: SMS delvery to VoIP mobile
                 Key: ASTERISK-21661
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21661
             Project: Asterisk
          Issue Type: Improvement
      Security Level: None
          Components: Applications/app_sms
    Affects Versions: 11.3.0, 11.4.0
         Environment: I am working on asterisk 11.4.0 rc1 for SIP messaging. And VoIP mobile is SWP-1000 which is using KEYWESOFT SIP Agent V3.1. its a VoIP Wi-Fi phone. 
            Reporter: sermj2012
            Severity: Minor


I have incorporated some code in to the asterisk extensions.conf. But based on the code i am able to send the message from voip mobile to the SIP/SIMPLE client while i am unable to receive . And also i am unable to send SMS from VoIP mobile to VoIP mobile.

I am enclosing the code below: 

exten => _X.,1,NoOp(Incoming SMS from ${CALLERID(num)})
exten => _X.,n,Answer
exten => _X.,n,NoOp(To ${MESSAGE(to)})
exten => _X.,n,NoOp(From ${MESSAGE(from)})
exten => _X.,n,Set(SMSINRAW=${MESSAGE(body)})
exten => _X.,n,Set(SMSIN=${URIENCODE(${SMSINRAW})})
exten => _X.,n,Set(ACTUALTO=${CUT(MESSAGE(to),@,1)})
exten => _X.,n,ExecIf($["${ACTUALTO}" != "sip:${EXTEN}"]?Set(ACTUALTO=sip:${EXTEN}))
exten => _X.,n,MessageSend(${ACTUALTO},${MESSAGE(from)})
exten => _X.,n,NoOp(Send status is ${MESSAGE_SEND_STATUS})
exten => _X.,n,Hangup()

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list