|
From: <Luc...@cr...> - 2011-03-17 09:55:51
|
You have to move the new file (named "sipp") into /usr/bin/ folder.
jump to the source path where you compiled SIPp (e.g. "cd /home/USERNAME/sipp") and copy it to /usr/bin ("sudo cp sipp /usr/bin/sipp")
________________________________
Von: Othman EL YOUBI [mailto:oth...@gm...]
Gesendet: Donnerstag, 17. März 2011 10:42
An: sip...@li...
Betreff: Re: [Sipp-users] Help about SIPp
Hello
The program is compiled without errors, but after compilation SIPp commands doesn't work. It tells me that SIPp is not installed.
2011/3/17 <Luc...@cr...<mailto:Luc...@cr...>>
I downloaded the latets version of SIPp for my Ubuntu SIPp Server and compiled it with
make pcapplay_ossl
I also got some error messages when I want to compile with pcapplay_ossl.
I fixed them by adding the following line:
#include <limits.h>
into the top of scenario.cpp, scenario.hpp and call.cpp.
________________________________
Von: Othman EL YOUBI [mailto:oth...@gm...<mailto:oth...@gm...>]
Gesendet: Mittwoch, 16. März 2011 16:04
An: Betschart Lucas
Betreff: Re: [Sipp-users] Help about SIPp
Hello
Do you know wich version of sipp i should download, for the last version of Ubuntu?
And what are the commands i should run to compile it because i followed the instructions on the web site and it doesn't work...
2011/3/16 <Luc...@cr...<mailto:Luc...@cr...>>
you have to compile it with
make pcapplay_ossl
parameters for pcap afaik
________________________________
Von: Othman EL YOUBI [mailto:oth...@gm...<mailto:oth...@gm...>]
Gesendet: Mittwoch, 16. März 2011 12:06
An: sip...@li...<mailto:sip...@li...>
Betreff: [Sipp-users] Help about SIPp
Hello
I just installed SIPp with its features, but when i run the default scenario uac_pcap it gives me an error: The auto_media_port keyword requires PCAPPLAY. I need your help please.
Thank you
|