Hello experts ,
for the Pjsip application for the Symbian when ever we make a call audio is
always on LOUDSPEAKER on .
or in loudspeeker mode .
How can we TURN LOUDSPEAKER OFF like as normal telephony .is there any class
or Api is given there
If yes can you please tell me how to turn off loudspeeker
regards
Vivek
Hi,
Try Enabling APS.. it will solve your problem...
vivek shrivastava wrote: > Hello experts ,
for the Pjsip application for the Symbian when ever we make a call audio is always on LOUDSPEAKER on .
or in loudspeeker mode .
How can we TURN LOUDSPEAKER OFF like as normal telephony .is there any class or Api is given there
If yes can you please tell me how to turn off loudspeekerregards
Vivek<pre wrap=""> <hr size="4" width="90%"></hr> _______________________________________________ Visit our blog: <a class="moz-txt-link-freetext" href="http://blog.pjsip.org">http://blog.pjsip.org</a> pjsip mailing list <a class="moz-txt-link-abbreviated" href="mailto:pjsip@lists.pjsip.org">pjsip@lists.pjsip.org</a> <a class="moz-txt-link-freetext" href="http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org">http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org</a>
<pre class="moz-signature" cols="72">--
Thanks,
Srivatsan.D,
On Tue, May 5, 2009 at 2:03 AM, vivek shrivastava vivek.mics@gmail.com wrote:
Hello experts ,
for the Pjsip application for the Symbian when ever we make a call audio is
always on LOUDSPEAKER on .
or in loudspeeker mode .
How can we TURN LOUDSPEAKER OFF like as normal telephony .is there any class
or Api is given there
If yes can you please tell me how to turn off loudspeeker
regards
Vivek
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
which version of pjsip that you using ? its supported on pjsip1.1
could you checked it out ??
Hello experts,
I am using Pjsip 1.0 and i need to do calling in normal mode as by default
it is in Loudspeekermode
Regards
vivek
On Tue, May 5, 2009 at 4:37 PM, spider waleedot2003@gmail.com wrote:
On Tue, May 5, 2009 at 2:03 AM, vivek shrivastava vivek.mics@gmail.com
wrote:
Hello experts ,
for the Pjsip application for the Symbian when ever we make a call audio
is
always on LOUDSPEAKER on .
or in loudspeeker mode .
How can we TURN LOUDSPEAKER OFF like as normal telephony .is there any
class
or Api is given there
If yes can you please tell me how to turn off loudspeeker
regards
Vivek
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
which version of pjsip that you using ? its supported on pjsip1.1
could you checked it out ??
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
Hi,
PjSIP 1.0, In normal mode (with out enabling APS) if you run the application all sound packets will be routed to the loudspeaker. Media Client Audio API cannot access Micro phone of device. If you need to use your own sound implementation to access microphone you need to have Vendor ID. To over come all these problems Nokia has released APS(Audio Proxy Server) which is a wrapper class to access all sound hardwares of Nokia Devices.
PjSIP 1.0 have used that for routing sound packets to Micro Phone. Its very simple to enable it in PjSIP.
In bld.inf file change #define SND_USE_APS 0 to #define SND_USE_APS 1 and similarly in .mmp file also
Example:
#define SND_USE_NULL 0
#define SND_USE_APS 1
Make sure to add SDK plugin for APS ( http://www.forum.nokia.com/info/sw.nokia.com/id/4ff42a22-7099-4cc9-91bf-5e66166bd28d/S60_3rd_SDK_FP1_API_Plug-In_Pack.html ).
vivek shrivastava wrote: > Hello experts,
I am using Pjsip 1.0 and i need to do calling in normal mode as by default it is in Loudspeekermode
Regards
vivekOn Tue, May 5, 2009 at 4:37 PM, spider <waleedot2003@gmail.com>wrote:
On Tue, May 5, 2009 at 2:03 AM, vivek shrivastava <vivek.mics@gmail.com> wrote:
> Hello experts ,
>
> for the Pjsip application for the Symbian when ever we make a call audio is
> always on LOUDSPEAKER on .
> or in loudspeeker mode .
> How can we TURN LOUDSPEAKER OFF like as normal telephony .is there any class
> or Api is given there
> If yes can you please tell me how to turn off loudspeeker
>
>
> regards
> Vivek
>
>
>> _______________________________________________
> Visit our blog: http://blog.pjsip.org
>
> pjsip mailing list
> pjsip@lists.pjsip.org
> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
>
>which version of pjsip that you using ? its supported on pjsip1.1
could you checked it out ??
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org<pre wrap=""> <hr size="4" width="90%"></hr> _______________________________________________ Visit our blog: <a class="moz-txt-link-freetext" href="http://blog.pjsip.org">http://blog.pjsip.org</a> pjsip mailing list <a class="moz-txt-link-abbreviated" href="mailto:pjsip@lists.pjsip.org">pjsip@lists.pjsip.org</a> <a class="moz-txt-link-freetext" href="http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org">http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org</a>
<pre class="moz-signature" cols="72">--
Thanks,
Srivatsan.D,
Hello Srivatsan ,
First thanks for the Immense knowledgeable support you had given .
really it come from Deep knowledge
of the domain .
i had changed all the mmp files and Build.inf by the #define
SND_USE_APS 1
but while compiling the code i am getting error on
iSettings.iSettings.iChannels = EMMFMono;
iSettings.iSettings.iSampleRate = EMMFSampleRate8000Hz;
On Tue, May 5, 2009 at 8:47 PM, Srivatsan Deenadayalan <
srivatsan@ongobiz.com> wrote:
Hi,
PjSIP 1.0, In normal mode (with out enabling APS) if you run the
application all sound packets will be routed to the loudspeaker. Media
Client Audio API cannot access Micro phone of device. If you need to use
your own sound implementation to access microphone you need to have Vendor
ID. To over come all these problems Nokia has released APS(Audio Proxy
Server) which is a wrapper class to access all sound hardwares of Nokia
Devices.
PjSIP 1.0 have used that for routing sound packets to Micro Phone. Its very
simple to enable it in PjSIP.
In bld.inf file change #define SND_USE_APS 0 to #define SND_USE_APS 1
and similarly in .mmp file also
Example:
#define SND_USE_NULL 0
#define SND_USE_APS 1
Make sure to add SDK plugin for APS ( http://www.forum.nokia.com/info/sw.nokia.com/id/4ff42a22-7099-4cc9-91bf-5e66166bd28d/S60_3rd_SDK_FP1_API_Plug-In_Pack.html
).
vivek shrivastava wrote:
Hello experts,
I am using Pjsip 1.0 and i need to do calling in normal mode as by default
it is in Loudspeekermode
Regards
vivek
On Tue, May 5, 2009 at 4:37 PM, spider waleedot2003@gmail.com wrote:
On Tue, May 5, 2009 at 2:03 AM, vivek shrivastava vivek.mics@gmail.com
wrote:
Hello experts ,
for the Pjsip application for the Symbian when ever we make a call
audio is
always on LOUDSPEAKER on .
or in loudspeeker mode .
How can we TURN LOUDSPEAKER OFF like as normal telephony .is there any
class
or Api is given there
If yes can you please tell me how to turn off loudspeeker
regards
Vivek
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
which version of pjsip that you using ? its supported on pjsip1.1
could you checked it out ??
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 listpjsip@lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
--
Thanks,
Srivatsan.D,
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
On Tue, May 5, 2009 at 9:32 PM, vivek shrivastava vivek.mics@gmail.comwrote:
Hello Srivatsan ,
First thanks for the Immense knowledgeable support you had given .
really it come from Deep knowledge
of the domain .
i had changed all the mmp files and Build.inf by the #define
SND_USE_APS 1
but while compiling the code i am getting error on
in void CPjAudioEngine::ConstructL() function
at
iSettings.iSettings.iChannels = EMMFMono;
iSettings.iSettings.iSampleRate = EMMFSampleRate8000Hz;
it is saying EMMFMono undecleared .
basically i need to do normal and loudspeeker option .
can this be achived by this change it seld or i need to do some other
thing also
Thanks again
regards
Vivek
On Tue, May 5, 2009 at 8:47 PM, Srivatsan Deenadayalan <
srivatsan@ongobiz.com> wrote:
Hi,
PjSIP 1.0, In normal mode (with out enabling APS) if you run the
application all sound packets will be routed to the loudspeaker. Media
Client Audio API cannot access Micro phone of device. If you need to use
your own sound implementation to access microphone you need to have Vendor
ID. To over come all these problems Nokia has released APS(Audio Proxy
Server) which is a wrapper class to access all sound hardwares of Nokia
Devices.
PjSIP 1.0 have used that for routing sound packets to Micro Phone. Its
very simple to enable it in PjSIP.
In bld.inf file change #define SND_USE_APS 0 to #define SND_USE_APS 1
and similarly in .mmp file also
Example:
#define SND_USE_NULL 0
#define SND_USE_APS 1
Make sure to add SDK plugin for APS ( http://www.forum.nokia.com/info/sw.nokia.com/id/4ff42a22-7099-4cc9-91bf-5e66166bd28d/S60_3rd_SDK_FP1_API_Plug-In_Pack.html
).
vivek shrivastava wrote:
Hello experts,
I am using Pjsip 1.0 and i need to do calling in normal mode as by
default it is in Loudspeekermode
Regards
vivek
On Tue, May 5, 2009 at 4:37 PM, spider waleedot2003@gmail.com wrote:
On Tue, May 5, 2009 at 2:03 AM, vivek shrivastava vivek.mics@gmail.com
wrote:
Hello experts ,
for the Pjsip application for the Symbian when ever we make a call
audio is
always on LOUDSPEAKER on .
or in loudspeeker mode .
How can we TURN LOUDSPEAKER OFF like as normal telephony .is there any
class
or Api is given there
If yes can you please tell me how to turn off loudspeeker
regards
Vivek
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
which version of pjsip that you using ? its supported on pjsip1.1
could you checked it out ??
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 listpjsip@lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
--
Thanks,
Srivatsan.D,
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
Yes with use of APS you can route audio to loud speaker & micro phone and vice versa. I suggest to clean the project in command line and build it for GCCE mode only. APS libraries will work only for GCCE modes which you can refer in Nokia and PjSIP websites.
Command Line:
Open command window and locate build.symbian folder of PjSIP, the type following..
bldmake bldfiles
abld clean
abld reallyclean
Then build the application with carbide IDE...(phone release GCCE mode).
vivek shrivastava wrote: > On Tue, May 5, 2009 at 9:32 PM, vivek shrivastava <vivek.mics@gmail.com>wrote:
Hello Srivatsan ,
First thanks for the Immense knowledgeable support you had given . really it come from Deep knowledge
of the domain .i had changed all the mmp files and Build.inf by the #define SND_USE_APS 1
but while compiling the code i am getting error onin void CPjAudioEngine::ConstructL() function
at
iSettings.iSettings.iChannels = EMMFMono;
iSettings.iSettings.iSampleRate = EMMFSampleRate8000Hz;it is saying EMMFMono undecleared .
basically i need to do normal and loudspeeker option .can this be achived by this change it seld or i need to do some other thing also
Thanks again
regards
VivekOn Tue, May 5, 2009 at 8:47 PM, Srivatsan Deenadayalan <srivatsan@ongobiz.com>wrote:
Hi,
PjSIP 1.0, In normal mode (with out enabling APS) if you run the application all sound packets will be routed to the loudspeaker. Media Client Audio API cannot access Micro phone of device. If you need to use your own sound implementation to access microphone you need to have Vendor ID. To over come all these problems Nokia has released APS(Audio Proxy Server) which is a wrapper class to access all sound hardwares of Nokia Devices.
PjSIP 1.0 have used that for routing sound packets to Micro Phone. Its very simple to enable it in PjSIP.
In bld.inf file change #define SND_USE_APS 0 to #define SND_USE_APS 1 and similarly in .mmp file also
Example:
#define SND_USE_NULL 0
#define SND_USE_APS 1Make sure to add SDK plugin for APS ( http://www.forum.nokia.com/info/sw.nokia.com/id/4ff42a22-7099-4cc9-91bf-5e66166bd28d/S60_3rd_SDK_FP1_API_Plug-In_Pack.html ).
vivek shrivastava wrote: > Hello experts,
I am using Pjsip 1.0 and i need to do calling in normal mode as by default it is in Loudspeekermode
Regards
vivekOn Tue, May 5, 2009 at 4:37 PM, spider <waleedot2003@gmail.com>wrote:
On Tue, May 5, 2009 at 2:03 AM, vivek shrivastava <vivek.mics@gmail.com> wrote:
> Hello experts ,
>
> for the Pjsip application for the Symbian when ever we make a call audio is
> always on LOUDSPEAKER on .
> or in loudspeeker mode .
> How can we TURN LOUDSPEAKER OFF like as normal telephony .is there any class
> or Api is given there
> If yes can you please tell me how to turn off loudspeeker
>
>
> regards
> Vivek
>
>
>> _______________________________________________
> Visit our blog: http://blog.pjsip.org
>
> pjsip mailing list
> pjsip@lists.pjsip.org
> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
>
>which version of pjsip that you using ? its supported on pjsip1.1
could you checked it out ??
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org<hr size="4" width="90%"></hr><div> _______________________________________________ Visit our blog: <a href="http://blog.pjsip.org" moz-do-not-send="true" target="_blank">http://blog.pjsip.org</a> pjsip mailing list <a href="mailto:pjsip@lists.pjsip.org" moz-do-not-send="true" target="_blank">pjsip@lists.pjsip.org</a> <a href="http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org" moz-do-not-send="true" target="_blank">http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org</a> </div><pre cols="72">-- Thanks, Srivatsan.D,_______________________________________________
Visit our blog: http://blog.pjsip.orgpjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org<pre wrap=""> <hr size="4" width="90%"></hr> _______________________________________________ Visit our blog: <a class="moz-txt-link-freetext" href="http://blog.pjsip.org">http://blog.pjsip.org</a> pjsip mailing list <a class="moz-txt-link-abbreviated" href="mailto:pjsip@lists.pjsip.org">pjsip@lists.pjsip.org</a> <a class="moz-txt-link-freetext" href="http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org">http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org</a>
<pre class="moz-signature" cols="72">--
Thanks,
Srivatsan.D,
Hello
srivastan,
done the things in the prescribed way but i am getting two error
SoundDevice.h file not found and
Settings.iSettings.iChannels
= EMMFMono;
iSettings.iSettings.iSampleRate = EMMFSampleRate8000Hz;
it is saying EMMFMono undecleared . in the constructL() .where can i find
the SoundDevice.h file
regards
vivek
On Tue, May 5, 2009 at 10:10 PM, Srivatsan Deenadayalan <
srivatsan@ongobiz.com> wrote:
Yes with use of APS you can route audio to loud speaker & micro phone and
vice versa. I suggest to clean the project in command line and build it for
GCCE mode only. APS libraries will work only for GCCE modes which you can
refer in Nokia and PjSIP websites.
Command Line:
Open command window and locate build.symbian folder of PjSIP, the type
following..
bldmake bldfiles
abld clean
abld reallyclean
Then build the application with carbide IDE...(phone release GCCE mode).
vivek shrivastava wrote:
On Tue, May 5, 2009 at 9:32 PM, vivek shrivastava vivek.mics@gmail.comwrote:
Hello Srivatsan ,
First thanks for the Immense knowledgeable support you had given .
really it come from Deep knowledge
of the domain .
i had changed all the mmp files and Build.inf by the #define
SND_USE_APS 1
but while compiling the code i am getting error on
in void CPjAudioEngine::ConstructL() function
at
iSettings.iSettings.iChannels = EMMFMono;
iSettings.iSettings.iSampleRate = EMMFSampleRate8000Hz;
it is saying EMMFMono undecleared .
basically i need to do normal and loudspeeker option .
can this be achived by this change it seld or i need to do some other
thing also
Thanks again
regards
Vivek
On Tue, May 5, 2009 at 8:47 PM, Srivatsan Deenadayalan <
srivatsan@ongobiz.com> wrote:
Hi,
PjSIP 1.0, In normal mode (with out enabling APS) if you run the
application all sound packets will be routed to the loudspeaker. Media
Client Audio API cannot access Micro phone of device. If you need to use
your own sound implementation to access microphone you need to have Vendor
ID. To over come all these problems Nokia has released APS(Audio Proxy
Server) which is a wrapper class to access all sound hardwares of Nokia
Devices.
PjSIP 1.0 have used that for routing sound packets to Micro Phone. Its
very simple to enable it in PjSIP.
In bld.inf file change #define SND_USE_APS 0 to #define SND_USE_APS 1
and similarly in .mmp file also
Example:
#define SND_USE_NULL 0
#define SND_USE_APS 1
Make sure to add SDK plugin for APS ( http://www.forum.nokia.com/info/sw.nokia.com/id/4ff42a22-7099-4cc9-91bf-5e66166bd28d/S60_3rd_SDK_FP1_API_Plug-In_Pack.html
).
vivek shrivastava wrote:
Hello experts,
I am using Pjsip 1.0 and i need to do calling in normal mode as by
default it is in Loudspeekermode
Regards
vivek
On Tue, May 5, 2009 at 4:37 PM, spider waleedot2003@gmail.com wrote:
On Tue, May 5, 2009 at 2:03 AM, vivek shrivastava <
vivek.mics@gmail.com> wrote:
Hello experts ,
for the Pjsip application for the Symbian when ever we make a call
audio is
always on LOUDSPEAKER on .
or in loudspeeker mode .
How can we TURN LOUDSPEAKER OFF like as normal telephony .is there any
class
or Api is given there
If yes can you please tell me how to turn off loudspeeker
regards
Vivek
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
which version of pjsip that you using ? its supported on pjsip1.1
could you checked it out ??
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 listpjsip@lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
--
Thanks,
Srivatsan.D,
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 listpjsip@lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
--
Thanks,
Srivatsan.D,
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
You need to download SDK plugin first using the link already given. Then extract MMFDevSoundAPI.ZIP found to SDK root directory. This will solve your problem.
vivek shrivastava wrote: > Hello
srivastan,
done the things in the prescribed way but i am getting two errorSoundDevice.h file not found and
Settings.iSettings.iChannels > = EMMFMono;
iSettings.iSettings.iSampleRate = EMMFSampleRate8000Hz;
it is saying EMMFMono undecleared . in the constructL() .where can i find the SoundDevice.h file
regards
vivekOn Tue, May 5, 2009 at 10:10 PM, Srivatsan Deenadayalan <srivatsan@ongobiz.com>wrote:
Yes with use of APS you can route audio to loud speaker & micro phone and vice versa. I suggest to clean the project in command line and build it for GCCE mode only. APS libraries will work only for GCCE modes which you can refer in Nokia and PjSIP websites.
Command Line:
Open command window and locate build.symbian folder of PjSIP, the type following..
bldmake bldfiles
abld clean
abld reallycleanThen build the application with carbide IDE...(phone release GCCE mode).
vivek shrivastava wrote: > On Tue, May 5, 2009 at 9:32 PM, vivek shrivastava <vivek.mics@gmail.com>wrote:
Hello Srivatsan ,
First thanks for the Immense knowledgeable support you had given . really it come from Deep knowledge
of the domain .i had changed all the mmp files and Build.inf by the #define SND_USE_APS 1
but while compiling the code i am getting error onin void CPjAudioEngine::ConstructL() function
at
iSettings.iSettings.iChannels = EMMFMono;
iSettings.iSettings.iSampleRate = EMMFSampleRate8000Hz;it is saying EMMFMono undecleared .
basically i need to do normal and loudspeeker option .can this be achived by this change it seld or i need to do some other thing also
Thanks again
regards
VivekOn Tue, May 5, 2009 at 8:47 PM, Srivatsan Deenadayalan <srivatsan@ongobiz.com>wrote:
Hi,
PjSIP 1.0, In normal mode (with out enabling APS) if you run the application all sound packets will be routed to the loudspeaker. Media Client Audio API cannot access Micro phone of device. If you need to use your own sound implementation to access microphone you need to have Vendor ID. To over come all these problems Nokia has released APS(Audio Proxy Server) which is a wrapper class to access all sound hardwares of Nokia Devices.
PjSIP 1.0 have used that for routing sound packets to Micro Phone. Its very simple to enable it in PjSIP.
In bld.inf file change #define SND_USE_APS 0 to #define SND_USE_APS 1 and similarly in .mmp file also
Example:
#define SND_USE_NULL 0
#define SND_USE_APS 1Make sure to add SDK plugin for APS ( http://www.forum.nokia.com/info/sw.nokia.com/id/4ff42a22-7099-4cc9-91bf-5e66166bd28d/S60_3rd_SDK_FP1_API_Plug-In_Pack.html ).
vivek shrivastava wrote: > Hello experts,
I am using Pjsip 1.0 and i need to do calling in normal mode as by default it is in Loudspeekermode
Regards
vivekOn Tue, May 5, 2009 at 4:37 PM, spider <waleedot2003@gmail.com>wrote:
On Tue, May 5, 2009 at 2:03 AM, vivek shrivastava <vivek.mics@gmail.com> wrote:
> Hello experts ,
>
> for the Pjsip application for the Symbian when ever we make a call audio is
> always on LOUDSPEAKER on .
> or in loudspeeker mode .
> How can we TURN LOUDSPEAKER OFF like as normal telephony .is there any class
> or Api is given there
> If yes can you please tell me how to turn off loudspeeker
>
>
> regards
> Vivek
>
>
>> _______________________________________________
> Visit our blog: http://blog.pjsip.org
>
> pjsip mailing list
> pjsip@lists.pjsip.org
> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
>
>which version of pjsip that you using ? its supported on pjsip1.1
could you checked it out ??
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org<hr size="4" width="90%"></hr><div> _______________________________________________ Visit our blog: <a href="http://blog.pjsip.org" moz-do-not-send="true" target="_blank">http://blog.pjsip.org</a> pjsip mailing list <a href="mailto:pjsip@lists.pjsip.org" moz-do-not-send="true" target="_blank">pjsip@lists.pjsip.org</a> <a href="http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org" moz-do-not-send="true" target="_blank">http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org</a> </div><pre cols="72">-- Thanks, Srivatsan.D,_______________________________________________
Visit our blog: http://blog.pjsip.orgpjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org<hr size="4" width="90%"></hr> _______________________________________________ Visit our blog: <a href="http://blog.pjsip.org" moz-do-not-send="true" target="_blank">http://blog.pjsip.org</a> pjsip mailing list <a href="mailto:pjsip@lists.pjsip.org" moz-do-not-send="true" target="_blank">pjsip@lists.pjsip.org</a> <a href="http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org" moz-do-not-send="true" target="_blank">http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org</a><pre cols="72">-- Thanks, Srivatsan.D,_______________________________________________
Visit our blog: http://blog.pjsip.orgpjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org<pre wrap=""> <hr size="4" width="90%"></hr> _______________________________________________ Visit our blog: <a class="moz-txt-link-freetext" href="http://blog.pjsip.org">http://blog.pjsip.org</a> pjsip mailing list <a class="moz-txt-link-abbreviated" href="mailto:pjsip@lists.pjsip.org">pjsip@lists.pjsip.org</a> <a class="moz-txt-link-freetext" href="http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org">http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org</a>
<pre class="moz-signature" cols="72">--
Thanks,
Srivatsan.D,
Thanks ,
srivastan
I had done all the changes suggested by you and when i install the sis
file with chance ie,
#define SND_USE_APS 1 . it is not opening the application but if i
use #define SND_USE_APS o
application . It shows system error -1 . i had cleaned the project also
regards
vivek
On Wed, May 6, 2009 at 11:23 AM, Srivatsan Deenadayalan <
srivatsan@ongobiz.com> wrote:
You need to download SDK plugin first using the link already given. Then
extract MMFDevSoundAPI.ZIP found to SDK root directory. This will solve
your problem.
vivek shrivastava wrote:
Hello
srivastan,
done the things in the prescribed way but i am getting two error
SoundDevice.h file not found and
Settings.iSettings.iChannels
= EMMFMono;
iSettings.iSettings.iSampleRate = EMMFSampleRate8000Hz;
it is saying EMMFMono undecleared . in the constructL() .where can i
find the SoundDevice.h file
regards
vivek
On Tue, May 5, 2009 at 10:10 PM, Srivatsan Deenadayalan <
srivatsan@ongobiz.com> wrote:
Yes with use of APS you can route audio to loud speaker & micro phone and
vice versa. I suggest to clean the project in command line and build it for
GCCE mode only. APS libraries will work only for GCCE modes which you can
refer in Nokia and PjSIP websites.
Command Line:
Open command window and locate build.symbian folder of PjSIP, the type
following..
bldmake bldfiles
abld clean
abld reallyclean
Then build the application with carbide IDE...(phone release GCCE mode).
vivek shrivastava wrote:
On Tue, May 5, 2009 at 9:32 PM, vivek shrivastava vivek.mics@gmail.comwrote:
Hello Srivatsan ,
First thanks for the Immense knowledgeable support you had given .
really it come from Deep knowledge
of the domain .
i had changed all the mmp files and Build.inf by the #define
SND_USE_APS 1
but while compiling the code i am getting error on
in void CPjAudioEngine::ConstructL() function
at
iSettings.iSettings.iChannels = EMMFMono;
iSettings.iSettings.iSampleRate = EMMFSampleRate8000Hz;
it is saying EMMFMono undecleared .
basically i need to do normal and loudspeeker option .
can this be achived by this change it seld or i need to do some other
thing also
Thanks again
regards
Vivek
On Tue, May 5, 2009 at 8:47 PM, Srivatsan Deenadayalan <
srivatsan@ongobiz.com> wrote:
Hi,
PjSIP 1.0, In normal mode (with out enabling APS) if you run the
application all sound packets will be routed to the loudspeaker. Media
Client Audio API cannot access Micro phone of device. If you need to use
your own sound implementation to access microphone you need to have Vendor
ID. To over come all these problems Nokia has released APS(Audio Proxy
Server) which is a wrapper class to access all sound hardwares of Nokia
Devices.
PjSIP 1.0 have used that for routing sound packets to Micro Phone. Its
very simple to enable it in PjSIP.
In bld.inf file change #define SND_USE_APS 0 to #define SND_USE_APS 1
and similarly in .mmp file also
Example:
#define SND_USE_NULL 0
#define SND_USE_APS 1
Make sure to add SDK plugin for APS ( http://www.forum.nokia.com/info/sw.nokia.com/id/4ff42a22-7099-4cc9-91bf-5e66166bd28d/S60_3rd_SDK_FP1_API_Plug-In_Pack.html
).
vivek shrivastava wrote:
Hello experts,
I am using Pjsip 1.0 and i need to do calling in normal mode as by
default it is in Loudspeekermode
Regards
vivek
On Tue, May 5, 2009 at 4:37 PM, spider waleedot2003@gmail.com wrote:
On Tue, May 5, 2009 at 2:03 AM, vivek shrivastava <
vivek.mics@gmail.com> wrote:
Hello experts ,
for the Pjsip application for the Symbian when ever we make a call
audio is
always on LOUDSPEAKER on .
or in loudspeeker mode .
How can we TURN LOUDSPEAKER OFF like as normal telephony .is there
any class
or Api is given there
If yes can you please tell me how to turn off loudspeeker
regards
Vivek
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
which version of pjsip that you using ? its supported on pjsip1.1
could you checked it out ??
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 listpjsip@lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
--
Thanks,
Srivatsan.D,
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 listpjsip@lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
--
Thanks,
Srivatsan.D,
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 listpjsip@lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
--
Thanks,
Srivatsan.D,
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
Ok you have done almost. You have to install APS binary file (sisx) provided in the SDK plugin. After extracting AudioProxyServer_v2.43.zip , install apsserver2.sisx found under folder "InstallToDevice".
vivek shrivastava wrote: > Thanks ,
srivastan
I had done all the changes suggested by you and when i install the sis file with chance ie,
#define SND_USE_APS 1 . it is not opening the application but if i use #define SND_USE_APS o
application . It shows system error -1 . i had cleaned the project alsoregards
vivekOn Wed, May 6, 2009 at 11:23 AM, Srivatsan Deenadayalan <srivatsan@ongobiz.com>wrote:
You need to download SDK plugin first using the link already given. Then extract MMFDevSoundAPI.ZIP found to SDK root directory. This will solve your problem.
vivek shrivastava wrote: > Hello
srivastan,
done the things in the prescribed way but i am getting two errorSoundDevice.h file not found and
Settings.iSettings.iChannels > = EMMFMono;
iSettings.iSettings.iSampleRate = EMMFSampleRate8000Hz;
it is saying EMMFMono undecleared . in the constructL() .where can i find the SoundDevice.h file
regards
vivekOn Tue, May 5, 2009 at 10:10 PM, Srivatsan Deenadayalan <srivatsan@ongobiz.com>wrote:
Yes with use of APS you can route audio to loud speaker & micro phone and vice versa. I suggest to clean the project in command line and build it for GCCE mode only. APS libraries will work only for GCCE modes which you can refer in Nokia and PjSIP websites.
Command Line:
Open command window and locate build.symbian folder of PjSIP, the type following..
bldmake bldfiles
abld clean
abld reallycleanThen build the application with carbide IDE...(phone release GCCE mode).
vivek shrivastava wrote: > On Tue, May 5, 2009 at 9:32 PM, vivek shrivastava <vivek.mics@gmail.com>wrote:
Hello Srivatsan ,
First thanks for the Immense knowledgeable support you had given . really it come from Deep knowledge
of the domain .i had changed all the mmp files and Build.inf by the #define SND_USE_APS 1
but while compiling the code i am getting error onin void CPjAudioEngine::ConstructL() function
at
iSettings.iSettings.iChannels = EMMFMono;
iSettings.iSettings.iSampleRate = EMMFSampleRate8000Hz;it is saying EMMFMono undecleared .
basically i need to do normal and loudspeeker option .can this be achived by this change it seld or i need to do some other thing also
Thanks again
regards
VivekOn Tue, May 5, 2009 at 8:47 PM, Srivatsan Deenadayalan <srivatsan@ongobiz.com>wrote:
Hi,
PjSIP 1.0, In normal mode (with out enabling APS) if you run the application all sound packets will be routed to the loudspeaker. Media Client Audio API cannot access Micro phone of device. If you need to use your own sound implementation to access microphone you need to have Vendor ID. To over come all these problems Nokia has released APS(Audio Proxy Server) which is a wrapper class to access all sound hardwares of Nokia Devices.
PjSIP 1.0 have used that for routing sound packets to Micro Phone. Its very simple to enable it in PjSIP.
In bld.inf file change #define SND_USE_APS 0 to #define SND_USE_APS 1 and similarly in .mmp file also
Example:
#define SND_USE_NULL 0
#define SND_USE_APS 1Make sure to add SDK plugin for APS ( http://www.forum.nokia.com/info/sw.nokia.com/id/4ff42a22-7099-4cc9-91bf-5e66166bd28d/S60_3rd_SDK_FP1_API_Plug-In_Pack.html ).
vivek shrivastava wrote: > Hello experts,
I am using Pjsip 1.0 and i need to do calling in normal mode as by default it is in Loudspeekermode
Regards
vivekOn Tue, May 5, 2009 at 4:37 PM, spider <waleedot2003@gmail.com>wrote:
On Tue, May 5, 2009 at 2:03 AM, vivek shrivastava <vivek.mics@gmail.com> wrote:
> Hello experts ,
>
> for the Pjsip application for the Symbian when ever we make a call audio is
> always on LOUDSPEAKER on .
> or in loudspeeker mode .
> How can we TURN LOUDSPEAKER OFF like as normal telephony .is there any class
> or Api is given there
> If yes can you please tell me how to turn off loudspeeker
>
>
> regards
> Vivek
>
>
>> _______________________________________________
> Visit our blog: http://blog.pjsip.org
>
> pjsip mailing list
> pjsip@lists.pjsip.org
> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
>
>which version of pjsip that you using ? its supported on pjsip1.1
could you checked it out ??
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org<hr size="4" width="90%"></hr><div> _______________________________________________ Visit our blog: <a href="http://blog.pjsip.org" moz-do-not-send="true" target="_blank">http://blog.pjsip.org</a> pjsip mailing list <a href="mailto:pjsip@lists.pjsip.org" moz-do-not-send="true" target="_blank">pjsip@lists.pjsip.org</a> <a href="http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org" moz-do-not-send="true" target="_blank">http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org</a> </div><pre cols="72">-- Thanks, Srivatsan.D,_______________________________________________
Visit our blog: http://blog.pjsip.orgpjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org<hr size="4" width="90%"></hr> _______________________________________________ Visit our blog: <a href="http://blog.pjsip.org" moz-do-not-send="true" target="_blank">http://blog.pjsip.org</a> pjsip mailing list <a href="mailto:pjsip@lists.pjsip.org" moz-do-not-send="true" target="_blank">pjsip@lists.pjsip.org</a> <a href="http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org" moz-do-not-send="true" target="_blank">http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org</a><pre cols="72">-- Thanks, Srivatsan.D,_______________________________________________
Visit our blog: http://blog.pjsip.orgpjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org<hr size="4" width="90%"></hr> _______________________________________________ Visit our blog: <a href="http://blog.pjsip.org" moz-do-not-send="true" target="_blank">http://blog.pjsip.org</a> pjsip mailing list <a href="mailto:pjsip@lists.pjsip.org" moz-do-not-send="true" target="_blank">pjsip@lists.pjsip.org</a> <a href="http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org" moz-do-not-send="true" target="_blank">http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org</a><pre cols="72">-- Thanks, Srivatsan.D,_______________________________________________
Visit our blog: http://blog.pjsip.orgpjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org<pre wrap=""> <hr size="4" width="90%"></hr> _______________________________________________ Visit our blog: <a class="moz-txt-link-freetext" href="http://blog.pjsip.org">http://blog.pjsip.org</a> pjsip mailing list <a class="moz-txt-link-abbreviated" href="mailto:pjsip@lists.pjsip.org">pjsip@lists.pjsip.org</a> <a class="moz-txt-link-freetext" href="http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org">http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org</a>
<pre class="moz-signature" cols="72">--
Thanks,
Srivatsan.D,
Thanks srivastan,
i had install AudioProxyServer241 sisX in my device which is N 95 now the
application gets open
but when i made a calll application shows kernal exec-0 and application
crashes .
i am compiling the application on following sdk
C:\Symbian\9.2\S60_3rd_FP1_2\
Please suggest
Regards
vivek shrivastava
On Wed, May 6, 2009 at 1:03 PM, Srivatsan Deenadayalan <
srivatsan@ongobiz.com> wrote:
Ok you have done almost. You have to install APS binary file (sisx)
provided in the SDK plugin. After extracting AudioProxyServer_v2.43.zip ,
install apsserver2.sisx found under folder "InstallToDevice".
vivek shrivastava wrote:
Thanks ,
srivastan
I had done all the changes suggested by you and when i install the sis
file with chance ie,
#define SND_USE_APS 1 . it is not opening the application but if i
use #define SND_USE_APS o
application . It shows system error -1 . i had cleaned the project also
regards
vivek
On Wed, May 6, 2009 at 11:23 AM, Srivatsan Deenadayalan <
srivatsan@ongobiz.com> wrote:
You need to download SDK plugin first using the link already given. Then
extract MMFDevSoundAPI.ZIP found to SDK root directory. This will solve
your problem.
vivek shrivastava wrote:
Hello
srivastan,
done the things in the prescribed way but i am getting two error
SoundDevice.h file not found and
Settings.iSettings.iChannels
= EMMFMono;
iSettings.iSettings.iSampleRate = EMMFSampleRate8000Hz;
it is saying EMMFMono undecleared . in the constructL() .where can i
find the SoundDevice.h file
regards
vivek
On Tue, May 5, 2009 at 10:10 PM, Srivatsan Deenadayalan <
srivatsan@ongobiz.com> wrote:
Yes with use of APS you can route audio to loud speaker & micro phone and
vice versa. I suggest to clean the project in command line and build it for
GCCE mode only. APS libraries will work only for GCCE modes which you can
refer in Nokia and PjSIP websites.
Command Line:
Open command window and locate build.symbian folder of PjSIP, the type
following..
bldmake bldfiles
abld clean
abld reallyclean
Then build the application with carbide IDE...(phone release GCCE mode).
vivek shrivastava wrote:
On Tue, May 5, 2009 at 9:32 PM, vivek shrivastava vivek.mics@gmail.comwrote:
Hello Srivatsan ,
First thanks for the Immense knowledgeable support you had given .
really it come from Deep knowledge
of the domain .
i had changed all the mmp files and Build.inf by the #define
SND_USE_APS 1
but while compiling the code i am getting error on
in void CPjAudioEngine::ConstructL() function
at
iSettings.iSettings.iChannels = EMMFMono;
iSettings.iSettings.iSampleRate = EMMFSampleRate8000Hz;
it is saying EMMFMono undecleared .
basically i need to do normal and loudspeeker option .
can this be achived by this change it seld or i need to do some other
thing also
Thanks again
regards
Vivek
On Tue, May 5, 2009 at 8:47 PM, Srivatsan Deenadayalan <
srivatsan@ongobiz.com> wrote:
Hi,
PjSIP 1.0, In normal mode (with out enabling APS) if you run the
application all sound packets will be routed to the loudspeaker. Media
Client Audio API cannot access Micro phone of device. If you need to use
your own sound implementation to access microphone you need to have Vendor
ID. To over come all these problems Nokia has released APS(Audio Proxy
Server) which is a wrapper class to access all sound hardwares of Nokia
Devices.
PjSIP 1.0 have used that for routing sound packets to Micro Phone. Its
very simple to enable it in PjSIP.
In bld.inf file change #define SND_USE_APS 0 to #define SND_USE_APS
1 and similarly in .mmp file also
Example:
#define SND_USE_NULL 0
#define SND_USE_APS 1
Make sure to add SDK plugin for APS ( http://www.forum.nokia.com/info/sw.nokia.com/id/4ff42a22-7099-4cc9-91bf-5e66166bd28d/S60_3rd_SDK_FP1_API_Plug-In_Pack.html
).
vivek shrivastava wrote:
Hello experts,
I am using Pjsip 1.0 and i need to do calling in normal mode as by
default it is in Loudspeekermode
Regards
vivek
On Tue, May 5, 2009 at 4:37 PM, spider waleedot2003@gmail.com wrote:
On Tue, May 5, 2009 at 2:03 AM, vivek shrivastava <
vivek.mics@gmail.com> wrote:
Hello experts ,
for the Pjsip application for the Symbian when ever we make a call
audio is
always on LOUDSPEAKER on .
or in loudspeeker mode .
How can we TURN LOUDSPEAKER OFF like as normal telephony .is there
any class
or Api is given there
If yes can you please tell me how to turn off loudspeeker
regards
Vivek
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
which version of pjsip that you using ? its supported on pjsip1.1
could you checked it out ??
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 listpjsip@lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
--
Thanks,
Srivatsan.D,
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 listpjsip@lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
--
Thanks,
Srivatsan.D,
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 listpjsip@lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
--
Thanks,
Srivatsan.D,
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 listpjsip@lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
--
Thanks,
Srivatsan.D,
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
The application on calling goes to the debug mode showing the white screen ,
shell i have to open the default sip settings of the phone for that
regards
vivek
On Wed, May 6, 2009 at 1:20 PM, vivek shrivastava vivek.mics@gmail.comwrote:
Thanks srivastan,
i had install AudioProxyServer241 sisX in my device which is N 95 now the
application gets open
but when i made a calll application shows kernal exec-0 and application
crashes .
i am compiling the application on following sdk
C:\Symbian\9.2\S60_3rd_FP1_2\
Please suggest
Regards
vivek shrivastava
On Wed, May 6, 2009 at 1:03 PM, Srivatsan Deenadayalan <
srivatsan@ongobiz.com> wrote:
Ok you have done almost. You have to install APS binary file (sisx)
provided in the SDK plugin. After extracting AudioProxyServer_v2.43.zip ,
install apsserver2.sisx found under folder "InstallToDevice".
vivek shrivastava wrote:
Thanks ,
srivastan
I had done all the changes suggested by you and when i install the sis
file with chance ie,
#define SND_USE_APS 1 . it is not opening the application but if i
use #define SND_USE_APS o
application . It shows system error -1 . i had cleaned the project also
regards
vivek
On Wed, May 6, 2009 at 11:23 AM, Srivatsan Deenadayalan <
srivatsan@ongobiz.com> wrote:
You need to download SDK plugin first using the link already given. Then
extract MMFDevSoundAPI.ZIP found to SDK root directory. This will solve
your problem.
vivek shrivastava wrote:
Hello
srivastan,
done the things in the prescribed way but i am getting two error
SoundDevice.h file not found and
Settings.iSettings.iChannels
= EMMFMono;
iSettings.iSettings.iSampleRate = EMMFSampleRate8000Hz;
it is saying EMMFMono undecleared . in the constructL() .where can i
find the SoundDevice.h file
regards
vivek
On Tue, May 5, 2009 at 10:10 PM, Srivatsan Deenadayalan <
srivatsan@ongobiz.com> wrote:
Yes with use of APS you can route audio to loud speaker & micro phone
and vice versa. I suggest to clean the project in command line and build it
for GCCE mode only. APS libraries will work only for GCCE modes which you
can refer in Nokia and PjSIP websites.
Command Line:
Open command window and locate build.symbian folder of PjSIP, the type
following..
bldmake bldfiles
abld clean
abld reallyclean
Then build the application with carbide IDE...(phone release GCCE mode).
vivek shrivastava wrote:
On Tue, May 5, 2009 at 9:32 PM, vivek shrivastava <vivek.mics@gmail.com
wrote:
Hello Srivatsan ,
First thanks for the Immense knowledgeable support you had given .
really it come from Deep knowledge
of the domain .
i had changed all the mmp files and Build.inf by the #define
SND_USE_APS 1
but while compiling the code i am getting error on
in void CPjAudioEngine::ConstructL() function
at
iSettings.iSettings.iChannels = EMMFMono;
iSettings.iSettings.iSampleRate = EMMFSampleRate8000Hz;
it is saying EMMFMono undecleared .
basically i need to do normal and loudspeeker option .
can this be achived by this change it seld or i need to do some
other thing also
Thanks again
regards
Vivek
On Tue, May 5, 2009 at 8:47 PM, Srivatsan Deenadayalan <
srivatsan@ongobiz.com> wrote:
Hi,
PjSIP 1.0, In normal mode (with out enabling APS) if you run the
application all sound packets will be routed to the loudspeaker. Media
Client Audio API cannot access Micro phone of device. If you need to use
your own sound implementation to access microphone you need to have Vendor
ID. To over come all these problems Nokia has released APS(Audio Proxy
Server) which is a wrapper class to access all sound hardwares of Nokia
Devices.
PjSIP 1.0 have used that for routing sound packets to Micro Phone. Its
very simple to enable it in PjSIP.
In bld.inf file change #define SND_USE_APS 0 to #define SND_USE_APS
1 and similarly in .mmp file also
Example:
#define SND_USE_NULL 0
#define SND_USE_APS 1
Make sure to add SDK plugin for APS ( http://www.forum.nokia.com/info/sw.nokia.com/id/4ff42a22-7099-4cc9-91bf-5e66166bd28d/S60_3rd_SDK_FP1_API_Plug-In_Pack.html
).
vivek shrivastava wrote:
Hello experts,
I am using Pjsip 1.0 and i need to do calling in normal mode as by
default it is in Loudspeekermode
Regards
vivek
On Tue, May 5, 2009 at 4:37 PM, spider waleedot2003@gmail.comwrote:
On Tue, May 5, 2009 at 2:03 AM, vivek shrivastava <
vivek.mics@gmail.com> wrote:
Hello experts ,
for the Pjsip application for the Symbian when ever we make a call
audio is
always on LOUDSPEAKER on .
or in loudspeeker mode .
How can we TURN LOUDSPEAKER OFF like as normal telephony .is there
any class
or Api is given there
If yes can you please tell me how to turn off loudspeeker
regards
Vivek
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
which version of pjsip that you using ? its supported on pjsip1.1
could you checked it out ??
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 listpjsip@lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
--
Thanks,
Srivatsan.D,
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 listpjsip@lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
--
Thanks,
Srivatsan.D,
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 listpjsip@lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
--
Thanks,
Srivatsan.D,
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 listpjsip@lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
--
Thanks,
Srivatsan.D,
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
Which you are trying..? Symbian_ua console based or GUI based ?
I suggest to try console based because you can see the debug prints...
vivek shrivastava wrote: > The application on calling goes to the debug mode showing the white screen , shell i have to open the default sip settings of the phone for that
regards
vivekOn Wed, May 6, 2009 at 1:20 PM, vivek shrivastava <vivek.mics@gmail.com>wrote:
Thanks srivastan,
i had install AudioProxyServer241 sisX in my device which is N 95 now the application gets open
but when i made a calll application shows kernal exec-0 and application crashes .
i am compiling the application on following sdk
C:\Symbian\9.2\S60_3rd_FP1_2\Please suggest
Regards
vivek shrivastavaOn Wed, May 6, 2009 at 1:03 PM, Srivatsan Deenadayalan <srivatsan@ongobiz.com>wrote:
Ok you have done almost. You have to install APS binary file (sisx) provided in the SDK plugin. After extracting AudioProxyServer_v2.43.zip , install apsserver2.sisx found under folder "InstallToDevice".
vivek shrivastava wrote: > Thanks ,
srivastan
I had done all the changes suggested by you and when i install the sis file with chance ie,
#define SND_USE_APS 1 . it is not opening the application but if i use #define SND_USE_APS o
application . It shows system error -1 . i had cleaned the project alsoregards
vivekOn Wed, May 6, 2009 at 11:23 AM, Srivatsan Deenadayalan <srivatsan@ongobiz.com>wrote:
You need to download SDK plugin first using the link already given. Then extract MMFDevSoundAPI.ZIP found to SDK root directory. This will solve your problem.
vivek shrivastava wrote: > Hello
srivastan,
done the things in the prescribed way but i am getting two errorSoundDevice.h file not found and
Settings.iSettings.iChannels > = EMMFMono;
iSettings.iSettings.iSampleRate = EMMFSampleRate8000Hz;
it is saying EMMFMono undecleared . in the constructL() .where can i find the SoundDevice.h file
regards
vivekOn Tue, May 5, 2009 at 10:10 PM, Srivatsan Deenadayalan <srivatsan@ongobiz.com>wrote:
Yes with use of APS you can route audio to loud speaker & micro phone and vice versa. I suggest to clean the project in command line and build it for GCCE mode only. APS libraries will work only for GCCE modes which you can refer in Nokia and PjSIP websites.
Command Line:
Open command window and locate build.symbian folder of PjSIP, the type following..
bldmake bldfiles
abld clean
abld reallycleanThen build the application with carbide IDE...(phone release GCCE mode).
vivek shrivastava wrote: > On Tue, May 5, 2009 at 9:32 PM, vivek shrivastava <vivek.mics@gmail.com>wrote:
Hello Srivatsan ,
First thanks for the Immense knowledgeable support you had given . really it come from Deep knowledge
of the domain .i had changed all the mmp files and Build.inf by the #define SND_USE_APS 1
but while compiling the code i am getting error onin void CPjAudioEngine::ConstructL() function
at
iSettings.iSettings.iChannels = EMMFMono;
iSettings.iSettings.iSampleRate = EMMFSampleRate8000Hz;it is saying EMMFMono undecleared .
basically i need to do normal and loudspeeker option .can this be achived by this change it seld or i need to do some other thing also
Thanks again
regards
VivekOn Tue, May 5, 2009 at 8:47 PM, Srivatsan Deenadayalan <srivatsan@ongobiz.com>wrote:
Hi,
PjSIP 1.0, In normal mode (with out enabling APS) if you run the application all sound packets will be routed to the loudspeaker. Media Client Audio API cannot access Micro phone of device. If you need to use your own sound implementation to access microphone you need to have Vendor ID. To over come all these problems Nokia has released APS(Audio Proxy Server) which is a wrapper class to access all sound hardwares of Nokia Devices.
PjSIP 1.0 have used that for routing sound packets to Micro Phone. Its very simple to enable it in PjSIP.
In bld.inf file change #define SND_USE_APS 0 to #define SND_USE_APS 1 and similarly in .mmp file also
Example:
#define SND_USE_NULL 0
#define SND_USE_APS 1Make sure to add SDK plugin for APS ( http://www.forum.nokia.com/info/sw.nokia.com/id/4ff42a22-7099-4cc9-91bf-5e66166bd28d/S60_3rd_SDK_FP1_API_Plug-In_Pack.html ).
vivek shrivastava wrote: > Hello experts,
I am using Pjsip 1.0 and i need to do calling in normal mode as by default it is in Loudspeekermode
Regards
vivekOn Tue, May 5, 2009 at 4:37 PM, spider <waleedot2003@gmail.com>wrote:
On Tue, May 5, 2009 at 2:03 AM, vivek shrivastava <vivek.mics@gmail.com> wrote:
> Hello experts ,
>
> for the Pjsip application for the Symbian when ever we make a call audio is
> always on LOUDSPEAKER on .
> or in loudspeeker mode .
> How can we TURN LOUDSPEAKER OFF like as normal telephony .is there any class
> or Api is given there
> If yes can you please tell me how to turn off loudspeeker
>
>
> regards
> Vivek
>
>
>> _______________________________________________
> Visit our blog: http://blog.pjsip.org
>
> pjsip mailing list
> pjsip@lists.pjsip.org
> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
>
>which version of pjsip that you using ? its supported on pjsip1.1
could you checked it out ??
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org<hr size="4" width="90%"></hr><div> _______________________________________________ Visit our blog: <a href="http://blog.pjsip.org" moz-do-not-send="true" target="_blank">http://blog.pjsip.org</a> pjsip mailing list <a href="mailto:pjsip@lists.pjsip.org" moz-do-not-send="true" target="_blank">pjsip@lists.pjsip.org</a> <a href="http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org" moz-do-not-send="true" target="_blank">http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org</a> </div><pre cols="72">-- Thanks, Srivatsan.D,_______________________________________________
Visit our blog: http://blog.pjsip.orgpjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org<hr size="4" width="90%"></hr> _______________________________________________ Visit our blog: <a href="http://blog.pjsip.org" moz-do-not-send="true" target="_blank">http://blog.pjsip.org</a> pjsip mailing list <a href="mailto:pjsip@lists.pjsip.org" moz-do-not-send="true" target="_blank">pjsip@lists.pjsip.org</a> <a href="http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org" moz-do-not-send="true" target="_blank">http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org</a><pre cols="72">-- Thanks, Srivatsan.D,_______________________________________________
Visit our blog: http://blog.pjsip.orgpjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org<hr size="4" width="90%"></hr> _______________________________________________ Visit our blog: <a href="http://blog.pjsip.org" moz-do-not-send="true" target="_blank">http://blog.pjsip.org</a> pjsip mailing list <a href="mailto:pjsip@lists.pjsip.org" moz-do-not-send="true" target="_blank">pjsip@lists.pjsip.org</a> <a href="http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org" moz-do-not-send="true" target="_blank">http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org</a><pre cols="72">-- Thanks, Srivatsan.D,_______________________________________________
Visit our blog: http://blog.pjsip.orgpjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org<hr size="4" width="90%"></hr> _______________________________________________ Visit our blog: <a href="http://blog.pjsip.org" moz-do-not-send="true" target="_blank">http://blog.pjsip.org</a> pjsip mailing list <a href="mailto:pjsip@lists.pjsip.org" moz-do-not-send="true" target="_blank">pjsip@lists.pjsip.org</a> <a href="http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org" moz-do-not-send="true" target="_blank">http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org</a><pre cols="72">-- Thanks, Srivatsan.D,_______________________________________________
Visit our blog: http://blog.pjsip.orgpjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org<pre wrap=""> <hr size="4" width="90%"></hr> _______________________________________________ Visit our blog: <a class="moz-txt-link-freetext" href="http://blog.pjsip.org">http://blog.pjsip.org</a> pjsip mailing list <a class="moz-txt-link-abbreviated" href="mailto:pjsip@lists.pjsip.org">pjsip@lists.pjsip.org</a> <a class="moz-txt-link-freetext" href="http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org">http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org</a>
<pre class="moz-signature" cols="72">--
Thanks,
Srivatsan.D,
Hello ,
i am using GUI based and the print in console is sock.symbian.cpp line 316
and ,conference .c . Is it required to do sip setting in device setting also
regards
vivek
On Wed, May 6, 2009 at 1:51 PM, Srivatsan Deenadayalan <
srivatsan@ongobiz.com> wrote:
Which you are trying..? Symbian_ua console based or GUI based ?
I suggest to try console based because you can see the debug prints...
vivek shrivastava wrote:
The application on calling goes to the debug mode showing the white screen
, shell i have to open the default sip settings of the phone for that
regards
vivek
On Wed, May 6, 2009 at 1:20 PM, vivek shrivastava vivek.mics@gmail.comwrote:
Thanks srivastan,
i had install AudioProxyServer241 sisX in my device which is N 95 now the
application gets open
but when i made a calll application shows kernal exec-0 and application
crashes .
i am compiling the application on following sdk
C:\Symbian\9.2\S60_3rd_FP1_2\
Please suggest
Regards
vivek shrivastava
On Wed, May 6, 2009 at 1:03 PM, Srivatsan Deenadayalan <
srivatsan@ongobiz.com> wrote:
Ok you have done almost. You have to install APS binary file (sisx)
provided in the SDK plugin. After extracting AudioProxyServer_v2.43.zip ,
install apsserver2.sisx found under folder "InstallToDevice".
vivek shrivastava wrote:
Thanks ,
srivastan
I had done all the changes suggested by you and when i install the sis
file with chance ie,
#define SND_USE_APS 1 . it is not opening the application but if i
use #define SND_USE_APS o
application . It shows system error -1 . i had cleaned the project also
regards
vivek
On Wed, May 6, 2009 at 11:23 AM, Srivatsan Deenadayalan <
srivatsan@ongobiz.com> wrote:
You need to download SDK plugin first using the link already given. Then
extract MMFDevSoundAPI.ZIP found to SDK root directory. This will solve
your problem.
vivek shrivastava wrote:
Hello
srivastan,
done the things in the prescribed way but i am getting two error
SoundDevice.h file not found and
Settings.iSettings.iChannels
= EMMFMono;
iSettings.iSettings.iSampleRate = EMMFSampleRate8000Hz;
it is saying EMMFMono undecleared . in the constructL() .where can i
find the SoundDevice.h file
regards
vivek
On Tue, May 5, 2009 at 10:10 PM, Srivatsan Deenadayalan <
srivatsan@ongobiz.com> wrote:
Yes with use of APS you can route audio to loud speaker & micro phone
and vice versa. I suggest to clean the project in command line and build it
for GCCE mode only. APS libraries will work only for GCCE modes which you
can refer in Nokia and PjSIP websites.
Command Line:
Open command window and locate build.symbian folder of PjSIP, the type
following..
bldmake bldfiles
abld clean
abld reallyclean
Then build the application with carbide IDE...(phone release GCCE
mode).
vivek shrivastava wrote:
On Tue, May 5, 2009 at 9:32 PM, vivek shrivastava <
vivek.mics@gmail.com> wrote:
Hello Srivatsan ,
First thanks for the Immense knowledgeable support you had given .
really it come from Deep knowledge
of the domain .
i had changed all the mmp files and Build.inf by the #define
SND_USE_APS 1
but while compiling the code i am getting error on
in void CPjAudioEngine::ConstructL() function
at
iSettings.iSettings.iChannels = EMMFMono;
iSettings.iSettings.iSampleRate = EMMFSampleRate8000Hz;
it is saying EMMFMono undecleared .
basically i need to do normal and loudspeeker option .
can this be achived by this change it seld or i need to do some
other thing also
Thanks again
regards
Vivek
On Tue, May 5, 2009 at 8:47 PM, Srivatsan Deenadayalan <
srivatsan@ongobiz.com> wrote:
Hi,
PjSIP 1.0, In normal mode (with out enabling APS) if you run the
application all sound packets will be routed to the loudspeaker. Media
Client Audio API cannot access Micro phone of device. If you need to use
your own sound implementation to access microphone you need to have Vendor
ID. To over come all these problems Nokia has released APS(Audio Proxy
Server) which is a wrapper class to access all sound hardwares of Nokia
Devices.
PjSIP 1.0 have used that for routing sound packets to Micro Phone.
Its very simple to enable it in PjSIP.
In bld.inf file change #define SND_USE_APS 0 to #define
SND_USE_APS 1 and similarly in .mmp file also
Example:
#define SND_USE_NULL 0
#define SND_USE_APS 1
Make sure to add SDK plugin for APS ( http://www.forum.nokia.com/info/sw.nokia.com/id/4ff42a22-7099-4cc9-91bf-5e66166bd28d/S60_3rd_SDK_FP1_API_Plug-In_Pack.html
).
vivek shrivastava wrote:
Hello experts,
I am using Pjsip 1.0 and i need to do calling in normal mode as by
default it is in Loudspeekermode
Regards
vivek
On Tue, May 5, 2009 at 4:37 PM, spider waleedot2003@gmail.comwrote:
On Tue, May 5, 2009 at 2:03 AM, vivek shrivastava <
vivek.mics@gmail.com> wrote:
Hello experts ,
for the Pjsip application for the Symbian when ever we make a
call audio is
always on LOUDSPEAKER on .
or in loudspeeker mode .
How can we TURN LOUDSPEAKER OFF like as normal telephony .is there
any class
or Api is given there
If yes can you please tell me how to turn off loudspeeker
regards
Vivek
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
which version of pjsip that you using ? its supported on pjsip1.1
could you checked it out ??
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 listpjsip@lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
--
Thanks,
Srivatsan.D,
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 listpjsip@lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
--
Thanks,
Srivatsan.D,
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 listpjsip@lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
--
Thanks,
Srivatsan.D,
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 listpjsip@lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
--
Thanks,
Srivatsan.D,
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 listpjsip@lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
--
Thanks,
Srivatsan.D,
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
On Wed, May 6, 2009 at 1:28 AM, vivek shrivastava vivek.mics@gmail.com wrote:
Hello ,
i am using GUI based and the print in console is sock.symbian.cpp line 316
and ,conference .c . Is it required to do sip setting in device setting also
regards
vivek
On Wed, May 6, 2009 at 1:51 PM, Srivatsan Deenadayalan
srivatsan@ongobiz.com wrote:
Which you are trying..? Symbian_ua console based or GUI based ?
I suggest to try console based because you can see the debug prints...
vivek shrivastava wrote:
The application on calling goes to the debug mode showing the white screen
, shell i have to open the default sip settings of the phone for that
regards
vivek
On Wed, May 6, 2009 at 1:20 PM, vivek shrivastava vivek.mics@gmail.com
wrote:
Thanks srivastan,
i had install AudioProxyServer241 sisX in my device which is N 95 now the
application gets open
but when i made a calll application shows kernal exec-0 and application
crashes .
i am compiling the application on following sdk
C:\Symbian\9.2\S60_3rd_FP1_2\
Please suggest
Regards
vivek shrivastava
On Wed, May 6, 2009 at 1:03 PM, Srivatsan Deenadayalan
srivatsan@ongobiz.com wrote:
Ok you have done almost. You have to install APS binary file (sisx)
provided in the SDK plugin. After extracting AudioProxyServer_v2.43.zip ,
install apsserver2.sisx found under folder "InstallToDevice".
vivek shrivastava wrote:
Thanks ,
srivastan
I had done all the changes suggested by you and when i install the sis
file with chance ie,
#define SND_USE_APS 1 . it is not opening the application but if i
use #define SND_USE_APS o
application . It shows system error -1 . i had cleaned the project also
regards
vivek
On Wed, May 6, 2009 at 11:23 AM, Srivatsan Deenadayalan
srivatsan@ongobiz.com wrote:
You need to download SDK plugin first using the link already given.
Then extract MMFDevSoundAPI.ZIP found to SDK root directory. This will
solve your problem.
vivek shrivastava wrote:
Hello
srivastan,
done the things in the prescribed way but i am getting two error
SoundDevice.h file not found and
Settings.iSettings.iChannels
= EMMFMono;
iSettings.iSettings.iSampleRate = EMMFSampleRate8000Hz;
it is saying EMMFMono undecleared . in the constructL() .where can i
find the SoundDevice.h file
regards
vivek
On Tue, May 5, 2009 at 10:10 PM, Srivatsan Deenadayalan
srivatsan@ongobiz.com wrote:
Yes with use of APS you can route audio to loud speaker & micro phone
and vice versa. I suggest to clean the project in command line and build it
for GCCE mode only. APS libraries will work only for GCCE modes which you
can refer in Nokia and PjSIP websites.
Command Line:
Open command window and locate build.symbian folder of PjSIP, the type
following..
bldmake bldfiles
abld clean
abld reallyclean
Then build the application with carbide IDE...(phone release GCCE
mode).
vivek shrivastava wrote:
On Tue, May 5, 2009 at 9:32 PM, vivek shrivastava
vivek.mics@gmail.com wrote:
Hello Srivatsan ,
First thanks for the Immense knowledgeable support you had given
. really it come from Deep knowledge
of the domain .
i had changed all the mmp files and Build.inf by the #define
SND_USE_APS 1
but while compiling the code i am getting error on
in void CPjAudioEngine::ConstructL() function
at
iSettings.iSettings.iChannels = EMMFMono;
iSettings.iSettings.iSampleRate = EMMFSampleRate8000Hz;
it is saying EMMFMono undecleared .
basically i need to do normal and loudspeeker option .
can this be achived by this change it seld or i need to do some
other thing also
Thanks again
regards
Vivek
On Tue, May 5, 2009 at 8:47 PM, Srivatsan Deenadayalan
srivatsan@ongobiz.com wrote:
Hi,
PjSIP 1.0, In normal mode (with out enabling APS) if you run the
application all sound packets will be routed to the loudspeaker. Media
Client Audio API cannot access Micro phone of device. If you need to use
your own sound implementation to access microphone you need to have Vendor
ID. To over come all these problems Nokia has released APS(Audio Proxy
Server) which is a wrapper class to access all sound hardwares of Nokia
Devices.
PjSIP 1.0 have used that for routing sound packets to Micro Phone.
Its very simple to enable it in PjSIP.
In bld.inf file change #define SND_USE_APS 0 to #define
SND_USE_APS 1 and similarly in .mmp file also
Example:
#define SND_USE_NULL 0
#define SND_USE_APS 1
Make sure to add SDK plugin for APS (
http://www.forum.nokia.com/info/sw.nokia.com/id/4ff42a22-7099-4cc9-91bf-5e66166bd28d/S60_3rd_SDK_FP1_API_Plug-In_Pack.html
).
vivek shrivastava wrote:
Hello experts,
I am using Pjsip 1.0 and i need to do calling in normal mode as by
default it is in Loudspeekermode
Regards
vivek
On Tue, May 5, 2009 at 4:37 PM, spider waleedot2003@gmail.com
wrote:
On Tue, May 5, 2009 at 2:03 AM, vivek shrivastava
vivek.mics@gmail.com wrote:
Hello experts ,
for the Pjsip application for the Symbian when ever we make a
call audio is
always on LOUDSPEAKER on .
or in loudspeeker mode .
How can we TURN LOUDSPEAKER OFF like as normal telephony .is
there any class
or Api is given there
If yes can you please tell me how to turn off loudspeeker
regards
Vivek
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
which version of pjsip that you using ? its supported on pjsip1.1
could you checked it out ??
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
--
Thanks,
Srivatsan.D,
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
--
Thanks,
Srivatsan.D,
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
--
Thanks,
Srivatsan.D,
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
--
Thanks,
Srivatsan.D,
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
--
Thanks,
Srivatsan.D,
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
hi
is KERN-EXEC appeared again ?
could you try to adding MultimediaDD capability to your gui_ua application ?
yes i had added Multimedia DD capability
On Wed, May 6, 2009 at 5:20 PM, spider waleedot2003@gmail.com wrote:
On Wed, May 6, 2009 at 1:28 AM, vivek shrivastava vivek.mics@gmail.com
wrote:
Hello ,
i am using GUI based and the print in console is sock.symbian.cpp line
316
and ,conference .c . Is it required to do sip setting in device setting
also
regards
vivek
On Wed, May 6, 2009 at 1:51 PM, Srivatsan Deenadayalan
srivatsan@ongobiz.com wrote:
Which you are trying..? Symbian_ua console based or GUI based ?
I suggest to try console based because you can see the debug prints...
vivek shrivastava wrote:
The application on calling goes to the debug mode showing the white
screen
, shell i have to open the default sip settings of the phone for that
regards
vivek
On Wed, May 6, 2009 at 1:20 PM, vivek shrivastava <vivek.mics@gmail.com
wrote:
Thanks srivastan,
i had install AudioProxyServer241 sisX in my device which is N 95 now
the
application gets open
but when i made a calll application shows kernal exec-0 and application
crashes .
i am compiling the application on following sdk
C:\Symbian\9.2\S60_3rd_FP1_2\
Please suggest
Regards
vivek shrivastava
On Wed, May 6, 2009 at 1:03 PM, Srivatsan Deenadayalan
srivatsan@ongobiz.com wrote:
Ok you have done almost. You have to install APS binary file (sisx)
provided in the SDK plugin. After extracting
AudioProxyServer_v2.43.zip ,
install apsserver2.sisx found under folder "InstallToDevice".
vivek shrivastava wrote:
Thanks ,
srivastan
I had done all the changes suggested by you and when i install the
sis
file with chance ie,
#define SND_USE_APS 1 . it is not opening the application but if
i
use #define SND_USE_APS o
application . It shows system error -1 . i had cleaned the project
also
regards
vivek
On Wed, May 6, 2009 at 11:23 AM, Srivatsan Deenadayalan
srivatsan@ongobiz.com wrote:
You need to download SDK plugin first using the link already given.
Then extract MMFDevSoundAPI.ZIP found to SDK root directory. This
will
solve your problem.
vivek shrivastava wrote:
Hello
srivastan,
done the things in the prescribed way but i am getting two error
SoundDevice.h file not found and
Settings.iSettings.iChannels
= EMMFMono;
iSettings.iSettings.iSampleRate = EMMFSampleRate8000Hz;
it is saying EMMFMono undecleared . in the constructL() .where can
i
find the SoundDevice.h file
regards
vivek
On Tue, May 5, 2009 at 10:10 PM, Srivatsan Deenadayalan
srivatsan@ongobiz.com wrote:
Yes with use of APS you can route audio to loud speaker & micro
phone
and vice versa. I suggest to clean the project in command line and
build it
for GCCE mode only. APS libraries will work only for GCCE modes
which you
can refer in Nokia and PjSIP websites.
Command Line:
Open command window and locate build.symbian folder of PjSIP, the
type
following..
bldmake bldfiles
abld clean
abld reallyclean
Then build the application with carbide IDE...(phone release GCCE
mode).
vivek shrivastava wrote:
On Tue, May 5, 2009 at 9:32 PM, vivek shrivastava
vivek.mics@gmail.com wrote:
Hello Srivatsan ,
First thanks for the Immense knowledgeable support you had
given
. really it come from Deep knowledge
of the domain .
i had changed all the mmp files and Build.inf by the #define
SND_USE_APS 1
but while compiling the code i am getting error on
in void CPjAudioEngine::ConstructL() function
at
iSettings.iSettings.iChannels = EMMFMono;
iSettings.iSettings.iSampleRate = EMMFSampleRate8000Hz;
it is saying EMMFMono undecleared .
basically i need to do normal and loudspeeker option .
can this be achived by this change it seld or i need to do some
other thing also
Thanks again
regards
Vivek
On Tue, May 5, 2009 at 8:47 PM, Srivatsan Deenadayalan
srivatsan@ongobiz.com wrote:
Hi,
PjSIP 1.0, In normal mode (with out enabling APS) if you run
the
application all sound packets will be routed to the loudspeaker.
Media
Client Audio API cannot access Micro phone of device. If you need
to use
your own sound implementation to access microphone you need to
have Vendor
ID. To over come all these problems Nokia has released APS(Audio
Proxy
Server) which is a wrapper class to access all sound hardwares of
Nokia
Devices.
PjSIP 1.0 have used that for routing sound packets to Micro Phone.
Its very simple to enable it in PjSIP.
In bld.inf file change #define SND_USE_APS 0 to #define
SND_USE_APS 1 and similarly in .mmp file also
Example:
#define SND_USE_NULL 0
#define SND_USE_APS 1
Make sure to add SDK plugin for APS (
).
vivek shrivastava wrote:
Hello experts,
I am using Pjsip 1.0 and i need to do calling in normal mode as
by
default it is in Loudspeekermode
Regards
vivek
On Tue, May 5, 2009 at 4:37 PM, spider waleedot2003@gmail.com
wrote:
On Tue, May 5, 2009 at 2:03 AM, vivek shrivastava
vivek.mics@gmail.com wrote:
Hello experts ,
for the Pjsip application for the Symbian when ever we make a
call audio is
always on LOUDSPEAKER on .
or in loudspeeker mode .
How can we TURN LOUDSPEAKER OFF like as normal telephony .is
there any class
or Api is given there
If yes can you please tell me how to turn off loudspeeker
regards
Vivek
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
which version of pjsip that you using ? its supported on pjsip1.1
could you checked it out ??
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
--
Thanks,
Srivatsan.D,
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
--
Thanks,
Srivatsan.D,
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
--
Thanks,
Srivatsan.D,
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
--
Thanks,
Srivatsan.D,
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
--
Thanks,
Srivatsan.D,
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
hi
is KERN-EXEC appeared again ?
could you try to adding MultimediaDD capability to your gui_ua application
?
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
Hello Experts ,
Please help me i got stuck up in the issue ,APS enabling is not working
while call . I am using Pjsip 1.0
regards
vivek
On Wed, May 6, 2009 at 5:46 PM, vivek shrivastava vivek.mics@gmail.comwrote:
yes i had added Multimedia DD capability
On Wed, May 6, 2009 at 5:20 PM, spider waleedot2003@gmail.com wrote:
On Wed, May 6, 2009 at 1:28 AM, vivek shrivastava vivek.mics@gmail.com
wrote:
Hello ,
i am using GUI based and the print in console is sock.symbian.cpp line
316
and ,conference .c . Is it required to do sip setting in device setting
also
regards
vivek
On Wed, May 6, 2009 at 1:51 PM, Srivatsan Deenadayalan
srivatsan@ongobiz.com wrote:
Which you are trying..? Symbian_ua console based or GUI based ?
I suggest to try console based because you can see the debug prints...
vivek shrivastava wrote:
The application on calling goes to the debug mode showing the white
screen
, shell i have to open the default sip settings of the phone for that
regards
vivek
On Wed, May 6, 2009 at 1:20 PM, vivek shrivastava <
wrote:
Thanks srivastan,
i had install AudioProxyServer241 sisX in my device which is N 95 now
the
application gets open
but when i made a calll application shows kernal exec-0 and
application
crashes .
i am compiling the application on following sdk
C:\Symbian\9.2\S60_3rd_FP1_2\
Please suggest
Regards
vivek shrivastava
On Wed, May 6, 2009 at 1:03 PM, Srivatsan Deenadayalan
srivatsan@ongobiz.com wrote:
Ok you have done almost. You have to install APS binary file (sisx)
provided in the SDK plugin. After extracting
AudioProxyServer_v2.43.zip ,
install apsserver2.sisx found under folder "InstallToDevice".
vivek shrivastava wrote:
Thanks ,
srivastan
I had done all the changes suggested by you and when i install the
sis
file with chance ie,
#define SND_USE_APS 1 . it is not opening the application but
if i
use #define SND_USE_APS o
application . It shows system error -1 . i had cleaned the project
also
regards
vivek
On Wed, May 6, 2009 at 11:23 AM, Srivatsan Deenadayalan
srivatsan@ongobiz.com wrote:
You need to download SDK plugin first using the link already given.
Then extract MMFDevSoundAPI.ZIP found to SDK root directory. This
will
solve your problem.
vivek shrivastava wrote:
Hello
srivastan,
done the things in the prescribed way but i am getting two error
SoundDevice.h file not found and
Settings.iSettings.iChannels
= EMMFMono;
iSettings.iSettings.iSampleRate = EMMFSampleRate8000Hz;
it is saying EMMFMono undecleared . in the constructL() .where
can i
find the SoundDevice.h file
regards
vivek
On Tue, May 5, 2009 at 10:10 PM, Srivatsan Deenadayalan
srivatsan@ongobiz.com wrote:
Yes with use of APS you can route audio to loud speaker & micro
phone
and vice versa. I suggest to clean the project in command line and
build it
for GCCE mode only. APS libraries will work only for GCCE modes
which you
can refer in Nokia and PjSIP websites.
Command Line:
Open command window and locate build.symbian folder of PjSIP, the
type
following..
bldmake bldfiles
abld clean
abld reallyclean
Then build the application with carbide IDE...(phone release GCCE
mode).
vivek shrivastava wrote:
On Tue, May 5, 2009 at 9:32 PM, vivek shrivastava
vivek.mics@gmail.com wrote:
Hello Srivatsan ,
First thanks for the Immense knowledgeable support you had
given
. really it come from Deep knowledge
of the domain .
i had changed all the mmp files and Build.inf by the #define
SND_USE_APS 1
but while compiling the code i am getting error on
in void CPjAudioEngine::ConstructL() function
at
iSettings.iSettings.iChannels = EMMFMono;
iSettings.iSettings.iSampleRate = EMMFSampleRate8000Hz;
it is saying EMMFMono undecleared .
basically i need to do normal and loudspeeker option .
can this be achived by this change it seld or i need to do some
other thing also
Thanks again
regards
Vivek
On Tue, May 5, 2009 at 8:47 PM, Srivatsan Deenadayalan
srivatsan@ongobiz.com wrote:
Hi,
PjSIP 1.0, In normal mode (with out enabling APS) if you run
the
application all sound packets will be routed to the loudspeaker.
Media
Client Audio API cannot access Micro phone of device. If you need
to use
your own sound implementation to access microphone you need to
have Vendor
ID. To over come all these problems Nokia has released APS(Audio
Proxy
Server) which is a wrapper class to access all sound hardwares of
Nokia
Devices.
PjSIP 1.0 have used that for routing sound packets to Micro
Phone.
Its very simple to enable it in PjSIP.
In bld.inf file change #define SND_USE_APS 0 to #define
SND_USE_APS 1 and similarly in .mmp file also
Example:
#define SND_USE_NULL 0
#define SND_USE_APS 1
Make sure to add SDK plugin for APS (
).
vivek shrivastava wrote:
Hello experts,
I am using Pjsip 1.0 and i need to do calling in normal mode as
by
default it is in Loudspeekermode
Regards
vivek
On Tue, May 5, 2009 at 4:37 PM, spider waleedot2003@gmail.com
wrote:
On Tue, May 5, 2009 at 2:03 AM, vivek shrivastava
vivek.mics@gmail.com wrote:
Hello experts ,
for the Pjsip application for the Symbian when ever we make a
call audio is
always on LOUDSPEAKER on .
or in loudspeeker mode .
How can we TURN LOUDSPEAKER OFF like as normal telephony .is
there any class
or Api is given there
If yes can you please tell me how to turn off loudspeeker
regards
Vivek
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
which version of pjsip that you using ? its supported on
pjsip1.1
could you checked it out ??
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
--
Thanks,
Srivatsan.D,
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
--
Thanks,
Srivatsan.D,
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
--
Thanks,
Srivatsan.D,
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
--
Thanks,
Srivatsan.D,
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
--
Thanks,
Srivatsan.D,
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
hi
is KERN-EXEC appeared again ?
could you try to adding MultimediaDD capability to your gui_ua application
?
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
have you solved KERN-EXEC 0 ?
i suggest to you to use pjsip1.1 instead of 1.0 i try it on
N95,N73,E65,6120 classic and works fine
tell us if you have any problem :)