yup , putting things into the config_site.h instead or config_site_sample.h solved the problem :) thankyou very much . i m currently having some problem with sound [no soud at all] m , possibly something to do with STUN. looking into it. anyone knows how to contribute to wiki ? Khan On Sun, Jun 6, 2010 at 12:00 AM, <pjsip-request at lists.pjsip.org> wrote: > Send pjsip mailing list submissions to > pjsip at lists.pjsip.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > or, via email, send a message with subject or body 'help' to > pjsip-request at lists.pjsip.org > > You can reach the person managing the list at > pjsip-owner at lists.pjsip.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of pjsip digest..." > > > Today's Topics: > > 1. UI for PJSIP in Symbian (Balaji Sivasubramanian) > 2. Forcing g729 to be used on symbian pjsip in place of g711 > (Shrouk Khan) > 3. Re: Forcing g729 to be used on symbian pjsip in place of g711 > (Alejandro Orellana) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 5 Jun 2010 12:02:50 +0530 > From: Balaji Sivasubramanian <balaji.s@xxxxxxxx> > To: pjsip at lists.pjsip.org > Subject: UI for PJSIP in Symbian > Message-ID: > <AANLkTikPVi7QtALt90YRs-XsnUgWzV0cfolCH5GE-PrH at mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > Hi, > > I need to create a UI wrapper for pjsip in symbian. > > Is there any UI for PJSIP in Symbian? > > > Regards > Balaji > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20100605/6478e37e/attachment-0001.html > > > > ------------------------------ > > Message: 2 > Date: Sat, 5 Jun 2010 15:21:33 +0700 > From: Shrouk Khan <shroukkhan@xxxxxxxxxxx> > To: pjsip at lists.pjsip.org > Subject: Forcing g729 to be used on symbian pjsip in place of > g711 > Message-ID: > <AANLkTikSt2oQqMUwfclt7RPhG_BmCV6ysYzJH0Waq0W0 at mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > Hi, > i have successfully compiled the pjsip(V1.6) with APS support and have been > testing the symbian_ua_gui on my nokia E66 with my asterisk server . But it > seems that the calls are always made in g711 . > codec. I have tried to force the g729 in my config_site_sample.h header > file > in the following manner: > > #ifdef PJ_CONFIG_NOKIA_APS_DIRECT > > /* MUST use switchboard rather than the conference bridge */ > #define PJMEDIA_CONF_USE_SWITCH_BOARD 1 > > /* Enable APS sound device backend and disable MDA & VAS */ > #define PJMEDIA_AUDIO_DEV_HAS_SYMB_MDA 0 > #define PJMEDIA_AUDIO_DEV_HAS_SYMB_APS 1 > #define PJMEDIA_AUDIO_DEV_HAS_SYMB_VAS 0 > > /* Enable passthrough codec framework */ > #define PJMEDIA_HAS_PASSTHROUGH_CODECS 1 > > /* And selectively enable which codecs are supported by the handset */ > #define PJMEDIA_HAS_PASSTHROUGH_CODEC_PCMU 0 > #define PJMEDIA_HAS_PASSTHROUGH_CODEC_PCMA 0 > #define PJMEDIA_HAS_PASSTHROUGH_CODEC_AMR 0 > #define PJMEDIA_HAS_PASSTHROUGH_CODEC_G729 1 > #define PJMEDIA_HAS_PASSTHROUGH_CODEC_ILBC 0 > > #endif > > > as you can see i have disabled all the passthrough codecs except g729. but > still the g711 happens . > > do i need to do something else for that? i would like to contribute to an > wiki on how to enable g729 on symbian pjsip > -- > Regards > > Shrouk Khan (Khan) > System Administrator / Telecommunication System Developer > Office: +354 4400807 (Reykjavik) > +44 2031370800 (London) > Mobile: +66 875049439 (Bangkok) > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20100605/4ab6f9ca/attachment-0001.html > > > > ------------------------------ > > Message: 3 > Date: Sat, 5 Jun 2010 07:40:40 -0400 > From: Alejandro Orellana <Alejandro.Orellana@xxxxxxxxxxxx> > To: pjsip list <pjsip at lists.pjsip.org> > Subject: Re: Forcing g729 to be used on symbian pjsip in place > of g711 > Message-ID: <A04CDAF5-CD81-473F-82CA-52BCC2CD2627 at savantav.com> > Content-Type: text/plain; charset=us-ascii > > I think the file should be call config_site.h > > Also send the SDP use in the INVITE to check it as well > > Sent from my iPad > > On Jun 5, 2010, at 4:21 AM, Shrouk Khan <shroukkhan at softverk.is> wrote: > > > Hi, > > i have successfully compiled the pjsip(V1.6) with APS support and have > been testing the symbian_ua_gui on my nokia E66 with my asterisk server . > But it seems that the calls are always made in g711 . > > codec. I have tried to force the g729 in my config_site_sample.h header > file in the following manner: > > > > #ifdef PJ_CONFIG_NOKIA_APS_DIRECT > > > > /* MUST use switchboard rather than the conference bridge */ > > #define PJMEDIA_CONF_USE_SWITCH_BOARD 1 > > > > /* Enable APS sound device backend and disable MDA & VAS */ > > #define PJMEDIA_AUDIO_DEV_HAS_SYMB_MDA 0 > > #define PJMEDIA_AUDIO_DEV_HAS_SYMB_APS 1 > > #define PJMEDIA_AUDIO_DEV_HAS_SYMB_VAS 0 > > > > /* Enable passthrough codec framework */ > > #define PJMEDIA_HAS_PASSTHROUGH_CODECS 1 > > > > /* And selectively enable which codecs are supported by the handset > */ > > #define PJMEDIA_HAS_PASSTHROUGH_CODEC_PCMU 0 > > #define PJMEDIA_HAS_PASSTHROUGH_CODEC_PCMA 0 > > #define PJMEDIA_HAS_PASSTHROUGH_CODEC_AMR 0 > > #define PJMEDIA_HAS_PASSTHROUGH_CODEC_G729 1 > > #define PJMEDIA_HAS_PASSTHROUGH_CODEC_ILBC 0 > > > > #endif > > > > > > as you can see i have disabled all the passthrough codecs except g729. > but still the g711 happens . > > > > do i need to do something else for that? i would like to contribute to an > wiki on how to enable g729 on symbian pjsip > > -- > > Regards > > > > Shrouk Khan (Khan) > > System Administrator / Telecommunication System Developer > > Office: +354 4400807 (Reykjavik) > > +44 2031370800 (London) > > Mobile: +66 875049439 (Bangkok) > > > > > > _______________________________________________ > > 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 > > > > ------------------------------ > > _______________________________________________ > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > End of pjsip Digest, Vol 34, Issue 11 > ************************************* > -- Regards Shrouk Khan (Khan) System Administrator / Telecommunication System Developer Office: +354 4400807 (Reykjavik) +44 2031370800 (London) Mobile: +66 875049439 (Bangkok) Web: www.softverk.is Reykjavik, Iceland // London, UK // Bangkok, Thailand -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20100606/ab4f7538/attachment.html>