Thank you, you are perfectly right..:) It's logic, but, didn't cross my mind.. <br><br><div><span class="gmail_quote">On 5/31/06, <b class="gmail_sendername">Joshua Colp</b> &lt;<a href="mailto:jcolp@digium.com">jcolp@digium.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;">Bogdan Tocu wrote:<br>&gt; Hi,<br>&gt;<br>&gt; I have the folowing setup:
<br>&gt;<br>&gt; [incoming]<br>&gt; exten =&gt; s,1,Wait(3)<br>&gt; exten =&gt; s,2,Answer<br>&gt; exten =&gt; s,3,Background(welcome)<br>&gt;<br>&gt; exten =&gt; 1,1,Noop(call for operators)<br>&gt; exten =&gt; 1,2,Dial(SIP/10&amp;SIP/11|60|tr)
<br>&gt; exten =&gt; 1,3,Hungup<br>&gt;<br>&gt;<br>&gt; ;this is for pulse phones<br>&gt; exten =&gt; t,1,NoOp(.call for .60)<br>&gt; exten =&gt; t,2,Dial(SIP/10,60,mtr)<br>&gt; exten =&gt; t,3,Background(busy-retrylater)
<br>&gt; exten =&gt; t,4,Hungup<br>&gt;<br>&gt;<br>&gt;<br>&gt; [take_call]<br>&gt; exten =&gt; _6ZX,1,Background(pickup)<br>&gt; exten =&gt; _6ZX,2,Pickup(${EXTEN:1})<br>&gt;<br>&gt;<br>&gt; [sip_users]<br>&gt; include =&gt; take_call
<br>&gt; ;this is the context for sip users<br>&gt;<br>&gt; Now when an incoming caller press 1 ... it cals sip 10 and sip 11. If me<br>&gt; sip 22 want to pickup sip/10 or sip/11 by dialing 611 or 610 noting<br>&gt; happends.
<br>&gt; On asterisk CLI says:<br>&gt;&nbsp;&nbsp;-- Executing Pickup(&quot;SIP/22-e7f0&quot;, &quot;11&quot;) in new stack<br>&gt;<br>&gt; Any ideea why it does'nt work? BTW on internal calls pickup works just fine.<br>&gt;<br>&gt;
<br>&gt; ------------------------------------------------------------------------<br>&gt;<br>&gt; _______________________________________________<br>&gt; --Bandwidth and Colocation provided by <a href="http://Easynews.com">
Easynews.com</a> --<br>&gt;<br>&gt; Asterisk-Users mailing list<br>&gt; To UNSUBSCRIBE or update options visit:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br><br>That's because the extension dialed was 1. Using the Pickup application<br>you can't do a Pickup on the device called (ie: SIP/10 or SIP/11) but<br>the extension, which is 1.<br><br>--<br>Joshua Colp<br>Software Developer
<br>Digium<br>P - 256-428-6066<br>C - 506-878-0147<br><a href="mailto:jcolp@digium.com">jcolp@digium.com</a><br>_______________________________________________<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">
Easynews.com</a> --<br><br>Asterisk-Users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br></blockquote></div><br>