[AsteriskBrasil] Transferëncia de chamadas

Danilo Escobar dengueipaussu em yahoo.com.br
Quinta Janeiro 5 17:40:06 BRST 2012


Estou com um problema de tranferência de chamadas a versao do asterisk 1.6.2.20 a placa E1 é digivoice

A pessoa aperta *2  para transferir, mas não acontece nada, nem no CLI aparece
as configuracoes estao assim

extensions.conf

[Globals]
include => features.conf

; Ligação para ramais
[ramais]
exten => _5XXX,1,Dial(SIP/${EXTEN},47,tT)
;exten => 0800.,1,Dial(DGV/g1/${EXTEN},47,tT)

; DDRs Manuais
[from-pstn]
exten => 5000,1,Dial(SIP/5000,47,t)
exten => 5001,1,Dial(SIP/5001,47,t)
exten => 5002,1,Dial(SIP/5002,47,t)
exten => 5003,1,Dial(SIP/5003,47,t)
exten => 5004,1,Dial(SIP/5004,47,t)
exten => 5005,1,Dial(SIP/5005,47,t)

; Telefone do síndico
exten => 5033,1,Dial(SIP/5033,47,tT)


; Permite realizar ligação para qualquer lugar
[from-internal]
exten => _5XXX,1,Dial(SIP/${EXTEN},47,tT)
exten => _X.,1,Dial(DGV/g1/${EXTEN},47,tT)
exten => _0X.,1,Dial(DGV/g1/${EXTEN:1},47,tT)

; Só permite realizar ligação local
[local]
exten => _5XXX,1,Dial(SIP/${EXTEN},47,tT)
exten => _0XXXXXXXX,1,Dial(DGV/g1/${EXTEN:1},47,tT)
exten => 0800.,1,Dial(DGV/g1/${EXTEN:1},47,tT)
exten => _0800.,1,Dial(DGV/g1/${EXTEN:1},47,tT)
~
~

features.conf

[general]
parkext => 700                  ; What extension to dial to park        (all parking lots)
parkpos => 701-720              ; What extensions to park calls on. (defafult parking lot)
context => parkedcalls
transferdigittimeout => 10 ; Number of seconds to wait between digits when transferring a call
xfersound = beep                ; to indicate an attended transfer is complete
xferfailsound = beeperr ; to indicate a failed transfer
pickupexten = *8 
featuredigittimeout = 3000 


[featuremap]
blindxfer => #1         ; Blind transfer  (default is #) -- Make sure to set the T and/or t option in the Dial() or Queue() app call!
;disconnect => *0               ; Disconnect  (default is *) -- Make sure to set the H and/or h option in the Dial() or Queue() app call!
;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!
atxfer => *2                    ; Attended transfer  -- Make sure to set the T and/or t option in the Dial() or Queue()  app call!
;parkcall => #72        ; Park call (one step parking)  -- Make sure to set the K and/or k option in the Dial() app call!
;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!



sip.conf
[5000]
type         = friend
context      = local
secret       = 5000
host         = dynamic
canreinvite  = no
pickupgroup  = 1

[5001]
type         = friend
context      = local
secret       = 5001
host         = dynamic
canreinvite  = no
pickupgroup  = 1

[5002]
type         = friend
context      = local
secret       = 5002
host         = dynamic
canreinvite  = no
pickupgroup  = 1

[5003]
type         = friend
context      = local
secret       = 5003
host         = dynamic
canreinvite  = no
pickupgroup  = 1




Quando tento dar o comando module reload res_features.so ele da um erro porque não tem o modulo, mas parece que nesta versão do asterisk e assim mesmo            
-------------- Próxima Parte ----------
Um anexo em HTML foi limpo...
URL: http://listas.asteriskbrasil.org/pipermail/asteriskbrasil/attachments/20120105/d98839a2/attachment-0001.htm 


Mais detalhes sobre a lista de discussão AsteriskBrasil