DomainEnrollment

Version 116 (Adrian Georgescu, 10/29/2012 11:49 am)

1 24 Adrian Georgescu
h1. SIP domain enrollment
2 1 Adrian Georgescu
3 109 Adrian Georgescu
!>SIPDomain.png!
4 72 Adrian Georgescu
You can create up to five SIP addresses under your own Internet domain as follows. In the description below the words *Internet domain*, *DNS zone*, *SIP domain* mean the same thing in different contexts. You may use them interchangeable.
5 1 Adrian Georgescu
6 106 Adrian Georgescu
*Disclaimer*. This service is provided free of charge based on a fair use policy with no support. Do not complain that the SIP service does not work with your particular SIP devices, ask the device manufacturer instead.
7 37 Adrian Georgescu
8 101 Adrian Georgescu
h2. 1. Login account setup
9 5 Adrian Georgescu
10 1 Adrian Georgescu
"Register a login account at SIPThor Net platform":https://sipthor.net/register_login_account.phtml
11 99 Adrian Georgescu
12 114 Adrian Georgescu
The login account will allow you to manage the data necessary to be able to use your own SIP domain and create accounts under it.
13 38 Adrian Georgescu
14 101 Adrian Georgescu
h2. 2. Internet domain setup
15 18 Adrian Georgescu
16 110 Adrian Georgescu
Register an Internet domain with an Internet domain registrar or "SIPThor Net":https://sipthor.net/dns_zone.phtml?zType_form=domains. This allows you to manage the DNS zone associated with your Internet domain and add the DNS records required to use the SIP servers provided by *SIPThor Net* infrastructure.
17 100 Adrian Georgescu
18 102 Adrian Georgescu
If you have registered your domain with *SIPThor Net* go to step *DNS zone served by SIPThor Net*
19 100 Adrian Georgescu
20 101 Adrian Georgescu
h2. 3. DNS zone setup
21 1 Adrian Georgescu
22 111 Adrian Georgescu
For anyone to be able to communicate with you by using a SIP address, they must be able to find the SIP servers that serve your Internet domain. When using this service, the SIP servers belong to *SIPThor Net* infrastructure. For this to happen, you must add certain DNS records to the DNS zone for your Internet domain at the DNS hosting provider that manages your DNS zone. 
23 1 Adrian Georgescu
24 115 Adrian Georgescu
You have two choices.
25 115 Adrian Georgescu
26 116 Adrian Georgescu
h3. A. DNS zone served by a third-party
27 95 Adrian Georgescu
28 97 Adrian Georgescu
You can have your Internet domain registered and its DNS zone management provided by a third party. Provision the following DNS records into the DNS zone managed by the third party. 
29 95 Adrian Georgescu
30 1 Adrian Georgescu
<pre>
31 45 Adrian Georgescu
example.com.		      3600 IN	NAPTR  30  100 "s" "SIP+D2U" "" _sip._udp.example.com.
32 45 Adrian Georgescu
example.com.		      3600 IN	NAPTR  10  100 "s" "SIP+D2T" "" _sip._tcp.example.com.
33 1 Adrian Georgescu
_sip._tcp.example.com.	3600 IN	SRV	100 100 5060 proxy.sipthor.net.
34 1 Adrian Georgescu
_sip._udp.example.com.	3600 IN	SRV	100 100 5060 proxy.sipthor.net.
35 45 Adrian Georgescu
_msrps._tcp.example.com.  3600 IN    SRV    0   0   2855 msrprelay.sipthor.net.
36 48 Adrian Georgescu
_stun._udp.example.com.   3600 IN    SRV    0   0   3478 stun1.dns-hosting.info.
37 48 Adrian Georgescu
_stun._udp.example.com.   3600 IN    SRV    0   0   3478 stun2.dns-hosting.info.
38 37 Adrian Georgescu
xcap.example.com.	     3600 IN	TXT	"https://xcap.sipthor.net/xcap-root/"
39 1 Adrian Georgescu
</pre>
40 15 Adrian Georgescu
41 107 Adrian Georgescu
Replace example.com with your own Internet domain.
42 10 Adrian Georgescu
43 95 Adrian Georgescu
Go to step *SIP account setup*
44 1 Adrian Georgescu
45 113 Adrian Georgescu
*DNS zone delegated to SIPThor Net*
46 1 Adrian Georgescu
47 94 Adrian Georgescu
You can have your Internet domain registered with a third party and have the DNS records belonging to your Internet domain managed by *SIPThor Net*.  At the domain registrar where you have registered your Internet domain, you can delegate the administration of the DNS zone belonging to your Internet domain to *SIPThor Net* name servers by pointing the existing NS records of your domain to the following name servers:
48 1 Adrian Georgescu
49 1 Adrian Georgescu
 * ns1.dns-hosting.info
50 1 Adrian Georgescu
 * ns2.dns-hosting.info
51 1 Adrian Georgescu
 * ns3.dns-hosting.info
52 1 Adrian Georgescu
53 96 Adrian Georgescu
Proceed to next step *DNS zone served by SIPThor Net*
54 84 Adrian Georgescu
55 116 Adrian Georgescu
h3. B. DNS zone served by SIPThor Net
56 1 Adrian Georgescu
57 103 Adrian Georgescu
 * Go to "DNS zones section":https://sipthor.net/provisioning_mdns.phtml?service=dns_zones and add your Internet domain
58 103 Adrian Georgescu
 * Go to "DNS records section":https://sipthor.net/provisioning_mdns.phtml?service=dns_records of your domain, select record type *SIP2SIP Infrastructure* and click the Add button
59 49 Adrian Georgescu
60 98 Adrian Georgescu
All required DNS records are now created.
61 98 Adrian Georgescu
62 101 Adrian Georgescu
h2. 4. SIP account setup
63 1 Adrian Georgescu
64 85 Adrian Georgescu
 * Go to "SIP domains section":https://sipthor.net/provisioning_mdns.phtml?1=1&service=sip_domains@sipthor and add your Internet domain
65 104 Adrian Georgescu
 * Go to "SIP accounts section":https://sipthor.net/provisioning_mdns.phtml?1=1&service=sip_accounts@sipthor of your domain and add your SIP account
66 1 Adrian Georgescu
67 54 Adrian Georgescu
[[SipDeviceConfiguration|Configure your SIP device]] with the account credentials created above. Use this wiki site to find out more information about [[SipTesting|how to use your SIP account]].
68 1 Adrian Georgescu
69 51 Adrian Georgescu
Enjoy your SIP accounts!