Reference13r1:Install/Upgrade with external App Platform: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
No edit summary
 
Line 20: Line 20:
  closed
  closed


 
There should be a positive websocket repsonse like
== Correct App Platform Password ==
  recv: {"mt":"AppLoginResult","app":"manager","ok":true}
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"}
<span style="color: red">recv: {"mt":"AppLoginResult","app":"manager","ok":true} innovaphone.appwebsocket.connection.js:77:21</span>

Latest revision as of 08:49, 21 August 2019

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

There should be a positive websocket repsonse like

recv: {"mt":"AppLoginResult","app":"manager","ok":true}