[asterisk-users] Disabling Call-Waiting

Sebastian scgm at adinet.com.uy
Tue Nov 25 12:32:53 CST 2008


If is deprecated how do you treat a queue (realtime), that has to have just
one call for agent??

Thanks



-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Tilghman
Lesher
Sent: martes, 25 de noviembre de 2008 03:37 p.m.
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Disabling Call-Waiting

On Tuesday 25 November 2008 10:46:49 Elliot Murdock wrote:
> Thanks for the responses.  I'll look into the phone devices themselves.
>
> I am wondering, if call-limit did not solve my problem, what is the
> call-limit parameter supposed to do anyway?

The call-limit is actually kind of deprecated.  Using the GROUP() function
is now the preferred way to do this.

exten => 1234,1,Set(GROUP()=foo)
exten => 1234,n,GotoIf($[${GROUP_COUNT(foo)}>1]?voicemail)
exten => 1234,n,DIal(SIP/tilghman,30)
exten => 1234,n(voicemail),Voicemail(1234,
${IF($["${DIALSTATUS}"="BUSY"]?b:u)})

-- 
Tilghman

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

__________ Information from ESET Smart Security, version of virus signature
database 2911 (20080229) __________

The message was checked by ESET Smart Security.

http://www.eset.com

 

__________ Information from ESET Smart Security, version of virus signature
database 2911 (20080229) __________

The message was checked by ESET Smart Security.

http://www.eset.com
 




More information about the asterisk-users mailing list