Lua → VBScript SwxWare v13.10
This function takes or returns the number of the current caller.
-- get calling party number local sNumber = PBXCall.CallingPartyNumber() -- set new calling partyn umber PBXCall.CallingPartyNumber("123456789")
This function sets or returns a string value.
This function can be used to modify the number being displayed on a client (SwyxIt!, SwyxPhone). It does not modify the caller list entry.
Additionally you can also modify the name being displayed using the PBXCall.CallingPartyName() property.
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.CallingNumber().
By Tom Wellige