Hi all,<br><br>I am seeing a strange problem with Asterisk queue. I am not sure if it&#39;s my configuration which is wrong or there&#39;s something with Asterisk.<br><br>I am using Asterisk 1.4.2 and i have a queue with one MGCP member. When i tried to call the extension number directing to the queue, the MGCP phone is not ringing. However, it is fine to call the MGCP phone directly. The strange thing is after i&#39;ve called the MGCP phone directly, calling the extension number directing to the queue works fine. I wonder what could be wrong. Any comment and help is very much appreciated.
<br><br>The following is the configuration:<br><br><span style="font-weight: bold;">queues.conf</span><br>[queue1]<br>strategy=roundrobin<br>member=&gt;MGCP/101@101<br><br><span style="font-weight: bold;">mgcp.conf</span>
<br>[101]<br>host=dynamic<br>context=default<br>canreinvite=no<br>callerid=&quot;101&lt;101&gt;<br>line=&gt;101<br><br><span style="font-weight: bold;">extension.conf</span><br>exten=&gt;601,1,Queue(queue1)<br><br>Regards,
<br>Chong<br><br><br>