[asterisk-bugs] [Asterisk 0018414]: [patch] Nokia disconnects (error 104), missing SMSSRC and unicode SMS support
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Jan 31 12:30:45 CST 2011
The following issue is now READY FOR TESTING.
======================================================================
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:
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-01-31 12:30 CST
======================================================================
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.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2011-01-31 12:30 lmadsen Status new => ready for
testing
======================================================================
More information about the asterisk-bugs
mailing list