SIP ringback

LR
Lucas Rosa Galêgo
Sat, Sep 13, 2008 3:03 AM

Subject: [pjsip] SIP ringback
To: pjsip@lists.pjsip.org
Message-ID: 200809121654.23249.f.hackenberger@chello.at
Content-Type: text/plain;  charset="us-ascii"

Hi!

I'm developing a Java SIP phone with the pjsua library. The phone is
registered to an asterisk server which has a T1 connection to POTS.
Whenever I call my softphone from my mobile, I don't hear a ringback on
the mobile. In order to rule out asterisk as the fault, I registered
the zoiper softphone to it and suddenly the ringback is there. Can
someone please explain what I have to do to tell asterisk to play a
ring back to the POTS phone? The pjsua-app doesn't have the ringback
feature either BTW.

Cheers,
Florian

DI Florian Hackenberger
florian@hackenberger.at
www.hackenberger.at

Hi,

see the implementation of pjsua in  the init are created a sound
that is the ringback,all that you have to is connect that sound in the
channel of your call like in the function ringback_start (also im pjsua)

cheers

Lucas Rosa Galego

> Subject: [pjsip] SIP ringback > To: pjsip@lists.pjsip.org > Message-ID: <200809121654.23249.f.hackenberger@chello.at> > Content-Type: text/plain; charset="us-ascii" > > Hi! > > I'm developing a Java SIP phone with the pjsua library. The phone is > registered to an asterisk server which has a T1 connection to POTS. > Whenever I call my softphone from my mobile, I don't hear a ringback on > the mobile. In order to rule out asterisk as the fault, I registered > the zoiper softphone to it and suddenly the ringback is there. Can > someone please explain what I have to do to tell asterisk to play a > ring back to the POTS phone? The pjsua-app doesn't have the ringback > feature either BTW. > > Cheers, > Florian > -- > DI Florian Hackenberger > florian@hackenberger.at > www.hackenberger.at > Hi, see the implementation of pjsua in the init are created a sound that is the ringback,all that you have to is connect that sound in the channel of your call like in the function ringback_start (also im pjsua) cheers Lucas Rosa Galego