search for: screencallee

Displaying 2 results from an estimated 2 matches for "screencallee".

2009 Mar 06
1
GoSub & Queue
...find it weird that the queue knows that sombody has the call, but doesnt stop rining those other extensions. Now here's another way i found to do this, rather than using dial with a gosub i found that i can put the gosub as part of the queue() command. [ example: Queue(mainqueue,,,,300,,,screencallee) ]. This will run that gosub when the member pics up and it DOES stop ringing all the other phones when they pickup which is great! problem is that now my options like Voicemail or if the member hangs up with out choosing a option the call is dumped from teh queue and the GOSUB_RESULT doesnt...
2008 Feb 20
3
Dial+Macro and Queue
...exten => 1,1,Queue(mainqueue,td) exten => 1,2,voicemail(201 at default) exten => 1,3,hangup [screen] exten => _3XX,1,ChanIsAvail(SIP/${EXTEN}&IAX2/${EXTEN}) exten => _3XX,2,GotoIf($["${AVAILCHAN}" = ""]?4) exten => _3XX,3,Dial(${CUT(AVAILCHAN,-,1)},30,mgM(screencallee,s,1)) exten => _3XX,4,Hangup [macro-screencallee] exten => s,1,read(SCREEN_OPT,screenoptions) exten => s,2,GotoIf($["${SCREEN_OPT}" = "" ]?s,1) exten => s,3,GotoIf($["${SCREEN_OPT}" = "3" ]?3,1) exten => 3,1,Set(MACRO_RESULT=CONTINUE) exten =&...