Re: [pjsip] Incoming Call Ringing

VD
Vijayaraghavan Duraisamy
Wed, Oct 3, 2007 9:06 AM

Hi,
I am developing a SIP Client on a Windows Mobile 5.0 device. There is a way to play a WAV file as incoming ringing alert but I just need to leverage the standard ring tone of the device itself.

Regards,
Vijay

----- Original Message ----
From: Perry Ismangil perry@pjsip.org
To: pjsip embedded/DSP SIP discussion pjsip@lists.pjsip.org
Sent: Wednesday, October 3, 2007 1:55:33 PM
Subject: Re: [pjsip] Incoming Call Ringing

On 10/3/07, Vijayaraghavan Duraisamy vijayaraghavan_d@yahoo.com wrote:

Hi,
Is it possible to have a ring tone on the device when there is an incoming
call using PJ SIP Stack? If so, can you please let me know the API which
does this? I was actually looking through the stack and found one option to
play a WAV file. While I know this can be used as a ring tone, is there any
API where I can directly get the ring tone set for the phone and then make
the phone ring when there is an incoming call? Your leads on this would be
highly appreciated.

Hi Vijay,

Wouldn't this be specific to the device you are programming on? Once
you detect an incoming call just invoke the API of your device.

Do you have any details on the device you are working on?

Hope this helps.

--
Perry Ismangil


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

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


Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase.
http://farechase.yahoo.com/

Hi, I am developing a SIP Client on a Windows Mobile 5.0 device. There is a way to play a WAV file as incoming ringing alert but I just need to leverage the standard ring tone of the device itself. Regards, Vijay ----- Original Message ---- From: Perry Ismangil <perry@pjsip.org> To: pjsip embedded/DSP SIP discussion <pjsip@lists.pjsip.org> Sent: Wednesday, October 3, 2007 1:55:33 PM Subject: Re: [pjsip] Incoming Call Ringing On 10/3/07, Vijayaraghavan Duraisamy <vijayaraghavan_d@yahoo.com> wrote: > > Hi, > Is it possible to have a ring tone on the device when there is an incoming > call using PJ SIP Stack? If so, can you please let me know the API which > does this? I was actually looking through the stack and found one option to > play a WAV file. While I know this can be used as a ring tone, is there any > API where I can directly get the ring tone set for the phone and then make > the phone ring when there is an incoming call? Your leads on this would be > highly appreciated. > Hi Vijay, Wouldn't this be specific to the device you are programming on? Once you detect an incoming call just invoke the API of your device. Do you have any details on the device you are working on? Hope this helps. -- Perry Ismangil _______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip@lists.pjsip.org http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org ____________________________________________________________________________________ Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase. http://farechase.yahoo.com/
PI
Perry Ismangil
Wed, Oct 3, 2007 9:35 AM

On 10/3/07, Vijayaraghavan Duraisamy vijayaraghavan_d@yahoo.com wrote:

Hi,
I am developing a SIP Client on a Windows Mobile 5.0 device. There is a way
to play a WAV file as incoming ringing alert but I just need to leverage the
standard ring tone of the device itself.

Then I suggest you ask on Windows Mobile SDK forum, how to access
device ring tone, so you can invoke it.

Hope this helps.

Regards,

--
Perry Ismangil

On 10/3/07, Vijayaraghavan Duraisamy <vijayaraghavan_d@yahoo.com> wrote: > > Hi, > I am developing a SIP Client on a Windows Mobile 5.0 device. There is a way > to play a WAV file as incoming ringing alert but I just need to leverage the > standard ring tone of the device itself. Then I suggest you ask on Windows Mobile SDK forum, how to access device ring tone, so you can invoke it. Hope this helps. Regards, -- Perry Ismangil
P
PurnaChandar
Wed, Oct 3, 2007 12:33 PM

Perry Ismangil wrote:

On 10/3/07, Vijayaraghavan Duraisamy vijayaraghavan_d@yahoo.com wrote:

Hi,
I am developing a SIP Client on a Windows Mobile 5.0 device. There is a way
to play a WAV file as incoming ringing alert but I just need to leverage the
standard ring tone of the device itself.

Then I suggest you ask on Windows Mobile SDK forum, how to access
device ring tone, so you can invoke it.

Hope this helps.

Regards,

If you are using PJMedia also along with PJSip, then you can look into
pjmedia/src/pjmedia/tonegen.c file. The APIs are self explanatory. There
is a sample application in pjsip-apps/src/samples/tonegen.c

Perry Ismangil wrote: > On 10/3/07, Vijayaraghavan Duraisamy <vijayaraghavan_d@yahoo.com> wrote: > >> Hi, >> I am developing a SIP Client on a Windows Mobile 5.0 device. There is a way >> to play a WAV file as incoming ringing alert but I just need to leverage the >> standard ring tone of the device itself. >> > > Then I suggest you ask on Windows Mobile SDK forum, how to access > device ring tone, so you can invoke it. > > Hope this helps. > > Regards, > > If you are using PJMedia also along with PJSip, then you can look into pjmedia/src/pjmedia/tonegen.c file. The APIs are self explanatory. There is a sample application in pjsip-apps/src/samples/tonegen.c