On 12/14/07, wsycqyz <[EMAIL PROTECTED]> wrote: > There is a IP channel that only have 9.6kbps. > > I saw there are 5kbps, 8kbps and higher rate of Speex in sipXtapi, but no > the lowest rate of 2.15kbps. But I think the 2.15kbps is what I want. > > Would anyone please guide me to implement the 2.15kbps Speex in sipXtapi?
All speex modes are supported by sipXmediaLib, so you just need push information about this to upper levels (i.e. sipXtapi). Take a look at following files: sipXsdpLib\include\sdp\SdpCodec.h sipXsdpLib\src\sdp\SdpCodec.cpp sipXsdpLib\src\sdp\SdpDefaultCodecFactory.cpp And search for occurence of "SPEEX" in them. I think you'll easily find the way to add needed modes. ;) -- Regards, Alexander Chemeris. SIPez LLC. SIP VoIP, IM and Presence Consulting http://www.SIPez.com tel: +1 (617) 273-4000 _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
