[asterisk-users] Disabling Call-Waiting

Tilghman Lesher tilghman at mail.jeffandtilghman.com
Tue Nov 25 11:36:57 CST 2008


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



More information about the asterisk-users mailing list