here is a quick post of my states
PFsense box = 192.168.11.1
my phone = 192.168.11.224
69.25.47.134 = aptella ip (they have a /24 so this ip varries)
udp 127.0.0.1:5060 <- 69.25.47.134:5060 <- 192.168.11.224:5070 NO_TRAFFIC:SINGLE
udp 192.168.11.1:5060 -> 192.168.11.224:5070 MULTIPLE:MULTIPLE
I have enabled static ports, installed sipproxd and set the firewall mode to conservative.
after looking over the sipproxd config (see below) the sip ports that aptella uses are from 5060 - 5080 in my case, is there a way to setup sipproxd to handle a range, or should i even be using sipproxd?
releviant config info:
<optimization>conservative</optimization>
advancedoutbound>
<rule><source>
<network>192.168.11.0/24</network>
<sourceport><descr>Auto created rule for LAN</descr>
<target><interface>wan</interface>
<staticnatport><destination><any></any></destination>
<natport></natport></staticnatport></target></sourceport></rule>
<enable><siproxdsettings><config><if_inbound>lan</if_inbound>
<if_outbound>wan</if_outbound>
<port>5060</port>
<rtpenable>1</rtpenable>
<rtplower>10000</rtplower>
<rtpupper>10899</rtpupper>
<rtptimeout><defaulttimeout><authentication><outboundproxyhost><outboundproxyport><expeditedforwarding>on</expeditedforwarding></outboundproxyport></outboundproxyhost></authentication></defaulttimeout></rtptimeout></config></siproxdsettings></enable>