[svn-commits] mnicholson: branch 1.6.2 r944 - in /branches/1.6.2: ./ channels/chan_mobile.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jun 3 18:52:10 CDT 2009


Author: mnicholson
Date: Wed Jun  3 18:52:06 2009
New Revision: 944

URL: http://svn.asterisk.org/svn-view/asterisk-addons?view=rev&rev=944
Log:
Merged revisions 943 via svnmerge from 
https://origsvn.digium.com/svn/asterisk-addons/trunk

........
  r943 | mnicholson | 2009-06-03 18:49:04 -0500 (Wed, 03 Jun 2009) | 8 lines
  
  Fix sms support by setting the correct mode for receiving messages.
  
  (closes issue #15236)
  Reported by: Artem
  Patches:
        sms.patch uploaded by Artem (license 800)
  Tested by: Artem
........

Modified:
    branches/1.6.2/   (props changed)
    branches/1.6.2/channels/chan_mobile.c

Propchange: branches/1.6.2/
------------------------------------------------------------------------------
--- trunk-merged (original)
+++ trunk-merged Wed Jun  3 18:52:06 2009
@@ -1,1 +1,1 @@
-/trunk:1-907,910,926-927,933
+/trunk:1-907,910,926-927,933,943

Modified: branches/1.6.2/channels/chan_mobile.c
URL: http://svn.asterisk.org/svn-view/asterisk-addons/branches/1.6.2/channels/chan_mobile.c?view=diff&rev=944&r1=943&r2=944
==============================================================================
--- branches/1.6.2/channels/chan_mobile.c (original)
+++ branches/1.6.2/channels/chan_mobile.c Wed Jun  3 18:52:06 2009
@@ -2346,7 +2346,7 @@
  */
 static int hfp_send_cnmi(struct hfp_pvt *hfp)
 {
-	return rfcomm_write(hfp->rsock, "AT+CNMI=2,1,0,1,0\r");
+	return rfcomm_write(hfp->rsock, "AT+CNMI=2,1,0,0,0\r");
 }
 
 /*!




More information about the svn-commits mailing list