Mital vora you should go for PJSIP 1.5 dld it frm the PJSIP.org On Wed, Jun 2, 2010 at 5:44 PM, <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. Re: Crash with contact header (Benny Prijono) > 2. need some example for pjsip (Mital Vora) > 3. Re: need some example for pjsip (Sa?l Ibarra Corretg?) > 4. one channel audio (Peter Lukac) > 5. Re: one channel audio (Thomas Falk) > 6. Re: Adding pjsip libraries in xcode (Bal?zs Antal) > 7. Re: Adding pjsip libraries in xcode (Gyozo) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 2 Jun 2010 10:12:17 +0700 > From: Benny Prijono <bennylp@xxxxxxxxx> > To: pjsip list <pjsip at lists.pjsip.org> > Subject: Re: Crash with contact header > Message-ID: > <AANLkTinSK8eg2K2LyymGHEdLHYbKA25MBo-oWHhlWziq at mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > > 2010/5/28 Mikko H?nnik?inen <mikko.hannikainen at hoppermit.com>: > > Hi All, > > there seems to be a bug related on (malformed) Contact header handling > with pjsua: > > > > Contact: * > > > > in incoming invite causes a crash in pjsua_acc_create_uas_contact (line > 2236 - actually in pj_sip_uri_get_uri) > > since pjsip_contact_hdr has null uri. > > Didn't check the uri rfc's in detail but maybe the parser should > invalidate the form already? > > > > The parser will let the header through since syntactically it's > correct. AFAIK, this format is only used to un-REGISTER all bindings > for the AOR, hence any other usages outside this are invalid. But > unfortunately most components in pjsip don't check for this either.. > > I just fixed this in http://trac.pjsip.org/repos/ticket/1092 > > Thanks! > > Best regards, > Benny > > > > > > ?Best regards, > > ? Mikko > > > > P.S. Yep, don't ask.. the circumstances where this was noticed were > rather odd.... ?:) > > > > > > _______________________________________________ > > 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 > > > > > > ------------------------------ > > Message: 2 > Date: Wed, 2 Jun 2010 12:30:31 +0530 > From: Mital Vora <mital.d.vora@xxxxxxxxx> > To: pjsip at lists.pjsip.org > Subject: need some example for pjsip > Message-ID: > <AANLkTimWQ6ciA-F_TXPxBLe-82WTq_8HJ3O7A1hdODqi at mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > hi all, > > I am a newbie for pjsip. I am trying to build VOIP functionality for my > product.. can anybody point me to some sample code which I can tryout. > > Thanks in advance for your help, > > Mital Vora. > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20100602/4caec1ff/attachment-0001.html > > > > ------------------------------ > > Message: 3 > Date: Wed, 02 Jun 2010 09:14:34 +0200 > From: Sa?l Ibarra Corretg? <saul@xxxxxxxxxxxxxxx> > To: pjsip list <pjsip at lists.pjsip.org> > Subject: Re: need some example for pjsip > Message-ID: <4C0604DA.1020609 at ag-projects.com> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Hi, > > On 02/06/10 09:00, Mital Vora wrote: > > > > hi all, > > > > I am a newbie for pjsip. I am trying to build VOIP functionality for my > > product.. can anybody point me to some sample code which I can tryout. > > > > Thanks in advance for your help, > > > > Mital Vora. > > > > Grab the source and you'll find various 'samples' directories inside. Yo > may want to start there. > > > Regards, > > -- > Sa?l Ibarra Corretg? > AG Projects > > > > ------------------------------ > > Message: 4 > Date: Wed, 2 Jun 2010 10:57:03 +0200 > From: Peter Lukac <p.lukac@xxxxxxxxx> > To: pjsip list <pjsip at lists.pjsip.org> > Subject: one channel audio > Message-ID: <201006021057.03699.p.lukac at emtest.sk> > Content-Type: Text/Plain; charset="us-ascii" > > Hello everyone, > > Exists some method how can i open sound device and use only one channel? > I have two programs and i want use one channel for one program and i need > set > which channel can be used...it's possible? > In pjsua_media_config i can set channel count but not "channel id"... > exists > some way how can i do it? > > > thanks > > > > ------------------------------ > > Message: 5 > Date: Wed, 2 Jun 2010 12:35:21 +0200 > From: Thomas Falk <thfalk@xxxxxxxxx> > To: pjsip list <pjsip at lists.pjsip.org> > Subject: Re: one channel audio > Message-ID: > <AANLkTimim66oxXe5aaZNY_UhOnI2UWCwQU1_MrLLNUas at mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > > Hi, > > I had the same problem some time ago. In the end I used a splitter > (pjmedia_splitcomb) to seperate the channels. > > Regards, > > Thomas > > 2010/6/2 Peter Lukac <p.lukac at emtest.sk>: > > Hello everyone, > > > > Exists some method how can i open sound device and use only one channel? > > I have two programs and i want use one channel for one program and i need > set > > which channel can be used...it's possible? > > In pjsua_media_config i can set channel count but not "channel id"... > exists > > some way how can i do it? > > > > > > thanks > > > > _______________________________________________ > > 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 > > > > > > ------------------------------ > > Message: 6 > Date: Wed, 2 Jun 2010 13:33:36 +0200 > From: Bal?zs Antal <antalbalika@xxxxxxxxx> > To: pjsip list <pjsip at lists.pjsip.org> > Subject: Re: Adding pjsip libraries in xcode > Message-ID: > <AANLkTikBNUXDhFqVYLuyRrb0Zu_2F_DkHbE0Oo-xInBS at mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > Hi Gyozo! > > The Simulator in Xcode use the OS X architecture. That is i386. The > Simulator can't use ARM libraries. > > Balazs Antal > > 2010/6/1 Gyozo <kudorgyozo at yahoo.com> > > > Here are a few screenshots of what i have added to a default iphone > > project. Don't know if it helps. > > > > Kudor Gyozo > > > > > > ------------------------------ > > *From:* P.Muge Ersoy <muge.ersoy at gmail.com> > > *To:* pjsip list <pjsip at lists.pjsip.org> > > *Sent:* Tue, June 1, 2010 11:26:31 AM > > *Subject:* Re: [pjsip] Adding pjsip libraries in xcode > > > > Hi Kudor ? > > > > which symbols are not found ? > > > > Mg > > > > On Tue, Jun 1, 2010 at 11:04 AM, Gyozo <kudorgyozo at yahoo.com> wrote: > > > >> Hello, this is probably more a question relating to xcode than pjsip. I > am > >> trying to make an iphone app in xcode that uses pjsip. The problem is i > dont > >> know how to link the libraries. > >> > >> > >> I have the ARM version of the libraries in this folder in mac os x. > >> /Users/kudorgyozo/pjsip_iphone > >> > >> I have specified the library and header search paths like this: > >> for includes > >> /Users/kudorgyozo/pjsip_iphone/pjlib/include > >> /Users/kudorgyozo/pjsip_iphone/pjlib-util/include > >> /Users/kudorgyozo/pjsip_iphone/pjmedia/include > >> /Users/kudorgyozo/pjsip_iphone/pjnath/include > >> /Users/kudorgyozo/pjsip_iphone/pjsip/include > >> > >> for libraries > >> /Users/kudorgyozo/pjsip_iphone/pjlib/lib > >> /Users/kudorgyozo/pjsip_iphone/pjlib-util/lib > >> /Users/kudorgyozo/pjsip_iphone/pjmedia/lib > >> /Users/kudorgyozo/pjsip_iphone/pjnath/lib > >> /Users/kudorgyozo/pjsip_iphone/pjsip/lib > >> > >> and then using the "Other linker flags" : > >> -lpj-arm-apple-darwin9 -lpjlib-util-arm-apple-darwin9 > >> -lpjmedia-arm-apple-darwin9 -lpjmedia-audiodev-arm-apple-darwin9 > >> -lpjmedia-codec-arm-apple-darwin9 -lpjsdp-arm-apple-darwin9 > >> -lpjnath-arm-apple-darwin9 -lpjsip-arm-apple-darwin9 > >> -lpjsip-simple-arm-apple-darwin9 -lpjsip-ua-arm-apple-darwin9 > >> -lpjsua-arm-apple-darwin9 > >> > >> Is this OK like this? Because it gives me symbol(s) not found errors. I > >> don't know what is wrong i'm just beginning to understand how building > an > >> app works under linux based systems i've only done programming in c# > before. > >> > >> Kudor Gyozo > >> > >> > >> > >> > >> _______________________________________________ > >> 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/20100602/959ea09e/attachment-0001.html > > > > ------------------------------ > > Message: 7 > Date: Wed, 2 Jun 2010 05:14:26 -0700 (PDT) > From: Gyozo <kudorgyozo@xxxxxxxxx> > To: pjsip list <pjsip at lists.pjsip.org> > Subject: Re: Adding pjsip libraries in xcode > Message-ID: <597177.11072.qm at web111710.mail.gq1.yahoo.com> > Content-Type: text/plain; charset="iso-8859-1" > > I know that the simulator is not ARM, at the moment i only build for ARM > and iphone; i solved the problem, I didn't notice a folder called thirdparty > and forgot to include the libraries from there. At least it is compiling > now. > > Kudor Gyozo > > > > ________________________________ > From: Bal?zs Antal <antalbalika@xxxxxxxxx> > To: pjsip list <pjsip at lists.pjsip.org> > Sent: Wed, June 2, 2010 2:33:36 PM > Subject: Re: Adding pjsip libraries in xcode > > Hi Gyozo! > > The Simulator in Xcode use the OS X architecture. That is i386. The > Simulator can't use ARM libraries. > > Balazs Antal > > > 2010/6/1 Gyozo <kudorgyozo at yahoo.com> > > Here are a few screenshots of what i have added to a default iphone > project. Don't know if it helps. > > > > Kudor Gyozo > > > > > > > > > > > ________________________________ > From: P.Muge Ersoy <muge.ersoy@xxxxxxxxx> > >To: pjsip list <pjsip at lists.pjsip.org> > >Sent: Tue, June 1, 2010 11:26:31 AM > >Subject: Re: Adding pjsip libraries in xcode > > > > > >Hi > > Kudor ? > > > >which symbols are not found ? > > > >Mg > > > > > >On Tue, Jun 1, 2010 at 11:04 AM, Gyozo <kudorgyozo at yahoo.com> wrote: > > > >Hello, this is probably more a question relating to xcode than pjsip. I am > trying to make an iphone app in xcode that uses pjsip. The problem is i dont > know how to link the libraries. > >> > >> > >>>>I have the ARM version of the libraries in this folder in mac os x. > >>>>/Users/kudorgyozo/pjsip_iphone > >> > >>>>I have specified the library and header search paths like this: > >>>>for includes > >>>>/Users/kudorgyozo/pjsip_iphone/pjlib/include > /Users/kudorgyozo/pjsip_iphone/pjlib-util/include > /Users/kudorgyozo/pjsip_iphone/pjmedia/include > /Users/kudorgyozo/pjsip_iphone/pjnath/include > /Users/kudorgyozo/pjsip_iphone/pjsip/include > >> > >>>>for libraries > >>>>/Users/kudorgyozo/pjsip_iphone/pjlib/lib > /Users/kudorgyozo/pjsip_iphone/pjlib-util/lib > /Users/kudorgyozo/pjsip_iphone/pjmedia/lib > /Users/kudorgyozo/pjsip_iphone/pjnath/lib > /Users/kudorgyozo/pjsip_iphone/pjsip/lib > >> > >>>>and then using the "Other linker flags" : > >>>>-lpj-arm-apple-darwin9 -lpjlib-util-arm-apple-darwin9 > -lpjmedia-arm-apple-darwin9 -lpjmedia-audiodev-arm-apple-darwin9 > -lpjmedia-codec-arm-apple-darwin9 -lpjsdp-arm-apple-darwin9 > -lpjnath-arm-apple-darwin9 -lpjsip-arm-apple-darwin9 > -lpjsip-simple-arm-apple-darwin9 -lpjsip-ua-arm-apple-darwin9 > -lpjsua-arm-apple-darwin9 > >> > >>>>Is this OK like this? Because it gives me symbol(s) not found errors. I > don't know what is wrong i'm just beginning to understand how building an > app works under linux based systems i've only done programming in c# before. > >> > >>>>Kudor Gyozo > >> > >> > >> > >> > >>>>_______________________________________________ > >>>>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/20100602/439938b1/attachment.html > > > > ------------------------------ > > _______________________________________________ > 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 4 > ************************************ > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20100603/cb5fa37d/attachment-0001.html>