Re: [OpenSIPStack] Where to start?
Brought to you by:
joegenbaclor
From: Joegen E. B. <joe...@gm...> - 2008-02-27 12:10:46
|
Hi, Download ATLSIP module from CVS and take a look at the OSSPhone sample. The SoftphoneInterface class is a complete softphone implementation. All you need to do is to subclass it and override the various virtual methods starting with the Event keyword. virtual void Event_IncomingCall( const OString & eventInfo = OString::Empty() ) = 0; virtual void Event_OutgoingCallRinging( const OString & eventInfo = OString::Empty() ) = 0; The OSSPhone sample shows the basics how to implement these callbacks. Joegen ope...@op... wrote: > Hi, > > > I am looking for some form of documentation on how to go about writing a simple softphone app with OpenSIPStack. Just simple steps to take from compiling to through to final product. Things like what objects need to be initialized and in what order they are needed. > > > Any help wil be apretiated. > > > Regards, > > > Robert Vos > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > |