-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 - From a quick look, RHEL 4 was released in 2005, but DBUS_ERROR_INIT wasn't added until 2007 (http://lists.freedesktop.org/archives/dbus/2007-October/008700.html).
It looks like http://www.tcpdump.org/release/libpcap-1.4.0.tar.gz doesn't have pcap-dbus.c, so that might work better (or at least hit a different issue). On 23/12/14 14:32, Azer, Michael (Michael) wrote: > Hi, > > I am using the following Linux version: Linux version > 2.6.18-194.el5 ([email protected]) (gcc > version 4.1.2 20080704 (Red Hat 4.1.2-48)) #1 SMP Tue Mar 16 > 21:52:39 EDT 2010 > > Fast question : I am trying to install this SIPp and got the > follow error: checking for library containing getaddrinfo... none > required checking for library containing listen... none required > checking for library containing recvfrom... none required checking > for library containing shutdown... none required checking pcap.h > usability... no checking pcap.h presence... no checking for > pcap.h... no configure: error: <pcap.h> header missing > > > So I download libpcap-1.5.3.tar.gz , but when I am trying to > compile it I got the following error: > > root@SIPp84-55 TOOLS]# cd libpcap-1.5.3 [root@SIPp84-55 > libpcap-1.5.3]# make gcc -fpic -I. -I/usr/include/dbus-1.0 > -I/usr/lib64/dbus-1.0/include -DHAVE_CONFIG_H > -D_U_="__attribute__((unused))" -g -O2 -c ./pcap-dbus.c > ./pcap-dbus.c: In function ?€˜dbus_write?€™: ./pcap-dbus.c:111: > error: ?€˜DBUS_ERROR_INIT?€™ undeclared (first use in this > function) ./pcap-dbus.c:111: error: (Each undeclared identifier is > reported only once ./pcap-dbus.c:111: error: for each function it > appears in.) ./pcap-dbus.c: In function ?€˜dbus_activate?€™: > ./pcap-dbus.c:165: error: ?€˜DBUS_ERROR_INIT?€™ undeclared (first > use in this function) make: *** [pcap-dbus.o] Error 1 > > Do you know how to solve this issue? > > Thanks, Michael > > > From: [email protected] [mailto:[email protected]] On Behalf > Of Rob Day Sent: Friday, December 19, 2014 2:30 AM To: Azer, > Michael (Michael) **CTR** Subject: Fwd: [Sipp-users] Sipp is > sending Video to the wrong IP address. > > Is this what you mean? (The email and code wasn't from me, but I > was cc'ed.) ---------- Forwarded message ---------- From: Patrick > Wakano <[email protected]<mailto:[email protected]>> Date: 11 > March 2014 at 12:22 Subject: Re: [Sipp-users] Sipp is sending Video > to the wrong IP address. To: "Azer, Michael (Michael) **CTR**" > <[email protected]<mailto:[email protected]>> Cc: Rob Day > <[email protected]<mailto:[email protected]>> Hi Michael, > > I checked my code again and it had some ugly mistakes..... sorry > for that.... my C is out of shape I think.... If you don't mind, > as a last shot, I fixed it so you could test... I don't have a > scenario I can test it on my own, so I could only do some limited > tests over the code.... > > During the testing I got in doubt about the c line priority, a > media specific one has higher priority over some c line in the > general media context right? > > Regards, > > Patrick > > > On Tue, Mar 11, 2014 at 4:12 AM, Azer, Michael (Michael) **CTR** > <[email protected]<mailto:[email protected]>> wrote: Good Morning, > Sorry, it is not working with the new call.cpp file > > Thanks Michael > > From: Patrick Wakano > [mailto:[email protected]<mailto:[email protected]>] Sent: Monday, > March 10, 2014 8:18 PM > > To: Azer, Michael (Michael) **CTR** Cc: Rob Day Subject: Re: > [Sipp-users] Sipp is sending Video to the wrong IP address. > > Hi Michael, > > I didn't understand... is it working with two c lines, one for > audio and one for video or not? > > Patrick > > On Mon, Mar 10, 2014 at 1:22 PM, Azer, Michael (Michael) **CTR** > <[email protected]<mailto:[email protected]>> wrote: Hi, I tested the > new call.cpp file and it is still now working this the new code > > Thanks Michael > > From: Patrick Wakano > [mailto:[email protected]<mailto:[email protected]>] Sent: Monday, > March 10, 2014 5:54 PM > > To: Azer, Michael (Michael) **CTR** Cc: Rob Day Subject: Re: > [Sipp-users] Sipp is sending Video to the wrong IP address. > > Hi Michael, > > The problem is really what Rob said about the parsing of the SDP, > which does not consider multiple c lines.... It just uses the > first one it finds in the SDP body. I did some changes in the > attached call.cpp file to avoid this. The code compiles, it may fix > the problem, but I'm not sure because I didn't test it and I think > it still needs some other considerations as multiple audio lines > cases... the code only contemplates single audio and video lines! > Also it is worth testing if the case of a single c line in SDP > still works with these changes! If you test it let me know! > Basically the changes were in the code pointed by Rob, except some > parts that are not present in the 3.3 version I think... > > Regards, > > Patrick > > > On Mon, Mar 10, 2014 at 10:29 AM, Azer, Michael (Michael) **CTR** > <[email protected]<mailto:[email protected]>> wrote: Hi, Thanks you so > much for keep tracking and helping me with this issue. But this > issue is not solved yet. > > SETUP: > > 10.134.80.223 is the SIPP server 10.134.80.194 is Audio > processing application 10.134.80.195 is video processing > application > > I will explain the problem. > > This is the SDP which SIPP getting from remote side : > > [cid:[email protected]] > > Which mean that Video should be sent to 10.134.80.195 while audio > should be sent to 10.134.80.194. > > As you can see below : [cid:[email protected]] > > In this case we see that SIP is sending video (H264) to wrong IP > address (10.134.80.194) while it must be sent to 10.134.80.195. > > > See the attach sniffer log file > > > Thanks Michael > > > > > > > > > From: Patrick Wakano > [mailto:[email protected]<mailto:[email protected]>] Sent: Monday, > March 10, 2014 1:55 PM > > To: Azer, Michael (Michael) **CTR** Cc: Rob Day Subject: Re: > [Sipp-users] Sipp is sending Video to the wrong IP address. > > Hi Michael, > > Actually you missed the '<', it should be patch > <./media_audio_video.diff Anyway, here you got the 3.3 sources > with this change and some other stuff. Let me know how it goes! > > Regards, > > Patrick > > > On Mon, Mar 10, 2014 at 5:49 AM, Azer, Michael (Michael) **CTR** > <[email protected]<mailto:[email protected]>> wrote: Hi, I run the > following command: patch ./media_audio_video.diff under the folder > which include the source code, but nothing is happened. > > Can you send me the sources of SIPpv3.3 with these changes? > > > Thanks Michael > > From: Patrick Wakano > [mailto:[email protected]<mailto:[email protected]>] Sent: > Thursday, March 06, 2014 2:13 PM > > To: Azer, Michael (Michael) **CTR** Cc: Rob Day Subject: Re: > [Sipp-users] Sipp is sending Video to the wrong IP address. > > Hello, > > In this case, the patch was done over SIPp v3.2. So to apply it > directly you need the sources of this version then use the patch > command to apply the changes. Eg. on command line, go to your > sources dir and execute 'patch <patch_file.diff'. You will get an > output about what happened. If everything was ok you can compile > it and use the new executable, if something was wrong you will > need some coding knowledge to dig into the contents of the diff and > the sources so you can apply the changes manually. If you want I > can send you the sources of SIPpv3.3 with these changes plus some > other stuff I did or got from the SIPp mail list. It could be a > faster way to check if your problem stops happening, you just have > to compile it and use the new exec. > > Patrick > > > > On Thu, Mar 6, 2014 at 4:48 AM, Azer, Michael (Michael) **CTR** > <[email protected]<mailto:[email protected]>> wrote: Good Morning, > What should I do in order to apply this path. I downloaded the > file > "media_audio_video.diff<https://urldefense.proofpoint.com/v2/url?u=http-3A__sourceforge.net_p_sipp_mailman_attachment_CAPu3kNX1sFhFhweUZi1x190wnV-252BMFFkJXNLks1pPK-2D1zsA-252BHCA-2540mail.gmail.com_2_&d=AwMFaQ&c=BFpWQw8bsuKpl1SgiZH64Q&r=Qlh7iU-afcg2NgiTv4ti9w&m=VGgUlFckOjD3-GQ3fNklwXkWBus6H9ciNld91EWmGh8&s=u81jCH6bhr7n89PBBGqQvU56ul2hU63qXx3wgwVG7LQ&e=>" > > and I don't know what should it do with it > > Thanks Michael > > From: Patrick Wakano > [mailto:[email protected]<mailto:[email protected]>] Sent: > Wednesday, March 05, 2014 7:15 PM > > To: Azer, Michael (Michael) **CTR** Cc: Rob Day; > [email protected]<mailto:[email protected]> > > > Subject: Re: [Sipp-users] Sipp is sending Video to the wrong IP > address. > > Check this post: > http://sourceforge.net/p/sipp/mailman/message/30277572/<https://urldefense.proofpoint.com/v2/url?u=http-3A__sourceforge.net_p_sipp_mailman_message_30277572_&d=AwMFaQ&c=BFpWQw8bsuKpl1SgiZH64Q&r=Qlh7iU-afcg2NgiTv4ti9w&m=VGgUlFckOjD3-GQ3fNklwXkWBus6H9ciNld91EWmGh8&s=_EPGeONq_rDFlbb4NTC3jdtnY9M6j2uDho9cnViprN8&e=> > > It > is a patch I made long time ago to handle audio and video! > Maybe it can be useful for you! > > Patrick > > > On Thu, Feb 20, 2014 at 4:04 AM, Azer, Michael (Michael) **CTR** > <[email protected]<mailto:[email protected]>> wrote: Good Morning, > > I want to update you that it is working with SIPp SW version : > SIPp v2.0-PCAP, version 20071128, built Dec 24 2008, 16:33:16. > > But when I upgrade it to 3.4, I found that it is not working. > > Thanks Michael > > > > > From: [email protected]<mailto:[email protected]> > [mailto:[email protected]<mailto:[email protected]>] On > Behalf Of Rob Day Sent: Thursday, February 20, 2014 2:05 AM To: > Azer, Michael (Michael) **CTR** Cc: > [email protected]<mailto:[email protected]> > > Subject: > Re: [Sipp-users] Sipp is sending Video to the wrong IP address. > > It's worth noting the restriction documented at > http://sipp.sourceforge.net/doc/reference.html#Media%2FRTP+commands<https://urldefense.proofpoint.com/v2/url?u=http-3A__sipp.sourceforge.net_doc_reference.html-23Media-252FRTP-2Bcommands&d=AwMFaQ&c=BFpWQw8bsuKpl1SgiZH64Q&r=Qlh7iU-afcg2NgiTv4ti9w&m=VGgUlFckOjD3-GQ3fNklwXkWBus6H9ciNld91EWmGh8&s=pO4azGlYg-ouqaI7RGbPPOxXz4_NSaUvvINMGhHHhEE&e=>, > > that "A known bug means that starting a pcap_play_audio command > will end any pcap_play_video command, and vice versa; you cannot > play both audio and video streams at once." - but that may be > possible to fix at the same time (by splitting the media_thread > variable used at > https://github.com/SIPp/sipp/blob/4da45dfa74e80967dd03a21f0170456954ecc530/src/call.cpp#L3828<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_SIPp_sipp_blob_4da45dfa74e80967dd03a21f0170456954ecc530_src_call.cpp-23L3828&d=AwMFaQ&c=BFpWQw8bsuKpl1SgiZH64Q&r=Qlh7iU-afcg2NgiTv4ti9w&m=VGgUlFckOjD3-GQ3fNklwXkWBus6H9ciNld91EWmGh8&s=-nWoGToeXJVyrlksXFuZX3DvRXmtgoXnpdUckyx7Eoc&e=> > > into an audio_thread and a video_thread). > > On 19 February 2014 23:55, Rob Day > <[email protected]<mailto:[email protected]>> wrote: I've checked the code > for PCAP Play and confirmed that it simply uses the first instance > of "c=IN IP4" rather than checking for audio-specific or > video-specific addresses (see > https://github.com/SIPp/sipp/blob/4da45dfa74e80967dd03a21f0170456954ecc530/src/call.cpp#L128<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_SIPp_sipp_blob_4da45dfa74e80967dd03a21f0170456954ecc530_src_call.cpp-23L128&d=AwMFaQ&c=BFpWQw8bsuKpl1SgiZH64Q&r=Qlh7iU-afcg2NgiTv4ti9w&m=VGgUlFckOjD3-GQ3fNklwXkWBus6H9ciNld91EWmGh8&s=u1hu8-NK6qL5f1b0hB2yP24W5jAX4MFvgaoZOctldeI&e=>). > > The fix isn't very complicated, but there are a few places that > need the change > (https://github.com/SIPp/sipp/blob/4da45dfa74e80967dd03a21f0170456954ecc530/src/call.cpp#L303<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_SIPp_sipp_blob_4da45dfa74e80967dd03a21f0170456954ecc530_src_call.cpp-23L303&d=AwMFaQ&c=BFpWQw8bsuKpl1SgiZH64Q&r=Qlh7iU-afcg2NgiTv4ti9w&m=VGgUlFckOjD3-GQ3fNklwXkWBus6H9ciNld91EWmGh8&s=Y3Q75q01GgEimuIJFldTjnlGFUD5cR0Woa2FZeDF1F0&e=>, > > https://github.com/SIPp/sipp/blob/4da45dfa74e80967dd03a21f0170456954ecc530/src/call.cpp#L162<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_SIPp_sipp_blob_4da45dfa74e80967dd03a21f0170456954ecc530_src_call.cpp-23L162&d=AwMFaQ&c=BFpWQw8bsuKpl1SgiZH64Q&r=Qlh7iU-afcg2NgiTv4ti9w&m=VGgUlFckOjD3-GQ3fNklwXkWBus6H9ciNld91EWmGh8&s=XftkiSiQFRO8vfuK6kcrQrpPi9hKtE78x9RMHwFOtHs&e=>) > and some edge cases I'm wary of - such as ensuring you don't > accidentally take the connection information from the next media > block if it's missing - so I won't have time to make it for a week > or two, I'm afraid. > > On 19 February 2014 09:02, Rob Day > <[email protected]<mailto:[email protected]>> wrote: Hi Michael, Can you > share your SIPp XML script? That may be where the problem is. > Thanks, Rob > > On 17 February 2014 12:10, Azer, Michael (Michael) **CTR** > <[email protected]<mailto:[email protected]>> wrote: Hi, I didn't get > any feedback, therefore I am resending this email. > > Thanks Michael > > From: Azer, Michael (Michael) **CTR** Sent: Thursday, February 06, > 2014 9:00 AM To: > '[email protected]<mailto:[email protected]>' > > Subject: > Sipp is sending Video to the wrong IP address. > > Hi, > > Problem description: I am using SIPp to inject video and Audio. I > need to inject the video to IP A and to inject Audio to IP B. > (Following the SDP) The problem is that the SIPp is inecting the > video to the wrong IP address. > > Setup Information: 10.134.80.223 Sipp sever 10.134.80.194 Audio MCU > 10.134.80.195 Video MCU > > > [cid:[email protected]] > > > We can see here that the MCU is sending 2 IP addresses under SDP > with 200 OK But the SIPp is sending video to wrong IP address > (10.134.80.194) while it should be sent to (10.134.80.195) > > > Please help me with this issue. > > > > Thanks Michael > > ------------------------------------------------------------------------------ > > Android > apps run on BlackBerry 10 > Introducing the new BlackBerry 10.2.1 Runtime for Android apps. > Now with support for Jelly Bean, Bluetooth, Mapview and more. Get > your Android app in front of a whole new audience. Start now. > http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk<https://urldefense.proofpoint.com/v2/url?u=http-3A__pubads.g.doubleclick.net_gampad_clk-3Fid-3D124407151-26iu-3D_4140_ostg.clktrk&d=AwMFaQ&c=BFpWQw8bsuKpl1SgiZH64Q&r=Qlh7iU-afcg2NgiTv4ti9w&m=VGgUlFckOjD3-GQ3fNklwXkWBus6H9ciNld91EWmGh8&s=FcxGkcf-Rs7mliRJ1VnFASVDBAykbHFlWEriz0J4Pgk&e=> > > _______________________________________________ > > Sipp-users mailing list > [email protected]<mailto:[email protected]> > > https://lists.sourceforge.net/lists/listinfo/sipp-users<https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.sourceforge.net_lists_listinfo_sipp-2Dusers&d=AwMFaQ&c=BFpWQw8bsuKpl1SgiZH64Q&r=Qlh7iU-afcg2NgiTv4ti9w&m=VGgUlFckOjD3-GQ3fNklwXkWBus6H9ciNld91EWmGh8&s=yl1rrUjgpVfWEa3zue2D8ZMK42tttFj_urBMHJSCkVM&e=> > > > > > > - ------------------------------------------------------------------------------ > > Managing the Performance of Cloud-Based Applications > Take advantage of what the Cloud has to offer - Avoid Common > Pitfalls. Read the Whitepaper. > http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk<https://urldefense.proofpoint.com/v2/url?u=http-3A__pubads.g.doubleclick.net_gampad_clk-3Fid-3D121054471-26iu-3D_4140_ostg.clktrk&d=AwMFaQ&c=BFpWQw8bsuKpl1SgiZH64Q&r=Qlh7iU-afcg2NgiTv4ti9w&m=VGgUlFckOjD3-GQ3fNklwXkWBus6H9ciNld91EWmGh8&s=ZjQuMKBjQzxPhafxRX_Rq59s0QuQZVo-8RXGEGlBb40&e=> > > _______________________________________________ > > Sipp-users mailing list > [email protected]<mailto:[email protected]> > > https://lists.sourceforge.net/lists/listinfo/sipp-users<https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.sourceforge.net_lists_listinfo_sipp-2Dusers&d=AwMFaQ&c=BFpWQw8bsuKpl1SgiZH64Q&r=Qlh7iU-afcg2NgiTv4ti9w&m=VGgUlFckOjD3-GQ3fNklwXkWBus6H9ciNld91EWmGh8&s=yl1rrUjgpVfWEa3zue2D8ZMK42tttFj_urBMHJSCkVM&e=> > > > > > > > > > > - ------------------------------------------------------------------------------ > > Dive into the World of Parallel Programming! The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot > Media, is your hub for all things parallel software development, > from weekly thought leadership blogs to news, videos, case > studies, tutorials and more. Take a look and join the conversation > now. http://goparallel.sourceforge.net > > > > _______________________________________________ Sipp-users mailing > list [email protected] > https://lists.sourceforge.net/lists/listinfo/sipp-users > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJUmYW9AAoJEOHQwAmzFOKJRcIP/2HFc88xX2CxK3FCH882qCmL SLM/N/y5fE1xZjkD5mwwqglLw5iW/lvu6gAkE6fx3ZH/AWXcbyViaJU5Mq3s3se0 9idz6cXtHllSD/m07SmzPK8/ECBK+crSQV1QpkYLIm2syWbSwljPaDPqkLSkZFff TRSIzpjJXz1ZBNM98EBl9/g3DowN9RL6wmtAP9icPKluc+CJwYuO7re+czWX0x0a 3LeA2XjyKecamIqmz3qRY2gUzyd34x7/bRMkUaRBSmCuq9aRMXbGZ4nxGPav9JKv FyKHyjCX18D72vLbxR44VvyVU0a+UFo+NL6OS3omiGZF3JhBgFg2fwjwaYLm85F4 4S6XMgoY//2fqteEu7pnPSHYb+SiQBwPaQ002HdPjtSr7G9YbITgVxLHgU6FJh5t Ml6ifAmH2cAQDbH8RjOH7qTSVXYLYLR1OwTJTWVFS5biDiw2yg4XO4eC3MTJbs1o ppyngrJX3StZA3W1dC6VkaYgoPpONvc4PeP4a4HdKOef0H+6/7LByzwIHNO13ekN m23lXL3B0Nmycr4oAHP1qvvBluCZitEkkX8ZmvnCGcSLgjwEOr4WUjyRGCsysDup THc+sMNUfAnx+YB99/QM1ysZEQpqnMbEH3xd3RQr/v2bE6ZZVsaLGEkw89JZTNNU oaLZgsIQFdnFTqseXfDW =FxFZ -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
