[Serusers] SIPP with SER

Verbeiren, David david.verbeiren at intel.com
Thu Sep 21 16:52:50 CEST 2006


> Hello ,
> 
> has anyone any experience on testing SER with SIPP ??
>
> I've sent the following mail to sipp-users mailing list, I'm sending
it
> also here, in case anyone has any idea or experience.

This may not be exactly what you want to test but I've done tests with
SIPp and various SIP proxies, SER being one of them, by targeting the
UAS itself on the SIPp command line but with a "remote sending address"
parameter specifying the proxy to use. This works great and does not
require the 'service' user to be known to SER as it simply looks at the
hostname (or ip address) part of the URI to proxy the call.

This gives the following modified command lines:

UAC :
./sipp -sn uac 2.2.2.2 -r 1 -m 1 -d 5000 -i 1.1.1.1 -rsa 3.3.3.3


UAS :
./sipp -sn uas -rsa 3.3.3.3

The remote sending address is similar to the "outbound proxy" parameter
found on many SIP phones.

This way of running SIPp gives the call flow you describe but shortcuts
most of the ser.cfg routing logic as uri!=myself.

Regards,
-David



More information about the sr-users mailing list