<div dir="ltr"><div>This line :<br>exten =&gt; *DID number*,2,Dial(SIP/1000)  is redundant and useless when you are already using Queues. So just remove it and it should work.<br><br></div>What happen is, your dial-plan executes at 2nd priority DIAL a SIP extension 1000 .. produce a call and at hang-up finishes no Queue/ACD functionality is executed.<br>
<br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Apr 11, 2013 at 1:08 AM, Tommy Cooper <span dir="ltr">&lt;<a href="mailto:tomcooper83@yahoo.com" target="_blank">tomcooper83@yahoo.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-size:12pt;font-family:times new roman,new york,times,serif"><div>  <var></var>Hi, <br><br>I am working on a small inbound call center solution that uses an ACD system. I might add an IVR system later on. I only have 2 extensions set up (extensions 1000 and 1001), I want the system to put new calls in a queue if both extensions are busy. I am currently subscribed with a SIP trunk provider and can successfully recieve calls. I want to design a system where customers can call my number, that call will then be directed to either extension 1000 or 1001. If both extensions are in use, I want that 3rd call to be queued.<br>
</div>
<div style="BACKGROUND-COLOR:transparent;FONT-STYLE:normal;FONT-FAMILY:times new roman,new york,times,serif;COLOR:rgb(40,98,197);FONT-SIZE:16px"><font color="#000000">I don&#39;t think that the config below will direct calls to extension 1001 because the second line states that any incomming calls should be routed to extension 1000. How do I change this so that calls are directed to all of my exensions?<br>
<br></font></div>
<div style="BACKGROUND-COLOR:transparent;FONT-STYLE:normal;FONT-FAMILY:times new roman,new york,times,serif;COLOR:rgb(40,98,197);FONT-SIZE:16px"><font color="#000000">extensions.conf</font></div>
<div style="font-size:16px;font-style:normal;background-color:transparent;font-family:times new roman,new york,times,serif">[from-myprovider]</div>
<div>exten =&gt; *DID number*,1,Answer<br>exten =&gt; *DID number*,2,Dial(SIP/1000)<br>exten =&gt; *DID number*,3,Queue(support) ;not sure if this line belongs here<br>exten =&gt; *DID number*,4,Hangup</div>
<div> </div>
<div>queues.conf</div>
<div> </div>
<div>[general]<br>[support]<br><br>musicclass=default<br>strategy=rrmemory<br>joinempty=no<br>leavewhenempty=yes<br>ringinuse=no<br>Member =&gt; SIP/1000<br>Member =&gt; SIP/1001<br><br>agent =&gt; 1000,1000</div>
<div>agent =&gt; 1001,1001</div>
<div> </div>
<div>When using the current config the caller will listen to the &#39;music on hold&#39; until the agent answers but calls are only being forwarded to extension 1000 as stated above<br></div></div></div><br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br><br clear="all"><br>-- <br><font face="&#39;times new roman&#39;, serif">Regards</font><div>
<font face="&#39;times new roman&#39;, serif"><br></font><div><pre cols="72"><font face="&#39;times new roman&#39;, serif">**************************
Muhammad Salman
***************************</font>
</pre></div></div>
</div>