Hi Ira,<br>for Aastra phones I have done this application to resolve busy/xfer transfer:<br><br>extensions.conf<br>=======================================================<br>exten =&gt; _1X,1,GotoIf($[${SIPPEER(${EXTEN}|curcalls)}&lt;1]?free:busy)<br>
exten =&gt; _1X,n(free),Dial(SIP/${EXTEN},,tTr)<br>exten =&gt; _1X,n,Hangup()<br>exten =&gt; _1X,n(busy),Busy()<br>exten =&gt; _1X,n,Hangup()<br><br>sip.conf<br>=======================================================<br>[intphones](!)<br>
type=friend<br>qualify=yes<br>host=dynamic<br>callgroup=1<br>pickupgroup=1<br>subscribecontext=BLF_group<br>dtmfmode=info<br><br>[10](intphones)<br>context=IntPhones<br>username=10<br>secret=1234<br>amaflags=documentation<br>
accountcode=sip10<br>callerid=&quot;sip10&quot; &lt;10&gt;<br>call-limit=2<br>dial=SIP/10<br>canreinvite=no<br><br><br>And this resolve for me problems for busy and for xfer Aastra button.<br><br>Marco<br><br><br><br><div class="gmail_quote">
2009/3/17 Ira <span dir="ltr">&lt;<a href="mailto:ira@extrasensory.com">ira@extrasensory.com</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">At 01:29 AM 3/17/2009, you wrote:<br>
&gt;But there is another little problem. On Aastra phone (on other<br>
&gt;phones I don&#39;t try yet), the xfer button doesn&#39;t work, until I set<br>
&gt;call-limit=2, but making this I find the phone not busy.<br>
<br>
</div>As far as I can tell on my Aastra phones it takes 2 links to complete<br>
a transfer. Pressing transfer puts the first call on hold and allows<br>
you to make a second call. Pressing transfer a second time then<br>
connects those to calls together and removes you from the call. If<br>
you only have 1 call allowed you&#39;ll need to implement that using<br>
features.conf or implement the busy stuff in the dial plan.<br>
<font color="#888888"><br>
Ira<br>
</font><div><div></div><div class="h5"><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>