[asterisk-bugs] [JIRA] (ASTERISK-17057) [patch] Nokia disconnects (error 104), missing SMSSRC and unicode SMS support
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Tue Jan 15 22:12:45 CST 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-17057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=201591#comment-201591 ]
Matt Jordan commented on ASTERISK-17057:
----------------------------------------
As it is, both ASTERISK-19153 and ASTERISK-16822 have patches for the SMSSRC value which is slightly more intuitive than the SMSSRC fix in this patch (puts a {{break;}} for the {{case 1}}). That patch has now been committed, so the portion of this patch that fixes the SMSSRC issue should not be applied.
> [patch] Nokia disconnects (error 104), missing SMSSRC and unicode SMS support
> -----------------------------------------------------------------------------
>
> Key: ASTERISK-17057
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-17057
> Project: Asterisk
> Issue Type: Bug
> Components: Addons/chan_mobile
> Reporter: Denes Magyar
> Severity: Minor
> Attachments: asterisk-1.8.15-chan_mobile_fix.patch, chan_mobile-6021disc-smsnumber-hexsms-patch-GOOD.txt, chan_mobile-6021disc-smsnumber-hexsms-patch.txt
>
>
> I'm currently running asterisk 1.8.0 checked out from SVN. Tried chan_mobile to act as an SMS gateway but first noticed that the phone disconnect after evey hangup and reconnects after a while (<20 sec). I've found the cause and created a patch for it.
> Also as I'm living in an UTF-8 country :) I needed to transfer unicode characters. I've put together some code for that - although not native PDU mode (so length is limited to 70 chars in using unicode) but using HEX mode. There's a new application called MobileSendHEXSms with the exact same parameter list as the original application which would handle direct HEX transfers.
> You'll need to pass ASCII representation of big-endian HEX bytes as message in order for this to work. (eg: MobileSendHEXSms(GW1,+36301234567,0621067806D20674))
> I'll work on full PDU support (including concat SMS messages) in the coming weeks.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list