<div><span class="Apple-style-span" style="font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; "><div><br></div><div><br></div><div><a href="http://www.voip-info.org/wiki/view/Asterisk+cmd+Pickup">http://www.voip-info.org/wiki/view/Asterisk+cmd+Pickup</a></div>
<div>voip-info:</div><div><br></div><div>warning: Do not use a global variable for PICKUPMARK - this should be a normal channel variable instead. Otherwise every call made to extension 1234, 1235, etc would overwrite the global variable and so only the last call made to an extension can be picked up. As for channel variables: pay attention to variable inheritance. So, in the dialplan you must implement pickup logic like:</div>
<div><br></div><div>exten =&gt; _*8.,1,Pickup(${EXTEN:2}@PICKUPMARK)</div><div>exten =&gt; _*8.,n,Hangup()</div><div><br></div><div>Don&#39;t set PICKUPMARK in the &quot;extension&quot; _*8. like in the example given below, that&#39;s nonsense. You should set the channel variable when making a call to the extension, something like:</div>
<div><br></div><div>exten =&gt; 1234,1,Set(__PICKUPMARK=1234)</div><div>exten =&gt; 1234,n,Dial(...)</div><div><br></div><div>Please take note of the two underscores before the variable name. That means &quot;inherit unlimited depth&quot;. You should be using macros to define extensions, so better add that line to the macro. If you do so, your pickup logic will work seamlessly.</div>
<div>Correction: It is sufficient to use a single underscore for &quot;inherit once&quot; instead of two undescores!</div><div><br></div></span></div><div><span class="Apple-style-span" style="font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; "><br>
</span></div><div><span class="Apple-style-span" style="font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; ">Pickup(extension[@context])</span></div><div><br></div><div><br><div class="gmail_quote">
Em 3 de setembro de 2011 15:20, Eduardo Leones <span dir="ltr">&lt;<a href="mailto:eduardo.leones@yahoo.com.br">eduardo.leones@yahoo.com.br</a>&gt;</span> escreveu:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div style="color:#000;background-color:#fff;font-family:times new roman, new york, times, serif;font-size:12pt"><div>Boa tarde,<br><br>Não estou conseguindo criar um dial plan para puxar ligações por ramal. Estou usando o asterisk 1.4.18 com o seguinte dial plan:<br>
<br>exten =&gt; _*7XXX,1,Pickup(${EXTEN:2}@PICKUPMARK)<br>exten =&gt; _*7XXX,n,Hangup()<br><br>Porém, não está funcionando, aparece o seguinte erro no CLI:<br><br><br>    -- Executing [*7503@ypytrix-05:2] Pickup(&quot;SIP/501-000063a2&quot;, &quot;503@PICKUPMARK&quot;) in new stack<br>
[Sep  3 14:54:26] NOTICE[17844]: app_directed_pickup.c:159 pickup_exec: No target channel found for 503.<br>    -- Executing [*7503@ypytrix-05:3] Hangup(&quot;SIP/501-000063a2&quot;, &quot;&quot;) in new stack<br><br><br>
Alguém sabe como funciona o Pickup por ramal no asterisk 1.4?<br><br>obrigado,<br><font color="#888888"><br>Eduardo</font></div></div></div><br>_______________________________________________<br>
KHOMP: qualidade em placas de E1, GSM, FXS e FXO para Asterisk.<br>
- Hardware com alta disponibilidade de recursos e qualidade KHOMP<br>
- Suporte técnico local qualificado e gratuito<br>
Conheça a linha completa de produtos KHOMP em <a href="http://www.khomp.com.br" target="_blank">www.khomp.com.br</a><br>
_______________________________________________<br>
DIGIVOICE: Lider no mercado de placas para Asterisk<br>
Único fabricante com Centro de Treinamento especializado.<br>
LANÇAMENTO: Channel Bank TDMoE, até 64 canais FXS / FXO.<br>
<a href="http://www.digivoice.com.br" target="_blank">www.digivoice.com.br</a> ou (11)3016-5200.<br>
________<br>
LANÇAMENTO SHOPVOIP! Gateway Xibelis Lyric VoIP com 2,4 e 6 canais GSM.<br>
Arquitetura Escalável, Balanceamento de Carga, Portabilidade Numérica.<br>
Confira em <a href="http://www.yx.cl/landing/brasil/lyric_voip_asterisk.org" target="_blank">http://www.yx.cl/landing/brasil/lyric_voip_asterisk.org</a><br>
Mais informações: <a href="http://www.shopvoip.com.br" target="_blank">www.shopvoip.com.br</a> ou 0800-6021244<br>
______________________________________________<br>
Para remover seu email desta lista, basta enviar um email em branco para <a href="mailto:asteriskbrasil-unsubscribe@listas.asteriskbrasil.org">asteriskbrasil-unsubscribe@listas.asteriskbrasil.org</a><br></blockquote></div>
<br><br clear="all"><div><br></div>-- <br><span><font size="1">Obg,<br>Ulisses Féres.<br>Abratel Telecom</font></span><div><span><a href="mailto:uferes@abratel.com.br" target="_blank"><font size="1">uferes@abratel.com.br</font></a></span></div>
<div><span><font size="1">32-3722-4004 ramal 928</font></span></div><br>
</div>