<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 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 => features.conf<br><br>; Ligação para ramais<br>[ramais]<br>exten => _5XXX,1,Dial(SIP/${EXTEN},47,tT)<br>;exten => 0800.,1,Dial(DGV/g1/${EXTEN},47,tT)<br><br>; DDRs Manuais<br>[from-pstn]<br>exten => 5000,1,Dial(SIP/5000,47,t)<br>exten => 5001,1,Dial(SIP/5001,47,t)<br>exten => 5002,1,Dial(SIP/5002,47,t)<br>exten => 5003,1,Dial(SIP/5003,47,t)<br>exten => 5004,1,Dial(SIP/5004,47,t)<br>exten => 5005,1,Dial(SIP/5005,47,t)<br><br>; Telefone do sÃndico<br>exten => 5033,1,Dial(SIP/5033,47,tT)<br><br><br>; Permite
realizar ligação para qualquer lugar<br>[from-internal]<br>exten => _5XXX,1,Dial(SIP/${EXTEN},47,tT)<br>exten => _X.,1,Dial(DGV/g1/${EXTEN},47,tT)<br>exten => _0X.,1,Dial(DGV/g1/${EXTEN:1},47,tT)<br><br>; Só permite realizar ligação local<br>[local]<br>exten => _5XXX,1,Dial(SIP/${EXTEN},47,tT)<br>exten => _0XXXXXXXX,1,Dial(DGV/g1/${EXTEN:1},47,tT)<br>exten => 0800.,1,Dial(DGV/g1/${EXTEN:1},47,tT)<br>exten => _0800.,1,Dial(DGV/g1/${EXTEN:1},47,tT)<br>~<br>~<br><br>features.conf<br><br>[general]<br>parkext => 700 ; What extension to dial to park (all parking lots)<br>parkpos => 701-720 ; What extensions to park calls on. (defafult parking lot)<br>context => parkedcalls<br>transferdigittimeout => 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 <br>featuredigittimeout = 3000 <br><br><br>[featuremap]<br>blindxfer => #1 ; Blind transfer (default is #) -- Make sure to set the T and/or t option in the Dial() or Queue() app call!<br>;disconnect => *0 ; Disconnect (default is *) -- Make sure to set the H and/or h option in the Dial() or Queue() app call!<br>;automon => *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 => *2 ; Attended transfer -- Make sure to set the T and/or t option in the Dial() or Queue() app call!<br>;parkcall => #72 ; Park call (one step parking) -- Make sure to set the K and/or k option in the Dial() app call!<br>;automixmon => *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! </div></div></body></html>