Lua → VBScript SwxWare v13.10
This function sets or returns the name of the current caller.
-- get the calling party name local sName = PBXCall.CallingPartyName() -- set new calling party name PBXCall.CallingPartyName("Erika Mustermann")
This function sets 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 PBXCall.CallingPartyNumber() function or the GSE build-in function IpPbx.CallingNumber().
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 GSE build-in function IpPbx.CallingName().
By Tom Wellige