[Home]

Summary:ASTERISK-21661: SMS delvery to VoIP mobile
Reporter:sermj2012 (sermj2012)Labels:
Date Opened:2013-04-20 08:13:58Date Closed:2013-04-22 09:49:27
Priority:MinorRegression?
Status:Closed/CompleteComponents:Applications/app_sms
Versions:11.3.0 11.4.0 Frequency of
Occurrence
Related
Issues:
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. Attachments:
Description: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}
Comments:By: Matt Jordan (mjordan) 2013-04-22 09:49:21.067-0500

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.