<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>Pois é, agora pela manha, instalei o xlite no pc e funcionou, então deve ser alguma config no ATA, vou mudar o jeito de transferir e testar.<br></span></div><div><span><br></span></div><div><span>Obs: o modulo res.features.so nao esta carregado, mas fiz umas pesquisas e nesta versao 1.6 nao tem este modulo e me parece que não é necessario, me corrija se estiver errado.<br></span></div><div><span><br></span></div><div><span>Obrigado!<br></span></div><div><br></div>  <div style="font-size: 12pt; font-family: &quot;times new roman&quot;, &quot;new york&quot;, &quot;times&quot;, serif"> <div style="font-size: 12pt; font-family: &quot;times new roman&quot;, &quot;new york&quot;, &quot;times&quot;, serif"> <font size="2" face="Arial"> <hr size="1">  <b><span style="font-weight:bold;">De:</span></b> Pablo Foruns
 &lt;pablo.foruns@gmail.com&gt;<br> <b><span style="font-weight: bold;">Para:</span></b> Danilo Escobar &lt;dengueipaussu@yahoo.com.br&gt;; asteriskbrasil@listas.asteriskbrasil.org <br> <b><span style="font-weight: bold;">Enviadas:</span></b> Sexta-feira, 6 de Janeiro de 2012 8:30<br> <b><span style="font-weight: bold;">Assunto:</span></b> Re: [AsteriskBrasil] transferência de chamadas<br> </font> <br><div id="yiv1156874782"><div>Danilo,</div><div>o modulo res_features.so está caregado?</div><div>O mesmo acontece com qualquer tipo de ramal, por exemplo: de um telefone ip , de um ATA ou de um softfone?</div><div>As vezes tem alguma feature no dialplan do ata ou do telefone que pode está conflitando com o *2 do teu asterisk.</div>
<div>&nbsp;</div><div>Flw.</div><div>Pablo.</div><div><br><br>&nbsp;</div><div class="yiv1156874782gmail_quote">Em 5 de janeiro de 2012 20:21, Danilo Escobar <span dir="ltr">&lt;<a rel="nofollow" ymailto="mailto:dengueipaussu@yahoo.com.br" target="_blank" href="mailto:dengueipaussu@yahoo.com.br">dengueipaussu@yahoo.com.br</a>&gt;</span> escreveu:<br>
<blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid;" class="yiv1156874782gmail_quote"><div><div style="color: rgb(0, 0, 0); font-size: 12pt; background-color: rgb(255, 255, 255); font-family: &quot;times new roman&quot;, &quot;new york&quot;, &quot;times&quot;, serif">
<div>Estou com um problema de tranferência de chamadas a versao do asterisk 1.6.2.20 a placa E1 é digivoice<br><br>A pessoa aperta *2 &nbsp;para transferir, mas não acontece nada, nem no CLI aparece<br>as configuracoes estao assim<br>
<br>extensions.conf<br><br>[Globals]<br>include =&gt; features.conf<br><br>; Ligação para ramais<br>[ramais]<br>exten =&gt; _5XXX,1,Dial(SIP/${EXTEN},47,tT)<br>;exten =&gt; 0800.,1,Dial(DGV/g1/${EXTEN},47,tT)<br><br>; DDRs Manuais<br>
[from-pstn]<br>exten =&gt; 5000,1,Dial(SIP/5000,47,t)<br>exten =&gt; 5001,1,Dial(SIP/5001,47,t)<br>exten =&gt; 5002,1,Dial(SIP/5002,47,t)<br>exten =&gt; 5003,1,Dial(SIP/5003,47,t)<br>exten =&gt; 5004,1,Dial(SIP/5004,47,t)<br>
exten =&gt; 5005,1,Dial(SIP/5005,47,t)<br><br>; Telefone do síndico<br>exten =&gt; 5033,1,Dial(SIP/5033,47,tT)<br><br><br>; Permite
 realizar ligação para qualquer lugar<br>[from-internal]<br>exten =&gt; _5XXX,1,Dial(SIP/${EXTEN},47,tT)<br>exten =&gt; _X.,1,Dial(DGV/g1/${EXTEN},47,tT)<br>exten =&gt; _0X.,1,Dial(DGV/g1/${EXTEN:1},47,tT)<br><br>; Só permite realizar ligação local<br>
[local]<br>exten =&gt; _5XXX,1,Dial(SIP/${EXTEN},47,tT)<br>exten =&gt; _0XXXXXXXX,1,Dial(DGV/g1/${EXTEN:1},47,tT)<br>exten =&gt; 0800.,1,Dial(DGV/g1/${EXTEN:1},47,tT)<br>exten =&gt; _0800.,1,Dial(DGV/g1/${EXTEN:1},47,tT)<br>
~<br>~<br><br>features.conf<br><br>[general]<br>parkext =&gt; 700 ; What extension to dial to park (all parking lots)<br>parkpos =&gt; 701-720 ; What extensions to park calls on. (defafult parking lot)<br>context =&gt; parkedcalls<br>
transferdigittimeout =&gt; 10 ; Number of seconds to wait between digits when transferring a call<br>xfersound = beep ; to indicate an attended transfer is complete<br>xferfailsound = beeperr ; to indicate a failed transfer<br>
pickupexten =
 *8&nbsp;<br>featuredigittimeout = 3000&nbsp;<br><br><br>[featuremap]<br>blindxfer =&gt; #1 ; Blind transfer (default is #) -- Make sure to set the T and/or t option in the Dial() or Queue() app call!<br>;disconnect =&gt; *0 ; Disconnect (default is *) -- Make sure to set the H and/or h option in the Dial() or Queue() app call!<br>
;automon =&gt; *1 ; One Touch Record a.k.a. Touch Monitor -- Make sure to set the W and/or w option in the Dial() or Queue() app call!<br>atxfer =&gt; *2 ; Attended transfer -- Make sure to set the T and/or t option in the Dial() or Queue() app call!<br>
;parkcall =&gt; #72 ; Park call (one step parking) -- Make sure to set the K and/or k option in the Dial() app call!<br>;automixmon =&gt; *3 ; One Touch Record a.k.a. Touch MixMonitor -- Make sure to set the X and/or x option in the Dial() or Queue() app call!&nbsp;</div>
</div></div><br>_______________________________________________<br>
KHOMP ::: External Series Experience :::<br>
Um novo conceito para o mercado de aplicações que vai<br>
fazer você pensar fora da caixa. Aguarde este lançamento<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 rel="nofollow" target="_blank" href="http://www.digivoice.com.br">www.digivoice.com.br</a> ou (11)3016-5200.<br>
________<br>
<br>
______________________________________________<br>
Para remover seu email desta lista, basta enviar um email em branco para <a rel="nofollow" ymailto="mailto:asteriskbrasil-unsubscribe@listas.asteriskbrasil.org" target="_blank" href="mailto:asteriskbrasil-unsubscribe@listas.asteriskbrasil.org">asteriskbrasil-unsubscribe@listas.asteriskbrasil.org</a><br></blockquote></div>
<br>
</div><br><br> </div> </div>  </div></body></html>