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 _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
