symbian_ua_gui play ring tone voip call

AK
Anamul Kabir
Sun, Feb 6, 2011 7:43 AM

Hi,
I am Anam, I am working with pjsip 1.8 for symbian using carbide c++(Version
2.3.0) and s60_3rd_fp1. I successfully run pjsip sample application *
symbian_ua_gui* on nokia set.
Problem is that i can not hear incoming ring tone for that application. I
google and found that there is an example of ringtone generation
in pjsua_app.c. I implement that code and compile successfully.
Problem is that when incoming call no sound or ring alert generate(void
ringback_start(pjsua_call_id call_id).

Can any one help regarding this issue.

Thanks
Anam

Note that: Problem with ringtone and dtmf tone only.

Hi, I am Anam, I am working with pjsip 1.8 for symbian using carbide c++(Version 2.3.0) and s60_3rd_fp1. I successfully run pjsip sample application * symbian_ua_gui* on nokia set. Problem is that i can not hear incoming ring tone for that application. I google and found that there is an example of ringtone generation in pjsua_app.c. I implement that code and compile successfully. Problem is that when incoming call no sound or ring alert generate(void ringback_start(pjsua_call_id call_id). Can any one help regarding this issue. Thanks Anam Note that: Problem with ringtone and dtmf tone only.
AK
Ashutosh Kumar
Sun, Feb 6, 2011 7:51 AM

Dear Anam,

I am Ashutosh . I am also working on this. i am able listen the ringbacktone
when i am dialling some number. But i get an incoming call  , you are right
there is no any alert like ringtone. So i have implemented a Audio player
functionality in On_Incoming_Call . On_Incoming_Call is a callback method
which is in you can see in the containerview.cpp .

Thanks & Regards,
Ashutosh

On Sun, Feb 6, 2011 at 1:13 PM, Anamul Kabir akabir@ennoviabd.com wrote:

Hi,
I am Anam, I am working with pjsip 1.8 for symbian using carbide
c++(Version 2.3.0) and s60_3rd_fp1. I successfully run pjsip sample
application symbian_ua_gui on nokia set.
Problem is that i can not hear incoming ring tone for that application. I
google and found that there is an example of ringtone generation
in pjsua_app.c. I implement that code and compile successfully.
Problem is that when incoming call no sound or ring alert generate(void
ringback_start(pjsua_call_id call_id).

Can any one help regarding this issue.

Thanks
Anam

Note that: Problem with ringtone and dtmf tone only.


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

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

Dear Anam, I am Ashutosh . I am also working on this. i am able listen the ringbacktone when i am dialling some number. But i get an incoming call , you are right there is no any alert like ringtone. So i have implemented a Audio player functionality in On_Incoming_Call . On_Incoming_Call is a callback method which is in you can see in the containerview.cpp . Thanks & Regards, Ashutosh On Sun, Feb 6, 2011 at 1:13 PM, Anamul Kabir <akabir@ennoviabd.com> wrote: > Hi, > I am Anam, I am working with pjsip 1.8 for symbian using carbide > c++(Version 2.3.0) and s60_3rd_fp1. I successfully run pjsip sample > application *symbian_ua_gui* on nokia set. > Problem is that i can not hear incoming ring tone for that application. I > google and found that there is an example of ringtone generation > in pjsua_app.c. I implement that code and compile successfully. > Problem is that when incoming call no sound or ring alert generate(void > ringback_start(pjsua_call_id call_id). > > Can any one help regarding this issue. > > Thanks > Anam > > Note that: Problem with ringtone and dtmf tone only. > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >
AK
Anamul Kabir
Sun, Feb 6, 2011 11:16 AM

Thank you Ashutosh,
Can u suggest any link?
Do i need MultimediaDD capability in project?

Thanks,
Anam

On Sun, Feb 6, 2011 at 1:51 PM, Ashutosh Kumar ashutosh.symdev@gmail.comwrote:

Dear Anam,

I am Ashutosh . I am also working on this. i am able listen the
ringbacktone when i am dialling some number. But i get an incoming call  ,
you are right there is no any alert like ringtone. So i have implemented a
Audio player functionality in On_Incoming_Call . On_Incoming_Call is a
callback method which is in you can see in the containerview.cpp .

Thanks & Regards,
Ashutosh

On Sun, Feb 6, 2011 at 1:13 PM, Anamul Kabir akabir@ennoviabd.com wrote:

Hi,
I am Anam, I am working with pjsip 1.8 for symbian using carbide
c++(Version 2.3.0) and s60_3rd_fp1. I successfully run pjsip sample
application symbian_ua_gui on nokia set.
Problem is that i can not hear incoming ring tone for that application. I
google and found that there is an example of ringtone generation
in pjsua_app.c. I implement that code and compile successfully.
Problem is that when incoming call no sound or ring alert generate(void
ringback_start(pjsua_call_id call_id).

Can any one help regarding this issue.

Thanks
Anam

Note that: Problem with ringtone and dtmf tone only.


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

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

Thank you Ashutosh, Can u suggest any link? Do i need MultimediaDD capability in project? Thanks, Anam On Sun, Feb 6, 2011 at 1:51 PM, Ashutosh Kumar <ashutosh.symdev@gmail.com>wrote: > Dear Anam, > > I am Ashutosh . I am also working on this. i am able listen the > ringbacktone when i am dialling some number. But i get an incoming call , > you are right there is no any alert like ringtone. So i have implemented a > Audio player functionality in On_Incoming_Call . On_Incoming_Call is a > callback method which is in you can see in the containerview.cpp . > > Thanks & Regards, > Ashutosh > > On Sun, Feb 6, 2011 at 1:13 PM, Anamul Kabir <akabir@ennoviabd.com> wrote: > >> Hi, >> I am Anam, I am working with pjsip 1.8 for symbian using carbide >> c++(Version 2.3.0) and s60_3rd_fp1. I successfully run pjsip sample >> application *symbian_ua_gui* on nokia set. >> Problem is that i can not hear incoming ring tone for that application. I >> google and found that there is an example of ringtone generation >> in pjsua_app.c. I implement that code and compile successfully. >> Problem is that when incoming call no sound or ring alert generate(void >> ringback_start(pjsua_call_id call_id). >> >> Can any one help regarding this issue. >> >> Thanks >> Anam >> >> Note that: Problem with ringtone and dtmf tone only. >> >> >> _______________________________________________ >> 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 > >
AK
Ashutosh Kumar
Sun, Feb 6, 2011 4:47 PM

Dear Anam,

Please have a look on below link.
http://wiki.forum.nokia.com/index.php/Audio_Playback_APIs
http://wiki.forum.nokia.com/index.php/Audio_Playback_APIsI think there is
no need for MultiMediaDD capability.

Thanks & Regards,
Ashutosh

On Sun, Feb 6, 2011 at 4:46 PM, Anamul Kabir akabir@ennoviabd.com wrote:

Thank you Ashutosh,
Can u suggest any link?
Do i need MultimediaDD capability in project?

Thanks,
Anam

On Sun, Feb 6, 2011 at 1:51 PM, Ashutosh Kumar ashutosh.symdev@gmail.comwrote:

Dear Anam,

I am Ashutosh . I am also working on this. i am able listen the
ringbacktone when i am dialling some number. But i get an incoming call  ,
you are right there is no any alert like ringtone. So i have implemented a
Audio player functionality in On_Incoming_Call . On_Incoming_Call is a
callback method which is in you can see in the containerview.cpp .

Thanks & Regards,
Ashutosh

On Sun, Feb 6, 2011 at 1:13 PM, Anamul Kabir akabir@ennoviabd.comwrote:

Hi,
I am Anam, I am working with pjsip 1.8 for symbian using carbide
c++(Version 2.3.0) and s60_3rd_fp1. I successfully run pjsip sample
application symbian_ua_gui on nokia set.
Problem is that i can not hear incoming ring tone for that application. I
google and found that there is an example of ringtone generation
in pjsua_app.c. I implement that code and compile successfully.
Problem is that when incoming call no sound or ring alert generate(void
ringback_start(pjsua_call_id call_id).

Can any one help regarding this issue.

Thanks
Anam

Note that: Problem with ringtone and dtmf tone only.


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

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

Dear Anam, Please have a look on below link. http://wiki.forum.nokia.com/index.php/Audio_Playback_APIs <http://wiki.forum.nokia.com/index.php/Audio_Playback_APIs>I think there is no need for MultiMediaDD capability. Thanks & Regards, Ashutosh On Sun, Feb 6, 2011 at 4:46 PM, Anamul Kabir <akabir@ennoviabd.com> wrote: > Thank you Ashutosh, > Can u suggest any link? > Do i need MultimediaDD capability in project? > > Thanks, > Anam > > > On Sun, Feb 6, 2011 at 1:51 PM, Ashutosh Kumar <ashutosh.symdev@gmail.com>wrote: > >> Dear Anam, >> >> I am Ashutosh . I am also working on this. i am able listen the >> ringbacktone when i am dialling some number. But i get an incoming call , >> you are right there is no any alert like ringtone. So i have implemented a >> Audio player functionality in On_Incoming_Call . On_Incoming_Call is a >> callback method which is in you can see in the containerview.cpp . >> >> Thanks & Regards, >> Ashutosh >> >> On Sun, Feb 6, 2011 at 1:13 PM, Anamul Kabir <akabir@ennoviabd.com>wrote: >> >>> Hi, >>> I am Anam, I am working with pjsip 1.8 for symbian using carbide >>> c++(Version 2.3.0) and s60_3rd_fp1. I successfully run pjsip sample >>> application *symbian_ua_gui* on nokia set. >>> Problem is that i can not hear incoming ring tone for that application. I >>> google and found that there is an example of ringtone generation >>> in pjsua_app.c. I implement that code and compile successfully. >>> Problem is that when incoming call no sound or ring alert generate(void >>> ringback_start(pjsua_call_id call_id). >>> >>> Can any one help regarding this issue. >>> >>> Thanks >>> Anam >>> >>> Note that: Problem with ringtone and dtmf tone only. >>> >>> >>> _______________________________________________ >>> 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 > >
AK
Anamul Kabir
Mon, Feb 7, 2011 10:13 AM

Thank you Ashutosh,
It helped me a lot.
Thank you again for your idea.

Thanks,
Anam

On Sun, Feb 6, 2011 at 10:47 PM, Ashutosh Kumar
ashutosh.symdev@gmail.comwrote:

Dear Anam,

Please have a look on below link.
http://wiki.forum.nokia.com/index.php/Audio_Playback_APIs
http://wiki.forum.nokia.com/index.php/Audio_Playback_APIsI think there
is no need for MultiMediaDD capability.

Thanks & Regards,
Ashutosh

On Sun, Feb 6, 2011 at 4:46 PM, Anamul Kabir akabir@ennoviabd.com wrote:

Thank you Ashutosh,
Can u suggest any link?
Do i need MultimediaDD capability in project?

Thanks,
Anam

On Sun, Feb 6, 2011 at 1:51 PM, Ashutosh Kumar <ashutosh.symdev@gmail.com

wrote:

Dear Anam,

I am Ashutosh . I am also working on this. i am able listen the
ringbacktone when i am dialling some number. But i get an incoming call  ,
you are right there is no any alert like ringtone. So i have implemented a
Audio player functionality in On_Incoming_Call . On_Incoming_Call is a
callback method which is in you can see in the containerview.cpp .

Thanks & Regards,
Ashutosh

On Sun, Feb 6, 2011 at 1:13 PM, Anamul Kabir akabir@ennoviabd.comwrote:

Hi,
I am Anam, I am working with pjsip 1.8 for symbian using carbide
c++(Version 2.3.0) and s60_3rd_fp1. I successfully run pjsip sample
application symbian_ua_gui on nokia set.
Problem is that i can not hear incoming ring tone for that application.
I google and found that there is an example of ringtone generation
in pjsua_app.c. I implement that code and compile successfully.
Problem is that when incoming call no sound or ring alert generate(void
ringback_start(pjsua_call_id call_id).

Can any one help regarding this issue.

Thanks
Anam

Note that: Problem with ringtone and dtmf tone only.


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

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

Thank you Ashutosh, It helped me a lot. Thank you again for your idea. Thanks, Anam On Sun, Feb 6, 2011 at 10:47 PM, Ashutosh Kumar <ashutosh.symdev@gmail.com>wrote: > Dear Anam, > > Please have a look on below link. > http://wiki.forum.nokia.com/index.php/Audio_Playback_APIs > <http://wiki.forum.nokia.com/index.php/Audio_Playback_APIs>I think there > is no need for MultiMediaDD capability. > > Thanks & Regards, > Ashutosh > > > On Sun, Feb 6, 2011 at 4:46 PM, Anamul Kabir <akabir@ennoviabd.com> wrote: > >> Thank you Ashutosh, >> Can u suggest any link? >> Do i need MultimediaDD capability in project? >> >> Thanks, >> Anam >> >> >> On Sun, Feb 6, 2011 at 1:51 PM, Ashutosh Kumar <ashutosh.symdev@gmail.com >> > wrote: >> >>> Dear Anam, >>> >>> I am Ashutosh . I am also working on this. i am able listen the >>> ringbacktone when i am dialling some number. But i get an incoming call , >>> you are right there is no any alert like ringtone. So i have implemented a >>> Audio player functionality in On_Incoming_Call . On_Incoming_Call is a >>> callback method which is in you can see in the containerview.cpp . >>> >>> Thanks & Regards, >>> Ashutosh >>> >>> On Sun, Feb 6, 2011 at 1:13 PM, Anamul Kabir <akabir@ennoviabd.com>wrote: >>> >>>> Hi, >>>> I am Anam, I am working with pjsip 1.8 for symbian using carbide >>>> c++(Version 2.3.0) and s60_3rd_fp1. I successfully run pjsip sample >>>> application *symbian_ua_gui* on nokia set. >>>> Problem is that i can not hear incoming ring tone for that application. >>>> I google and found that there is an example of ringtone generation >>>> in pjsua_app.c. I implement that code and compile successfully. >>>> Problem is that when incoming call no sound or ring alert generate(void >>>> ringback_start(pjsua_call_id call_id). >>>> >>>> Can any one help regarding this issue. >>>> >>>> Thanks >>>> Anam >>>> >>>> Note that: Problem with ringtone and dtmf tone only. >>>> >>>> >>>> _______________________________________________ >>>> 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 > >
AK
Ashutosh Kumar
Mon, Feb 7, 2011 10:14 AM

Oh that's great....

Regards,
Ashutosh

On Mon, Feb 7, 2011 at 3:43 PM, Anamul Kabir akabir@ennoviabd.com wrote:

Thank you Ashutosh,
It helped me a lot.
Thank you again for your idea.

Thanks,
Anam

On Sun, Feb 6, 2011 at 10:47 PM, Ashutosh Kumar <ashutosh.symdev@gmail.com

wrote:

Dear Anam,

Please have a look on below link.
http://wiki.forum.nokia.com/index.php/Audio_Playback_APIs
http://wiki.forum.nokia.com/index.php/Audio_Playback_APIsI think there
is no need for MultiMediaDD capability.

Thanks & Regards,
Ashutosh

On Sun, Feb 6, 2011 at 4:46 PM, Anamul Kabir akabir@ennoviabd.comwrote:

Thank you Ashutosh,
Can u suggest any link?
Do i need MultimediaDD capability in project?

Thanks,
Anam

On Sun, Feb 6, 2011 at 1:51 PM, Ashutosh Kumar <
ashutosh.symdev@gmail.com> wrote:

Dear Anam,

I am Ashutosh . I am also working on this. i am able listen the
ringbacktone when i am dialling some number. But i get an incoming call  ,
you are right there is no any alert like ringtone. So i have implemented a
Audio player functionality in On_Incoming_Call . On_Incoming_Call is a
callback method which is in you can see in the containerview.cpp .

Thanks & Regards,
Ashutosh

On Sun, Feb 6, 2011 at 1:13 PM, Anamul Kabir akabir@ennoviabd.comwrote:

Hi,
I am Anam, I am working with pjsip 1.8 for symbian using carbide
c++(Version 2.3.0) and s60_3rd_fp1. I successfully run pjsip sample
application symbian_ua_gui on nokia set.
Problem is that i can not hear incoming ring tone for that application.
I google and found that there is an example of ringtone generation
in pjsua_app.c. I implement that code and compile successfully.
Problem is that when incoming call no sound or ring alert generate(void
ringback_start(pjsua_call_id call_id).

Can any one help regarding this issue.

Thanks
Anam

Note that: Problem with ringtone and dtmf tone only.


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

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

Oh that's great.... Regards, Ashutosh On Mon, Feb 7, 2011 at 3:43 PM, Anamul Kabir <akabir@ennoviabd.com> wrote: > Thank you Ashutosh, > It helped me a lot. > Thank you again for your idea. > > Thanks, > Anam > > > On Sun, Feb 6, 2011 at 10:47 PM, Ashutosh Kumar <ashutosh.symdev@gmail.com > > wrote: > >> Dear Anam, >> >> Please have a look on below link. >> http://wiki.forum.nokia.com/index.php/Audio_Playback_APIs >> <http://wiki.forum.nokia.com/index.php/Audio_Playback_APIs>I think there >> is no need for MultiMediaDD capability. >> >> Thanks & Regards, >> Ashutosh >> >> >> On Sun, Feb 6, 2011 at 4:46 PM, Anamul Kabir <akabir@ennoviabd.com>wrote: >> >>> Thank you Ashutosh, >>> Can u suggest any link? >>> Do i need MultimediaDD capability in project? >>> >>> Thanks, >>> Anam >>> >>> >>> On Sun, Feb 6, 2011 at 1:51 PM, Ashutosh Kumar < >>> ashutosh.symdev@gmail.com> wrote: >>> >>>> Dear Anam, >>>> >>>> I am Ashutosh . I am also working on this. i am able listen the >>>> ringbacktone when i am dialling some number. But i get an incoming call , >>>> you are right there is no any alert like ringtone. So i have implemented a >>>> Audio player functionality in On_Incoming_Call . On_Incoming_Call is a >>>> callback method which is in you can see in the containerview.cpp . >>>> >>>> Thanks & Regards, >>>> Ashutosh >>>> >>>> On Sun, Feb 6, 2011 at 1:13 PM, Anamul Kabir <akabir@ennoviabd.com>wrote: >>>> >>>>> Hi, >>>>> I am Anam, I am working with pjsip 1.8 for symbian using carbide >>>>> c++(Version 2.3.0) and s60_3rd_fp1. I successfully run pjsip sample >>>>> application *symbian_ua_gui* on nokia set. >>>>> Problem is that i can not hear incoming ring tone for that application. >>>>> I google and found that there is an example of ringtone generation >>>>> in pjsua_app.c. I implement that code and compile successfully. >>>>> Problem is that when incoming call no sound or ring alert generate(void >>>>> ringback_start(pjsua_call_id call_id). >>>>> >>>>> Can any one help regarding this issue. >>>>> >>>>> Thanks >>>>> Anam >>>>> >>>>> Note that: Problem with ringtone and dtmf tone only. >>>>> >>>>> >>>>> _______________________________________________ >>>>> 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 > >