[Asterisk-cvs] asterisk/configs extensions.conf.sample,1.35,1.36

markster at lists.digium.com markster at lists.digium.com
Wed Jan 12 23:10:57 CST 2005


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

Modified Files:
	extensions.conf.sample 
Log Message:
Implement eswitch for evalulating variables at runtime (bug #3168)


Index: extensions.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/extensions.conf.sample,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- extensions.conf.sample	24 Oct 2004 02:53:24 -0000	1.35
+++ extensions.conf.sample	13 Jan 2005 05:14:56 -0000	1.36
@@ -254,6 +254,12 @@
 ; be substituted in the switch routine itself)
 ;
 ; lswitch => Loopback/12${EXTEN}@othercontext
+;
+; An "eswitch" is like a switch but the evaluation of
+; variable substitution is performed at runtime before
+; being passed to the switch routine.
+;
+; eswitch => IAX2/context@${CURSERVER}
 
 [macro-stdexten];
 ;




More information about the svn-commits mailing list