1 of 1 users consider this post helpful
PbxAdminAPI - ext - Attribut
Hi,
we found a difference between 13R3 SR8 and 13R2 SR26 in view on the AdminApi.
We want to clear the ext field of a user.
If we send to PBX the following
conn.send({ api: "PbxAdminApi", mt: "UpdateObject", guid: guidLoggedInUserGlobal, ext: null });
the PbxAdminApi works differently in the two versions.
In 13R2 SR26 => nothing happens
In 13R3 SR8 => the external field gets cleared
Is this a mistake and could this be fixed ?
Best Regards,
Peter