[asterisk-commits] murf: branch 1.6.0 r174439 - /branches/1.6.0/apps/app_rpt.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Feb 9 23:06:43 CST 2009


Author: murf
Date: Mon Feb  9 23:06:43 2009
New Revision: 174439

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=174439
Log:
For some strange reason, I didn't think 1.6.0 needed
this fix. I was wrong. Here it is.


Modified:
    branches/1.6.0/apps/app_rpt.c

Modified: branches/1.6.0/apps/app_rpt.c
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.0/apps/app_rpt.c?view=diff&rev=174439&r1=174438&r2=174439
==============================================================================
--- branches/1.6.0/apps/app_rpt.c (original)
+++ branches/1.6.0/apps/app_rpt.c Mon Feb  9 23:06:43 2009
@@ -7070,7 +7070,7 @@
 		if (chan->_state != AST_STATE_UP) {
 			ast_answer(chan);
 		}
-		return AST_PBX_KEEPALIVE;
+		return 0;
 	}
 	rpt_mutex_lock(&myrpt->lock);
 	/* if remote, error if anyone else already linked */




More information about the asterisk-commits mailing list