[asterisk-bugs] [JIRA] Updated: (ASTERISK-17057) [patch] Nokia disconnects (error 104), missing SMSSRC and unicode SMS support

Denes Magyar (JIRA) noreply at issues.asterisk.org
Mon Aug 13 08:24:07 CDT 2012


     [ https://issues.asterisk.org/jira/browse/ASTERISK-17057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Denes Magyar updated ASTERISK-17057:
------------------------------------

    Attachment: asterisk-1.8.15-chan_mobile_fix.patch

Updated version for 1.8.15 - including addr.rc_channel patch for 3.x kernels.

> [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.
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list