Eu quero trabalhar Vicidial com chan_dongle Módulo Asterisk para usar modems USB da Huawei como gateways GSM (troncos / portadoras) para asterisco.
No modo manual, tudo funciona.
O problema aparece somente se a campanha Vicidial estiver configurada para o modo AUTODIAL e as chamadas forem feitas no backround e depois de responder pelo cliente devem estar conectadas à conferência SIP ao vivo chamada para qual agente está conectado.
O problema é que o canal local para essa chamada é feito e, logo após o atendimento, é desligado e não conectado à conferência. Isto é para todas as chamadas. ao lado deste agente é conectado ao cliente e pode falar com ele, mas depois de 33 segundos, ele perde o controle de chamadas e só o cliente pode pendurar chamada.
no modo manual, tudo está funcionando bem e a conferência contém 2 canais locais (chamada telefônica feita pelo dongle) e sip (conexão do zoiper ao asterisco).
meu plano de discagem dongle:
exten => _915.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _915.,n,Dial(Dongle/g1/${EXTEN:3},20,oTtr)
exten => _915.,n,Hangup
meu dongle.conf:
[defaults]
; now you can set here any not required device settings as template
; sure you can overwrite in any [device] section this default values
context=trunkinbound ; context for incoming calls
group=0 ; calling group
rxgain=0 ; increase the incoming volume; may be negative
txgain=0 ; increase the outgoint volume; may be negative
autodeletesms=yes ; auto delete incoming sms
resetdongle=yes ; reset dongle during initialization with ATZ command
u2diag=0 ; set ^U2DIAG parameter on device (0 = disable everything except modem function) ; -1 not use ^U2DIAG command
usecallingpres=yes ; use the caller ID presentation or not
callingpres=allowed_passed_screen ; set caller ID presentation by default use default network settings
disablesms=no ; disable of SMS reading from device when received
; chan_dongle has currently a bug with SMS reception. When a SMS gets in during a
; call chan_dongle might crash. Enable this option to disable sms reception.
; default = no
language=en ; set channel default language
smsaspdu=yes ; if 'yes' send SMS in PDU mode, feature implementation incomplete and we strongly recommend say 'yes'
mindtmfgap=45 ; minimal interval from end of previews DTMF from begining of next in ms
mindtmfduration=80 ; minimal DTMF tone duration in ms
mindtmfinterval=200 ; minimal interval between ends of DTMF of same digits in ms
callwaiting=auto ; if 'yes' allow incoming calls waiting; by default use network settings
; if 'no' waiting calls just ignored
disable=no ; OBSOLETED by initstate: if 'yes' no load this device and just ignore this section
initstate=start ; specified initial state of device, must be one of 'stop' 'start' 'remote'
; 'remove' same as 'disable=yes'
;exten=+1234567890 ; exten for start incoming calls, only in case of Subscriber Number not available!, also set to CALLERID(ndid)
dtmf=relax ; control of incoming DTMF detection, possible values:
; off - off DTMF tones detection, voice data passed to asterisk unaltered
; use this value for gateways or if not use DTMF for AVR or inside dialplan
; inband - do DTMF tones detection
; relax - like inband but with relaxdtmf option
; default is 'relax' by compatibility reason
[dongle0]
group=1
audio=/dev/ttyUSB1
data=/dev/ttyUSB2
log completo
por favor ajude
Se mais informações forem úteis, por favor escreva, vou tentar fornecê-las.
Tags asterisk