myPBX config (WebRTC) is gone after UpdateObject for another device
Dear Innovaphone support,
A PBX user object has two devices: one called "myPBX" with the Config VOIP checkbox set, and WebRTC configured in the extra MyPBX tab.
And a second hardware device.
When the media-relay property of the second device is enabled with an UpdateObject call, the myPBX/WebRTC configuration of the first device disappears.
1. ReplicateUpdate indicates second device is added
06-21 08:34:33.771 snomprovisioningapp@xqting.be AppWebsocket(01f73b50)::AppWebsocketRecvResult {"mt":"ReplicateUpdate","src":"XqtingReplicatorApi","api":"PbxTableUsers","columns":{"guid":"67589b697a4744bb8be33a172b889557","cn":"pascal langhe","h323":"Pascal","e164":"13","pwd":"2e276819ee84890320594a7ae4525df9565d9831d014bb84","devices":[{"hw":"MyPBX","text":"MyPBX","tls":true,"sreg":true,"voip":"DUMMYVOIP"},{"hw":"00041379b00b","text":"PHONE","app":"phone","tls":true,"trusted":true}]}}
2. UpdateObject is used to enable media relay on the second device
06-21 08:34:33.771 snomprovisioningapp@xqting.be AppWebsocket(01f73b50)::AppWebsocketMessageSend {"api":"PbxAdminApi","mt":"UpdateObject","guid":"67589b697a4744bb8be33a172b889557","devices":[{"hw":"MyPBX","text":"MyPBX","app":"","admin":false,"no-filter":false,"tls":true,"no-mob":false,"voip":"DUMMYVOIP","trusted":false,"sreg":true,"mr":false},{"hw":"00041379b00b","text":"PHONE","app":"phone","admin":false,"no-filter":false,"tls":true,"no-mob":false,"trusted":true,"sreg":false,"mr":true}]} connected:true
3. ReplicateUpdate confirms the update of media relay, but voip config is gone
06-21 08:34:33.779 snomprovisioningapp@xqting.be AppWebsocket(01f73b50)::AppWebsocketRecvResult {"mt":"ReplicateUpdate","src":"XqtingReplicatorApi","api":"PbxTableUsers","columns":{"guid":"67589b697a4744bb8be33a172b889557","cn":"pascal langhe","h323":"Pascal","e164":"13","pwd":"2e276819ee84890320594a7ae4525df9565d9831d014bb84","devices":[{"hw":"MyPBX","text":"MyPBX","tls":true,"sreg":true},{"hw":"00041379b00b","text":"PHONE","app":"phone","tls":true,"trusted":true,"mr":true}]}}
06-21 08:34:33.779 snomprovisioningapp@xqting.be AppWebsocket(01f73b50)::AppWebsocketRecvResult {"api":"PbxAdminApi","mt":"UpdateObjectResult"}
The latest version (13r2 sr12) is installed.
Best regards,
Sam