Hello Rafael Thanks for your help I solve the problem by adding libpassthrough.lib to mmp.. I test the application on phone ,,APS didn't work.. so can I test the application on phone without signing I think CAPABILITY MultimediaDD didn't work .. Saed Daoud From: Rafael Donato [mailto:rloureiro@xxxxxxxxxxxxxxxx] Sent: Monday, May 18, 2009 11:55 PM To: pjsip list Subject: Re: APS in PjSIP 1.1 APS Direct Did you put the correct static lib in mmp project file? []'s Rafael Donato. saed daoud wrote: Dear All I solved my problem in > symb_aps_dev.cpp:(.text+0x1098): undefined reference to > `RAPSSession::SetCng(int)' > > symb_aps_dev.cpp:(.text+0x10a4): undefined reference to > `RAPSSession::SetVadMode(int)' > > symb_aps_dev.cpp:(.text+0x10b0): undefined reference to > `RAPSSession::SetPlc(int)' > > symb_aps_dev.cpp:(.text+0x10bc): undefined reference to > `RAPSSession::SetEncoderMode(TAPSCodecMode)' > > symb_aps_dev.cpp:(.text+0x10c8): undefined reference to > `RAPSSession::SetDecoderMode(TAPSCodecMode)' > > symb_aps_dev.cpp:(.text+0x10d4): undefined reference to > `RAPSSession::ActivateLoudspeaker(int)' > > symb_aps_dev.cpp:(.text+0x10ec): undefined reference to > `RAPSSession::Write()' > > symb_aps_dev.cpp:(.text+0x1118): undefined reference to > `RAPSSession::Read()' > By build the project only on phone release (gcce) in active build configuration . But I have the 2 errors \Symbian\9.2\S60_3rd_FP1_2\EPOC32\RELEASE\ARMV5\UREL\pjsua_lib.lib(pjsua_med ia.o): In function `pjsua_media_subsys_init': pjsua_media.c:(.text+0x164): undefined reference to `pjmedia_codec_passthrough_init' \Symbian\9.2\S60_3rd_FP1_2\EPOC32\RELEASE\ARMV5\UREL\pjsua_lib.lib(pjsua_med ia.o): In function `pjsua_media_subsys_destroy': pjsua_media.c:(.text+0xae0): undefined reference to `pjmedia_codec_passthrough_deinit' make[1]: *** [\Symbian\9.2\S60_3rd_FP1_2\EPOC32\RELEASE\GCCE\UREL\symbian_ua_gui.exe] Error 1 make: *** [TARGETSYMBIAN_UA_GUI] Error 2 please help Saed Daoud From: saed daoud [mailto:saed.daoud@xxxxxxxxxxx] Sent: Thursday, May 14, 2009 2:52 PM To: 'pjsip list' Subject: Re: APS in PjSIP 1.1 APS Direct I put APSSession2 lib in the epoc32 path but I still have the same 16 errors symb_aps_dev.cpp:(.text+0x1098): undefined reference to `RAPSSession::SetCng(int)' symb_aps_dev.cpp:(.text+0x10a4): undefined reference to `RAPSSession::SetVadMode(int)' symb_aps_dev.cpp:(.text+0x10b0): undefined reference to `RAPSSession::SetPlc(int)' symb_aps_dev.cpp:(.text+0x10bc): undefined reference to `RAPSSession::SetEncoderMode(TAPSCodecMode)' symb_aps_dev.cpp:(.text+0x10c8): undefined reference to `RAPSSession::SetDecoderMode(TAPSCodecMode)' symb_aps_dev.cpp:(.text+0x10d4): undefined reference to `RAPSSession::ActivateLoudspeaker(int)' symb_aps_dev.cpp:(.text+0x10ec): undefined reference to `RAPSSession::Write()' symb_aps_dev.cpp:(.text+0x1118): undefined reference to `RAPSSession::Read()' Saed Daoud From: vivek shrivastava [mailto:vivek.mics@xxxxxxxxx] Sent: Thursday, May 14, 2009 2:34 PM To: pjsip list Subject: Re: APS in PjSIP 1.1 APS Direct please check in the epoc that APSSession2 lib is there when u download the AudioProxyServer_v2.43 you will find the epoc folder there copy and paste files in the destination epoc folder in your SDK On Thu, May 14, 2009 at 3:06 PM, saed daoud <saed.daoud at tetouch.com> wrote: Hello I follow all instructions but I still have the same errors in pjsip project and in APS s60EX Saed Daoud From: vivek shrivastava [mailto:vivek.mics@xxxxxxxxx] Sent: Thursday, May 14, 2009 8:01 AM To: pjsip list Subject: Re: APS in PjSIP 1.1 APS Direct hello in start u had written #define SND_HAS_APS 1 and before LIBRARY APSSession2.lib wrieen #if SND_USE_APS please check On Wed, May 13, 2009 at 10:29 PM, saed daoud <saed.daoud at tetouch.com> wrote: I do all changes in mmp file , but I still have the same errors. #define SND_USE_NULL 0 #define SND_HAS_APS 1 #define SND_HAS_VAS 0 #if SND_USE_APS LIBRARY APSSession2.lib CAPABILITY NetworkServices LocalServices ReadUserData WriteUserData UserEnvironment MultimediaDD MACRO PJMEDIA_SYM_SND_USE_APS=1 Saed Daoud From: saed daoud [mailto:saed.daoud@xxxxxxxxxxx] Sent: Wednesday, May 13, 2009 10:05 AM To: 'pjsip list' Subject: Re: APS in PjSIP 1.1 APS Direct Hello vivek I do all changes in mmp file , but I still have the same errors. #define SND_USE_NULL 0 #define SND_HAS_APS 1 #define SND_HAS_VAS 0 #if SND_USE_APS LIBRARY APSSession2.lib CAPABILITY NetworkServices LocalServices ReadUserData WriteUserData UserEnvironment MultimediaDD MACRO PJMEDIA_SYM_SND_USE_APS=1 Saed Daoud From: vivek shrivastava [mailto:vivek.mics@xxxxxxxxx] Sent: Wednesday, May 13, 2009 8:23 AM To: pjsip list Subject: Re: APS in PjSIP 1.1 APS Direct Hello bharat , Thanks for help thanku vry much Regards vivek Hello saed , RAPSSession undefined reference is comming because the api related to this APSSession2.lib is not been able to compile. Please check your mmp files and ensure that #define condition for compiling is right for that regards vivek On Tue, May 12, 2009 at 11:05 PM, saed daoud <saed.daoud at tetouch.com> wrote: Thanks for your answer Benny. I followed the guides and install the APIs(APS , mmf )and plug-in in sdk FP1,MR . but I have the same 16 errors in project symb_aps_dev.cpp:(.text+0x1098): undefined reference to `RAPSSession::SetCng(int)' symb_aps_dev.cpp:(.text+0x10a4): undefined reference to `RAPSSession::SetVadMode(int)' symb_aps_dev.cpp:(.text+0x10b0): undefined reference to `RAPSSession::SetPlc(int)' symb_aps_dev.cpp:(.text+0x10bc): undefined reference to `RAPSSession::SetEncoderMode(TAPSCodecMode)' symb_aps_dev.cpp:(.text+0x10c8): undefined reference to `RAPSSession::SetDecoderMode(TAPSCodecMode)' symb_aps_dev.cpp:(.text+0x10d4): undefined reference to `RAPSSession::ActivateLoudspeaker(int)' symb_aps_dev.cpp:(.text+0x10ec): undefined reference to `RAPSSession::Write()' symb_aps_dev.cpp:(.text+0x1118): undefined reference to `RAPSSession::Read()' also I compile the APS API example and have the same errors and with VAS in other project the same structure of errors . in windows xp sp2, sp3 and vista ultimate x32,x64 What can I do , please help me Saed Daoud From: Benny Prijono [mailto:bennylp@xxxxxxxxx] Sent: Tuesday, May 12, 2009 5:16 PM To: pjsip list Subject: Re: APS in PjSIP 1.1 APS Direct On Tue, May 12, 2009 at 2:37 PM, saed daoud <saed.daoud at tetouch.com> wrote: Dear all Please help me I'm using APS Direct and have the following errors in log Using project 1.1 and 1.2 Carbide 1.2, 1.3 and 2.0 Have you followed this guide? http://trac.pjsip.org/repos/wiki/Nokia_APS_VAS_Direct Since APS-Direct uses APS, you should also follow this guide too: http://trac.pjsip.org/repos/wiki/APS cheers Benny _______________________________________________ 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 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 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 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/20090519/7a5e626b/attachment-0001.html>