Major changes:
- support dealing with anonymous calls
- support for SIP Trunks
- various interoperability issues have been resolved
(Snom phones no longer require the "broken registrar" setting)
New plugins:
stripheader, codecfilter, siptrunk, fix_DTAG, fix_fbox_anoncall
In the port, don't build useless static versions of the modules in
the first place instead of deleting them later.
ok lteo@
- Use sample interface names that might exist on OpenBSD rather than eth0/1
- Make it clear that "if_outbound" is the external interface and "if_inbound"
is the lan.
Siproxd is a proxy/masquerading daemon for the SIP protocol. It
handles registrations of SIP clients on a private IP network and
performs rewriting of the SIP message bodies to make SIP connections
work via an masquerading firewall (NAT). It allows SIP software
clients (like kphone, linphone) or SIP hardware clients (Voice over
IP phones which are SIP-compatible, such as those from Cisco,
Grandstream or Snom) to work behind an IP masquerading firewall or
NAT router.
from markus@