You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, its a thin wrapper around socket.sendto which expects an actual address relevant to the given socket family. DNS resolution will have to happen separately.
A pair (host, port) is used for the AF_INET address family, where host is a string representing either a hostname in Internet domain notation like 'daring.cwi.nl' or an IPv4 address like '100.50.200.5', and port is an integer.
But it's probably a bug on my laptop since it's working fine on TCP. Just wanted to have it here in the slim chance it's not and someone else stumble on it.
Using the subscribe client example with a hostname as
srv_host
(sip.example.com
) the call totransport.send_to
blocked and not packets are sent.https://github.com/Eyepea/aiosip/blob/master/aiosip/protocol.py#L24
Not sure if that's something on my side, aiosip side or else.
The text was updated successfully, but these errors were encountered: