DomainEnrollment

Version 122 (Adrian Georgescu, 10/01/2013 03:01 pm)

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 118 Adrian Georgescu
For anyone to be able to communicate with you using you own SIP address, they must be able to find the SIP server(s) 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 122 Adrian Georgescu
_sips._tcp.example.com.   3600 IN	SRV	100 100 443 proxy.sipthor.net.
35 1 Adrian Georgescu
_sip._udp.example.com.	3600 IN	SRV	100 100 5060 proxy.sipthor.net.
36 45 Adrian Georgescu
_msrps._tcp.example.com.  3600 IN    SRV    0   0   2855 msrprelay.sipthor.net.
37 48 Adrian Georgescu
_stun._udp.example.com.   3600 IN    SRV    0   0   3478 stun1.dns-hosting.info.
38 48 Adrian Georgescu
_stun._udp.example.com.   3600 IN    SRV    0   0   3478 stun2.dns-hosting.info.
39 37 Adrian Georgescu
xcap.example.com.	     3600 IN	TXT	"https://xcap.sipthor.net/xcap-root/"
40 1 Adrian Georgescu
</pre>
41 15 Adrian Georgescu
42 107 Adrian Georgescu
Replace example.com with your own Internet domain.
43 10 Adrian Georgescu
44 95 Adrian Georgescu
Go to step *SIP account setup*
45 1 Adrian Georgescu
46 113 Adrian Georgescu
*DNS zone delegated to SIPThor Net*
47 1 Adrian Georgescu
48 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:
49 1 Adrian Georgescu
50 1 Adrian Georgescu
 * ns1.dns-hosting.info
51 1 Adrian Georgescu
 * ns2.dns-hosting.info
52 1 Adrian Georgescu
 * ns3.dns-hosting.info
53 1 Adrian Georgescu
54 96 Adrian Georgescu
Proceed to next step *DNS zone served by SIPThor Net*
55 84 Adrian Georgescu
56 116 Adrian Georgescu
h3. B. DNS zone served by SIPThor Net
57 1 Adrian Georgescu
58 103 Adrian Georgescu
 * Go to "DNS zones section":https://sipthor.net/provisioning_mdns.phtml?service=dns_zones and add your Internet domain
59 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
60 49 Adrian Georgescu
61 98 Adrian Georgescu
All required DNS records are now created.
62 98 Adrian Georgescu
63 101 Adrian Georgescu
h2. 4. SIP account setup
64 1 Adrian Georgescu
65 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
66 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
67 1 Adrian Georgescu
68 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]].
69 1 Adrian Georgescu
70 119 Adrian Georgescu
Beware that is not possible to call to phone numbers using accounts under your own domain.
71 119 Adrian Georgescu
72 51 Adrian Georgescu
Enjoy your SIP accounts!