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

Modified Files:
        extensions.conf.sample 
Log Message:
use Set instead of SetVar in the sample so that we don't get warnings when
running the demo :-)


Index: extensions.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/extensions.conf.sample,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- extensions.conf.sample      26 Jul 2005 16:29:55 -0000      1.45
+++ extensions.conf.sample      27 Jul 2005 05:45:52 -0000      1.46
@@ -343,8 +343,8 @@
 ;
 exten => s,1,Wait,1                    ; Wait a second, just for fun
 exten => s,n,Answer                    ; Answer the line
-exten => s,n,SetVar(TIMEOUT(digit)=5)  ; Set Digit Timeout to 5 seconds
-exten => s,n,SetVar(TIMEOUT(response)=10)      ; Set Response Timeout to 10 
seconds
+exten => s,n,Set(TIMEOUT(digit)=5)     ; Set Digit Timeout to 5 seconds
+exten => s,n,Set(TIMEOUT(response)=10) ; Set Response Timeout to 10 seconds
 exten => s,n(restart),BackGround(demo-congrats)        ; Play a congratulatory 
message
 exten => s,n(instruct),BackGround(demo-instruct)       ; Play some instructions
 exten => s,n,WaitExten         ; Wait for an extension to be dialed.
@@ -352,7 +352,7 @@
 exten => 2,1,BackGround(demo-moreinfo) ; Give some more information.
 exten => 2,n,Goto(s,instruct)
 
-exten => 3,1,SetVar(LANGUAGE()=fr)             ; Set language to french
+exten => 3,1,Set(LANGUAGE()=fr)                ; Set language to french
 exten => 3,n,Goto(s,restart)                   ; Start with the congratulations
 
 exten => 1000,1,Goto(default,s,1)

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to