Hi all,<br>maybe I find the problem and the solution.<br>I move the following parameters on section [general]:<br><br>[general]<br>port=5060<br>bindaddr=0.0.0.0<br>context=default<br>language=it<br>limitonpeers=yes<br>notifyringing=yes<br>
<br>and then on SIP account I put this:<br><br>[intphones](!)<br>type=friend<br>qualify=yes<br>host=dynamic<br>callgroup=0<br>pickupgroup=0<br>dtmfmode=info<br><br>[10](intphones)<br>context=office<br>username=10<br>secret=1234<br>
subscribecontext=BLF_group<br>call-limit=1<br><br><br>and this works!<br><br>When someone call SIP/10, and then I call again SIP/10, I find it busy.<br>On the other side, when SIP/10 make a call, and then I call again SIP/10, I find it busy. And that&#39;s ok!<br>
<br>But there is another little problem. On Aastra phone (on other phones I don&#39;t try yet), the xfer button doesn&#39;t work, until I set call-limit=2, but making this I find the phone not busy.<br><br>Anyone know how to use busy-level parameter or some other useful parameters?<br>
<br><br>Thanks all<br><br>Marco<br><br><br><div class="gmail_quote">2009/3/16 Gordon Henderson <span dir="ltr">&lt;<a href="mailto:gordon%2Basterisk@drogon.net">gordon+asterisk@drogon.net</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Mon, 16 Mar 2009, Olivier wrote:<br>
<br>
&gt; 2009/3/16 Gordon Henderson<br>
</div>&gt; &lt;<a href="mailto:gordon%2Basterisk@drogon.net">gordon+asterisk@drogon.net</a>&lt;<a href="mailto:gordon%252Basterisk@drogon.net">gordon%2Basterisk@drogon.net</a>&gt;<br>
<div class="im">&gt;&gt;<br>
&gt;<br>
&gt;&gt; On Mon, 16 Mar 2009, Marco Sambo wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; Hi,<br>
&gt;&gt;&gt; I have a question. How can I configure my sip.conf to make a SIP phone<br>
&gt;&gt; busy<br>
&gt;&gt;&gt; on incoming and outcoming calls? I explain my problem.<br>
&gt;&gt;&gt; When SIP phone receive a call and then I try to call that phone, I find<br>
&gt;&gt; it<br>
&gt;&gt;&gt; busy.<br>
&gt;&gt;&gt; When SIP phone make a call and I try to call that phone, I find it<br>
&gt;&gt; avaible<br>
&gt;&gt;&gt; and it rings but I want to find it busy.<br>
&gt;&gt;<br>
&gt;&gt; Disable call-waiting inside the phone.<br>
&gt;<br>
&gt; Doesn&#39;t call-limit=1 force the same behaviour ?<br>
<br>
</div>It appears to limmit the number of outgoing calls from that phone and<br>
independantly the number of inoming calls.<br>
<br>
So a phone can make an outgoing call, and still take an incoming call, and<br>
vice-versa, with call-limit=1<br>
<br>
I also found early versions of this buggy in that it didn&#39;t seem to<br>
properly decrement the counter on hang-up, so is call-limit was set to 3,<br>
then that phone could only take 3 calls, one after the other, before it<br>
would be premenantly busyd, but this was a long time back, and it might<br>
have been something I was foing, but since then I always turned<br>
call-waiting off on the phones when users didn&#39;t want multiple call<br>
features.<br>
<div><div></div><div class="h5"><br>
Gordon<br>
<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>
</div></div></blockquote></div><br>