Hi Perry Ismangil , Thanks for your quick reply ,but i can't saw the pjsip source code in Qjsimple ..how can i build the pjsip project for Qt. and if u know please explain how to add the library files in Qt project.. thanks, gokul. On Thu, Apr 16, 2009 at 3:59 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. Building windows pjsip with Intel IPP in Debug mode (Rafael Maia) > 2. Re: import pjsua error on windows2003 (??) > 3. Re: sip invite header user-to-user (David Clark) > 4. submitting and fetching media into another process how to > (Tzury Bar Yochay) > 5. Re: submitting and fetching media into another process how to > (nir elkayam) > 6. How to build pjsip for Qt., (gokulakrishnan) > 7. Re: How to build pjsip for Qt., (Perry Ismangil) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 15 Apr 2009 16:06:50 +0000 > From: Rafael Maia <rmaia_lcm@xxxxxxxxxxx> > Subject: Building windows pjsip with Intel IPP in Debug mode > To: <pjsip at lists.pjsip.org> > Message-ID: <BAY119-W201C8BFA49FA1425D23156847D0 at phx.gbl> > Content-Type: text/plain; charset="iso-8859-1" > > > > > Hi, > > i managed to compile windows pjsip with intel ipp in debug mode. > > > > I used visual studio express edition 2005. > > > > I am no expert in this matter but here is a list of my steps: > > > > - changed all project's "Runtime Library" to "Multi-threaded Debug DLL > (/MDd)" > > (this is because i am linking with the ipp stublibs that were compiled in > "Multi-threaded DLL (/MD)") > > > > - in pjsua i ignored the library "msvcrt.lib" > > (this is because ipp wants to link with "msvcrt.lib", but pjsip is in debug > mode and wants to link with "MSVCRTD.lib". This causes naming conflicts) > > > > Rafael Maia > > > > > > _________________________________________________________________ > Novo Windows Live: Messenger 2009 e muito mais. Descubra! > http://www.windowslive.com.br > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090415/9b6ad2ba/attachment-0001.html > > > > ------------------------------ > > Message: 2 > Date: Thu, 16 Apr 2009 10:09:44 +0800 > From: ?? <baoyingcheng@xxxxxxxxx> > Subject: Re: import pjsua error on windows2003 > To: pjsip list <pjsip at lists.pjsip.org> > Message-ID: > <7f933f110904151909n4ef6a29fkb21d21dfcc0ea375 at mail.gmail.com> > Content-Type: text/plain; charset="gb2312" > > Thank you very much. > It works. > I download the module from http://dev.davidnet.hu/python-pjsua/ > When I run the application on my windows2003 server,I found that > lib.set_null_snd_dev() not work fine. > when account.make_call(), still comes with an expection----no sound device > found > > the samples in pjproject-1.1\pjsip-apps\src\python\samples are too simple. > > Where can I find more example apps to learn? > Thanks again. > > 2009/4/15 T?th Csaba <csaba.toth at davidnet.hu> > > > hi, > > > > when i debugged one other issue about 'python import missing dll' error > > i saw the missing DLLs in the event log. I think under Windows Log \ > > Application. > > I am sure it needs the Visual C++ 2005 Runtime, maybe some other program > > installed it on your WinXP as a dependencie. > > If you installed the python modules compiled by me, than it compiled > > with Win Server 2003 header files, so it should fit there well. However > > i compiled them under WinXP, and i havent got Win Server 2003, so im not > > so sure. If i will have time today, i will install one and try it. > > > > If i can suggest anything, first try to install the latest version of > > the Visual C++ 2005 Runtime from Microsoft Download. > > > > best regards, > > tsabi > > > > > > > > > > ?? ?rta: > > > windows event log shows nothing. > > > The python module is download from this maillist. > > > My winxp don't have VC++2005 too. > > > It can work on any other's computer with winxp,but win2003 don't. > > > This module depends on 9 dlls in c:\windows\system32. > > > And win2003 also have them with different versions > > > > > > what can I do now? > > > 2009/4/14 T?th Csaba <csaba.toth at davidnet.hu > > > <mailto:csaba.toth at davidnet.hu>> > > > > > > hi, > > > > > > you can check that info in the Windows Event logs. You might need > the > > > latest version of the Microsoft Visual C++ 2005 runtime. > > > > > > br, > > > tsabi > > > > > > > > > > > > ?? ?rta: > > > > It works fine on winXP,but when I use pjsua python module in > > windows > > > > 2003.It says: > > > > > > > > Traceback (most recent call last): > > > > File "<interactive input>", line 1, in <module> > > > > File "C:\Python25\Lib\site-packages\pjsua.py", line 59, in > > <module> > > > > import _pjsua > > > > ImportError: DLL load failed: > > > > > > > > I don't know which dll is missing. > > > > > > > > > > __________ Information from ESET NOD32 Antivirus, version of virus > > signature database 4008 (20090414) __________ > > > > The message was checked by ESET NOD32 Antivirus. > > > > http://www.eset.com > > > > > > > > _______________________________________________ > > 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/20090416/5a7a4e7e/attachment-0001.html > > > > ------------------------------ > > Message: 3 > Date: Wed, 15 Apr 2009 21:49:39 -0500 > From: David Clark <vdc1048@xxxxxxxxx> > Subject: Re: sip invite header user-to-user > To: pjsip list <pjsip at lists.pjsip.org> > Message-ID: <6.2.3.4.2.20090415214506.03019de8 at pop-server.tx.rr.com> > Content-Type: text/plain; charset="us-ascii"; format=flowed > > I would like to add user-to-user: information in a pjsip outbound > invite so the invite looks something like this: > 18:51:53.893 CALL(SIP) (04:00003:01) > <--- [10.129.47.147, 5060 <- 10.129.44.171, 5060] > INVITE sip:2145551212 at 10.129.47.147:5060SIP/2.0\r\n > Via: SIP/2.0/UDP > 10.129.44.171:5060;rport;branch=z9hG4bK > -5d5a-1196967113-19997-373\r\n > Call-ID: > 1b0b-402-1162007185153-ANSI_SIP_UUI-4 at 10.129.44 > .171\r\n > CSeq: 1 INVITE\r\n > Max-Forwards: 70\r\n > To: <sip:2145551212 at 10.129.47.147:5060>\r\n > From: > <sip:2125551212 at 10.129.44.171 <sip%3A2125551212 at 10.129.44.171> > >;tag=95ffcd055e0f78f > 7d5d397020e89288d96b52669\r\n > User-Agent: Cantata-SIP/10.5.0.148 ANSI_SIP_UUI > 4\r\n > > User-to-User: THE QUICK BROWN FOX JUMPS OVER > THE LAZY DO > G\r\n > > Contact: <sip:2125551212 at 10.129.44.171:5060>\r\n > Allow: INVITE, BYE, REGISTER, ACK, OPTIONS, > CANCEL, SUBS > CRIBE, NOTIFY, INFO, UPDATE\r\n > Supported: path, timer\r\n > Session-Expires: 1800\r\n > Expires: 300\r\n > Organization: Dialogic Inc\r\n > Content-Type: application/sdp\r\n > Content-Length: 164\r\n > \r\n > v=0\r\n > o=Cantata_SDP 0 0 IN IP4 10.129.44.171\r\n > s=Cantata-SIP\r\n > c=IN IP4 10.129.44.166\r\n > t=0 0\r\n > m=audio 8008 RTP/AVP 0\r\n > a=rtpmap:0 PCMU/8000\r\n > a=silenceSupp:off - - - -\r\n > > > Any ideas how to get the user-to-user:string field to show up like it > goes here? > > Thanks, > David Clark > > > > > ------------------------------ > > Message: 4 > Date: Thu, 16 Apr 2009 11:25:42 +0300 > From: Tzury Bar Yochay <tzury.by@xxxxxxxxx> > Subject: submitting and fetching media into another process > how to > To: pjsip at lists.pjsip.org > Message-ID: > <2f5ea7490904160125q946e448t326833759989778c at mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > Hi, > > I am trying to write a bridge between SIP and a proprietary voip protocol > (kind of media gateway). > The basic idea is to let a non SIP clients communicate with SIP clients. > I am using python for the task and am trying to figure out how to > implement > this by looking at the samples found under pjsip-apps/src/python/samples > and > reading the docs. > > Handling the signalling is relatively easy thanks to the examples. > > Yet, I could not find how to hook on the RTP (both directions). > > Can someone show me the way > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090416/bd78847e/attachment-0001.html > > > > ------------------------------ > > Message: 5 > Date: Thu, 16 Apr 2009 12:15:11 +0300 > From: nir elkayam <nir.elkayam@xxxxxxxxx> > Subject: Re: submitting and fetching media into another > process how to > To: pjsip list <pjsip at lists.pjsip.org> > Message-ID: > <385218e20904160215l38e03b3coe21f67cb6a6d7647 at mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > hi, > > I am trying to do same thing. > >From what i have seen, maybe use: pjsua_media_transports_attach to attach > new media type which lead to almost all the callbacks needed (e.g. > send_rtp). > however I didn't see how do I receive incomming rtp packets. > I also hope that this would take care of ice etc. as the upper layer (sua) > will take care of that. > > nir > > > On Thu, Apr 16, 2009 at 11:25 AM, Tzury Bar Yochay <tzury.by at gmail.com > >wrote: > > > Hi, > > > > I am trying to write a bridge between SIP and a proprietary voip protocol > > (kind of media gateway). > > The basic idea is to let a non SIP clients communicate with SIP clients. > > I am using python for the task and am trying to figure out how to > > implement this by looking at the samples found under > > pjsip-apps/src/python/samples and reading the docs. > > > > Handling the signalling is relatively easy thanks to the examples. > > > > Yet, I could not find how to hook on the RTP (both directions). > > > > Can someone show me the way > > > > _______________________________________________ > > 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 > > > > > > > -- > ??? ?????? > ??: 050-3930056 > nir.elkayam at gmail.com > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090416/e7ec322a/attachment-0001.html > > > > ------------------------------ > > Message: 6 > Date: Thu, 16 Apr 2009 15:40:03 +0530 > From: gokulakrishnan <alagudream@xxxxxxxxx> > Subject: How to build pjsip for Qt., > To: pjsip at lists.pjsip.org > Message-ID: > <608e2cb00904160310w72bdd8bcyd58ae9cba4018023 at mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > Hi all , > > I am very new in Qt and C++ ,please any one give me the solution > 1)how to build the pjsip project for Qt 2)how to include the pjsip lib > files in Qt.thanks in advance., > > thanks, > > gokul., > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090416/a00a158f/attachment-0001.html > > > > ------------------------------ > > Message: 7 > Date: Thu, 16 Apr 2009 11:29:37 +0100 > From: Perry Ismangil <perry@xxxxxxxxx> > Subject: Re: How to build pjsip for Qt., > To: pjsip list <pjsip at lists.pjsip.org> > Message-ID: > <cc907ff20904160329q305cfe5ck7514721753b1702a at mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > Hi Gokul, > > Here is QjSimple which uses Qt and pjsip: > > http://www.ipcom.at/index.php?id=560 > > Hope this helps. > > > On Thu, Apr 16, 2009 at 11:10, gokulakrishnan <alagudream at gmail.com> > wrote: > > > Hi all , > > > > I am very new in Qt and C++ ,please any one give me the solution > > 1)how to build the pjsip project for Qt 2)how to include the pjsip lib > > files in Qt.thanks in advance., > > > > thanks, > > > > gokul., > > > > _______________________________________________ > > 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 > > > > > > > -- > Perry Ismangil > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090416/6026f0ab/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 20, Issue 50 > ************************************* > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090416/e8d7838e/attachment-0001.html>