Project

General

Profile

DomainEnrollment » History » Version 18

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

1 1 Adrian Georgescu
h1. SIP Domain Enrollment
2
3 12 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 SIP service does not work with some SIP devices, consult with the device manufacturer forum for this.
4 1 Adrian Georgescu
5 5 Adrian Georgescu
h2. Account setup
6
7 13 Adrian Georgescu
 * "Register a login account at SIPThor Net platform":https://sipthor.net/register_login_account.phtml
8 5 Adrian Georgescu
9 18 Adrian Georgescu
h2. Domain setup
10
11
First register and Internet domain with a service provider or *SIPThor Net*
12
13 1 Adrian Georgescu
h2. DNS setup
14
15 16 Adrian Georgescu
For anyone to be able to communicate with your addresses using SIP protocol, they must be able to find the SIP servers that serve your domain. If you want to make use of this service, the SIP servers belong to *SIPThor Net* infrastructure. For this to happen you must add certain records to the DNS zone for your domain at the entity that manages these records. These DNS records are describe here:
16 1 Adrian Georgescu
17
<pre>
18 3 Adrian Georgescu
example.com.		      3600 IN	NAPTR  30 100 "s" "SIP+D2U" "" _sip._udp.example.com.
19
example.com.		      3600 IN	NAPTR  10 100 "s" "SIP+D2T" "" _sip._tcp.example.com.
20 1 Adrian Georgescu
_sip._tcp.example.com.	3600 IN	SRV	100 100 5060 proxy.sipthor.net.
21
_sip._udp.example.com.	3600 IN	SRV	100 100 5060 proxy.sipthor.net.
22
</pre>
23
24
Replace example.com with your own domain name.
25 15 Adrian Georgescu
26
In the description below the words *domain* and *zone* mean the same thing in different contexts.
27
28 14 Adrian Georgescu
h3. Domain served by a third-party
29 10 Adrian Georgescu
30 1 Adrian Georgescu
Provision the DNS records described above into the DNS zone managed by the third party.  Go to step *SIP setup*
31
32 15 Adrian Georgescu
h3. Domain delegated to *SIPThor Net*
33 1 Adrian Georgescu
34 15 Adrian Georgescu
You can have your Internet domain registered with a third party and have the DNS records belong to your domain managed by *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 *SIPThor Net* name servers by changing the existing NS records to the following name servers:
35 1 Adrian Georgescu
36
 * ns1.dns-hosting.info
37
 * ns2.dns-hosting.info
38
 * ns3.dns-hosting.info
39
40 15 Adrian Georgescu
Then follow the step *DNS zone served by SIPThor Net*
41 1 Adrian Georgescu
42 17 Adrian Georgescu
h3. Domain registered by *SIPThor Net*
43 1 Adrian Georgescu
44
First register or transfer an Internet domain to "SIPThor Net":https://sipthor.net/dns_zone.phtml?zType_form=domains
45
46 15 Adrian Georgescu
This will allow you to manage the DNS records for your domain as explained at the step below.
47 1 Adrian Georgescu
48 15 Adrian Georgescu
h3. DNS zone served by *SIPThor Net*
49
50
 * Go to the *DNS zones* section and "add your domain":https://sipthor.net/provisioning_mdns.phtml?service=dns_zones
51
 * Click on *Records* link for your *DNS zone*
52 10 Adrian Georgescu
 * Select "*IP TCP Transport* and click add. 
53 1 Adrian Georgescu
 * Select *SIP UDP Transport* and click add.
54
55
h2. SIP setup
56
57
 * "Add your SIP domain in the SIP domain section":https://sipthor.net/provisioning_mdns.phtml?1=1&service=sip_domains@sipthor
58
 * "Add you SIP accounts under SIP account section":https://sipthor.net/provisioning_mdns.phtml?1=1&service=sip_accounts@sipthor