Axis RightFax 8.5 Installationsanleitung Seite 20

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 106
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 19
Copyright © 2001, 2015, Oracle and/or its affiliates. All rights reserved.
2. Test the modem to ensure that it gets a dial tone and can access an outside line.
3. Create a POP3 mailbox within your mail server that can be accessed by the RightFax server.
The mailbox name must be identical to the email address for outgoing fax notifications that
you entered during the Oracle Transportation Management application server install. Test this
POP3 account using any email client that supports POP3. Please contact your System
Administrators for more information as they will have greater insight into the makeup of your
SMTP mail services.
4. Install RightFax according to the vendor’s installation guide and configure it to poll the POP3
mailbox created above.
You can set up Oracle Transportation Management to integrate with RightFax during the initial Oracle
Transportation Management installation (as described earlier), or you can modify an existing
installation to use RightFax. To modify an existing Oracle Transportation Management installation, you
need to edit the glog.properties file on all Oracle Transportation Management application servers.
This file is located in the <otm_install_path>/glog/config directory. Uncomment (if necessary) and
modify the following lines, setting the values on the right as appropriate (see the relevant section of
the Oracle Transportation Management Install Guide for details on what each field’s value should be):
# RightFax Settings - optional
glog.fax.defaultHandler.routingMode=to
glog.fax.defaultHandler.routingPicture=/name={lastName},{firstName}/fax
={rawPhone}/
Once this change has been made, restart your Oracle Transportation Management instance.
Note that these changes for RightFax may be made in the APP_CUSTOM Property Set rather than the
glog.properties file directly. Once completed, you must still restart your Oracle Transportation
Management instance. See Section 4 for more information.
Fax Generation in Oracle Transportation Management
Fax generation is controlled via a plug-and-play interface, FaxHandler. Classes that implement this
interface support the following two methods:
public MailAddress getAddress();
// returns the mail address for fax generation
public void handle(MailEvent event, FaxTopic faxTopic);
// modifies our standard text e-mail to conform to outgoing fax
// specifications.
The fax handler is specified via the property glog.fax.handler=<fax handler class name>
Oracle Transportation Management supplies a standard fax handler,
glog.server.workflow.notify.DefaultFaxHandler, to support most fax generation software. This handler
embeds routing information into one of the following 3 mail components:
message body
subject line
to alias (i.e. the last name of the to party)
The embedding is accomplished with a picture string describing the modified format of the above
component. You can specify original information from the text email to use in the modified component
including:
Seitenansicht 19
1 2 ... 15 16 17 18 19 20 21 22 23 24 25 ... 105 106

Kommentare zu diesen Handbüchern

Keine Kommentare