Yes the SIPP server is sending to the some default port not to port mentioned
in the rsa parameter. So I think the sipp code has to be modified in order to
support the same
[EMAIL PROTECTED] wrote: Send Sipp-users mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/sipp-users
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Sipp-users digest..."
Today's Topics:
1. Re: SIPP-UDP INVITE (Boulkroune, Olivier (Non-HP:Atos Origin))
2. Compile error on Windows XP (kjcsb)
3. Re: SIPP-UDP INVITE ([EMAIL PROTECTED])
----------------------------------------------------------------------
Message: 1
Date: Tue, 17 Jul 2007 16:14:24 +0200
From: "Boulkroune, Olivier (Non-HP:Atos Origin)"
Subject: Re: [Sipp-users] SIPP-UDP INVITE
To:
Cc: [email protected]
Message-ID:
<[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"
Well, your server may send its responses to another port that the one the proxy
is listening to. You may use Wireshark to capture the traffic and see what is
going on.
Regards,
Olivier Boulkroune
PS: don't forget to copy to sipp-users when replying.
________________________________
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Envoy? : mardi 17 juillet 2007 15:24
? : Boulkroune, Olivier (Non-HP:Atos Origin)
Objet : RE: [Sipp-users] SIPP-UDP INVITE
Hi Oliv,
when i send an INVITE from the UAC the INVITE reaches the Proxy and it sends
the 100 Trying back and sends the INVITE to the SIPP UAS.
SIPP UAS is forming the 180 Ringing Response and the 200 OK responses but it is
not able to send the responses back to the proxy .
So the 180 and 200 responses had retransmitted.
Thanks&Regards,
Archana V
S/w Engineer
FACE THE STORMS THAT COME YOUR WAY AND DONT FORGET TO SMILE !!!!!
*********************** Aricent-Private ***********************
"DISCLAIMER: This message is proprietary to Aricent and is intended solely for
the use of
the individual to whom it is addressed. It may contain privileged or
confidential information and should not be
circulated or used for any purpose other than for what it is intended. If you
have received this message in error,
please notify the originator immediately. If you are not the intended
recipient, you are notified that you are strictly
prohibited from using, copying, altering, or disclosing the contents of this
message. Aricent accepts no responsibility for
loss or damage arising from the use of the information transmitted by this
email including damage from virus."
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
Message: 2
Date: Thu, 19 Jul 2007 04:03:00 +0100 (BST)
From: kjcsb
Subject: [Sipp-users] Compile error on Windows XP
To: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=iso-8859-1
I am trying to compile sipp on Windows XP. I have
followed the instructions on the wiki
(http://sipp.sourceforge.net/wiki/index.php/Compilation)
but am getting the following:
$ make
make OSNAME=`uname|sed -e "s/CYGWIN.*/CYGWIN/"`
MODELNAME=`uname -m|sed "s/Power
Macintosh/ppc/"` sipp
make[1]: Entering directory `/home/cb/sipp-2.0.1.src'
g++ -D__CYGWIN -Dsocklen_t=int -D__3PCC__ -I.
-I/usr/include/openssl -I/
usr/include -I/usr/lib/WpdPack/Include -c -o call.o
call.cpp
call.cpp: In member function `void
call::connect_socket_if_needed()':
call.cpp:779: error: invalid use of undefined type
`struct addrinfo'
sipp.hpp:347: error: forward declaration of `struct
addrinfo'
call.cpp:780: error: invalid use of undefined type
`struct addrinfo'
sipp.hpp:347: error: forward declaration of `struct
addrinfo'
call.cpp:791: error: aggregate `addrinfo hints' has
incomplete type and cannot b
e defined
call.cpp:793: error: `AI_PASSIVE' undeclared (first
use this function)
call.cpp:793: error: (Each undeclared identifier is
reported only once for each
function it appears in.)
call.cpp:798: error: `getaddrinfo' undeclared (first
use this function)
call.cpp:800: error: invalid use of undefined type
`struct addrinfo'
sipp.hpp:347: error: forward declaration of `struct
addrinfo'
call.cpp:801: error: invalid use of undefined type
`struct addrinfo'
sipp.hpp:347: error: forward declaration of `struct
addrinfo'
make[1]: *** [call.o] Error 1
make[1]: Leaving directory `/home/cb/sipp-2.0.1.src'
make: *** [all] Error 2
The same thing happens if I use make pcapplay_cygwin
(I want pcap support) as recommended here
http://sipp.sourceforge.net/doc/reference.html#Installing+SIPp
Any suggestions would be appreciated.
Regards
Cameron
___________________________________________________________
Yahoo! Mail is the world's favourite email. Don't settle for less, sign up for
your free account today
http://uk.rd.yahoo.com/evt=44106/*http://uk.docs.yahoo.com/mail/winter07.html
------------------------------
Message: 3
Date: Wed, 18 Jul 2007 11:40:01 +0530
From: [EMAIL PROTECTED]
Subject: Re: [Sipp-users] SIPP-UDP INVITE
To: "Boulkroune, Olivier (Non-HP:Atos Origin)"
Cc: [email protected]
Message-ID:
Content-Type: text/plain; charset="iso-8859-1"
Hi Oliv,
When I send the Request directly to the proxy (UDP),
The calls are establishing successfully
Proxy---10.203.225.34:6060
Receiver----10.203.225.231:5060
Sender----10.203.225.231:5000
UAS command
./sipp -sf testuas.xml -i 10.203.225.231 -p 5060 -rsa 10.203.225.34:6060
-t un
UAC command
./sipp -sf testuac.xml -i 10.203.225.231 -p 5000 10.203.225.231:5060
-rsa 10.203.225.34:6060 -s 11 -t un
Thanks&Regards,
Archana V
S/w Engineer
FACE THE STORMS THAT COME YOUR WAY AND DONT FORGET TO SMILE !!!!!
"Boulkroune, Olivier (Non-HP:Atos Origin)"
07/17/2007 07:44 PM
To
Vallabhaneni Archana/BLR/[EMAIL PROTECTED]
cc
Subject
RE: [Sipp-users] SIPP-UDP INVITE
Well, your server may send its responses to another port that the one the
proxy is listening to. You may use Wireshark to capture the traffic and
see what is going on.
Regards,
Olivier Boulkroune
PS: don?t forget to copy to sipp-users when replying.
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Envoy? : mardi 17 juillet 2007 15:24
? : Boulkroune, Olivier (Non-HP:Atos Origin)
Objet : RE: [Sipp-users] SIPP-UDP INVITE
Hi Oliv,
when i send an INVITE from the UAC the INVITE reaches the Proxy and it
sends the 100 Trying back and sends the INVITE to the SIPP UAS.
SIPP UAS is forming the 180 Ringing Response and the 200 OK responses but
it is not able to send the responses back to the proxy .
So the 180 and 200 responses had retransmitted.
Thanks&Regards,
Archana V
S/w Engineer
FACE THE STORMS THAT COME YOUR WAY AND DONT FORGET TO SMILE !!!!!
*********************** Aricent-Private ***********************
"DISCLAIMER: This message is proprietary to Aricent and is intended solely
for the use of
the individual to whom it is addressed. It may contain privileged or
confidential information and should not be
circulated or used for any purpose other than for what it is intended. If
you have received this message in error,
please notify the originator immediately. If you are not the intended
recipient, you are notified that you are strictly
prohibited from using, copying, altering, or disclosing the contents of
this message. Aricent accepts no responsibility for
loss or damage arising from the use of the information transmitted by this
email including damage from virus."
*********************** Aricent-Private ***********************
"DISCLAIMER: This message is proprietary to Aricent and is intended solely for
the use of
the individual to whom it is addressed. It may contain privileged or
confidential information and should not be
circulated or used for any purpose other than for what it is intended. If you
have received this message in error,
please notify the originator immediately. If you are not the intended
recipient, you are notified that you are strictly
prohibited from using, copying, altering, or disclosing the contents of this
message. Aricent accepts no responsibility for
loss or damage arising from the use of the information transmitted by this
email including damage from virus."
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
------------------------------
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users
End of Sipp-users Digest, Vol 14, Issue 15
******************************************
Archana V
---------------------------------
Why delete messages? Unlimited storage is just a click away.-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users