Picture of Niko 1071
Registered 12 years 52 days
Niko 1071 Wednesday, 21 July 2021, 03:56 PM
setting Value for UserObjekt - external Field via websocket ?
Hi,

is it possible to set/edit a value for field "external" via websocket to an userobjekt inside PBX ?

Thx !

BR
Niko
Picture of Daniel Deterding (innovaphone)
Moderator Registered 15 years 178 days
Daniel Deterding (innovaphone) Friday, 23 July 2021, 11:08 AM
Re: setting Value for UserObjekt - external Field via websocket ?
Hi Niko,

right now it's not possible.
We can add support for it in version 13r3 or do you need it for 13r2 also?

Greetings,
Daniel
Picture of Niko 1071
Registered 12 years 52 days
Niko 1071 Friday, 23 July 2021, 11:31 AM
Re: setting Value for UserObjekt - external Field via websocket ?
Hi Daniel,

yes, v13r2 will be fine ! - we are going to writte a App for App store to give users possibility to set CLIP no Screening Number for external outdials - that's why we need to read and set value of this field for every Userobject over websocket.

Reading the value would also go from the replication table

BR
niko
 
Picture of Peter 627
Registered 13 years 318 days
Peter 627 Wednesday, 28 July 2021, 08:59 AM
Re: setting Value for UserObjekt - external Field via websocket ?
Hi Niko,

i have done this via the old school way over soap and the Sendnumber field and this works.
Don't know if this works for the external field too.. i will test.
But would be also interesting to set this up as V13-App on App Platform. lächelnd

Will this App be written with new JAVA-SDK ?

Best Regards,

Peter
Picture of Niko 1071
Registered 12 years 52 days
Niko 1071 Wednesday, 28 July 2021, 09:56 AM
Re: setting Value for UserObjekt - external Field via websocket ?
HI Peter,

yes, of course it would be possible via SOAP, but that would be the "old way", why develop a new app with old functions? wink

>>But would be also interesting to set this up as V13-App on App Platform

You mean in the App Store so that other innovaphone partners can also use it?
yes sure, why not



>>Will this App be written with new JAVA-SDK ?
in javascript ? no would be written in C++

Viele Grüße
Niko

Picture of Niko 1071
Registered 12 years 52 days
Niko 1071 Wednesday, 4 August 2021, 01:06 PM
Re: setting Value for UserObjekt - external Field via websocket ?
Hi innovaphone Team,

how it looks like ? will it be implemented in v13r2 ? if yes in which SR ?

thx a lot
BR
Niko

Picture of Daniel Deterding (innovaphone)
Moderator Registered 15 years 178 days
Daniel Deterding (innovaphone) Wednesday, 4 August 2021, 01:49 PM
Re: setting Value for UserObjekt - external Field via websocket ?
Hi Niko,

due to holiday season, not every developer is currently active.
But I'll forward your request to the responsible developer.

Greetings.,
Daniel
Picture of Niko 1071
Registered 12 years 52 days
Niko 1071 Wednesday, 6 October 2021, 02:27 PM
Re: setting Value for UserObjekt - external Field via websocket ?
Hi Daniel,
hi all,

any update ?

Thx
BR
Niko
Picture of Niko 1071
Registered 12 years 52 days
Niko 1071 Wednesday, 15 December 2021, 03:14 PM
Re: setting Value for UserObjekt - external Field via websocket ?
Hi,

any new information ?!

Best Regards
Niko
Andreas Fink
Moderator Registered 13 years 110 days
Andreas Fink (innovaphone) Wednesday, 15 December 2021, 06:33 PM
Re: setting Value for UserObjekt - external Field via websocket ?
Hello Niko,

in the next v13r2 service release (probably next week) this feature will be available.

Best Regards
Andreas Fink
Picture of Niko 1071
Registered 12 years 52 days
Niko 1071 Thursday, 16 December 2021, 09:51 AM
Re: setting Value for UserObjekt - external Field via websocket ?
Hi Andreas,

that's nice, thx for info update !
will there be also some documentation update about this function ?

BR
Niko
Picture of Niko 1071
Registered 12 years 52 days
Niko 1071 Monday, 31 January 2022, 01:13 PM
Re: setting Value for UserObjekt - external Field via websocket ?
Hi Andreas,

can you give me a hint where we can find this function - in which API,
and how the usage of this should be ?

Did'nt finde anything in "PBX API" SDK Doku


Best Regards
Niko
Andreas Fink
Moderator Registered 13 years 110 days
Andreas Fink (innovaphone) Monday, 31 January 2022, 03:51 PM
Re: setting Value for UserObjekt - external Field via websocket ?
Hi Noko,

I have checked again, this change was not back-ported to V13r2 (too big changes) and is only available in the V13r3 firmware.

I'm sorry for misleading.


In V13r3 the UpdateObject message will look like this:

{ "mt": "UpdateObject",
"api": "PbxAdminApi",
"src": Source,
"template": "with"/"without",
"copyPwd": string,
"guid": string,
"cn": string,
"dn": string,
"h323": string,
"e164": string,
"node": string,
"loc": string,
"fake": string,
"ext": ?,
"ext-in": ?,
"text": string,
"url": string,
"h323-email": boolean,
"emails": [email],
"config": string,
"apps-my": string,
"gi": string,
"local": ,
"trace": ,
"hide": ,
"critical": ,
"no-dev": ,
"login-c": ,
"login-t": ,
"admin": ,
"admin-node": ,
"admin-pbx": ,
"filter": ,
"cd-filter": ,
"cfnr": ,
"busy-out": ,
"cd-block": ,
"rej-ext": ,
"no-disc": ,
"dnd": ,
"phone-config": ,
"discard-phone-config": ,
"colr": ,
"cfpr": ,
"apps": ,
"messages": ,
"push": ,
"allows": ,
"phone": ,
"uclic": ,
"voicemail": ,
"fax": ,
"mobility": ,
"mypbx": ,
"video": ,
"app-sharing": ,
"reporting": ,
"app-lics": ,
"devices": [device],
"grp": [group],
"presence": [presence],
"cds": [diversion],
"forks": ,
"wakeups": [wakeup],
"gws": [gw],
"profiles": ,
"pseudo": pseudo,
"phone": phone, }

Best Regards
Andreas Fink
Picture of Niko 1071
Registered 12 years 52 days
Niko 1071 Thursday, 3 February 2022, 02:03 PM
Re: setting Value for UserObjekt - external Field via websocket ?
Hi Andreas,

this is bad, we relied on the statement that it comes in v13r2 ! now we are in the middle of developing a new app and the most important part is missing.

How can solve this now ?
how do we get the external field described from C++ ?

Regards
Niko
2013
Moderator Registered 16 years 72 days
Guntram Diehl (innovaphone) Friday, 4 February 2022, 09:17 AM
Re: setting Value for UserObjekt - external Field via websocket ?
We did a major update of UpdateObject/GetObject in 13r3, which is too big to merge to 13r2.

If you only require this one parameter, then we can certainly do this in 13r2. Is this the only thing you are missing?
Picture of Niko 1071
Registered 12 years 52 days
Niko 1071 Friday, 4 February 2022, 09:47 AM
Re: setting Value for UserObjekt - external Field via websocket ?
Hi Guntram,

yes we need only the field "external", that would be great if this parameter still makes it into the v13r2.

thx in advance

Niko
Picture of Niko 1071
Registered 12 years 52 days
Niko 1071 Monday, 14 February 2022, 09:21 AM
Re: setting Value for UserObjekt - external Field via websocket ?
Hi,

Is already decided when the function comes concretely ?


BR
Niko

Andreas Fink
Moderator Registered 13 years 110 days
Andreas Fink (innovaphone) Monday, 14 February 2022, 11:03 AM
Re: setting Value for UserObjekt - external Field via websocket ?
Hello Niko,

the ext parameter should be available with the next v13r2 service release (planned for today).

Best Regards
Andreas Fink
Picture of Niko 1071
Registered 12 years 52 days
Niko 1071 Tuesday, 22 February 2022, 08:49 AM
Re: setting Value for UserObjekt - external Field via websocket ?
Hi Andreas,


>> with the next v13r2 service release (planned for today).

any news about v13r2sr9 ? when will this be aviable ?

many Thx
Best Regards
Niko
Andreas Fink
Moderator Registered 13 years 110 days
Andreas Fink (innovaphone) Thursday, 24 February 2022, 02:03 PM
1 of 1 users consider this post helpful
Re: setting Value for UserObjekt - external Field via websocket ?
Hello Niko,

it is released meanwhile.

I hope it works for your scenario as expected.

Best Regards
Andreas Fink
Picture of Peter 627
Registered 13 years 318 days
Peter 627 Thursday, 24 February 2022, 03:06 PM
1 of 1 users consider this post helpful
Re: setting Value for UserObjekt - external Field via websocket ?
Hi,

we have tested it too.
For us it works fine.

Best Regards

Peter

Picture of Niko 1071
Registered 12 years 52 days
Niko 1071 Friday, 25 February 2022, 09:50 AM in response to Andreas Fink (innovaphone)
1 of 1 users consider this post helpful
Re: setting Value for UserObjekt - external Field via websocket ?
Hi Andreas,

yes it works.
Thx a lot !

Best Regards
Niko
← You can define your color theme preference here