[Asterisk-Users] limit incoming calls to sip extens

Erik Barker erikb at netnation.com
Fri Aug 13 17:41:15 MST 2004


On Wed, 2004-08-11 at 07:45, Ryan Courtnage wrote:
> Hi all,
> 
> I've been using the following method to limit calls to sip clients to 1:
> 
> exten => 200,1,SetGroup(200)
> exten => 200,2,CheckGroup(1)
> exten => 200,3,Dial(SIP/200)
> exten => 200,103,Busy
> 
> This works fine for a single extension.  
> 

I only wish we could do this with queues so that Dynamic agent queues
would only pass 1 call to each agent. There are times when * tries to
send an additional call to an agent while they are on the phone which
results in the call-waiting 'beep' notification etc.


-- 
Erik Barker




More information about the asterisk-users mailing list