I try to resolve a problem with playing .wav file in Playback function when incomming call is via IAX.
Problem is that a wav file is playing only 10-15 seconds and then it is interrupted and it goes silent.
My wav file is about 30 seconds long. I see no message or error in log file of asterisk.
Can somebody help me with this problem?
It seems the problem is solved. I had to load only: “res_timing_pthread.so” and had to unload: “res_timing_dahdi.so” and “res_timing_timerfd.so” for internal timing in modules.conf. It seems that it’s working good after this change.