Project

General

Profile

DomainEnrollment » History » Version 8

Adrian Georgescu, 10/11/2012 11:03 PM

1 1 Adrian Georgescu
h1. SIP Domain Enrollment
2
3 7 Adrian Georgescu
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 that the service does not work with some devices, consult with the device manufacturer forum for this.
4 1 Adrian Georgescu
5 5 Adrian Georgescu
h2. Account setup
6
7
 * "Register an account at SIPThor Net platform":https://sipthor.net/register_login_account.phtml
8
9 1 Adrian Georgescu
h2. DNS setup
10
11
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:
12
13 8 Adrian Georgescu
h3. Domain hosted by a third-party DNS provider
14 1 Adrian Georgescu
15
<pre>
16 3 Adrian Georgescu
example.com.		      3600 IN	NAPTR  30 100 "s" "SIP+D2U" "" _sip._udp.example.com.
17
example.com.		      3600 IN	NAPTR  10 100 "s" "SIP+D2T" "" _sip._tcp.example.com.
18 1 Adrian Georgescu
_sip._tcp.example.com.	3600 IN	SRV	100 100 5060 proxy.sipthor.net.
19
_sip._udp.example.com.	3600 IN	SRV	100 100 5060 proxy.sipthor.net.
20
</pre>
21
22
Replace example.com with your own domain name.
23
24
h3. Domain delegated with SIPThor Net
25
26
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:
27
28
 * ns1.dns-hosting.info
29
 * ns2.dns-hosting.info
30
 * ns3.dns-hosting.info
31
32
Follow the step "DNS zone served by SIPThor Net"
33
34
h3. Internet domain registered by SIPThor Net
35
36
First register or transfer an Internet domain to "SIPThor Net":https://sipthor.net/dns_zone.phtml?zType_form=domains
37
38
h3. DNS zone served by SIPThor Net
39
40 5 Adrian Georgescu
 * Go to DNS zone section and "add your domain":https://sipthor.net/provisioning_mdns.phtml?service=dns_zones
41
 * Click on Records link for your DNS zone
42
 * Select "SIP TCP Transport" and click add. 
43
 * Select "SIP UDP Transport" and click add.
44 1 Adrian Georgescu
45
h2. SIP setup
46
47
 * "Add your SIP domain in the SIP domain section":https://sipthor.net/provisioning_mdns.phtml?1=1&service=sip_domains@sipthor
48
 * "Add you SIP accounts under SIP account section":https://sipthor.net/provisioning_mdns.phtml?1=1&service=sip_accounts@sipthor