Lua → VBScript SwxWare v13.10
This function takes or returns the name of the current caller.
-- Retrieving the caller name local sName = IpPbx.CallingName() -- Setting the caller name IpPbx.CallingName("Erika Mustermann")
This function takes or returns a string value.
This function can be used to modify the name being displayed on a client (SwyxIt!, SwyxPhone). It does not modify the caller list entry.
Additionally you can also modify the number being displayed using the IpPbx.CallingNumber() function.
Please note that you have to modify this value before actually connecting the call to a user using the Connect To block.
This function is identical to the Server Script API function PBXCall.CallingPartyName().
By Tom Wellige