<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><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></body></html>