how to implement ringback for window mobile

JE
johnson elangbam
Mon, Jun 1, 2009 11:54 AM

Hi,
How can I implement ringback in pjsip for windows mobile. Ringback are
usually send from the servers, if the server didn't send the ringback can I
make it play locally from my application?

Thanks and Regards,
Elangbam Johnson

Hi, How can I implement ringback in pjsip for windows mobile. Ringback are usually send from the servers, if the server didn't send the ringback can I make it play locally from my application? Thanks and Regards, Elangbam Johnson
MJ
Manoj Joshi
Mon, Jun 1, 2009 2:35 PM

Check the code in pjsua for Ringback and Ringtone and implement accordingly.

1- Server ringback is nothing but media sent from end carrier.
2- Ringback tone at endpoint is playing some sound in case only 180 ringing
is received from server.

Regards,

Manoj
-----Original Message-----
From: pjsip-bounces@lists.pjsip.org
[mailto:pjsip-bounces@lists.pjsip.org]On Behalf Of johnson elangbam
Sent: Monday, June 01, 2009 5:25 PM
To: pjsip@lists.pjsip.org
Subject: [pjsip] how to implement ringback for window mobile

Hi,
How can I implement ringback in pjsip for windows mobile. Ringback
are usually send from the servers, if the server didn't send the ringback
can I make it play locally from my application?

Thanks and Regards,
Elangbam Johnson

Check the code in pjsua for Ringback and Ringtone and implement accordingly. 1- Server ringback is nothing but media sent from end carrier. 2- Ringback tone at endpoint is playing some sound in case only 180 ringing is received from server. Regards, Manoj -----Original Message----- From: pjsip-bounces@lists.pjsip.org [mailto:pjsip-bounces@lists.pjsip.org]On Behalf Of johnson elangbam Sent: Monday, June 01, 2009 5:25 PM To: pjsip@lists.pjsip.org Subject: [pjsip] how to implement ringback for window mobile Hi, How can I implement ringback in pjsip for windows mobile. Ringback are usually send from the servers, if the server didn't send the ringback can I make it play locally from my application? Thanks and Regards, Elangbam Johnson
MI
Murilo Ito
Tue, Jun 2, 2009 7:33 PM

Maybe you should look at "PJSUA example" on lines 2159 - 2165.

url: http://www.pjsip.org/pjsip/docs/html/page_pjsip_samples_pjsua.htm

Regards,

Murilo Ito.

On Mon, Jun 1, 2009 at 11:35 AM, Manoj Joshi manoj@ascenttelecom.comwrote:

Check the code in pjsua for Ringback and Ringtone and implement
accordingly.

1- Server ringback is nothing but media sent from end carrier.
2- Ringback tone at endpoint is playing some sound in case only 180 ringing
is received from server.

Regards,

Manoj

-----Original Message-----
From: pjsip-bounces@lists.pjsip.org [mailto:
pjsip-bounces@lists.pjsip.org]*On Behalf Of *johnson elangbam
Sent: Monday, June 01, 2009 5:25 PM
To: pjsip@lists.pjsip.org
Subject: [pjsip] how to implement ringback for window mobile

Hi,
How can I implement ringback in pjsip for windows mobile. Ringback are
usually send from the servers, if the server didn't send the ringback can I
make it play locally from my application?

Thanks and Regards,
Elangbam Johnson


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

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

Maybe you should look at "PJSUA example" on lines 2159 - 2165. url: http://www.pjsip.org/pjsip/docs/html/page_pjsip_samples_pjsua.htm Regards, Murilo Ito. On Mon, Jun 1, 2009 at 11:35 AM, Manoj Joshi <manoj@ascenttelecom.com>wrote: > Check the code in pjsua for Ringback and Ringtone and implement > accordingly. > > 1- Server ringback is nothing but media sent from end carrier. > 2- Ringback tone at endpoint is playing some sound in case only 180 ringing > is received from server. > > Regards, > > Manoj > > -----Original Message----- > *From:* pjsip-bounces@lists.pjsip.org [mailto: > pjsip-bounces@lists.pjsip.org]*On Behalf Of *johnson elangbam > *Sent:* Monday, June 01, 2009 5:25 PM > *To:* pjsip@lists.pjsip.org > *Subject:* [pjsip] how to implement ringback for window mobile > > Hi, > How can I implement ringback in pjsip for windows mobile. Ringback are > usually send from the servers, if the server didn't send the ringback can I > make it play locally from my application? > > > Thanks and Regards, > Elangbam Johnson > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >