[asterisk-bugs] [Asterisk 0018414]: [patch] Nokia disconnects (error 104), missing SMSSRC and unicode SMS support

Asterisk Bug Tracker noreply at bugs.digium.com
Fri Dec 3 06:42:22 CST 2010


The following issue has been SUBMITTED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=18414 
====================================================================== 
Reported By:                fpoison
Assigned To:                mnicholson
====================================================================== 
Project:                    Asterisk
Issue ID:                   18414
Category:                   Addons/chan_mobile
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
Asterisk Version:           1.8.0 
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:              2010-12-03 06:42 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               
====================================================================== 
2010-12-03 06:42 fpoison        SVN Revision (number only!) => 292122          
======================================================================




More information about the asterisk-bugs mailing list