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

Matt Jordan (JIRA) noreply at issues.asterisk.org
Mon Apr 22 09:50:02 CDT 2013


    [ https://issues.asterisk.org/jira/browse/ASTERISK-21661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=205541#comment-205541 ] 

Matt Jordan commented on ASTERISK-21661:
----------------------------------------

Thanks for your comments. This does not appear to be a bug report and we are closing it. We appreciate the difficulties you are facing, but it would make more sense to raise your question in the support tracker, http://www.asterisk.org/support.


                
> 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: 
> {noformat}
> 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()
> {noformat}

--
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