DomainEnrollment

Version 107 (Adrian Georgescu, 10/20/2012 03:32 pm)

1 24 Adrian Georgescu
h1. SIP domain enrollment
2 1 Adrian Georgescu
3 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.
4 1 Adrian Georgescu
5 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.
6 37 Adrian Georgescu
7 101 Adrian Georgescu
h2. 1. Login account setup
8 5 Adrian Georgescu
9 1 Adrian Georgescu
"Register a login account at SIPThor Net platform":https://sipthor.net/register_login_account.phtml
10 99 Adrian Georgescu
11 99 Adrian Georgescu
The login account will allow you to manage the data necessary to be able to use your own SIP domain and accounts.
12 38 Adrian Georgescu
13 101 Adrian Georgescu
h2. 2. Internet domain setup
14 18 Adrian Georgescu
15 102 Adrian Georgescu
Register an Internet domain with a 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.
16 100 Adrian Georgescu
17 102 Adrian Georgescu
If you have registered your domain with *SIPThor Net* go to step *DNS zone served by SIPThor Net*
18 100 Adrian Georgescu
19 101 Adrian Georgescu
h2. 3. DNS zone setup
20 1 Adrian Georgescu
21 95 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 service provider that manages your DNS zone. 
22 1 Adrian Georgescu
23 95 Adrian Georgescu
h3. DNS zone served by a third-party
24 95 Adrian Georgescu
25 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. 
26 95 Adrian Georgescu
27 1 Adrian Georgescu
<pre>
28 45 Adrian Georgescu
example.com.		      3600 IN	NAPTR  30  100 "s" "SIP+D2U" "" _sip._udp.example.com.
29 45 Adrian Georgescu
example.com.		      3600 IN	NAPTR  10  100 "s" "SIP+D2T" "" _sip._tcp.example.com.
30 1 Adrian Georgescu
_sip._tcp.example.com.	3600 IN	SRV	100 100 5060 proxy.sipthor.net.
31 1 Adrian Georgescu
_sip._udp.example.com.	3600 IN	SRV	100 100 5060 proxy.sipthor.net.
32 45 Adrian Georgescu
_msrps._tcp.example.com.  3600 IN    SRV    0   0   2855 msrprelay.sipthor.net.
33 48 Adrian Georgescu
_stun._udp.example.com.   3600 IN    SRV    0   0   3478 stun1.dns-hosting.info.
34 48 Adrian Georgescu
_stun._udp.example.com.   3600 IN    SRV    0   0   3478 stun2.dns-hosting.info.
35 37 Adrian Georgescu
xcap.example.com.	     3600 IN	TXT	"https://xcap.sipthor.net/xcap-root/"
36 1 Adrian Georgescu
</pre>
37 15 Adrian Georgescu
38 107 Adrian Georgescu
Replace example.com with your own Internet domain.
39 10 Adrian Georgescu
40 95 Adrian Georgescu
Go to step *SIP account setup*
41 1 Adrian Georgescu
42 26 Adrian Georgescu
h3. DNS zone delegated to SIPThor Net
43 1 Adrian Georgescu
44 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:
45 1 Adrian Georgescu
46 1 Adrian Georgescu
 * ns1.dns-hosting.info
47 1 Adrian Georgescu
 * ns2.dns-hosting.info
48 1 Adrian Georgescu
 * ns3.dns-hosting.info
49 1 Adrian Georgescu
50 96 Adrian Georgescu
Proceed to next step *DNS zone served by SIPThor Net*
51 84 Adrian Georgescu
52 26 Adrian Georgescu
h3. DNS zone served by SIPThor Net
53 1 Adrian Georgescu
54 103 Adrian Georgescu
 * Go to "DNS zones section":https://sipthor.net/provisioning_mdns.phtml?service=dns_zones and add your Internet domain
55 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
56 49 Adrian Georgescu
57 98 Adrian Georgescu
All required DNS records are now created.
58 98 Adrian Georgescu
59 101 Adrian Georgescu
h2. 4. SIP account setup
60 1 Adrian Georgescu
61 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
62 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
63 1 Adrian Georgescu
64 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]].
65 1 Adrian Georgescu
66 51 Adrian Georgescu
Enjoy your SIP accounts!