Reference13r1:Install/Upgrade with external App Platform

From innovaphone wiki
Revision as of 11:42, 15 August 2019 by Gbe (talk | contribs)
Jump to navigation Jump to search

Upgrade of an existing PBX. The App Platform will be installed on an additional device or an existing virtual machine can be used.

Attention: The upgrade overwrites some existing configurations of the device. This concerns Settings like

  • Network Settings like DNS, STUN or IP TOS values
  • Destinations for logging or writing of CDRs CDRs
  • HTTP Client Authentication
  • HTTP Server ports

In Addition PBX objects are created, which will potentially overwrite existing objects with the same name. These include Alarms, Apps, AP, Calendar Admin, Call List, CallListApi, Config Admin, Config User, Contacts Admin, ContactsApi, Events, Fax, Files, FilesApi, Logging, MessagesApi, Mobility, Profile, Reporting, Users, Users Admin, UsersApi.

Troubleshooting

Wrong App Platform Password

opened ws://172.16.80.227/manager location http://172.16.80.229/131963/install.htm
send: {"mt":"AppChallenge"}
recv: {"mt":"AppChallengeResult","challenge":"123456789"}
send: {"mt":"AppLogin","app":"manager","domain":"","sip":"manager","guid":"00000000000000000000000000000000","dn":"Admin","digest":"123456789","pbxObj":"manager"}
recv: {"mt":"AppLoginResult","app":"manager"}
closing
reconnect in 1000ms
closed


Correct App Platform Password

opened ws://172.16.80.227/manager location http://172.16.80.229/131963/install.htm
send: {"mt":"AppChallenge"}
recv: {"mt":"AppChallengeResult","challenge":"123456789"}
send: {"mt":"AppLogin","app":"manager","domain":"","sip":"manager","guid":"00000000000000000000000000000000","dn":"Admin","digest":"123456789","pbxObj":"manager"}
recv: {"mt":"AppLoginResult","app":"manager","ok":true} innovaphone.appwebsocket.connection.js:77:21