Wednesday, October 1, 2008

Important Post-Installation Tasks in RTC?

Useful RTC Properties that require consideration

1.AdminEmail, default NULL: All the Real-Time Collaboration web client windows have a Contact Us link at the top left. This takes users to a window where they can write an e-mail to the system administrators. It is intended for feedback reports on conferences. This needs to be set as a valid e-mail address for any such messages with this command:
For e.g.

rtcctl > setproperty –system true –pname adminemail –pvalue OCS_SUPPORT@domain.com 

2.SmtpHost and SmtpPort, default Mail SMTP outbound listening address
For e.g
rtcctl> setproperty –system true –pname smtphost –pvalue smtp.hostname.com
rtcctl> setproperty –system true –pname smtpport –pvalue 25

3.DateFormat, default dd-MMM-yyyy h:mm a: Laid out as a Java date string this specifies the format for date displays in the Real-Time Collaboration web client. 

rtcctl> setproperty –system true –pname dateformat –pvalue "dd-MM-yy HH:mm"

No comments:

Post a Comment