Hi,
Following my last mail, it seems that ignoring TDX_ERROR is not a good idea : When this event occurs after having started to play a file, the channel get stucked.
It seems better to handle it that way :
case TDX_ERROR:
event.id = TRUNK_AUDIO_IDLE;
trunk->putEvent(&event);
break;
-- Etoile Di�se - www.etoilediese.com
_______________________________________________ Bayonne-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bayonne-devel
