I know, but that's what they answered to that bug report. they should atleast state that it's not working with sip, OR how to make it work with sip if perhaps its tricky to use.<br><br>BTW, you're not using qualify right, i saw the code trying to figure out why it wasnt working, and if qualify is not set for the device it'll return a 0, if it's set then it'll use a pbx builtin to see if the channel is in use, but that's broken for sip as far as i can tell.
<br><br>It should return in use if the sip device is in a call but can take another (if it hasnt met the call-limit), and busy if it has met call-limit. otherwise you'd have to rely on the return code from the phone when dialing, which in my case since turning off call waiting was indeed busy, but that messes up my PRI signalling since i send the busy with a no answer, instead of a termination.
<br><br>For me it never returned 2 or 3, it always returns 1 (Available), if you do file a bug post the url, i'd rather use this app than having to turn off call waiting on the sip phones ( that's what i did before i read about groups )
<br><br><div><span class="gmail_quote">On 12/14/05, <b class="gmail_sendername">Scott Maier</b> &lt;<a href="mailto:scott@omnigroup.com">scott@omnigroup.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><div><span class="q"><div>On Dec 14, 2005, at 1:17 PM, Jose Solares wrote:</div><br><blockquote type="cite">According to this : <a href="http://bugs.digium.com/view.php?id=4506" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://bugs.digium.com/view.php?id=4506</a><br><br>chanisavail is not intended to detect if a phone is in use or not at all, it's only intended to check if asterisk could send the call there.<br></blockquote><div><br></div>
</span><div><font color="#000000"><span style="background-color: transparent;">Well, that would go against all of the documentation that I have seen which indicates that passing 's' as an option will&nbsp;&quot;Consider&nbsp;the&nbsp;channel&nbsp;unavailable&nbsp;if&nbsp;the&nbsp;channel&nbsp;is&nbsp;in&nbsp;use&nbsp;at&nbsp;all&quot;.
</span></font></div><span class="q"><div><br></div><div>&lt;<a href="http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+ChanIsAvail" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+ChanIsAvail
</a>&gt;</div><div><br></div></span><div>Regardless, that still does not explain why the return code is 0 - I would expect 2 (in use) or 3 (busy) if the channel had an active call.</div><div><br></div><div>I think I will file a bug to try and get some clarification.
</div><div><br></div><div>Thanks for the alternate suggestion, I will look in to that.</div><span class="sg"><div><br></div><div>&nbsp;- Scott</div></span><div><span class="e" id="q_1082c035ba8ef8c2_6"><div><br></div><br><blockquote type="cite">
I tried using call-limit and chanisavail, but it's broken in SIP. inuse gets applied only to peers, and when it gets an incomming call that is not answered it gets decremented and doesnt stay the same, which is a bug. <br>
<br>You should consider using groups, <a href="http://www.voip-info.org/wiki-Asterisk+cmd+SetGroup" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.voip-info.org/wiki-Asterisk+cmd+SetGroup
</a><br><br><br><div><span class="gmail_quote">On 12/14/05, <b class="gmail_sendername"> Scott Maier</b> &lt;<a href="mailto:scott@omnigroup.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">scott@omnigroup.com
</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <br>Hi everyone,<br><br><br>I have started trying to use ChanIsAvail() to detect when a phone is
<br>in use (on any call) and my results are disappointing.<br><br>Here are some examples out output to the console followed by the <br>meaning of the return status code based on what I have found in the<br>comments on this page: &lt;
<a href="http://www.voip-info.org/wiki/index.php" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.voip-info.org/wiki/index.php</a>?<br>page=Asterisk+cmd+ChanIsAvail&gt; <br><br><br>Test using a real extension (224) that I know is in use at the time
<br>of the test.&nbsp;&nbsp;Calling from 227:<br><br>-- Executing Playback(&quot;SIP/227-c825&quot;, &quot;silence/1&quot;) in new stack<br>-- Playing 'silence/1' (language 'en') <br>-- Executing ChanIsAvail(&quot;SIP/227-c825&quot;, &quot;SIP/224|sj&quot;) in new stack
<br>-- Executing NoOp(&quot;SIP/227-c825&quot;, &quot;SIP/224-08ce|SIP/224|0&quot;) in new stack<br>-- Executing Dial(&quot;SIP/227-c825&quot;, &quot;SIP/224|10&quot;) in new stack <br>-- Called 224<br>-- SIP/224-4fc4 is ringing
<br><br>/* 0 AST_DEVICE_UNKNOWN */ &quot;Unknown&quot;, /* Valid, but unknown state */<br><br><br>Test using a fake extension (333) that doesn't exist and is not<br>defined anywhere.&nbsp;&nbsp;Calling from 227: <br><br>-- Executing Playback(&quot;SIP/227-e4d2&quot;, &quot;sales&quot;) in new stack
<br>-- Playing 'sales' (language 'en')<br>-- Executing ChanIsAvail(&quot;SIP/227-e4d2&quot;, &quot;SIP/333|sj&quot;) in new stack<br>-- Executing NoOp(&quot;SIP/227-e4d2&quot;, &quot;||4&quot;) in new stack <br>-- Executing Hangup(&quot;SIP/227-e4d2&quot;, &quot;&quot;) in new stack
<br><br>/* 4 AST_DEVICE_INVALID */ &quot;Invalid&quot;, /* Invalid - not known to<br>Asterisk */<br><br><br>Test using a real extension (206) that is defined, but not <br>registered.&nbsp;&nbsp;Calling from 227:<br><br>-- Executing Playback(&quot;SIP/227-8a76&quot;, &quot;sales&quot;) in new stack
<br>-- Playing 'sales' (language 'en')<br>-- Executing ChanIsAvail(&quot;SIP/227-8a76&quot;, &quot;SIP/206|sj&quot;) in new stack <br>-- Executing NoOp(&quot;SIP/227-8a76&quot;, &quot;||5&quot;) in new stack<br>-- Executing Hangup(&quot;SIP/227-8a76&quot;, &quot;&quot;) in new stack
<br><br>/* 5 AST_DEVICE_UNAVAILABLE */ &quot;Unavailable&quot;, /* Unavailable (not <br>registred) */<br><br><br>This all seems to be fine, except for the 1st example where I am<br>testing a known, registered, in use Polycom 501.
<br><br>Does anyone have any idea why Asterisk is returning 0 for that test? <br>Is anyone else using ChanIsAvail() successfully?<br><br>This is with Asterisk 1.2.0.<br><br><br>&nbsp;&nbsp;- Scott<br></blockquote></div></blockquote>
</span></div></div><br>
<br>_______________________________________________<br>--Bandwidth and Colocation provided by <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://Easynews.com" target="_blank">Easynews.com</a> --<br><br>
Asterisk-Users mailing list<br>To UNSUBSCRIBE or update options visit:<br> &nbsp; <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br><br><br></blockquote></div><br>