[asterisk-commits] file: branch 1.4 r98219 - /branches/1.4/apps/app_followme.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Jan 11 11:22:54 CST 2008


Author: file
Date: Fri Jan 11 11:22:53 2008
New Revision: 98219

URL: http://svn.digium.com/view/asterisk?view=rev&rev=98219
Log:
Ensure the return value of ast_bridge_call is passed back up as the application return value. This is needed for transfers to function so the PBX core knows to continue execution.
(closes issue #10327)
Reported by: kkiely

Modified:
    branches/1.4/apps/app_followme.c

Modified: branches/1.4/apps/app_followme.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_followme.c?view=diff&rev=98219&r1=98218&r2=98219
==============================================================================
--- branches/1.4/apps/app_followme.c (original)
+++ branches/1.4/apps/app_followme.c Fri Jan 11 11:22:53 2008
@@ -1048,7 +1048,6 @@
 			pbx_builtin_setvar_helper(caller, "ANSWEREDTIME", toast);
 			if (outbound)
 				ast_hangup(outbound);
-			res = 1;
 		}
 	}
 	outrun:




More information about the asterisk-commits mailing list