search for: defaultdialargs

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

2010 Nov 04
0
[backport] Allow app_dial to play 'indication tone while ringing' back ported to 1.6.2.X
...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))) same => n(dialext),Dial(${DEVICES},${DIALTIME},${DIALARGS}) . . Hope this helps someone....