Hi all,
First install of new version of SAIL 3.1 (nice interface btw!) on SME 8.0 - gateway mode.
I added a couple of softphone extensions and my voiptalk account as a trunk (general IAX2). I can make outgoing calls but can't receive any. I've tried adding the same account to an old sme server on a friend's site (SAIL 2.3.1) and incoming works OK.
From a LAN client:
# nmap -P0 -sU -p4569 192.168.100.1
Starting Nmap 5.21 ( http://nmap.org ) at 2012-08-04 14:21 BST
mass_dns: warning: Unable to open /etc/resolv.conf. Try using --system-dns or specify valid servers with --dns-servers
mass_dns: warning: Unable to determine any DNS servers. Reverse DNS is disabled. Try using --system-dns or specify valid servers with --dns-servers
Nmap scan report for 192.168.100.1
Host is up (0.00014s latency).
PORT STATE SERVICE
4569/udp open|filtered unknown
On the server:
# tcpdump -i eth0 -n host 192.168.100.120 and port 4569
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes
13:20:39.713625 IP 192.168.100.120.63804 > 192.168.100.1.4569: UDP, length 0
13:20:39.813759 IP 192.168.100.120.63805 > 192.168.100.1.4569: UDP, length 0
# /etc/init.d/masq status | grep 4569
ACCEPT udp -- 0.0.0.0/0 192.168.200.1 udp dpt:4569
# config show sailIAX
sailIAX=service
UDPPort=4569
access=public
status=enabled
Any ideas where I might have gone wrong please?