Dear all,
I am one of the people who answer the FWD welcome line.  Since I don't want my phone ringing at 2am I have the 55555 number routed to a call queue.  Currently I have 2 extentions 271 which will log my phone into the queue and 270 to log it out.  What I want to know is... Is there a way to do this with just one exten?  I have tried with the following :
 
exten => 270,1,AddQueueMember(pulverWelcome)
exten => 270,2,AGI(cepstral.agi,You have just joined the Welcome queue)
exten => 270,3,Hangup
exten => 270,102,RemoveQueueMember(pulverWelcome)
exten => 270,103,AGI(cepstral.agi,You have just left the Welcome queue)
exten => 270,104,Hangup
It works when I log in but when I try to log out it crashes (403 error).  I know that the AddQueueMember returns -1, so why does it not jump to priority 102 instead?
 
Any ideas / sugestions welcome.
 
 
Jonathan

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to