Displaying 1 result from an estimated 1 matches for "filtered_dial".
2010 Jul 30
0
Aastra ignore call button hangs up call instead of going to voicemail
...If($[$["${CALLTRACE_HUNT}" != "" ] &
$[$["${RingGroupMethod}" = "hunt" ] | $["${RingGroupMethod}" =
"firstavailable"] | $["${RingGroupMethod}" =
"firstnotonphone"]]]?a32:a35)
exten => s,n(a32),Set(CT_EXTEN=${CUT(FILTERED_DIAL,,$[${HuntLoop} +
1])})
exten => s,n,Set(DB(CALLTRACE/${CT_EXTEN})=${CALLTRACE_HUNT})
exten => s,n,Goto(s,a42)
;Set Call Trace for each hunt member we are going to call "Memory groups
have multiple members to set CALL TRACE For" hence the loop
;
exten => s,n(a35),GotoIf($[$["...