Lua → VBScript SwxWare v13.10
This function takes or returns the number of the current caller.
-- Retrieving the caller number local sNumber = IpPbx.CallingNumber() -- Setting the caller number IpPbx.CallingNumber("123456789")
This function takes 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 IpPbx.CallingName() 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.CallingPartyNumber().
By Tom Wellige