Author: tilghman
Date: Mon Jul 30 13:45:09 2007
New Revision: 77784

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

................
r77783 | tilghman | 2007-07-30 13:43:55 -0500 (Mon, 30 Jul 2007) | 10 lines

Merged revisions 77782 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r77782 | tilghman | 2007-07-30 13:40:54 -0500 (Mon, 30 Jul 2007) | 2 lines

Revert change in revision 71656, even though it fixed a bug, because many 
people were depending upon the (broken) behavior.

........

................

Modified:
    trunk/   (props changed)
    trunk/res/res_agi.c

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

Modified: trunk/res/res_agi.c
URL: 
http://svn.digium.com/view/asterisk/trunk/res/res_agi.c?view=diff&rev=77784&r1=77783&r2=77784
==============================================================================
--- trunk/res/res_agi.c (original)
+++ trunk/res/res_agi.c Mon Jul 30 13:45:09 2007
@@ -1103,7 +1103,8 @@
        }
        fdprintf(agi->fd, "200 result=%d\n", res);
 
-       return res >= 0 ? RESULT_SUCCESS : RESULT_FAILURE;
+       /* Even though this is wrong, users are depending upon this result. */
+       return res;
 }
 
 static int handle_setcallerid(struct ast_channel *chan, AGI *agi, int argc, 
char **argv)


_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

svn-commits mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/svn-commits

Reply via email to