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 _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
