-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
What version of ejabberd are you using?
How did you install ejabberd (source, package, distribution)?
What operating system (version) are you using?
Windows 10 Pro x64 Anniversary Update (Version 1607 Build 14393.969)
What did not work as expected? Are there error messages in the log? What
was the unexpected behavior? What was the expected result?
My SIP client (Phoner Lite 2.47, http://www.phonerlite.de/ ) can register to my ejabberd SIP server via IPv4 (TCP and UDP) without problems.
When I try to use IPv6, the register fails and PhonerLite says a timeout occurred. This happens with TCP and UDP.
SIP client and ejabberd are running on different maschines in the same LAN. No firewall is enabled on either maschine.
I attached the logs of the connections (ejabberd log, PhonerLite debug output and wireshark packet captures) zipped. Wireshark ran on the same maschine on which ejabberd runs.
logs_pcaps.zip
SIP configuration in my ejabberd.yml:
listen:
-
ip: "0.0.0.0"
port: 65060
transport: udp
module: ejabberd_sip
-
ip: "::"
port: 65060
transport: udp
module: ejabberd_sip
-
ip: "0.0.0.0"
port: 65060
module: ejabberd_sip
-
ip: "::"
port: 65060
module: ejabberd_sip
modules:
mod_sip: []