It searches for VoiceEngineFactoryImpl.h file...but this file is not part of the code.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Manoj Kumar Joshi Sent: Thursday, February 21, 2008 6:28 PM To: 'Dale Worley'; [email protected] Subject: Re: [sipxtapi-dev] Using Third party Media library -- GIPS Hello Guys, I am facing problems while trying to complile SIPXTapi with GIPS directives, i guess it needs lot of work (Unless i am doing it wrong way). I searched the mail archive and found someone had integrated it as closed source. I think it would be much easier if i can use GIPS libraries externaly , that means from the client application. Can anyone guide me on how can i disable SIPX media library completely?...Or if there is an easy way to incorporate GIPS. Regards, Manoj -----Original Message----- From: Dale Worley [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 05, 2008 3:44 AM To: [EMAIL PROTECTED] Cc: [email protected] Subject: RE: [sipxtapi-dev] Using Third party Media library On Mon, 2008-02-04 at 13:34 +0530, Manoj Kumar Joshi wrote: > Thank you very much for your valuable direction. Infact i wanted to > implement GIPS media lib only. Now i know that GIPS media lib is already > included in "sipXmediaAdapterLib". Is there any define parameter i need to > use before compiling? The various GIPS alternatives are activated by providing the right arguments to ./configure. The code to implement this is in config/sipXlib.m4, and from a quick look, it appears that the choices are: --with-gipsneq Compile the media subsystem with the GIPS audio libraries --with-gipsve Link to GIPS voice engine if --with-gipsve is set --with-gipsce Link to GIPS conference engine if --with-gipsce is set > Also while adding codecs in SDP how can i define it to use all GIPS codec > (or select few)....? When an application is activating the media library, it provides a list of the names of codecs to use. In the sipX components, this list is programmed via a configuration parameter for the application. In particular, for the mediaserver: mediaserver.rtp.codecs VXIString EG711U EG711A pcmu pcma telephone-event and for the park server: SIP_PARK_CODEC_LIST : pcmu pcma telephone-event Beware that if you do not list "telephone-event", DTMF tones will not be decoded. Dale -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.516 / Virus Database: 269.19.19/1256 - Release Date: 2/2/2008 1:50 PM _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/ -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.516 / Virus Database: 269.20.7 - Release Date: 2/16/2008 12:00 AM _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
