VBScript → Lua
This function returns True if the current call is an external call.
If ExternalCall() Then ' do something Else ' do something else End If
or if being used directly within a GSE property dialog, e.g. in an Evaluate block to directly evaluate the External Call status and place it the block exits:
This function returns a boolean value.
This function can be called at any time within the call routing script.
To figure if the current call is an internal call you can either check the ExternalCall() function for False, or use the InternalCall() function.
The function makes use of the Server Script API function PBXCall.IsInternal.
By Tom Wellige