I think I have taken a pretty standard install of ser
0.8.12, added
mysql support (as per INSTALL) and attempted to add a user.
I only seem to be able to authenticate from localhost. I have installed
sipsak 0.8.7 on the local machine and on another on the same LAN (no
NAT nasties yet), and it seems to show the problem.
Any ideas? Apologies if I've broken stuff in anonymizing the server names.
Just to make this more bizarre, on the second server:
this fails:
$ sipsak -vv -n -U -s sip:alex2@server.xx.com -a mypassword
but this works:
$ sipsak -vv -n -U -s sip:alex2@10.0.0.1 -a mypassword
& yes,
server.xx.com does look up as 10.0.0.1
I am hoping I don't need a PTR record?
Alex