What version of Windows are you using? This looks similar to symptoms
reported for a problem with IPV6 support on Windows 2000. I believe that
the manuals state that Windows 2000 is not supported. If you are on windows
XP then this might be something related to the cygwin1.dll version. That
turns out to be rather picky.
_____
From: Bruce Bai [mailto:[EMAIL PROTECTED]
Sent: Monday, August 25, 2008 9:04 AM
To: [email protected]
Cc: Michael Stovenour
Subject: RE:The syntax of the command is incorrect. [Sipp-users] Use
sipp-win32-3.1.1.exe
Thanks a lot, Michael! Do find it in windows\system32. It works after
installing from site you gave. Now, I see that I can ". stick to the
precompiled binaries". The problem I had was no wpcap driver.
The "The syntax of the command is incorrect." Message was from startup
window. Not sure how comes.
Got below "Win32 error 127" now. Something still wrong with the .dll?
Start server session,
C:\Program Files\Sipp_3.1>sipp -sn uas localhost:5060
Warning: open file limit > FD_SETSIZE; limiting max. # of open
files to FD_SETSI
ZE = 64
Resolving remote host 'localhost'... 6 [main] sipp
276 C:\Program F
iles\Sipp_3.1\sipp.exe: *** fatal error - couldn't dynamically
determine load ad
dress for 'getaddrinfo' (handle 0x75030000), Win32 error 127
Thanks.
Bruce Bai
_____
From: Michael Stovenour [mailto:[EMAIL PROTECTED]
Sent: Sunday, August 24, 2008 9:11 PM
To: [EMAIL PROTECTED]
Subject: RE: [Sipp-users] Use sipp-win32-3.1.1.exe
_____
From: Bruce Bai [mailto:[EMAIL PROTECTED]
Sent: Friday, August 22, 2008 2:23 PM
To: Michael Stovenour
Subject: RE: [Sipp-users] Use sipp-win32-3.1.1.exe
Hi, Michael,
Glad I can use the pre-compiled executable. I got "wpcap.dll not
found" error for those cmds. WPCAP pkg doesn't have it. Neither does Cywin.
[Michael Stovenour] I have a wpcap.dll in my windows\system32 directory.
My guess is that Wireshark installed that file. It also uses the pcap
libraries. You can try installing winpcap directly from this site:
http://www.winpcap.org/install/default.htm. If that doesn't work you can
ask back on the mail list.
The syntax of the command is incorrect.
[Michael Stovenour] I'm not sure I understand what you are saying. What is
incorrect?
C:\Program Files\Sipp_3.1>sipp -v
C:\Program Files\Sipp_3.1>sipp -sn uas localhost:5060
C:\Program Files\Sipp_3.1>sipp -sn uac localhost:5060
C:\Program Files\Sipp_3.1>
Thanks.
Bruce Bai
_____
From: Michael Stovenour [mailto:[EMAIL PROTECTED]
Sent: Friday, August 22, 2008 11:56 AM
To: [EMAIL PROTECTED]
Subject: RE: [Sipp-users] Use sipp-win32-3.1.1.exe
For 1)
I suggest that you stick to the precompiled binaries that include a basic
installer for you first experiences with SIPp. Then, if you really want to
spend a couple of weeks learning how to compile "anything" using a cygwin
environment, you can attempt to compile SIPp. Cygwin is a rather complex
environment for most Windows users.
You can find the precompiled binaries here:
http://sourceforge.net/project/showfiles.php?group_id=104305
<http://sourceforge.net/project/showfiles.php?group_id=104305&package_id=119
322> &package_id=119322
Once you run the sipp-win32-3.1.1.exe file it will install the precompiled
SIPp binaries and you can use the instructions that I send earlier.
For 2)
When I ran the installer, it created the C:\usr\share\terminfo directory,
much to my surprise. If you look I think that you will find that the
installer did the same thing on your system. I did not need to edit the
"C:\Program Files\Sipp_3.1\startterm.bat" file; this is the file pointed to
by the short cut "start sipp". Later I did edit it so I could run from a
different path in My Documents, but just try to use it as is first. Send me
the result of just clicking on the short cut and running the "sipp -v"
command.
Michael
_____
From: Bruce Bai [mailto:[EMAIL PROTECTED]
Sent: Friday, August 22, 2008 11:27 AM
To: Michael Stovenour
Subject: RE: [Sipp-users] Use sipp-win32-3.1.1.exe
Thanks, Michael. I have more basic questions to ask.
1. Reference says,
On Windows, SIPp is provided both with the source and the pre-compiled
executable. Just execute the installer to have SIPp installed.
Warning:
SIPp compiles under CYGWIN, provided that you installed IPv6 extension for
CYGWIN (http://win6.jp/Cygwin/), as well as OpenSSL and libncurses.
. To compile SIPp on Windows with pcap (media support), you must:
. Copy the WinPcap developer package (http://www.winpcap.org/devel.htm) to
"C:\cygwin\lib\WpdPack"
. Remove or rename "pthread.h" in "C:\cygwin\lib\WpdPack\Include", as it
interfers with pthread.h from cygwin
. Compile using either "make pcapplay_cygwin" or "pcapplay_ossl_cygwin"
But got,
C:\cygwin>cd bin
C:\cygwin\bin>make pcapplay_cygwin
'make' is not recognized as an internal or external command,
operable program or batch file.
C:\cygwin\bin>pcapplay_ossl_cygwin
'pcapplay_ossl_cygwin' is not recognized as an internal or external command,
operable program or batch file.
What shall I do?
2. Set start sipp.bat
SET SIPPINSTDIR= C:\Program Files\Sipp_3.1
How to find the terminal value?
SET TERMINFO=c:\usr\share\terminfo
Thanks.
Bruce Bai
_____
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michael
Stovenour
Sent: Thursday, August 21, 2008 11:57 PM
To: [EMAIL PROTECTED];[email protected]
Subject: Re: [Sipp-users] Use sipp-win32-3.1.1.exe
The windows installer should have created a couple of shortcuts in your
start menu. Mine are under Start->All Programs->Sipp_3.1. There should be
a shortcut called "start sipp". That will open a windows cmd prompt. If
you open two of the same windows, you can try running the default UAC and
UAS scripts to send calls to each other on your system. This is a good way
to get the "feel" for launching and running SIPp scenarios before you try to
build your own and drive calls at a real SIP proxy. This is how I validate
my installation is good.
First check the SIPp version; this will verify that you can successfully
start SIPp and that you don't have any problems with cygwin1.dll: In one of
the windows type:
sipp -v
Next start the UAS; it will listen for an incoming call from the UAC:
sipp -sn uas localhost:5060
Then start the UAC; it will send calls to the UAS you just started:
sipp -sn uac localhost:5060
Use "q" on the uac to stop the call generation and then "q" on the uas to
stop the server.
That's about as simple as it gets. You can make sipp dump the uas and uac
default scenarios to a file. Then you can learn from them, modify the files
and use your modified versions. Just use the -sd option to dump the
built-in scenarios like this:
sipp -sd uac > uac.xml
sipp -sd uas > uas.xml
Then edit the files if you like and reply them by using the -sf option to
read an xml file like this:
sipp -sf uas.xml localhost:5060
sipp -sf uac.xml localhost:5060
After that. well it generally gets very complicated depending upon exactly
what you are trying to accomplish.
Michael
_____
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bruce Bai
Sent: Thursday, August 21, 2008 3:27 PM
To: [email protected]
Subject: [Sipp-users] Use sipp-win32-3.1.1.exe
Hi,
I just installed sipp-win32-3.1.1.exe on my desktop. Not run it
successfully yet. Found most documentations are on unix env. Can some one
please tell me the basic steps on how to use it on windows? Thanks much.
Bruce Bai
_____
ATTENTION:
The information contained in this electronic message and any attachments to
this message are intended for the exclusive use of the addressee(s) and may
contain confidential or privileged information. If you are not the intended
recipient, please notify Intrado Inc. immediately at 720.494.5800 and
destroy all copies of this message and any attachments.
_____
ATTENTION:
The information contained in this electronic message and any attachments to
this message are intended for the exclusive use of the addressee(s) and may
contain confidential or privileged information. If you are not the intended
recipient, please notify Intrado Inc. immediately at 720.494.5800 and
destroy all copies of this message and any attachments.
_____
ATTENTION:
The information contained in this electronic message and any attachments to
this message are intended for the exclusive use of the addressee(s) and may
contain confidential or privileged information. If you are not the intended
recipient, please notify Intrado Inc. immediately at 720.494.5800 and
destroy all copies of this message and any attachments.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users