DomainEnrollment » History » Version 2
Adrian Georgescu, 10/11/2012 10:56 PM
1 | 1 | Adrian Georgescu | h1. SIP Domain Enrollment |
---|---|---|---|
2 | |||
3 | You can create a limited number of SIP accounts under your own Internet domain as follows. |
||
4 | |||
5 | h2. DNS setup |
||
6 | |||
7 | 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: |
||
8 | |||
9 | h3. Domain managed with a third-party DNS provider |
||
10 | |||
11 | <pre> |
||
12 | 2 | Adrian Georgescu | example.com. 3600 IN NAPTR 30 100 "s" "SIP+D2U" "" _sip._udp.example.com. |
13 | example.com. 3600 IN NAPTR 10 100 "s" "SIP+D2T" "" _sip._tcp.example.com. |
||
14 | 1 | Adrian Georgescu | _sip._tcp.example.com. 3600 IN SRV 100 100 5060 proxy.sipthor.net. |
15 | _sip._udp.example.com. 3600 IN SRV 100 100 5060 proxy.sipthor.net. |
||
16 | </pre> |
||
17 | |||
18 | Replace example.com with your own domain name. |
||
19 | |||
20 | h3. Domain delegated with SIPThor Net |
||
21 | |||
22 | 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: |
||
23 | |||
24 | * ns1.dns-hosting.info |
||
25 | * ns2.dns-hosting.info |
||
26 | * ns3.dns-hosting.info |
||
27 | |||
28 | Follow the step "DNS zone served by SIPThor Net" |
||
29 | |||
30 | h3. Internet domain registered by SIPThor Net |
||
31 | |||
32 | First register or transfer an Internet domain to "SIPThor Net":https://sipthor.net/dns_zone.phtml?zType_form=domains |
||
33 | |||
34 | h3. DNS zone served by SIPThor Net |
||
35 | |||
36 | Go to DNS zone section and "add your domain":https://sipthor.net/provisioning_mdns.phtml?service=dns_zones |
||
37 | |||
38 | h2. SIP setup |
||
39 | |||
40 | * "Register an account at SIPThor Net platform":https://sipthor.net/register_login_account.phtml |
||
41 | * "Add your SIP domain in the SIP domain section":https://sipthor.net/provisioning_mdns.phtml?1=1&service=sip_domains@sipthor |
||
42 | * "Add you SIP accounts under SIP account section":https://sipthor.net/provisioning_mdns.phtml?1=1&service=sip_accounts@sipthor |