Hi all,
I have some problems when I try to setup whisper mode for chanspy funtion. The extension_custom.conf is like that:
[spy]
exten => 779,1,Macro(user-callerid)
exten => 779,2,Authenticate(2143)
exten => 779,3,Read(SPYNUM,,3)
exten => 779,4,ChanSpy(SIP/${SPYNUM},v2)
exten => 779,5,Hangup()
exten => _778X.,1,Macro(user-callerid)
exten => _778X.,n,ChanSpy(SIP/${EXTEN:3},w)
exten => _778X.,n,Hangup()
I can hear the conversation, but the agent is not hearing me. The debug show:
[Nov 18 14:13:37] DEBUG[7164] audiohook.c: Failed to get 160 samples from write factory 0xb6d319bc
[Nov 18 14:13:37] DEBUG[7164] channel.c: Internal timing is disabled (option_internal_timing=0 chan->timingfd=35)
[Nov 18 14:13:37] DEBUG[7164] audiohook.c: Failed to get 160 samples from write factory 0xb6d319bc
[Nov 18 14:13:37] DEBUG[7164] channel.c: Internal timing is disabled (option_internal_timing=0 chan->timingfd=35)
[Nov 18 14:13:37] DEBUG[7164] audiohook.c: Failed to get 160 samples from write factory 0xb6d319bc
[Nov 18 14:13:37] DEBUG[7164] channel.c: Internal timing is disabled (option_internal_timing=0 chan->timingfd=35)
[Nov 18 14:13:37] DEBUG[7164] audiohook.c: Failed to get 160 samples from write factory 0xb6d319bc
[Nov 18 14:13:37] DEBUG[7164] channel.c: Internal timing is disabled (option_internal_timing=0 chan->timingfd=35)
[Nov 18 14:13:37] DEBUG[7164] audiohook.c: Failed to get 160 samples from write factory 0xb6d319bc
[Nov 18 14:13:37] DEBUG[7164] channel.c: Internal timing is disabled (option_internal_timing=0 chan->timingfd=35)
[Nov 18 14:13:37] DEBUG[7164] audiohook.c: Failed to get 160 samples from write factory 0xb6d319bc
Somebody have any idea about this? I need to configure something more?
Thanks,
