SIPp / sipp

The SIPp testing tool
https://sipp.readthedocs.io
Other
921 stars 384 forks source link

SRV and/or NAPTR support #117

Open kvishnivetsky opened 9 years ago

kvishnivetsky commented 9 years ago

I would be nice to have an ability to use NAPTR/SRV records with SIPp for testing load balancing/failover SIP services.

Bujiraso commented 8 years ago

This is something I'd be interesting in seeing, too. Does anyone know how difficult a change this would be, and/or where to start?

traud commented 4 years ago

Another use-case; I have one VoIP/SIP service which requires DNS-SRV to access it at all. Furthermore, it forbids [remote_ip] and requires [remote_host].

With DNS-SRV support, I would simply go for sipp -sn uac example.com on the command line and rewrite all scenarios to use [remote_host] instead of [remote_ip]. Because DNS-SRV support is missing, I have to go for sipp -sn uac w.x.y.z on the command line and rewrite all scenarios to use the constant example.com instead of [remote_xyz].