On Tue, May 5, 2009 at 9:32 PM, vivek shrivastava <vivek.mics at 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 at 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 at gmail.com> wrote: >> >>> On Tue, May 5, 2009 at 2:03 AM, vivek shrivastava <vivek.mics at 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 at 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 at lists.pjsip.org >>> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >>> >> >> ------------------------------ >> >> _______________________________________________ >> Visit our blog: http://blog.pjsip.org >> >> pjsip mailing listpjsip at 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 at lists.pjsip.org >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090505/3a5f2c65/attachment.html>