search for: defaultdialtim

Displaying 1 result from an estimated 1 matches for "defaultdialtim".

Did you mean: defaultdialtime
2010 Nov 04
0
[backport] Allow app_dial to play 'indication tone while ringing' back ported to 1.6.2.X
...it to let the caller know if the extension being called is INUSE using the following excerpts: indications.conf: [us] ringinuse = 440+480/400,0/200,440+480/400,0/2000 extensions.conf: [macro-stdexten-v3] . . same => n,ExecIf($["${DIALTIME}" = ""]?Set(DIALTIME=${DEFAULTDIALTIME})) . same => n,ExecIf($["${DIALARGS}" = ""]?Set(DIALARGS=${DEFAULTDIALARGS})) . same => n,Set(DEVICES=${ARG4} . same => n(checkdevicestate),ExecIf($["${DEVICE_STATE(${CUT(DEVICES,&,1)})}" = "INUSE"]?Set(DIALARGS=${DIALARGS}r(ringinuse)))...