[Home]

Summary:ASTERISK-13940: SMS support for Motorola phones
Reporter:jongerenchaos (jongerenchaos)Labels:
Date Opened:2009-04-11 10:17:29Date Closed:2009-07-15 13:26:28
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Addons/chan_mobile
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) chanmobile2.txt
Description:The motorola phone doesn't accept the command at+CNMI=2,1,0,1,0 for using the SMS feature (receiving SMS).
But with an older version of chan_mobile i change the command at+CNMI=3,1,0,0,0 and i can receive some messages, because the phone has the following commands to accept:

at+cnmi=??
+CNMI: (0,3),(0-2),(0),(0),(0)

When i use:
at+cnmi=3,1,0,0,0
OK
I get the following message back if i receive an SMS message on this phone
+CMTI: "MT",213
at

When i use:
at+cnmi=3,2,0,0,0
OK

I get the following binary message back:
+CMT: ,40
07911326060032F0040B911346497113F100119040116115038018D27ABA4D07A5E7A072D90D629F

My question: Can we reproduce the chan_mobile module to accept also messages with phones whon't accept at+CNMI=2,1,0,1,0??

And maybe that we can add the feature to send binary SMS, for example operator logos and SMSpictures.
Comments:By: Digium Subversion (svnbot) 2009-04-14 13:31:05

Repository: asterisk-addons
Revision: 866

U   trunk/channels/chan_mobile.c

------------------------------------------------------------------------
r866 | mnicholson | 2009-04-14 13:31:04 -0500 (Tue, 14 Apr 2009) | 5 lines

Use the AT+CNMI code from previous version of chan moble.

(closes issue ASTERISK-13940)
Reported by: jongerenchaos

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk-addons?view=rev&revision=866