Quantcast
Channel: VOIP-info.org Page Changes
Viewing all articles
Browse latest Browse all 2667

Asterisk variables

$
0
0
Diff from version 134 to 135 (current)

@@ -92,8 +92,8 @@

 
 Using it with the EVAL() function is very useful. I.e. if you want to record you can do this:
 
- exten => 104,1,Set(file=${EVAL(${MY_VAR})})
- exten => 104,2,MixMonitor(${file})
+ exten => 104,1,Set(filename=${EVAL(${MY_VAR})})
+ exten => 104,2,MixMonitor(${filename})
 
 
 !Predefined Channel Variables
UserCommentTimeVersion
goae2014-02-24 23:19135

Viewing all articles
Browse latest Browse all 2667

Trending Articles