[svn-commits] twilson: branch 1.4 r160411 - /branches/1.4/res/res_features.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Dec 2 17:58:09 CST 2008
Author: twilson
Date: Tue Dec 2 17:58:08 2008
New Revision: 160411
URL: http://svn.digium.com/view/asterisk?view=rev&rev=160411
Log:
Channel is masqueraded, don't keep alive
Modified:
branches/1.4/res/res_features.c
Modified: branches/1.4/res/res_features.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/res/res_features.c?view=diff&rev=160411&r1=160410&r2=160411
==============================================================================
--- branches/1.4/res/res_features.c (original)
+++ branches/1.4/res/res_features.c Tue Dec 2 17:58:08 2008
@@ -756,7 +756,7 @@
/* We return non-zero, but tell the PBX not to hang the channel when
the thread dies -- We have to be careful now though. We are responsible for
hanging up the channel, else it will never be hung up! */
- return (transferer == peer) ? AST_PBX_KEEPALIVE : AST_PBX_NO_HANGUP_PEER_PARKED;
+ return 0;
} else {
ast_log(LOG_WARNING, "Unable to park call %s\n", transferee->name);
}
More information about the svn-commits
mailing list