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

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jun 1 16:17:29 CDT 2009


Author: mnicholson
Date: Mon Jun  1 16:17:24 2009
New Revision: 940

URL: http://svn.asterisk.org/svn-view/asterisk-addons?view=rev&rev=940
Log:
Send progress when mobile accepts dialed number.

(closes issue #15235)
Reported by: Artem
Patches:
      progress.patch uploaded by Artem (license 800)

Modified:
    trunk/channels/chan_mobile.c

Modified: trunk/channels/chan_mobile.c
URL: http://svn.asterisk.org/svn-view/asterisk-addons/trunk/channels/chan_mobile.c?view=diff&rev=940&r1=939&r2=940
==============================================================================
--- trunk/channels/chan_mobile.c (original)
+++ trunk/channels/chan_mobile.c Mon Jun  1 16:17:24 2009
@@ -2981,6 +2981,7 @@
 			ast_debug(1, "[%s] dial sent successfully\n", pvt->id);
 			pvt->needchup = 1;
 			pvt->outgoing = 1;
+			mbl_queue_control(pvt, AST_CONTROL_PROGRESS);
 			break;
 		case AT_CHUP:
 			ast_debug(1, "[%s] successful hangup\n", pvt->id);




More information about the svn-commits mailing list