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> <<a href="mailto:jcolp@digium.com">jcolp@digium.com
</a>> 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>> Hi,<br>><br>> I have the folowing setup:
<br>><br>> [incoming]<br>> exten => s,1,Wait(3)<br>> exten => s,2,Answer<br>> exten => s,3,Background(welcome)<br>><br>> exten => 1,1,Noop(call for operators)<br>> exten => 1,2,Dial(SIP/10&SIP/11|60|tr)
<br>> exten => 1,3,Hungup<br>><br>><br>> ;this is for pulse phones<br>> exten => t,1,NoOp(.call for .60)<br>> exten => t,2,Dial(SIP/10,60,mtr)<br>> exten => t,3,Background(busy-retrylater)
<br>> exten => t,4,Hungup<br>><br>><br>><br>> [take_call]<br>> exten => _6ZX,1,Background(pickup)<br>> exten => _6ZX,2,Pickup(${EXTEN:1})<br>><br>><br>> [sip_users]<br>> include => take_call
<br>> ;this is the context for sip users<br>><br>> Now when an incoming caller press 1 ... it cals sip 10 and sip 11. If me<br>> sip 22 want to pickup sip/10 or sip/11 by dialing 611 or 610 noting<br>> happends.
<br>> On asterisk CLI says:<br>> -- Executing Pickup("SIP/22-e7f0", "11") in new stack<br>><br>> Any ideea why it does'nt work? BTW on internal calls pickup works just fine.<br>><br>>
<br>> ------------------------------------------------------------------------<br>><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>> <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> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br></blockquote></div><br>