Hi Stefan On Tue, 2008-06-10 at 20:47 +0200, Stefan Sayer wrote: > Hello, > > o Jason Penton [06/10/08 20:36]: > > Hi All, > > > > what is the best way to record a SIP call using SEMS?? > > > > I was thinking something like the conference app with a call being made > > out automatically and attaching a writable audio file for the 'recording > > channel' > > have a look at AmAudioQueue (AmAdvancedAudio.h, well, its not so > advanced), you can attach two or more AmAudios to the input, e.g. one > AmConferenceChannel and one AmAudioFile. Audio is written to (or read > from, if you push them in output queue) both.
So I am starting with a base similar to the conference app, but I have a question: Why wasn't the conference app implemented from an AmB2BSession base class (surely this would have been easier - using connectCallee, etc). Is there a reason that the conference app was implemented using AMSession as its base class. Kind regards Jason > > hope this gets you started. > Stefan > > > > > any feedback / ideas ??? > > > > p.s. i did search the archives and found a previous question similar to > > this but unfortunately it was not answered........ > > > > Kind regards > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Sems mailing list > > [email protected] > > http://lists.iptel.org/mailman/listinfo/sems > _______________________________________________ Sems mailing list [email protected] http://lists.iptel.org/mailman/listinfo/sems
