Sip2sim Source IPs: Difference between revisions
Appearance
Content deleted Content added
mNo edit summary |
clean up |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
==Overview== |
|||
With SIP2SIM, we register the SIM to the customer's SIP PBX just like a normal VoIP phone would do. |
With SIP2SIM, we register the SIM to the customer's SIP PBX just like a normal VoIP phone would do. |
||
However, unlike a normal VoIP phone we need to register and route calls to the customer PBX in a resilient way - that means we have multiple devices at our side that are used for SIP2SIM registrations and call routing. This follows the SIP specification, but some PBXs have problems. |
However, unlike a normal VoIP phone we need to register and route calls to the customer PBX in a resilient way - that means we have multiple devices at our side that are used for SIP2SIM registrations and call routing. This follows the SIP specification, but some PBXs have problems. |
||
| ⚫ | |||
==IP Addresses== |
==IP Addresses== |
||
We have reserved 10 IPv4 addresses for all of our VoIP control traffic. For our current platform "Voiceless" these are also used for the media (RTP) traffic. This makes firewalling simpler, etc. See the [[ |
We have reserved 10 IPv4 addresses for all of our VoIP control traffic. For our current platform "Voiceless" these are also used for the media (RTP) traffic. This makes firewalling simpler, etc. See the [[VoIP Firewall]] page for the details. |
||
==Asterisk Specific== |
==Asterisk Specific== |
||
| Line 14: | Line 14: | ||
Customers using asterisk will know that the config for these can be somewhat complex, listing 10 hostnames each for IPv4 and [[IPv6]] as the way asterisk works is to look up an IP for a hostname, pick the first, and check that against the request IP address. Asterisk really needs fixing. |
Customers using asterisk will know that the config for these can be somewhat complex, listing 10 hostnames each for IPv4 and [[IPv6]] as the way asterisk works is to look up an IP for a hostname, pick the first, and check that against the request IP address. Asterisk really needs fixing. |
||
| ⚫ | |||
The "voiceless" call servers use two addresses per server for each of IPv4 and [[IPv6]]. These shall be: |
The "voiceless" call servers use two addresses per server for each of IPv4 and [[IPv6]]. These shall be: |
||
| Line 21: | Line 19: | ||
81.187.30.111 |
81.187.30.111 |
||
81.187.30.113 |
81.187.30.113 |
||
2001:8b0:0:30 |
2001:8b0:0:30:5060::1 |
||
2001:8b0:0:30 |
2001:8b0:0:30:5060::3 |
||
(for the A server) |
(for the A server) |
||
81.187.30.112 |
81.187.30.112 |
||
81.187.30.114 |
81.187.30.114 |
||
2001:8b0:0:30 |
2001:8b0:0:30:5060::2 |
||
2001:8b0:0:30 |
2001:8b0:0:30:5060::4 |
||
(for the B server) |
(for the B server) |
||
| Line 47: | Line 45: | ||
| ⚫ | |||
| ⚫ | |||