[svn-commits] mnicholson: branch mnicholson/chan-mobile-refactor r807 - /team/mnicholson/ch...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Mar 13 11:47:37 CDT 2009


Author: mnicholson
Date: Fri Mar 13 11:47:34 2009
New Revision: 807

URL: http://svn.digium.com/svn-view/asterisk-addons?view=rev&rev=807
Log:
make order in at_msg2str match order of at_message_t enum

Modified:
    team/mnicholson/chan-mobile-refactor/channels/chan_mobile.c

Modified: team/mnicholson/chan-mobile-refactor/channels/chan_mobile.c
URL: http://svn.digium.com/svn-view/asterisk-addons/team/mnicholson/chan-mobile-refactor/channels/chan_mobile.c?view=diff&rev=807&r1=806&r2=807
==============================================================================
--- team/mnicholson/chan-mobile-refactor/channels/chan_mobile.c (original)
+++ team/mnicholson/chan-mobile-refactor/channels/chan_mobile.c Fri Mar 13 11:47:34 2009
@@ -1819,8 +1819,6 @@
 		return "AT+CMTI";
 	case AT_CMGR:
 		return "AT+CMGR";
-	case AT_CMGS:
-		return "AT+CMGS";
 	case AT_SMS_PROMPT:
 		return "SMS PROMPT";
 	/* at commands */
@@ -1832,6 +1830,8 @@
 		return "AT+CHUP";
 	case AT_CKPD:
 		return "AT+CKPD";
+	case AT_CMGS:
+		return "AT+CMGS";
 	case AT_VGM:
 		return "AT+VGM";
 	case AT_VGS:




More information about the svn-commits mailing list