Open kvishnivetsky opened 9 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?
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]
.
I would be nice to have an ability to use NAPTR/SRV records with SIPp for testing load balancing/failover SIP services.