List Info

Thread: Re: Using Third party Media library -- GIPS




Re: Using Third party Media library -- GIPS
user name
2008-02-22 03:03:01
Ok...Actually getting SDK will probably temporarily solve my
problem but
thats somthing i would not like to do. My plan is to use
SIPXtapi and
progress and contribute in open source with time.

I just have some temporary commitment to make SIP dialer
with GIPS.

I think at this point I have only one choice is to Make
changes in SIPXtapi
in such a way that it can run completely with GIPS media
engine.

I wish to do it in such a way that it can add value to open
source as well.
I would really need some guidelines on ...

1- Exactly on what places SIPXTapi interacts with Media
libraries (Including
SDP , Media start and Stop, RTCP etc).
2- Suggestions on what approaches would be good from open
source point of
view.

Regards,

Manoj



-----Original Message-----
From: Jaroslav Libak [mailto:jarol1seznam.cz]
Sent: Thursday, February 21, 2008 10:16 PM
To: manojascenttelecom.com
Subject: Re: [sipxtapi-dev] Using Third party Media library
-- GIPS


That is because sipxtapi with GIPS is uncompilable.
Implementation of
sipxmediaadapter interface for GIPS is missing as pingtel
didn't contribute
it.
If you want to use GIPS, I suggest to program everything
yourself and use
sip
stack directly instead of using sipxtapi. Or get SDK with
everything in it.

Jaro

Manoj krishna Joshi wrote:
> 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:dworleypingtel.com]
> Sent: Tuesday, February 05, 2008 3:44 AM
> To: manojascenttelecom.com
> Cc: sipxtapi-devlist.sipfoundry.org
> Subject: RE: [sipxtapi-dev] Using Third party Media
library
>
>
> On Mon, 2008-02-04 at 13:34 +0530, Manoj krishna 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
> sipxtapi-devlist.sipfoundry.org
> 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
sipxtapi-devlist.sipfoundry.org
List Archive: http
://list.sipfoundry.org/archive/sipxtapi-dev/

Re: Using Third party Media library -- GIPS
user name
2008-02-26 04:32:16
Any help guys?

-----Original Message-----
From: sipxtapi-dev-bounceslist.sipfoundry.org
[mailto:sipxtapi-dev-bounceslist.sipfoundry.org]On
Behalf Of Manoj
krishna Joshi
Sent: Friday, February 22, 2008 2:33 PM
To: 'Jaroslav Libak'
Cc: sipxtapi-devlist.sipfoundry.org
Subject: Re: [sipxtapi-dev] Using Third party Media library
-- GIPS


Ok...Actually getting SDK will probably temporarily solve my
problem but
thats somthing i would not like to do. My plan is to use
SIPXtapi and
progress and contribute in open source with time.

I just have some temporary commitment to make SIP dialer
with GIPS.

I think at this point I have only one choice is to Make
changes in SIPXtapi
in such a way that it can run completely with GIPS media
engine.

I wish to do it in such a way that it can add value to open
source as well.
I would really need some guidelines on ...

1- Exactly on what places SIPXTapi interacts with Media
libraries (Including
SDP , Media start and Stop, RTCP etc).
2- Suggestions on what approaches would be good from open
source point of
view.

Regards,

Manoj



-----Original Message-----
From: Jaroslav Libak [mailto:jarol1seznam.cz]
Sent: Thursday, February 21, 2008 10:16 PM
To: manojascenttelecom.com
Subject: Re: [sipxtapi-dev] Using Third party Media library
-- GIPS


That is because sipxtapi with GIPS is uncompilable.
Implementation of
sipxmediaadapter interface for GIPS is missing as pingtel
didn't contribute
it.
If you want to use GIPS, I suggest to program everything
yourself and use
sip
stack directly instead of using sipxtapi. Or get SDK with
everything in it.

Jaro

Manoj krishna Joshi wrote:
> 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:dworleypingtel.com]
> Sent: Tuesday, February 05, 2008 3:44 AM
> To: manojascenttelecom.com
> Cc: sipxtapi-devlist.sipfoundry.org
> Subject: RE: [sipxtapi-dev] Using Third party Media
library
>
>
> On Mon, 2008-02-04 at 13:34 +0530, Manoj krishna 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
> sipxtapi-devlist.sipfoundry.org
> 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
sipxtapi-devlist.sipfoundry.org
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
sipxtapi-devlist.sipfoundry.org
List Archive: http
://list.sipfoundry.org/archive/sipxtapi-dev/

[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )