VBScript → Lua
This property takes or returns the number of the current caller.
PBXCall.CallingPartyNumber = "123456789"
This property takes or returns a string value.
This property can be used to modify the number being displayed on a client (SwyxIt!, SwyxPhone). It does not modify the caller list entry. This can be achieved using the PBXCall.PhoneCallListEntry object.
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 forum topic explains how to modify the displayed name and number using the GSE build-in function build IpPbx.CallingNumber.
By Tom Wellige