Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
[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
williamconley wrote:you left out the code for the "4/5/6" button presses.
jovieticar101 wrote:williamconley wrote:you left out the code for the "4/5/6" button presses.
exten => _473782188600XXX,n,ChanSpy(${agent_zap_channel},qd456)
is this the correct code?
also tried qB which is Barge, but this does not work, seems like it work like a whisper
c(digit)
digit required - Specify a DTMF digit that can be used to spy on the next available channel.
d - Override the typical numeric DTMF functionality and instead use DTMF to switch between spy modes.
4 - spy mode
5 - whisper mode
6 - barge mode
[code]exten => _473782188600XXX,n,ChanSpy(${agent_zap_channel},qdB)[/code]
exten => _473782188600XXX,n,ChanSpy(${agent_zap_channel},qd456)
exten => _473782188600XXX,n,ChanSpy(${agent_zap_channel},qd(6))
_473782188600XXX,n,ExtenSpy(${agent_zap_channel},qdbw)
Try with JUST 4 JUST 5 and JUST 6, then try with 45 and 46?
See what results you get.
Users browsing this forum: No registered users and 8 guests