Lua SwxWare v13.10
This function deletes the phone call list entry of the current call.
local nReturn = PBXCall.DeletePhoneCallListEntry()
This function return a PBXResult value of PBXSuccess or PBXFailure.
By calling this function you can prevent that an entry in the phone call list will appear for the current call. This comes in handy when creating a blacklist call routing for unwanted calls.
By Tom Wellige