[asterisk-bugs] [Asterisk 0014879]: SMS support for Motorola phones
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Apr 14 13:31:05 CDT 2009
The following issue has been RESOLVED.
======================================================================
http://bugs.digium.com/view.php?id=14879
======================================================================
Reported By: jongerenchaos
Assigned To: mnicholson
======================================================================
Project: Asterisk
Issue ID: 14879
Category: Addons/chan_mobile
Reproducibility: have not tried
Severity: feature
Priority: normal
Status: resolved
Asterisk Version: SVN
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!):
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2009-04-11 10:17 CDT
Last Modified: 2009-04-14 13:31 CDT
======================================================================
Summary: SMS support for Motorola phones
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.
======================================================================
----------------------------------------------------------------------
(0103234) svnbot (reporter) - 2009-04-14 13:31
http://bugs.digium.com/view.php?id=14879#c103234
----------------------------------------------------------------------
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 http://bugs.digium.com/view.php?id=14879)
Reported by: jongerenchaos
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk-addons?view=rev&revision=866
Issue History
Date Modified Username Field Change
======================================================================
2009-04-14 13:31 svnbot Note Added: 0103234
2009-04-14 13:31 svnbot Status assigned => resolved
2009-04-14 13:31 svnbot Resolution open => fixed
======================================================================
More information about the asterisk-bugs
mailing list