In article <[EMAIL PROTECTED]>, Kevin P. Fleming <[EMAIL PROTECTED]> wrote: > Tony Mountifield wrote: > > > I am suspecting that the problem is something to do with the conf_play() > > of the enter and leave sounds. My guess is that by writing that raw data > > into the pseudo device fd, it causes a backlog that never drains, because > > the device is only getting emptied at the same rate as the conference is > > filling it. > > That's very interesting... it certainly seems possible that it could be > the case. It would be pretty simple to test, just replace the "conf > enter" sound with something quite a bit longer (4 or 5 seconds) and > determine if the delay increases accordingly.
Well I've tried the next best thing: commented out the careful_write that is in conf_play(). The delay then went away, even on non-q confs. Cheers Tony -- Tony Mountifield Work: [EMAIL PROTECTED] - http://www.softins.co.uk Play: [EMAIL PROTECTED] - http://tony.mountifield.org _______________________________________________ Asterisk-Dev mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-dev To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
