From 96d9b2ba2ffbc130a0892b501405ae2b6151454a Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Fri, 19 Sep 2025 11:46:46 +0530 Subject: [PATCH] sulu-vendorext: mount voip extn to SIP.Client --- sulu/sulu-vendorext/extn/X_GENEXIS_EU_voip.json | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/sulu/sulu-vendorext/extn/X_GENEXIS_EU_voip.json b/sulu/sulu-vendorext/extn/X_GENEXIS_EU_voip.json index 31c2be6f7..74fee1fd1 100644 --- a/sulu/sulu-vendorext/extn/X_GENEXIS_EU_voip.json +++ b/sulu/sulu-vendorext/extn/X_GENEXIS_EU_voip.json @@ -1,16 +1,15 @@ { - "Device.DeviceInfo.X_GENEXIS_EU.voip.": { + "json_plugin_version": 2, + "Device.Services.VoiceService.{i}.SIP.Client.{i}.": { "type": "object", - "version": "1.00", "protocols": [ "cwmp", "usp" ], - "access": false, - "array": false, - "reset": { + "access": true, + "array": true, + "X_GENEXIS_EU_reset": { "type": "string", - "version": "1.00", "read": false, "write": true, "protocols": [ @@ -31,7 +30,7 @@ } ] }, - "reset()": { + "X_GENEXIS_EU_reset()": { "type": "command", "async": true, "protocols": [ @@ -72,4 +71,3 @@ } } } -