[Asterisk-cvs] asterisk pbx.c,1.188,1.189

anthm at lists.digium.com anthm at lists.digium.com
Tue Dec 28 15:36:44 CST 2004


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv14089

Modified Files:
	pbx.c 
Log Message:
fix transfer goto issue

Index: pbx.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx.c,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -d -r1.188 -r1.189
--- pbx.c	23 Dec 2004 15:11:46 -0000	1.188
+++ pbx.c	28 Dec 2004 20:31:37 -0000	1.189
@@ -3882,7 +3882,7 @@
 			ast_explicit_goto(tmpchan,
 							  (context && !ast_strlen_zero(context)) ? context : chan->context,
 							  (exten && !ast_strlen_zero(exten)) ? exten : chan->exten,
-							  priority - 1);
+							  priority);
 
 			/* Masquerade into temp channel */
 			ast_channel_masquerade(tmpchan, chan);




More information about the svn-commits mailing list