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