[Asterisk-cvs] asterisk pbx.c,1.218,1.219

kpfleming at lists.digium.com kpfleming at lists.digium.com
Fri Apr 1 13:46:37 CST 2005


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

Modified Files:
	pbx.c 
Log Message:
revert previous commit... was the wrong fix (my first oops)


Index: pbx.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx.c,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -d -r1.218 -r1.219
--- pbx.c	1 Apr 2005 19:24:29 -0000	1.218
+++ pbx.c	1 Apr 2005 19:39:58 -0000	1.219
@@ -4835,13 +4835,6 @@
 				ast_cdr_start(chan->cdr);
 			}
 
-			if (variable) {
-				tmp = ast_strdupa(variable);
-				for (var = strtok_r(tmp, "|", &tmp); var; var = strtok_r(NULL, "|", &tmp)) {
-					pbx_builtin_setvar( chan, var );
-				}
-			}
-
 			if (chan->_state == AST_STATE_UP) {
 					res = 0;
 				if (option_verbose > 3)




More information about the svn-commits mailing list