Send to Telephone (Domino)

Remark for the administrator:

In order that the ixi-UMS Kernel does NOT dial an "0" when playing the message, you should place the constant BASE_TEL in the Lotus Script Code (Function GetPhoneNumberExtension) on the extension number of your PBX:

 

 Function GetPhoneNumberExtension( PhoneNumber As String) As String

                 Const BASE_TEL = "+4981424799"

 

 

Version ixi-UMS_Enterprise_7.10