Changes

Jump to navigation Jump to search
13 bytes removed ,  3 years ago
m
no edit summary
Line 2: Line 2:  
==Description/Explanation ==
 
==Description/Explanation ==
   −
Occasionally there is a need to have an Allstar Link Server in an 'itinerant' location (one that is non-permanent and possibly even moving). In such a situation it is certainly quite likely that the device's IP address may change quite often (perhaps even several times per hour or more). Also, the form of IP connectivity available to the device may not necessarily be suitable for normal Server operation (such as being behind NAT translation, firewalls, etc. that the Server owner has no control of). Normal operation requires farily stable IP addressing and full public access to at least UDP port 4569 (for IAX2 connectivity) to the Server. Typical examples of 'itinerant' environments include setting up a tiny portable node in a hotel room, utilizing the Internet connectivity provided by the hotel, or having a mobile node on a mobile data network that provides connectivity via some sort of NAT arrangement.
+
Occasionally there is a need to have an PTTLink Server in an 'itinerant' location (one that is non-permanent and possibly even moving). In such a situation it is certainly quite likely that the device's IP address may change quite often (perhaps even several times per hour or more). Also, the form of IP connectivity available to the device may not necessarily be suitable for normal Server operation (such as being behind NAT translation, firewalls, etc. that the Server owner has no control of). Normal operation requires farily stable IP addressing and full public access to at least UDP port 4569 (for IAX2 connectivity) to the Server. Typical examples of 'itinerant' environments include setting up a tiny portable node in a hotel room, utilizing the Internet connectivity provided by the hotel, or having a mobile node on a mobile data network that provides connectivity via some sort of NAT arrangement.
    
In a situation like this, it is possible to set up a Proxy relationship between such a Server and a Server located in a permanent position with a permanent IP address and good connectivity. For the purposes of explanation, the Server in the 'itinerant' location/situation will be referred to as the Server Proxy Client, and the Server that is in the Permanent/Stable location/situation will be referred to as the Server Proxy Server.
 
In a situation like this, it is possible to set up a Proxy relationship between such a Server and a Server located in a permanent position with a permanent IP address and good connectivity. For the purposes of explanation, the Server in the 'itinerant' location/situation will be referred to as the Server Proxy Client, and the Server that is in the Permanent/Stable location/situation will be referred to as the Server Proxy Server.
Line 12: Line 12:  
We don't support configuration of clients in the portal.  The best way is to set it up manually, and then add the IP of the proxy server in the portal for the client.   
 
We don't support configuration of clients in the portal.  The best way is to set it up manually, and then add the IP of the proxy server in the portal for the client.   
   −
If you don't want to do this (or if your proxy server is quasi-static), and you have control of the proxy server, have the proxy server use your node number and password and register it to register.allstarlink.org
+
If you don't want to do this (or if your proxy server is quasi-static), and you have control of the proxy server, have the proxy server use your node number and password and register it to register.pttlink.org
    
In iax.conf on the proxy server:
 
In iax.conf on the proxy server:
 
<pre>
 
<pre>
register=NODE#:PASSWORD@register.allstarlink.org:4569  
+
register=NODE#:PASSWORD@register.pttlink.org:4569  
 
Where node # is the number/pass of the proxied node.
 
Where node # is the number/pass of the proxied node.
 
</pre>
 
</pre>
Line 50: Line 50:  
using Agreed-Upon Passwords.
 
using Agreed-Upon Passwords.
   −
If the Server Proxy Server is the Allstar Network Registration Server, then
+
If the Server Proxy Server is the PTTLink Network Registration Server, then
 
the IP Address will be 67.215.233.178, the Username and Password will be node number
 
the IP Address will be 67.215.233.178, the Username and Password will be node number
 
and node password of one of the nodes on the system that is registered with it, and
 
and node password of one of the nodes on the system that is registered with it, and
Line 92: Line 92:  
<pre>
 
<pre>
 
[radio-secure-proxy]
 
[radio-secure-proxy]
exten => _0X.,1,Goto(allstar-sys|${EXTEN:1}|1)
+
exten => _0X.,1,Goto(pttlink-sys|${EXTEN:1}|1)
 
</pre>
 
</pre>
 
Plus, for each node on the system (also to be put in the radio-secure-proxy section):
 
Plus, for each node on the system (also to be put in the radio-secure-proxy section):
Line 141: Line 141:  
exten=_5XXXX,1,Rpt,${EXTEN}
 
exten=_5XXXX,1,Rpt,${EXTEN}
 
</pre>
 
</pre>
The following needs to be added to the [allstar-sys] section:
+
The following needs to be added to the [pttlink-sys] section:
    
<pre>
 
<pre>

Navigation menu