Hello.
I have switched from Asterisk 1.4 to 11.6.0
Everything work great, but as many I have problem with call limiting.
So…I started to use ‘queues’. It works perfect, of course I use options:
;sip.conf
callcounter=yes ;at every sip client/phone at company
;queues.conf
ringinuse = no
So…when sombedoy call the company, and the dialplan moves the connection to the queue, the cmd ‘sip show inuse’ shows that a member answeared the call, and the next one will not be forwarded to that member - and OK - it works.
But, If I called the same extension from the ‘inside’ od the company, simply:
Dial(SIP/${EXTEN}
and the called station is ‘in use’ because of the queue…I do not receive ‘busy’ signal.
How can I resolve that problem?
I have read a lot of docs, but with no success ;-(.
The easiest way is to disable call waiting on the phone itself. Call limits were always a bit funny and I’m not sure that the replacement, group counts, is compatible with the use of queues. You could, probably, use a local channel to allow you to use group counts.