I have some people who log into queue from home using IP phones. Now the 
nice weather is upon us several of them are forwarding to their cell phones, 
is there any way to log off the queue from the cell?


[ext-queues]
include => ext-queues-custom
exten => 123,1,Answer
exten => 123,2,SetCIDName(${CALLERIDNAME})
exten => 
123,3,SetVar(MONITOR_FILENAME=/var/spool/asterisk/monitor/q${EXTEN}-${TIMESTAMP}-${UNIQUEID})
exten => 
123,4,Playback(custom/Thank_you_for_Calling_press_0_to_leave_message)
exten => 123,5,Queue(123|t|||0) ; Scheduling
exten => 123,6,Macro(vm,604) ; jump
exten => 1231,1,Macro(agent-add,123,)
exten => 12311,1,Macro(agent-del,123)

This is how they log on and off, I have also set up a simple "voice menu" so 
they can dial into the queue from an external phone and pick up their 
voicemail, using that menu (single digit) how can I call to the log off 
script 12311, I have tried all the obvious.




 Digital Receptionist: Scheduling Voicemail
 Extension: Andre <601>Jim <602>Sharon <603>Scheduling Voicemail <604>Mark 
<605>[EMAIL PROTECTED] <606>[EMAIL PROTECTED] <607>John Scott <608>Jeff 
<609>ACPAYVR 
<610>WiFi <611>ACPAYUL <620>ACPAYWG <630>Staff Meetings <901>LRD 
<902>Scheduling MeetMe <903>TSD <904><2000>
 Voicemail: "Andre" <601>"Jim" <602>"Sharon" <603>"Scheduling Voicemail" 
<604>"Mark" <605>"[EMAIL PROTECTED]" <606>"[EMAIL PROTECTED]" <607>"John Scott" 
<608>"Jeff" 
<609>"ACPAYVR" <610>"WiFi" <611>"ACPAYUL" <620>"ACPAYWG" <630>
 Ring Group:
 Queue: 123:Scheduling
 Custom App:

What should I put in custom App? Thanks, Mark.

Reply via email to