<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2912" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I am running the latest version of Trixbox. I setup
using freepbx a Digital Receptionist that asks the user to enter 1 for Sales or
2 for Support or 3 for Billing. If they select Sales or Support they are taken
to a sales or support Queue that I created. I setup each of these queues to
accept calls even if no agent is present. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>If no agent is logged into the queue the user sits
as expected till the timeout of 10 minutes and then goes to voicemail as
expected. If a agent logs into the queu for sales as an example using 100* then
as a person calls in they will get a notification that there is a call. If the
Agent does nothing the caller simply remains in the queue as expected.
However on the Agent SoftPhone (X-Lite) they have the option of clicking IGNORE.
If they click ignore then the user hears a messsage "All Circuits are busy
now". I would have expected that he caller would simply remain in the queue if
this was clicked. What can I do to change the behaviour of this? </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>The second thing that I dont seem to have a handle
on is that if I add a set of static agents as showing for my support queue
and those agents are not logged into the system. The user gets an immediate "All
circuits are busy now. Please try your call again later". I would have thought
that since I did not require an agent to be in the queue for hte queue to accept
calls that the user would simply sit in the queue waiting. Or perhaps go to the
failover that I have setup which is to go to a voicemail extension.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>My settings are listed below. Thanks in advance for
any help.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>1. Digital Recepitionist - Greets the user and
offers then to enter 1 for sales or 2 for support.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>[ivr-2]<BR>include => ivr-2-custom<BR>include
=> ext-findmefollow<BR>include => ext-local<BR>include =>
app-directory<BR>exten => h,1,Hangup<BR>exten =>
s,1,Set(LOOPCOUNT=0)<BR>exten => s,n,Set(__DIR-CONTEXT=default)<BR>exten
=> s,n,Answer<BR>exten => s,n,Wait(1)<BR>exten =>
s,n(begin),Set(TIMEOUT(digit)=3)<BR>exten =>
s,n,Set(TIMEOUT(response)=10)<BR>exten =>
s,n,Background(custom/IVR3)<BR>exten => hang,1,Playback(vm-goodbye)<BR>exten
=> hang,n,Hangup<BR>exten => 1,1,Goto(ext-queues,100,1)<BR>exten =>
2,1,Goto(ext-queues,101,1)<BR>exten => 3,1,Goto(ext-local,202,1)<BR>exten
=> i,1,Playback(invalid)<BR>exten => i,n,Goto(loop,1)<BR>exten =>
t,1,Goto(loop,1)<BR>exten => loop,1,Set(LOOPCOUNT=$[${LOOPCOUNT} +
1])<BR>exten => loop,n,GotoIf($[${LOOPCOUNT} > 2]?hang,1)<BR>exten =>
loop,n,Goto(ivr-2,s,begin)<BR>exten =>
fax,1,Goto(ext-fax,in_fax,1)<BR></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>2. Queues - Sales Queue and Support Queue created.
Sales is 100 and support is 101</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial
size=2>[100]<BR>wrapuptime=30<BR>timeout=10<BR>strategy=roundrobin<BR>retry=10<BR>queue-youarenext=queue-youarenext<BR>queue-thereare=queue-thereare<BR>queue-thankyou=queue-thankyou<BR>queue-callswaiting=queue-callswaiting<BR>music=default<BR>monitor-join=yes<BR>monitor-format=<BR>maxlen=5<BR>leavewhenempty=no<BR>joinempty=Yes<BR>context=<BR>announce-holdtime=once<BR>announce-frequency=180</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial
size=2>[101]<BR>wrapuptime=30<BR>timeout=10<BR>strategy=ringall<BR>retry=10<BR>queue-youarenext=queue-youarenext<BR>queue-thereare=queue-thereare<BR>queue-thankyou=queue-thankyou<BR>queue-callswaiting=queue-callswaiting<BR>music=default<BR>monitor-join=yes<BR>monitor-format=<BR><A
href="mailto:member=Local/201@from-internal,0">member=Local/201@from-internal,0</A><BR>maxlen=5<BR>leavewhenempty=no<BR>joinempty=Yes<BR>context=<BR>announce-holdtime=once<BR>announce-frequency=180</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV></BODY></HTML>