Send to Telephone (Domino)

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

 

Function GetPhoneNumberExtension( PhoneNumber As String) As String

 Const BASE_TEL = "+4981424799"

 

Version 8.00