Hi Vijay,

I cannot answer for the developers but "-p 5062" used together with a SRV "hostname" (_sip._udp.whatever) makes little sense to me, as a typical SRV response contains a list of hostname:port:load_share_factor tuples.

Where can you see the advantage of SIPp itself doing the SRV query, and then distributing the load among the servers on the list according to the rules, compared to sending the SRV query manually and using an injection file in random access mode to provide the distribution? "setdest" is the action you need to individually set a remote socket for each call, and the injection file should contain the ip addresses of the servers rather than their hostnames as returned in the SRV response, so you need to translate the hostnames to IP addresses using a normal A query.

Pavel

Dne 9.11.2015 v 18:11 Vijay Goje napsal(a):

Hi,

Just want to know whether SIPp supports SRV record?

Say if I place a call to _sip._udp.lab.local which is pointing to a DNS name which is resolving to an ipaddress.

E.g

sipp _sip._udp.lab.local -p 5062 -t u1 -inf test.csv -r 1 -sf scenario.xml -min_rtp_port 15000 -max_rtp_port 25000 -m 1 -nd -skip_rlimit

I am getting “Unknown remote host '_sip._udp.lab.local' “.

Did SRV records worked for anyone? Or is it supported in another version or patch?

Regards,

Vijay.



------------------------------------------------------------------------------
Presto, an open source distributed SQL query engine for big data, initially
developed by Facebook, enables you to easily query your data on Hadoop in a
more interactive manner. Teradata is also now providing full enterprise
support for Presto. Download a free open source copy now.
http://pubads.g.doubleclick.net/gampad/clk?id=250295911&iu=/4140


_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

------------------------------------------------------------------------------
Presto, an open source distributed SQL query engine for big data, initially
developed by Facebook, enables you to easily query your data on Hadoop in a 
more interactive manner. Teradata is also now providing full enterprise
support for Presto. Download a free open source copy now.
http://pubads.g.doubleclick.net/gampad/clk?id=250295911&iu=/4140
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to