Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Features within a SIParator allow you to create filter rules to block individuals from using your network.; you can also specify what ports to use, and it would be easier to spoof SUBSCRIBE and NOTIFY without the SIParator in place; you can filter requests based on the contents of the From and To SIP headers. Requests that do not match any rule are handled according to the DEFAULT HEADER FILTER POLICY. You can use the wildcards * (match any number of characters) and ? (match a single character). The SIParator will only let through SIP packets that have one of the content types (MIME types) shown next:

<center>

</center>

Access for a SIP phone Outside the Network (Remote Phone Support)

...

SIP_DIRECTORY_SERVERS (Redirect Server) - example.comNOTE:

Note

In this example DNS SRV is used; if you are not using DNS SRV, you must supply the fully qualified domain name instead of example.com.

SIP_PROXY_SERVERS - 00.000.000.00
<center>

</center>

Note

...

If you have a home router that is a Firewall + NAT, make sure you have opened up the proper ports. You need to open up ports 5060 � 5070 and ports 8766 - 8775. If you're home router is solely a NAT, set the NAT to be a STUN server.

STUN server Setting

If you have a phone that runs a STUN client, the SIParator is also a STUN server.
In this case, no ports need to be opened up on your NAT router. Use the STUN Server if you have STUN-aware SIP clients. Two public IP addresses are needed at a minimum.

...

There is a parameter setting with the SIParator GUI environment to turn STUN server function: On, shown next:<center>

</center>

Remote NAT Traversal

If the SIP client is not STUN capable, you can use the built in Remote NAT traversal feature of the SIParator. The SIP client needs to re-Register or respond to OPTIONS packets rather often for this to work.<center>


</center>

If you are using NAT, you also need to set the PHONESET_EXTERNAL_IP_ADDRESS to the public IP address of your NAT router.

...

You can also use your SIParator as an SBC to allow communication between your sipXecs system and an ITSP (SIP Trunk) on the Internet to connect to the PSTN.

See HowTo configure a SIP TrunkTrunking section for how to configure your sipXecs system to route calls via the SIParator to reach the ITSP on the outside network.

...

Name

Regular Expression

ITSP

sip:+$1@itsp.example.com;b2bua

sipXecs

sip:$1@<your-sip-domain>;b2bua

...