using pjsip without pjmedia

JB
jay bing
Fri, May 15, 2009 10:33 AM

hi

i want to use pjsip to register, make calls and add my own sdp.
i don't want to use the pjmedia/codec/sound driver of pjsua.

instade i want to build udp channel between the peers, and maybe use ice to
transverse nat.
on top i want to do it on symbian os.

i am looking for pjsip expert how can make this wraper on top of pjsip/pjsua
lib to make this
thanks in advance,

jay

hi i want to use pjsip to register, make calls and add my own sdp. i don't want to use the pjmedia/codec/sound driver of pjsua. instade i want to build udp channel between the peers, and maybe use ice to transverse nat. on top i want to do it on symbian os. i am looking for pjsip expert how can make this wraper on top of pjsip/pjsua lib to make this thanks in advance, jay
M
M.S.
Fri, May 15, 2009 12:14 PM

lock at this, you can catch the most with the pjsua callbacks
http://trac.pjsip.org/repos/wiki/FAQ#pjsua-lib-perf
chapter 12.3


Von: jay bing jaya.bing@gmail.com
An: pjsip@lists.pjsip.org
Gesendet: Freitag, den 15. Mai 2009, 12:33:12 Uhr
Betreff: [pjsip] using pjsip without pjmedia

hi

i want to use pjsip to register, make calls and add my own sdp.
i don't want to use the pjmedia/codec/sound driver of pjsua.

instade i want to build udp channel between the peers, and maybe use ice to transverse nat.
on top i want to do it on symbian os.

i am looking for pjsip expert how can make this wraper on top of pjsip/pjsua lib to make this
thanks in advance,

jay

lock at this, you can catch the most with the pjsua callbacks http://trac.pjsip.org/repos/wiki/FAQ#pjsua-lib-perf chapter 12.3 ________________________________ Von: jay bing <jaya.bing@gmail.com> An: pjsip@lists.pjsip.org Gesendet: Freitag, den 15. Mai 2009, 12:33:12 Uhr Betreff: [pjsip] using pjsip without pjmedia hi i want to use pjsip to register, make calls and add my own sdp. i don't want to use the pjmedia/codec/sound driver of pjsua. instade i want to build udp channel between the peers, and maybe use ice to transverse nat. on top i want to do it on symbian os. i am looking for pjsip expert how can make this wraper on top of pjsip/pjsua lib to make this thanks in advance, jay
JB
jay bing
Fri, May 15, 2009 12:40 PM

hi,
first of all thanks for youe replay,

so when call is confirmed, the pjsua will register it in the main bridge, i
can use the callback  on_call_media_state to know that this has done.

then there is some base socket that was assign to this rtp session, can i
get to to it?
what do i do next? i don't want to use pjmedia?

just get callback when data retrive in this socket and to send to this
socket..

thanks in advace,

2009/5/15, M.S. hamstiede@yahoo.de:

lock at this, you can catch the most with the pjsua callbacks
http://trac.pjsip.org/repos/wiki/FAQ#pjsua-lib-perf

chapter 12.3


Von: jay bing jaya.bing@gmail.com
An: pjsip@lists.pjsip.org
Gesendet: Freitag, den 15. Mai 2009, 12:33:12 Uhr
Betreff: [pjsip] using pjsip without pjmedia

hi

i want to use pjsip to register, make calls and add my own sdp.
i don't want to use the pjmedia/codec/sound driver of pjsua.

instade i want to build udp channel between the peers, and maybe use ice to
transverse nat.
on top i want to do it on symbian os.

i am looking for pjsip expert how can make this wraper on top of
pjsip/pjsua lib to make this
thanks in advance,

jay


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

hi, first of all thanks for youe replay, so when call is confirmed, the pjsua will register it in the main bridge, i can use the callback on_call_media_state to know that this has done. then there is some base socket that was assign to this rtp session, can i get to to it? what do i do next? i don't want to use pjmedia? just get callback when data retrive in this socket and to send to this socket.. thanks in advace, 2009/5/15, M.S. <hamstiede@yahoo.de>: > > lock at this, you can catch the most with the pjsua callbacks > http://trac.pjsip.org/repos/wiki/FAQ#pjsua-lib-perf > > chapter 12.3 > > > ------------------------------ > *Von:* jay bing <jaya.bing@gmail.com> > *An:* pjsip@lists.pjsip.org > *Gesendet:* Freitag, den 15. Mai 2009, 12:33:12 Uhr > *Betreff:* [pjsip] using pjsip without pjmedia > > hi > > i want to use pjsip to register, make calls and add my own sdp. > i don't want to use the pjmedia/codec/sound driver of pjsua. > > instade i want to build udp channel between the peers, and maybe use ice to > transverse nat. > on top i want to do it on symbian os. > > i am looking for pjsip expert how can make this wraper on top of > pjsip/pjsua lib to make this > thanks in advance, > > jay > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >
GL
Gang Liu
Mon, May 18, 2009 4:42 AM

use pjsip-ua api.

regards,
Gang

On Fri, May 15, 2009 at 8:40 PM, jay bing jaya.bing@gmail.com wrote:

hi,
first of all thanks for youe replay,

so when call is confirmed, the pjsua will register it in the main bridge, i
can use the callback  on_call_media_state to know that this has done.

then there is some base socket that was assign to this rtp session, can i
get to to it?
what do i do next? i don't want to use pjmedia?

just get callback when data retrive in this socket and to send to this
socket..

thanks in advace,

2009/5/15, M.S. hamstiede@yahoo.de:

lock at this, you can catch the most with the pjsua callbacks

http://trac.pjsip.org/repos/wiki/FAQ#pjsua-lib-perf

chapter 12.3


Von: jay bing jaya.bing@gmail.com
An: pjsip@lists.pjsip.org
Gesendet: Freitag, den 15. Mai 2009, 12:33:12 Uhr
Betreff: [pjsip] using pjsip without pjmedia

hi

i want to use pjsip to register, make calls and add my own sdp.
i don't want to use the pjmedia/codec/sound driver of pjsua.

instade i want to build udp channel between the peers, and maybe use ice
to transverse nat.
on top i want to do it on symbian os.

i am looking for pjsip expert how can make this wraper on top of
pjsip/pjsua lib to make this
thanks in advance,

jay


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

use pjsip-ua api. regards, Gang On Fri, May 15, 2009 at 8:40 PM, jay bing <jaya.bing@gmail.com> wrote: > hi, > first of all thanks for youe replay, > > so when call is confirmed, the pjsua will register it in the main bridge, i > can use the callback on_call_media_state to know that this has done. > > then there is some base socket that was assign to this rtp session, can i > get to to it? > what do i do next? i don't want to use pjmedia? > > just get callback when data retrive in this socket and to send to this > socket.. > > thanks in advace, > > > > 2009/5/15, M.S. <hamstiede@yahoo.de>: >> >> lock at this, you can catch the most with the pjsua callbacks >> http://trac.pjsip.org/repos/wiki/FAQ#pjsua-lib-perf >> >> chapter 12.3 >> >> >> ------------------------------ >> *Von:* jay bing <jaya.bing@gmail.com> >> *An:* pjsip@lists.pjsip.org >> *Gesendet:* Freitag, den 15. Mai 2009, 12:33:12 Uhr >> *Betreff:* [pjsip] using pjsip without pjmedia >> >> hi >> >> i want to use pjsip to register, make calls and add my own sdp. >> i don't want to use the pjmedia/codec/sound driver of pjsua. >> >> instade i want to build udp channel between the peers, and maybe use ice >> to transverse nat. >> on top i want to do it on symbian os. >> >> i am looking for pjsip expert how can make this wraper on top of >> pjsip/pjsua lib to make this >> thanks in advance, >> >> jay >> >> >> >> _______________________________________________ >> Visit our blog: http://blog.pjsip.org >> >> pjsip mailing list >> pjsip@lists.pjsip.org >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> >> > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >
JB
jay bing
Mon, May 18, 2009 5:12 AM

thanks for your replay,
i saw the siprtp.c example
it uses the pjsip-ua

the thing is that i don't see the registration in that example,
also, is it possible to have buddies, IM in that?

if someone has an example for using the pjsip-ua lib that would be great,

thanks,
jay

2009/5/18 Gang Liu gangban.lau@gmail.com

use pjsip-ua api.

regards,
Gang

On Fri, May 15, 2009 at 8:40 PM, jay bing jaya.bing@gmail.com wrote:

hi,
first of all thanks for youe replay,

so when call is confirmed, the pjsua will register it in the main bridge,
i can use the callback  on_call_media_state to know that this has done.

then there is some base socket that was assign to this rtp session, can i
get to to it?
what do i do next? i don't want to use pjmedia?

just get callback when data retrive in this socket and to send to this
socket..

thanks in advace,

2009/5/15, M.S. hamstiede@yahoo.de:

lock at this, you can catch the most with the pjsua callbacks

http://trac.pjsip.org/repos/wiki/FAQ#pjsua-lib-perf

chapter 12.3


Von: jay bing jaya.bing@gmail.com
An: pjsip@lists.pjsip.org
Gesendet: Freitag, den 15. Mai 2009, 12:33:12 Uhr
Betreff: [pjsip] using pjsip without pjmedia

hi

i want to use pjsip to register, make calls and add my own sdp.
i don't want to use the pjmedia/codec/sound driver of pjsua.

instade i want to build udp channel between the peers, and maybe use ice
to transverse nat.
on top i want to do it on symbian os.

i am looking for pjsip expert how can make this wraper on top of
pjsip/pjsua lib to make this
thanks in advance,

jay


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

thanks for your replay, i saw the siprtp.c example it uses the pjsip-ua the thing is that i don't see the registration in that example, also, is it possible to have buddies, IM in that? if someone has an example for using the pjsip-ua lib that would be great, thanks, jay 2009/5/18 Gang Liu <gangban.lau@gmail.com> > use pjsip-ua api. > > regards, > Gang > > On Fri, May 15, 2009 at 8:40 PM, jay bing <jaya.bing@gmail.com> wrote: > >> hi, >> first of all thanks for youe replay, >> >> so when call is confirmed, the pjsua will register it in the main bridge, >> i can use the callback on_call_media_state to know that this has done. >> >> then there is some base socket that was assign to this rtp session, can i >> get to to it? >> what do i do next? i don't want to use pjmedia? >> >> just get callback when data retrive in this socket and to send to this >> socket.. >> >> thanks in advace, >> >> >> >> 2009/5/15, M.S. <hamstiede@yahoo.de>: >>> >>> lock at this, you can catch the most with the pjsua callbacks >>> http://trac.pjsip.org/repos/wiki/FAQ#pjsua-lib-perf >>> >>> chapter 12.3 >>> >>> >>> ------------------------------ >>> *Von:* jay bing <jaya.bing@gmail.com> >>> *An:* pjsip@lists.pjsip.org >>> *Gesendet:* Freitag, den 15. Mai 2009, 12:33:12 Uhr >>> *Betreff:* [pjsip] using pjsip without pjmedia >>> >>> hi >>> >>> i want to use pjsip to register, make calls and add my own sdp. >>> i don't want to use the pjmedia/codec/sound driver of pjsua. >>> >>> instade i want to build udp channel between the peers, and maybe use ice >>> to transverse nat. >>> on top i want to do it on symbian os. >>> >>> i am looking for pjsip expert how can make this wraper on top of >>> pjsip/pjsua lib to make this >>> thanks in advance, >>> >>> jay >>> >>> >>> >>> _______________________________________________ >>> Visit our blog: http://blog.pjsip.org >>> >>> pjsip mailing list >>> pjsip@lists.pjsip.org >>> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >>> >>> >> >> _______________________________________________ >> Visit our blog: http://blog.pjsip.org >> >> pjsip mailing list >> pjsip@lists.pjsip.org >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> >> > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >
GL
Gang Liu
Mon, May 18, 2009 7:07 AM

you can copy reg/IM codes and what you want from pjsua sources.

regards,
Gang

On Mon, May 18, 2009 at 1:12 PM, jay bing jaya.bing@gmail.com wrote:

thanks for your replay,
i saw the siprtp.c example
it uses the pjsip-ua

the thing is that i don't see the registration in that example,
also, is it possible to have buddies, IM in that?

if someone has an example for using the pjsip-ua lib that would be great,

thanks,
jay

2009/5/18 Gang Liu gangban.lau@gmail.com

use pjsip-ua api.

regards,
Gang

On Fri, May 15, 2009 at 8:40 PM, jay bing jaya.bing@gmail.com wrote:

hi,
first of all thanks for youe replay,

so when call is confirmed, the pjsua will register it in the main bridge,
i can use the callback  on_call_media_state to know that this has done.

then there is some base socket that was assign to this rtp session, can i
get to to it?
what do i do next? i don't want to use pjmedia?

just get callback when data retrive in this socket and to send to this
socket..

thanks in advace,

2009/5/15, M.S. hamstiede@yahoo.de:

lock at this, you can catch the most with the pjsua callbacks

http://trac.pjsip.org/repos/wiki/FAQ#pjsua-lib-perf

chapter 12.3


Von: jay bing jaya.bing@gmail.com
An: pjsip@lists.pjsip.org
Gesendet: Freitag, den 15. Mai 2009, 12:33:12 Uhr
Betreff: [pjsip] using pjsip without pjmedia

hi

i want to use pjsip to register, make calls and add my own sdp.
i don't want to use the pjmedia/codec/sound driver of pjsua.

instade i want to build udp channel between the peers, and maybe use ice
to transverse nat.
on top i want to do it on symbian os.

i am looking for pjsip expert how can make this wraper on top of
pjsip/pjsua lib to make this
thanks in advance,

jay


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

you can copy reg/IM codes and what you want from pjsua sources. regards, Gang On Mon, May 18, 2009 at 1:12 PM, jay bing <jaya.bing@gmail.com> wrote: > thanks for your replay, > i saw the siprtp.c example > it uses the pjsip-ua > > the thing is that i don't see the registration in that example, > also, is it possible to have buddies, IM in that? > > if someone has an example for using the pjsip-ua lib that would be great, > > thanks, > jay > > 2009/5/18 Gang Liu <gangban.lau@gmail.com> > >> use pjsip-ua api. >> >> regards, >> Gang >> >> On Fri, May 15, 2009 at 8:40 PM, jay bing <jaya.bing@gmail.com> wrote: >> >>> hi, >>> first of all thanks for youe replay, >>> >>> so when call is confirmed, the pjsua will register it in the main bridge, >>> i can use the callback on_call_media_state to know that this has done. >>> >>> then there is some base socket that was assign to this rtp session, can i >>> get to to it? >>> what do i do next? i don't want to use pjmedia? >>> >>> just get callback when data retrive in this socket and to send to this >>> socket.. >>> >>> thanks in advace, >>> >>> >>> >>> 2009/5/15, M.S. <hamstiede@yahoo.de>: >>>> >>>> lock at this, you can catch the most with the pjsua callbacks >>>> http://trac.pjsip.org/repos/wiki/FAQ#pjsua-lib-perf >>>> >>>> chapter 12.3 >>>> >>>> >>>> ------------------------------ >>>> *Von:* jay bing <jaya.bing@gmail.com> >>>> *An:* pjsip@lists.pjsip.org >>>> *Gesendet:* Freitag, den 15. Mai 2009, 12:33:12 Uhr >>>> *Betreff:* [pjsip] using pjsip without pjmedia >>>> >>>> hi >>>> >>>> i want to use pjsip to register, make calls and add my own sdp. >>>> i don't want to use the pjmedia/codec/sound driver of pjsua. >>>> >>>> instade i want to build udp channel between the peers, and maybe use ice >>>> to transverse nat. >>>> on top i want to do it on symbian os. >>>> >>>> i am looking for pjsip expert how can make this wraper on top of >>>> pjsip/pjsua lib to make this >>>> thanks in advance, >>>> >>>> jay >>>> >>>> >>>> >>>> _______________________________________________ >>>> Visit our blog: http://blog.pjsip.org >>>> >>>> pjsip mailing list >>>> pjsip@lists.pjsip.org >>>> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >>>> >>>> >>> >>> _______________________________________________ >>> Visit our blog: http://blog.pjsip.org >>> >>> pjsip mailing list >>> pjsip@lists.pjsip.org >>> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >>> >>> >> >> _______________________________________________ >> Visit our blog: http://blog.pjsip.org >> >> pjsip mailing list >> pjsip@lists.pjsip.org >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> >> > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >
JB
jay bing
Tue, May 19, 2009 9:28 AM

hi

is there a sample program that uses pjsip-ua lib with registration?
i notice that the siprtp example does not register to a server

thanks,

2009/5/18 Gang Liu gangban.lau@gmail.com

you can copy reg/IM codes and what you want from pjsua sources.

regards,
Gang

On Mon, May 18, 2009 at 1:12 PM, jay bing jaya.bing@gmail.com wrote:

thanks for your replay,
i saw the siprtp.c example
it uses the pjsip-ua

the thing is that i don't see the registration in that example,
also, is it possible to have buddies, IM in that?

if someone has an example for using the pjsip-ua lib that would be great,

thanks,
jay

2009/5/18 Gang Liu gangban.lau@gmail.com

use pjsip-ua api.

regards,
Gang

On Fri, May 15, 2009 at 8:40 PM, jay bing jaya.bing@gmail.com wrote:

hi,
first of all thanks for youe replay,

so when call is confirmed, the pjsua will register it in the main
bridge, i can use the callback  on_call_media_state to know that this has
done.

then there is some base socket that was assign to this rtp session, can
i get to to it?
what do i do next? i don't want to use pjmedia?

just get callback when data retrive in this socket and to send to this
socket..

thanks in advace,

2009/5/15, M.S. hamstiede@yahoo.de:

lock at this, you can catch the most with the pjsua callbacks

http://trac.pjsip.org/repos/wiki/FAQ#pjsua-lib-perf

chapter 12.3


Von: jay bing jaya.bing@gmail.com
An: pjsip@lists.pjsip.org
Gesendet: Freitag, den 15. Mai 2009, 12:33:12 Uhr
Betreff: [pjsip] using pjsip without pjmedia

hi

i want to use pjsip to register, make calls and add my own sdp.
i don't want to use the pjmedia/codec/sound driver of pjsua.

instade i want to build udp channel between the peers, and maybe use
ice to transverse nat.
on top i want to do it on symbian os.

i am looking for pjsip expert how can make this wraper on top of
pjsip/pjsua lib to make this
thanks in advance,

jay


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

hi is there a sample program that uses pjsip-ua lib with registration? i notice that the siprtp example does not register to a server thanks, 2009/5/18 Gang Liu <gangban.lau@gmail.com> > you can copy reg/IM codes and what you want from pjsua sources. > > regards, > Gang > > On Mon, May 18, 2009 at 1:12 PM, jay bing <jaya.bing@gmail.com> wrote: > >> thanks for your replay, >> i saw the siprtp.c example >> it uses the pjsip-ua >> >> the thing is that i don't see the registration in that example, >> also, is it possible to have buddies, IM in that? >> >> if someone has an example for using the pjsip-ua lib that would be great, >> >> thanks, >> jay >> >> 2009/5/18 Gang Liu <gangban.lau@gmail.com> >> >>> use pjsip-ua api. >>> >>> regards, >>> Gang >>> >>> On Fri, May 15, 2009 at 8:40 PM, jay bing <jaya.bing@gmail.com> wrote: >>> >>>> hi, >>>> first of all thanks for youe replay, >>>> >>>> so when call is confirmed, the pjsua will register it in the main >>>> bridge, i can use the callback on_call_media_state to know that this has >>>> done. >>>> >>>> then there is some base socket that was assign to this rtp session, can >>>> i get to to it? >>>> what do i do next? i don't want to use pjmedia? >>>> >>>> just get callback when data retrive in this socket and to send to this >>>> socket.. >>>> >>>> thanks in advace, >>>> >>>> >>>> >>>> 2009/5/15, M.S. <hamstiede@yahoo.de>: >>>>> >>>>> lock at this, you can catch the most with the pjsua callbacks >>>>> http://trac.pjsip.org/repos/wiki/FAQ#pjsua-lib-perf >>>>> >>>>> chapter 12.3 >>>>> >>>>> >>>>> ------------------------------ >>>>> *Von:* jay bing <jaya.bing@gmail.com> >>>>> *An:* pjsip@lists.pjsip.org >>>>> *Gesendet:* Freitag, den 15. Mai 2009, 12:33:12 Uhr >>>>> *Betreff:* [pjsip] using pjsip without pjmedia >>>>> >>>>> hi >>>>> >>>>> i want to use pjsip to register, make calls and add my own sdp. >>>>> i don't want to use the pjmedia/codec/sound driver of pjsua. >>>>> >>>>> instade i want to build udp channel between the peers, and maybe use >>>>> ice to transverse nat. >>>>> on top i want to do it on symbian os. >>>>> >>>>> i am looking for pjsip expert how can make this wraper on top of >>>>> pjsip/pjsua lib to make this >>>>> thanks in advance, >>>>> >>>>> jay >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Visit our blog: http://blog.pjsip.org >>>>> >>>>> pjsip mailing list >>>>> pjsip@lists.pjsip.org >>>>> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >>>>> >>>>> >>>> >>>> _______________________________________________ >>>> Visit our blog: http://blog.pjsip.org >>>> >>>> pjsip mailing list >>>> pjsip@lists.pjsip.org >>>> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >>>> >>>> >>> >>> _______________________________________________ >>> Visit our blog: http://blog.pjsip.org >>> >>> pjsip mailing list >>> pjsip@lists.pjsip.org >>> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >>> >>> >> >> _______________________________________________ >> Visit our blog: http://blog.pjsip.org >> >> pjsip mailing list >> pjsip@lists.pjsip.org >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> >> > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >