Lua SwxWare v13.10
This funtion returns the type of the current call.
local sType = PBXCall.CallType()
This function returns a string value.
The returned value can be any of the following:
"Normal" "Group" "Direct" "Supervisor" "Notification" "unknown"
By Tom Wellige