<br><br>
<div><span class="gmail_quote">On 8/10/07, <b class="gmail_sendername">Carlos Chavez</b> &lt;<a href="mailto:cursor@telecomabmex.com">cursor@telecomabmex.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I am having a bit of a problem implementing the pickup command in my<br>dial plan.&nbsp;&nbsp;I have setup this rule:
<br><br>exten =&gt; _*8XXX,1,Pickup(${EXTEN:2})<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This works as expected when someone dials an extensions number and I<br>can get the call.&nbsp;&nbsp;The problem I have is that when a call enters my<br>welcome menu and does not press anything there is a timeout that sends
<br>them to the recepcionist.&nbsp;&nbsp;The rule is:<br><br>exten =&gt; t,1,Macro(stdexten,${OPERVM},${OPER})</blockquote>
<div>&nbsp;</div>
<div>If I understand the command correctly, the pickup you would need to initiate for this would be picking up the &#39;t&#39; extension.&nbsp; Instead of writing &#39;t&#39; like that, I would use a go to:</div>
<div>&nbsp;</div>
<div>exten =&gt; t,1,Goto([some context],[some extension],1)</div>
<div>&nbsp;</div>
<div>Then, your pickup would be picking up [some extension].</div>
<div>&nbsp;</div>
<div>Ex.:</div>
<div>&nbsp;</div>
<div>exten =&gt; t,1,Goto(internal,100,1)</div>
<div>&nbsp;</div>
<div>your pickup command would be:</div>
<div>&nbsp;</div>
<div>exten =&gt; _*8XXX,1,Pickup(${EXTEN:2})<br>&nbsp;</div>
<div>and then you would enter *8100 to pickup the ringing caller.</div>
<div>&nbsp;</div>
<div>See <a href="http://www.voip-info.org/wiki/view/Asterisk+cmd+Pickup">http://www.voip-info.org/wiki/view/Asterisk+cmd+Pickup</a>, and more specifically the REMARK heading.</div>
<div>&nbsp;</div><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ${OPERVM} and ${OPER} are set to the mailbox and sip device of the<br>receptionist.&nbsp;&nbsp;How can I directly pick up that call?&nbsp;&nbsp;I stopped using
<br>the default *8 because the client kept picking up calls that they did<br>not intend to so I need to make it specific.<br><br>--<br>Telecomunicaciones Abiertas de México S.A. de C.V.<br>Carlos Chávez Prats<br>Director de Tecnología
<br>+52-55-91169161 ext 2001<br><br>_______________________________________________<br>--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--">http://www.api-digital.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><br></blockquote></div><br><br clear="all">
<br>-- <br>Lacy Moore<br>Somewhere I wish I wasn&#39;t