[asterisk-addons-commits] mnicholson: trunk r866 - /trunk/channels/chan_mobile.c
SVN commits to the Asterisk addons project
asterisk-addons-commits at lists.digium.com
Tue Apr 14 13:31:08 CDT 2009
Author: mnicholson
Date: Tue Apr 14 13:31:04 2009
New Revision: 866
URL: http://svn.digium.com/svn-view/asterisk-addons?view=rev&rev=866
Log:
Use the AT+CNMI code from previous version of chan moble.
(closes issue #14879)
Reported by: jongerenchaos
Modified:
trunk/channels/chan_mobile.c
Modified: trunk/channels/chan_mobile.c
URL: http://svn.digium.com/svn-view/asterisk-addons/trunk/channels/chan_mobile.c?view=diff&rev=866&r1=865&r2=866
==============================================================================
--- trunk/channels/chan_mobile.c (original)
+++ trunk/channels/chan_mobile.c Tue Apr 14 13:31:04 2009
@@ -2258,7 +2258,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=3,1,0,0,0\r");
}
/*!
More information about the asterisk-addons-commits
mailing list