Re: [OpenSIPStack] GIPs integration to OpenSIPStack
Brought to you by:
joegenbaclor
From: <jo...@op...> - 2008-08-12 13:26:40
|
The first thing you need to do is to implement your codec as a subclass of OpalFramedTranscoder. You can check out how Speex is implemented (speexcodec.h, speexcodec.cxx) and base you custom codec from there. The next step is to call your codec registration macro in allcodecs.h. Manoj Kumar Joshi wrote: > Hello, > > I am looking forward to integrate GIPS media processing to opensipstack. > Initially i want to incorporate it only on its Softphone interface and build > ATLSip with it. > > I think i would need to make changes in SDP, Audio devices handling, > Start/stop RTP and encryption. I tried to find some documentation on openSBC > architecture but did not find much. Please give me some of your valuable > directions on how should i start with this. > > Regards, > > Manoj > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > No virus found in this incoming message. > Checked by AVG - http://www.avg.com > Version: 8.0.138 / Virus Database: 270.6.1/1605 - Release Date: 8/11/2008 4:59 PM > > > > |