@breakaway wrote:
Distro: FreePBX-64bit-10.13.66.iso w/ latest updates & modules. Version is:
Asterisk 13.7.0 built by mockbuild @ jenkins2.schmoozecom.net on a x86_64 running Linux on 2016-01-15 23:27:59 UTC
So I'm trying to get IPv6 connectivity working. I'm using Yealink SIP-T22P Handsets and X-Lite client on my windows/mac. None will connect over IPv6.
I'm having trouble with exactly what needs to be done to get this running. So far, I've done the following:
- Assign an IPv6 address to the PBX + test it's working
- The machine I'm working on is on the firewall whitelist
- In FreePBX GUI > Settings > Asterisk SIP Settings > Advanced General Settings > Bind Address, I've put "::"
- Created a CHAN_SIP extension, and attempted to register that extension on Port 5061 but registration fails.
- I have used the command "lsof -n -i -P | grep asterisk" to ensure the system is listening over IPv6 on 5061:
asterisk 2098 asterisk 20u IPv4 17524 0t0 UDP *:5060
asterisk 2098 asterisk 26u IPv6 18299 0t0 UDP *:5061Yet, I am not getting any joy with this. SIP registration just fails. Where to start troubleshooting? Am I missing any steps here?
Posts: 1
Participants: 1