[asterisk-commits] murf: branch 1.6.1 r174437 - in /branches/1.6.1: ./ apps/app_rpt.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Feb 9 22:57:40 CST 2009
Author: murf
Date: Mon Feb 9 22:57:40 2009
New Revision: 174437
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=174437
Log:
Merged revisions 174435 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r174435 | murf | 2009-02-09 21:49:02 -0700 (Mon, 09 Feb 2009) | 8 lines
This patch removes the use of AST_PBX_KEEPALIVE
from app_rpt.c.
(closes issue #14435)
Reported by: D_McNaul
........
Modified:
branches/1.6.1/ (props changed)
branches/1.6.1/apps/app_rpt.c
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.1/apps/app_rpt.c
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.1/apps/app_rpt.c?view=diff&rev=174437&r1=174436&r2=174437
==============================================================================
--- branches/1.6.1/apps/app_rpt.c (original)
+++ branches/1.6.1/apps/app_rpt.c Mon Feb 9 22:57:40 2009
@@ -13664,7 +13664,7 @@
donodelog(myrpt,str);
}
if (!phone_mode) send_newkey(chan);
- return AST_PBX_KEEPALIVE;
+ return 0;
}
/* well, then it is a remote */
rpt_mutex_lock(&myrpt->lock);
More information about the asterisk-commits
mailing list