[svn-commits] mnicholson: trunk r883 - /trunk/channels/chan_mobile.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Apr 22 10:22:05 CDT 2009


Author: mnicholson
Date: Wed Apr 22 10:22:01 2009
New Revision: 883

URL: http://svn.digium.com/svn-view/asterisk-addons?view=rev&rev=883
Log:
added more debugging messages

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=883&r1=882&r2=883
==============================================================================
--- trunk/channels/chan_mobile.c (original)
+++ trunk/channels/chan_mobile.c Wed Apr 22 10:22:01 2009
@@ -2909,6 +2909,9 @@
 		case AT_CIND_TEST:
 			ast_debug(1, "[%s] CIND test sent successfully\n", pvt->id);
 
+			ast_debug(2, "[%s] call: %d\n", pvt->id, pvt->hfp->cind_map.call);
+			ast_debug(2, "[%s] callsetup: %d\n", pvt->id, pvt->hfp->cind_map.callsetup);
+
 			if (hfp_send_cind(pvt->hfp) || msg_queue_push(pvt, AT_CIND, AT_CIND)) {
 				ast_debug(1, "[%s] error requesting CIND state\n", pvt->id);
 				goto e_return;




More information about the svn-commits mailing list