Ringback

JM
Joseph Maiquez
Fri, Jan 16, 2009 12:29 AM

Hi Benny,
 
How can I hear the ringback from the server? I want to hear a ringing sound or a busy tone when I call someone so I can determine if my call is successfully made.
 
Thanks

Hi Benny,   How can I hear the ringback from the server? I want to hear a ringing sound or a busy tone when I call someone so I can determine if my call is successfully made.   Thanks
DC
David Clark
Fri, Jan 16, 2009 2:16 AM

Ok if I setup two processes both linked with pjsip libraries.  Can
one process use NIC #1 while the other process uses NIC #2 provided both have
two different ip addresses.  Or is there something fundamentally
wrong with this?

Thanks,
David Clark

Ok if I setup two processes both linked with pjsip libraries. Can one process use NIC #1 while the other process uses NIC #2 provided both have two different ip addresses. Or is there something fundamentally wrong with this? Thanks, David Clark
GL
Gang Liu
Fri, Jan 16, 2009 6:23 AM

What's purpose you want two process?

regards,
Gang

On Fri, Jan 16, 2009 at 10:16 AM, David Clark vdc1048@tx.rr.com wrote:

Ok if I setup two processes both linked with pjsip libraries.  Can one
process use NIC #1 while the other process uses NIC #2 provided both have
two different ip addresses.  Or is there something fundamentally wrong with
this?

Thanks,
David Clark


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

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

What's purpose you want two process? regards, Gang On Fri, Jan 16, 2009 at 10:16 AM, David Clark <vdc1048@tx.rr.com> wrote: > Ok if I setup two processes both linked with pjsip libraries. Can one > process use NIC #1 while the other process uses NIC #2 provided both have > two different ip addresses. Or is there something fundamentally wrong with > this? > > Thanks, > David Clark > > > _______________________________________________ > 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
Fri, Jan 16, 2009 6:27 AM

pjsua can play ringback if remote side provide early media.Otherwise it will
play local ringback.

check pjsua source code for ringback_start() function.

regards,
Gang

On Fri, Jan 16, 2009 at 8:29 AM, Joseph Maiquez josephmaiquez@yahoo.comwrote:

Hi Benny,

How can I hear the ringback from the server? I want to hear a ringing sound
or a busy tone when I call someone so I can determine if my call is
successfully made.

Thanks


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

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

pjsua can play ringback if remote side provide early media.Otherwise it will play local ringback. check pjsua source code for ringback_start() function. regards, Gang On Fri, Jan 16, 2009 at 8:29 AM, Joseph Maiquez <josephmaiquez@yahoo.com>wrote: > Hi Benny, > > How can I hear the ringback from the server? I want to hear a ringing sound > or a busy tone when I call someone so I can determine if my call is > successfully made. > > Thanks > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >
BP
Benny Prijono
Fri, Jan 16, 2009 4:32 PM

On Fri, Jan 16, 2009 at 2:16 AM, David Clark vdc1048@tx.rr.com wrote:

Ok if I setup two processes both linked with pjsip libraries.  Can one
process use NIC #1 while the other process uses NIC #2 provided both have
two different ip addresses.

Sure, just setup the SIP and media bound IP address and that should be all.
What concerns you?

Cheers
Benny

On Fri, Jan 16, 2009 at 2:16 AM, David Clark <vdc1048@tx.rr.com> wrote: > Ok if I setup two processes both linked with pjsip libraries. Can one > process use NIC #1 while the other process uses NIC #2 provided both have > two different ip addresses. > > Sure, just setup the SIP and media bound IP address and that should be all. What concerns you? Cheers Benny