« Previous - Version 6/129 (diff) - Next » - Current version
Adrian Georgescu, 10/11/2012 11:01 pm


SIP Domain Enrollment

You can create a limited number of SIP accounts under your own Internet domain as follows. The usage is based on a fair use policy and no support is provided. Do not complain things do not work or devices purchased from a third-party does not work.

Account setup

DNS setup

For anyone to be able to communicate with your addresses using SIP protocol, they must be able to find the SIP server that serves your domain. For this to happen you must add certain records to the DNS zone for your domain at the entity that manages these records. The records are describe here:

Domain managed with a third-party DNS provider

example.com.              3600 IN    NAPTR  30 100 "s" "SIP+D2U" "" _sip._udp.example.com.
example.com.              3600 IN    NAPTR  10 100 "s" "SIP+D2T" "" _sip._tcp.example.com.
_sip._tcp.example.com.    3600 IN    SRV    100 100 5060 proxy.sipthor.net.
_sip._udp.example.com.    3600 IN    SRV    100 100 5060 proxy.sipthor.net.

Replace example.com with your own domain name.

Domain delegated with SIPThor Net

At the service provider where you have registered your internet domain, you can delegate the administration of the DNS records belonging to your Internet domain to SIP Thor Net name servers. These name servers are:

  • ns1.dns-hosting.info
  • ns2.dns-hosting.info
  • ns3.dns-hosting.info

Follow the step "DNS zone served by SIPThor Net"

Internet domain registered by SIPThor Net

First register or transfer an Internet domain to SIPThor Net

DNS zone served by SIPThor Net

  • Go to DNS zone section and add your domain
  • Click on Records link for your DNS zone
  • Select "SIP TCP Transport" and click add.
  • Select "SIP UDP Transport" and click add.

SIP setup

SipDomain.png (39.7 kB) Adrian Georgescu, 10/20/2012 06:24 pm