Hello,<br><br>&nbsp;I have a call queue with ringall strategy. Users are IAX2 users. I would like to allow only one parallel call at all. I tried setting incominglimit=1 in iax.conf, but this did not help. I want queue to ring only when operator is not on line already with someone.
<br><br>&nbsp; I tried creating Local channel for operators. I added <br><br>members =&gt; Local/999@agents<br>members =&gt; Local/998@agents<br>
<br>&nbsp; to my test queue. Then I defined this in my extensions.conf:<br><br>[agents_test]<br>exten =&gt; _9.,1,Set(GROUP()=${EXTEN})<br>exten =&gt; _9.,2,NoOP(Group count is ${GROUP_COUNT()}, group is ${GROUP()}, exten is ${EXTEN})
<br>exten =&gt; _9.,3,Dial(IAX2/user${EXTEN},120,rtT)<br>exten =&gt; _9.,4,Goto(exithandling,s-${DIALSTATUS},1)<br><br>&nbsp; Now, when I call queue first time, both of agents (998 and 999) are ringing. When the call is answered, I dial second time, but both channels' NoOP results in group count 1. So my question is how to make it work. What am I doing wrong? Or is there a simpler solution? Is there a reason why incominglimit=1 in 
iax.conf does not work?<br><br>&nbsp;&nbsp; I have asterisk 1.2.7 (with security patches). Any help appreciated.<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Thanks,<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Juraj Bednar.<br><br>