Asterisk Dialplan varriable
eduguru 0 Comments %d%m%Y-%H:%M:%S)}) ${DIALEDPEERNAME}: Name of the called party. Broken for now, %Y%m%d-%H%M%S)}) ${TRANSFERCAPABILITY}: Type of Channel ${TXTCIDNAME}: Result of application TXTCIDName (see below) ${UNIQUEID}: Current call unique identifier ${TOUCH_MONITOR}: used for "one touch re, 1, 2, 3, and wW dial flags). If is set on either side of the call then that var contains the app_args for app_monitor otherwise the default of WAV||m is used ${TOUCH_MONITOR_PREFIX}: used for "one touch record, and wW dial flags). This set Prefix to ${TOUCH_MONITOR} default: auto "New in 1.8" Application-specific variables Some applications take extra input or provide output using channel variables. AgentCal, are case sensitive. Note: Several of these builtin variables have been converted to functions in 1.2, Asterisk Dialplan varriable, Caller ID that redirected the call. Limitations apply, DIALSTATUS seems to have been removed. Now you should use the DEVSTATE function. Try in astersisk console "core show function DEVSTATE" for more informations) ${DNID}: Dialed Number Identifier. Limita, exten => 100, extra channel variables are available. ${ARG1}: The first argument passed to the macro ${ARG2}: The second argument passed to the macro (and so on) ${MACRO_CONTEXT}: The context of the extension that , for example) should be aware of this). ${CALLINGPRES}: PRI Call ID Presentation variable for incoming calls (See callingpres ) ${CHANNEL}: Current channel name ${CONTEXT}: The name of the current cont, if specified - see Asterisk billing (DEPRECATED in 1.2.0 and removed in 1.4. Use ${CDR(accountcode)} ${ANSWEREDTIME}: This is the amount of time(in seconds) for actual call. ${BLINDTRANSFER}: The acti, in contrast to user-defined variables, instead use :${STRFTIME(${EPOCH}, it was DEPRECATED in 1.2.0 and removed in 1.4. (Note: this is not necessarily numeric as the name would indicate and can legitimately contain the space character. Commands acting on this variable (suc, it was DEPRECATED in 1.2.0 and removed in 1.4. ${CALLERID(num)}: The current Caller ID number - ${CALLERIDNUM} was used in versions of Asterisk prior to 1.2.0, MixMonitor(${filename}) Predefined Channel Variables There are some channel variables set by Asterisk that you can refer to in your dialplan definitions. Asterisk-defined variables, NoOp(${LEN(${Fruit})}) The first NoOp would show a value of 5 (the length of the string "fruit"). The second NoOp would show a value of 4 (the length of the string "pear"). This is an excellent way to, NoOp(${LEN(Fruit)}) exten => 100, see DIALEDPEERNAME ${DIALEDPEERNUMBER}: Number of the called party. Broken for now, see DIALEDPEERNUMBER ${DIALEDTIME}: Time since the number was dialed (only works when dialed party answers the line?!) ${DIALSTATUS}: Status of the call. See DIALSTATUS (note: In the current SVN relea, see DNID ${EPOCH}: The current UNIX-style epoch (number of seconds since 1 Jan 1970) ${EXTEN}: The current extension - cannot be modified with the set command- just use the GoTo to change the EXTEN va, see RDNIS ${SIPDOMAIN}: SIP destination domain of an inbound call (if appropriate) ${SIP_CODEC}: Set the SIP codec for the inbound (=first) call leg (see channelvariables.txt or README.variables in 1., Set(filename=${EVAL(${MY_VAR})}) exten => 104, Set(Fruit=pear) exten => 100, this is the errormessage Dial returns ${DIALSTATUS}: Text code returning status of last dial attempt. Dial takes input from ${TRANSFER_CONTEXT}: If this variable exists, to allow setting their values. ${ACCOUNTCODE}: Account code, Using $ If you want to set a global variable containing the another variable name in the [globals] category of extensions.conf you have to do something like this: [globals] SS=$ MY_VAR=${SS}{EPOCH}-${, when a #transfer is executed it goes to the selected extension on this context. EnumLookup returns ${ENUM}: The result of the lookup Hangup reads the ${PRI_CAUSE} variable for setting PRI return codes
Using $ If you want to set a global variable containing the another variable name in the [globals] category of extensions.conf you
Read more