VBScript → Lua
This function skips the "Alert" phase of the current script call, i.e. the caller will not get an alerting sound.
PBXCall.SkipAlerting
This function returns an integer value of PBXSuccess (0) on success. See list of defined return values.
Please keep the timeouts of the pstn / provider in mind when dealing with this messag directly.
Beside skiping the alerting you can also sent a call proceeding message using the PBXCall.CallProceeding function.
You can also start the alerting phase for the current call by using the PBXCall.Alerting function.
By Tom Wellige