[asterisk-commits] file: trunk r98220 - in /trunk: ./ apps/app_followme.c

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


Author: file
Date: Fri Jan 11 11:27:58 2008
New Revision: 98220

URL: http://svn.digium.com/view/asterisk?view=rev&rev=98220
Log:
Merged revisions 98219 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r98219 | file | 2008-01-11 13:22:53 -0400 (Fri, 11 Jan 2008) | 4 lines

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:
    trunk/   (props changed)
    trunk/apps/app_followme.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

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




More information about the asterisk-commits mailing list