EDITTED this line on extensions-vicidial.conf this is my entry
; Whisper to agent meetme entry
exten => _473782188600XXX,1,Answer
exten => _473782188600XXX,n,Wait(1)
exten => _473782188600XXX,n,AGI(getAGENTchannel.agi)
exten => _473782188600XXX,n,NoOp(${agent_zap_channel})
exten => _473782188600XXX,n,GotoIf($[ "${agent_zap_channel}" = "101" ]?fin)
exten => _473782188600XXX,n,ChanSpy(${agent_zap_channel},qd)
exten => _473782188600XXX,n(fin),Hangup()
when I press whisper on vicidial.
it listen to the call.
when I press 5 I can whisper to the agent
when I press 4 it goes back to listen.
when I press 6 - barge is not working
heres the output when I press 6
- Code: Select all
[Oct 28 12:53:54] DTMF[30503][C-00000126]: channel.c:4215 __ast_read: DTMF begin '6' received on SIP/1715-00000075
[Oct 28 12:53:54] DTMF[30503][C-00000126]: channel.c:4226 __ast_read: DTMF begin passthrough '6' on SIP/1715-00000075
[Oct 28 12:53:54] DTMF[30502][C-00000126]: channel.c:4215 __ast_read: DTMF begin '6' received on Local/192*168*001*003*473782188600053@default-000000e1;2
[Oct 28 12:53:54] DTMF[30502][C-00000126]: channel.c:4219 __ast_read: DTMF begin ignored '6' on Local/192*168*001*003*473782188600053@default-000000e1;2
[Oct 28 12:53:55] DTMF[30503][C-00000126]: channel.c:4129 __ast_read: DTMF end '6' received on SIP/1715-00000075, duration 160 ms
[Oct 28 12:53:55] DTMF[30503][C-00000126]: channel.c:4170 __ast_read: DTMF end accepted with begin '6' on SIP/1715-00000075
[Oct 28 12:53:55] DTMF[30503][C-00000126]: channel.c:4199 __ast_read: DTMF end passthrough '6' on SIP/1715-00000075
[Oct 28 12:53:55] DTMF[30502][C-00000126]: channel.c:4129 __ast_read: DTMF end '6' received on Local/192*168*001*003*473782188600053@default-000000e1;2, duration 160 ms
[Oct 28 12:53:55] DTMF[30502][C-00000126]: channel.c:4199 __ast_read: DTMF end passthrough '6' on Local/192*168*001*003*473782188600053@default-000000e1;2
the agent can still hear me, but the customer cannot hear me