Displaying 2 results from an estimated 2 matches for "firstavail".
2009 Apr 16
2
Sequential Ring Groups?
...can certainly use the Dial() app to ring a bunch of extensions
at once but I'd like to have it try the first modem, if busy, then the
second, etc until one is available and answers.
I'm not using FreePBX for this fax server but am using it on my voice
PBX. Looking at the code for the 'firstavailable' ring group strategy
is of no help since its clouded within a whole mess of other functions
within [macro-dial]. Any ideas or pointers? THANKS!
--Marshall
2010 Jul 30
0
Aastra ignore call button hangs up call instead of going to voicemail
...o for each iteration, we will
update the CALLTRACE Data.
;
exten => s,n+2(a30),Set(HuntMember=HuntMember${HuntLoop})
exten => s,n,GotoIf($[$["${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...