Name some String & variable manipulation command you can use in your Dialplan (extensions.conf)?
james_winston 08-August-2008 04:17:24 PM

Comments


String & variable manipulation

* ImportVar: Set variable to value
* Math: Perform (rather simple) calculations. Deprecated in favor of MATH.
* SetGlobalVar: Set variable to value. Deprecated in favor of Asterisk func global.
* Set: Set channel variable(s) or function value(s)
* DBRewrite: Execute perl compatible regular expression and substitution out of a MySQL Database.
Posted by sagitraz


ImportVar: Set variable to value
Math: Perform (rather simple) calculations. Deprecated in favor of MATH.
SetGlobalVar: Set variable to value. Deprecated in favor of GLOBAL.
Set: Set channel variable(s) or function value(s)
DBRewrite: Execute perl compatible regular expression and substitution out of a MySQL Database.

Posted by william



Posted: 11-August-2008 03:10:17 PM By: william

ImportVar: Set variable to value
Math: Perform (rather simple) calculations. Deprecated in favor of MATH.
SetGlobalVar: Set variable to value. Deprecated in favor of GLOBAL.
Set: Set channel variable(s) or function value(s)
DBRewrite: Execute perl compatible regular expression and substitution out of a MySQL Database.

Posted: 26-August-2008 11:09:42 PM By: sagitraz

String & variable manipulation

* ImportVar: Set variable to value
* Math: Perform (rather simple) calculations. Deprecated in favor of MATH.
* SetGlobalVar: Set variable to value. Deprecated in favor of Asterisk func global.
* Set: Set channel variable(s) or function value(s)
* DBRewrite: Execute perl compatible regular expression and substitution out of a MySQL Database.