$v_label: Profiles

\n"; } ?>

Profiles
Use this to configure your SIP profiles.


$file){ ?>
Name Description
  "; echo "The Internal profile by default requires registration which is most often used for extensions. "; echo "By default the Internal profile binds to the WAN IP which is accessible to the internal network. "; echo "A rule can be set from PFSense -> Firewall -> Rules -> WAN to the the WAN IP for port 5060 which "; echo "enables phones register from outside the network."; echo ""; echo ""; echo " "; break; case "internal-ipv6.xml": echo "The Internal IPV6 profile binds to the IP version 6 address and is similar to the Internal profile. "; break; case "external.xml": echo ""; echo "The External profile handles outbound registrations to a SIP provider or other SIP Server. The SIP provider sends calls to you, and you "; echo "send calls to your provider, through the external profile. The external profile allows anonymous calling, which is "; echo "required as your provider will never authenticate with you to send you a call. Calls can be sent using a SIP URL \"my.domain.com:5080\" "; echo " "; break; case "lan.xml": echo "The LAN profile is the same as the Internal profile except that it is bound to the LAN IP. "; break; default: echo "default "; } ?>