<div dir="ltr"><div>Try looking at the DEV_STATE function (available separately on Asterisk-1.4). It will tell you the status of the phone before you call the Dial() application.</div>
<div> </div>
<div> __Yehavi:<br><br></div>
<div class="gmail_quote">2008/11/25 Sebastian <span dir="ltr"><<a href="mailto:scgm@adinet.com.uy">scgm@adinet.com.uy</a>></span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">If is deprecated how do you treat a queue (realtime), that has to have just<br>one call for agent??<br><br>
Thanks<br>
<div class="Ih2E3d"><br><br><br>-----Original Message-----<br>From: <a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a><br></div>
<div class="Ih2E3d">[mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a>] On Behalf Of Tilghman<br>Lesher<br>Sent: martes, 25 de noviembre de 2008 03:37 p.m.<br>To: Asterisk Users Mailing List - Non-Commercial Discussion<br>
Subject: Re: [asterisk-users] Disabling Call-Waiting<br><br></div>
<div>
<div></div>
<div class="Wj3C7c">On Tuesday 25 November 2008 10:46:49 Elliot Murdock wrote:<br>> Thanks for the responses. I'll look into the phone devices themselves.<br>><br>> I am wondering, if call-limit did not solve my problem, what is the<br>
> call-limit parameter supposed to do anyway?<br><br>The call-limit is actually kind of deprecated. Using the GROUP() function<br>is now the preferred way to do this.<br><br>exten => 1234,1,Set(GROUP()=foo)<br>exten => 1234,n,GotoIf($[${GROUP_COUNT(foo)}>1]?voicemail)<br>
exten => 1234,n,DIal(SIP/tilghman,30)<br>exten => 1234,n(voicemail),Voicemail(1234,<br>${IF($["${DIALSTATUS}"="BUSY"]?b:u)})<br><br>--<br>Tilghman<br><br>_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com/" target="_blank">http://www.api-digital.com</a> --<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
<br></div></div>
<div class="Ih2E3d">__________ Information from ESET Smart Security, version of virus signature<br>database 2911 (20080229) __________<br><br>The message was checked by ESET Smart Security.<br><br><a href="http://www.eset.com/" target="_blank">http://www.eset.com</a><br>
<br><br><br>__________ Information from ESET Smart Security, version of virus signature<br>database 2911 (20080229) __________<br><br>The message was checked by ESET Smart Security.<br><br><a href="http://www.eset.com/" target="_blank">http://www.eset.com</a><br>
<br><br><br>_______________________________________________<br></div>
<div>
<div></div>
<div class="Wj3C7c">-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com/" target="_blank">http://www.api-digital.com</a> --<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br>
<a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></div></div></blockquote></div></div>