[asterisk-commits] murf: trunk r174435 - /trunk/apps/app_rpt.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Feb 9 22:49:02 CST 2009


Author: murf
Date: Mon Feb  9 22:49:02 2009
New Revision: 174435

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=174435
Log:
This patch removes the use of AST_PBX_KEEPALIVE
from app_rpt.c.


(closes issue #14435)
Reported by: D_McNaul


Modified:
    trunk/apps/app_rpt.c

Modified: trunk/apps/app_rpt.c
URL: http://svn.digium.com/svn-view/asterisk/trunk/apps/app_rpt.c?view=diff&rev=174435&r1=174434&r2=174435
==============================================================================
--- trunk/apps/app_rpt.c (original)
+++ trunk/apps/app_rpt.c Mon Feb  9 22:49:02 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