Howto:Innovaphones public services: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
 
(18 intermediate revisions by 4 users not shown)
Line 21: Line 21:


=== TURN ===
=== TURN ===
[[Reference12r2:IP4/General/STUN|TURN Service]] for all customers
[[Reference13r3:IP4/General/STUN#TURN_Extern |TURN fallback service ]] on port 443 for all customers
  turn.innovaphone.com (udp/3478)
  turn-fallback.innovaphone.com (tcp/443)


''Note: [http://wiki.innovaphone.com/index.php?title=Course13:IT_Advanced_2_-_07_Public_access_to_PBX_resources_%28practice%29#Media_data It is not a good idea to use innovaphone's TURN server. Although this server would yield the same results, there is no guarantee of availability. Your own TURN should be better]''
''Note: This TURN server shall only be used as 443 fallback server. It is not intended to be used as your [[Reference13r3:IP4/General/STUN#TURN_Servers | regular TURN server ]] as it is not designed as a primary TURN server. Do not use turn.innovaphone.com either.''


=== Provisioning ===
=== Provisioning ===
Line 31: Line 31:


=== Push ===
=== Push ===
[[Reference12r2:Concept Push Notifications for myPBX iOS and Android|Push]] for iOS, Android and Huawei Clients
[[Reference13r2:Concept_Push_Notifications_for_iOS_and_Android|Push]] for iOS, Android, Huawei and Browser Clients
  services.innovaphone.com (tcp/http/https/websocket)
  push.innovaphone.com (tcp/https/wss)


  push.innovaphone.com (tcp/http/https/websocket)
=== Push legacy ===
[[Reference12r2:Concept_Push_Notifications_for_myPBX_iOS_and_Android|Legacy Push]] for iOS, Android and Huawei Clients
  services.innovaphone.com (tcp/http/https/ws/wss)
 
''Note: [[Howto13r2:12r2/13r1 legacy push server will be migrated to push.innovaphone.com|Please migrate to the new Push Concept!]]''


=== Store ===
=== Store ===
Line 41: Line 45:
=== Devices/Rental ===
=== Devices/Rental ===
  my-app.innovaphone.com (tcp/https)
  my-app.innovaphone.com (tcp/https)
=== NTP ===
[[Reference13r1:Services/NTP|NTP Service]] for all customers
ntp.innovaphone.com (udp/123)


==Certificates==
==Certificates==
innovaphone provide a public certificate download for used public keys.
innovaphone provides a public certificate download for used public keys.


* https://download.innovaphone.com/certificates/innovaphone.pem (the current innovaphone public key which will used for example for push service)
* https://download.innovaphone.com/certificates/innovaphone.pem (the current innovaphone public key which will used for example for our push service)
* https://download.innovaphone.com/certificates/ca.pem (all innovaphone Device Certification Authority public keys)
* https://download.innovaphone.com/certificates/ca.pem (all innovaphone Device Certification Authority public keys)
* https://download.innovaphone.com/certificates/ca-unverified.pem (all innovaphone Unverified Device Certification Authority public keys)
** The Unverified CA is used for non hardware devices, e.g. IPVAs, which are not shipped with an official innovaphone Device Certification Authority certificate, as innovaphone has no control over the serial number here.


If needed, you can trust them manually or distribute it via [[Reference14r1:Concept_App_Service_Devices#Certificates_configuration|device's configuration]].
If needed, you can trust them manually or distribute them via [[Reference14r1:Concept_App_Service_Devices#Certificates_configuration|device's configuration]].


== Related Articles ==
== Related Articles ==
* [[Reference12r2:Concept_Push_Notifications_for_myPBX_iOS_and_Android]]
* [[Reference13r2:Concept_Push_Notifications_for_iOS_and_Android]]
* [[Concept Status innovaphone Services]]
* [[Concept Status innovaphone Services]]
* [[Reference13r1:Concept_Provisioning]]
* [[Reference13r1:Concept_Provisioning]]
* [[Howto:Update_innovaphone.com_Wildcard-Certificate_in_a_Device_Trustlist]]


[[Category:Faq|{{PAGENAME}}]]
[[Category:Faq|{{PAGENAME}}]]

Latest revision as of 09:44, 19 December 2024

Applies To

This information applies to

  • All versions

Services

Some services or products use a data connection to the vendor system. Innovaphone will provide his services from the following IP-networks:

46.232.228.0/26
213.144.10.192/29
141.95.57.16/28

To configure your firewall accordingly, allow those entire networks as shown above.

STUN

STUN Service for all customers

stun.innovaphone.com (udp/3478)

Note: It is not a good idea to use innovaphone's STUN server. Although this server would yield the same results, there is no guarantee of availability. Your ISP or SIP provider's STUN should do better

TURN

TURN fallback service on port 443 for all customers

turn-fallback.innovaphone.com (tcp/443)

Note: This TURN server shall only be used as 443 fallback server. It is not intended to be used as your regular TURN server as it is not designed as a primary TURN server. Do not use turn.innovaphone.com either.

Provisioning

Provisioning System for all devices

config.innovaphone.com (tcp/http/https)

Push

Push for iOS, Android, Huawei and Browser Clients

push.innovaphone.com (tcp/https/wss)

Push legacy

Legacy Push for iOS, Android and Huawei Clients

services.innovaphone.com (tcp/http/https/ws/wss)

Note: Please migrate to the new Push Concept!

Store

store.innovaphone.com (tcp/http/https)

Devices/Rental

my-app.innovaphone.com (tcp/https)

NTP

NTP Service for all customers

ntp.innovaphone.com (udp/123)

Certificates

innovaphone provides a public certificate download for used public keys.

If needed, you can trust them manually or distribute them via device's configuration.

Related Articles