VBScript → Lua
This function returns the email address being configured within the SwyxWare Administration as to be used as "From" address for all voicemails to be sent by the server.
Dim sFrom sFrom = VoicemailOriginatorEMailAddress()
This function returns a string value.
This function is identical to the Server Script API function PBXConfig.VoicemailFromAddress.
If you make use of the Send E-mail block within the GSE to sent your own emails from the script and want these emails to have the globally configured voicemail "From" address the function VoicemailOriginatorEMailAddress() comes into use:
By Tom Wellige