This property returns or sets the state of the user's (for whom the current script is running) on busy redirection setting.
If PBXUser.BusyRedirect Then
...
End If
' enable on busy redirection
PBXUser.BusyRedirect= True
' disable on busy redirection
PBXUser.BusyRedirect= False
This property takes or returns a boolean value.
Please note, that you need to set the number to which should be redirected using the PBXUser.BusyRedirectNumber function.
If your script should check how the user's redirection is configured, make sure it is placed above the Busy Redirection Rule in the Call Routing Manager's rule list. Otherwise your script will never be called if the user has enabled his redirection.
? Server Script API
|
| View Topic History
|