[asterisk-bugs] [Asterisk 0018414]: [patch] Nokia disconnects (error 104), missing SMSSRC and unicode SMS support
Asterisk Bug Tracker
noreply at bugs.digium.com
Sun Apr 10 10:59:13 CDT 2011
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=18414
======================================================================
Reported By: fpoison
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 18414
Category: Addons/chan_mobile
Reproducibility: always
Severity: minor
Priority: normal
Status: ready for testing
Asterisk Version: SVN
JIRA: SWP-3009
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): 1.8
SVN Revision (number only!): 292122
Request Review:
======================================================================
Date Submitted: 2010-12-03 06:42 CST
Last Modified: 2011-04-10 10:59 CDT
======================================================================
Summary: [patch] Nokia disconnects (error 104), missing
SMSSRC and unicode SMS support
Description:
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.
======================================================================
----------------------------------------------------------------------
(0133578) ulcha (reporter) - 2011-04-10 10:59
https://issues.asterisk.org/view.php?id=18414#c133578
----------------------------------------------------------------------
Please, test and include this patch! Now i have to patch manually in every
upgrade.
I have tested with:
Nokia 7390 and several other Nokia's
Siemens / Benq EF81.
Without patch Nokia's (other phones seems unaffected) goes to lunch after
~ 1 day and connection has to be restarted manually, with patch system is
usable for weeks.
Issue History
Date Modified Username Field Change
======================================================================
2011-04-10 10:59 ulcha Note Added: 0133578
======================================================================
More information about the asterisk-bugs
mailing list