Hello,
we are having issues with our new Asterisk system, when we enable recording agents complain about audio interruptions and the we have a millions of log entries like the one shown below.
I have tested Asterisk 11.2, 11.5.1 and 11.2-cert2. All of them have the same issue. I have even tried a very simple Setup where I have the samples config files, and i only add two sip users and a diaplan entry like:
[sip-incoming]
exten => _[a-z].,1,MixMonitor(test.gsm)
exten => _[a-z].,n,Set(AUDIOHOOK_INHERIT(MixMonitor)=yes)
exten => _[a-z].,n,Dial(SIP/${EXTEN})
exten => _[a-z].,n,Hangup()
exten => _[a-z].,1,Dial(SIP/${EXTEN},t)
exten => _[a-z].,n,Hangup()
and enable debug = 3 in the asterisk.conf file, then I will get this debug messages.
Also using other file formats like wav or wav49 did not make any change.
DEBUG OUTPUT:
[2013-10-12 03:29:48.071] DEBUG[14735][C-00000000] features.c: Removing dialed interfaces datastore on SIP/dmeyer-00000001 since we’re bridging
[2013-10-12 03:29:48.071] DEBUG[14735][C-00000000] res_rtp_asterisk.c: Setting the marker bit due to a source update
[2013-10-12 03:29:48.071] DEBUG[14735][C-00000000] res_rtp_asterisk.c: Setting the marker bit due to a source update
[2013-10-12 03:29:48.081] DEBUG[14745][C-00000000] audiohook.c: Failed to get 160 samples from write factory 0x7faa24023fe8
[2013-10-12 03:29:48.081] DEBUG[14735][C-00000000] res_rtp_asterisk.c: Ooh, format changed from unknown to ulaw
[2013-10-12 03:29:48.081] DEBUG[14745][C-00000000] audiohook.c: Read factory 0x7faa240233a8 and write factory 0x7faa24023fe8 both fail to provide 160 samples
[2013-10-12 03:29:48.081] DEBUG[14735][C-00000000] res_rtp_asterisk.c: Created smoother: format: ulaw ms: 20 len: 160
[2013-10-12 03:29:48.085] DEBUG[14745][C-00000000] audiohook.c: Read factory 0x7faa240233a8 was pretty quick last time, waiting for them.
[2013-10-12 03:29:48.093] DEBUG[14745][C-00000000] audiohook.c: Read factory 0x7faa240233a8 and write factory 0x7faa24023fe8 both fail to provide 160 samples
[2013-10-12 03:29:48.095] DEBUG[14745][C-00000000] audiohook.c: Read factory 0x7faa240233a8 was pretty quick last time, waiting for them.
[2013-10-12 03:29:48.096] DEBUG[14745][C-00000000] audiohook.c: Read factory 0x7faa240233a8 and write factory 0x7faa24023fe8 both fail to provide 160 samples
[2013-10-12 03:29:48.098] DEBUG[14745][C-00000000] audiohook.c: Read factory 0x7faa240233a8 was pretty quick last time, waiting for them.
[2013-10-12 03:29:48.105] DEBUG[14745][C-00000000] audiohook.c: Read factory 0x7faa240233a8 and write factory 0x7faa24023fe8 both fail to provide 160 samples
[2013-10-12 03:29:48.116] DEBUG[14745][C-00000000] audiohook.c: Read factory 0x7faa240233a8 was pretty quick last time, waiting for them.
[2013-10-12 03:29:48.152] DEBUG[14745][C-00000000] audiohook.c: Read factory 0x7faa240233a8 and write factory 0x7faa24023fe8 both fail to provide 160 samples
[2013-10-12 03:29:48.164] DEBUG[14745][C-00000000] audiohook.c: Read factory 0x7faa240233a8 was pretty quick last time, waiting for them.
[2013-10-12 03:29:48.174] DEBUG[14745][C-00000000] audiohook.c: Read factory 0x7faa240233a8 and write factory 0x7faa24023fe8 both fail to provide 160 samples
[2013-10-12 03:29:48.177] DEBUG[14745][C-00000000] audiohook.c: Read factory 0x7faa240233a8 was pretty quick last time, waiting for them.
[2013-10-12 03:29:48.178] DEBUG[14745][C-00000000] audiohook.c: Read factory 0x7faa240233a8 and write factory 0x7faa24023fe8 both fail to provide 160 samples
Any hint on how to get rid of these debug entries or what might be the issue will be very welcome
Thanks,
Daniel