Am Do 22. Aug 2013, 22:13:25,
http://grot.org/aditya/ schrieb:
Show quoted text> When calling a SIP URI which resolves to a SRV that only provides TCP
> (ie. _sip._tcp.X.Y is defined but not _sip._udp) then the call isn't
> made using the proto = TCP (I realize it isn't supported correctly in
> Net::SIP::Leg::sendto)
Yes, and both BUGS and TODO (included in the distribution and referenced from README) note this problem.
To make it more visible I added also a BUGS section to perldoc Net::SIP.
Because of lack of time and a changed focus of my work this problem will not be fixed by me in the foreseeable future, but you can subclass Net::SIP::Leg and at least provide your own TCP aware receive and sendto functions.