Dear *, I'm working on an application which uses a similar class as AnnounceAuthDialog from the announce_auth example. The only difference is that I don't want to close the dialog and stop the session when the audio file (announcement) ended, so I commented out: //dlg.bye(); //setStopped();
Is it possible to play a second (an third, etc) audio file in this dialog when this first file ends. When I try calling "setOutput(&wav_file);" again when the AmAudioEvent comes in, it's not working. I also tried rewinding the file prior to calling setOutput. If I call "setOutput" while the first file is still playing it does work... Do I need to restore the audio connection for this session when the first audio file ended? Or is there some other trick to achieve this? I'm using the sems-0.10.0-bundle on a Debian 4.0 system. Your help is very much appreciated! Regards, Tom _______________________________________________ Sems mailing list [email protected] http://lists.iptel.org/mailman/listinfo/sems
