otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


 Subscribe Blogs:RSS
 Subscribe Forums:RSS
OTMFAQ Home
OTMFAQ Blogs
OTMFAQ Forums
OTMFAQ Tutorials

OTM SIG
MavenWire


Architecture Understanding how OTM / G-Log's architecture fits into your technology stack - including choosing an Application Server.

Tags:

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old November 5th, 2007, 23:27
Junior Member
 
Join Date: Sep 2007
Location: Sydney
Posts: 3
Thanks: 3
Thanked 1 Time in 1 Post
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
Paul Stevens is on a distinguished road
Send a message via AIM to Paul Stevens Send a message via MSN to Paul Stevens Send a message via Skype™ to Paul Stevens
Options for integrating with a FAX server

Team, has any one had any experience with integration with WinFax Pro software by the FAXIS 'server'?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old November 6th, 2007, 05:40
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 791
Blog Entries: 7
Thanks: 51
Thanked 194 Times in 119 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 10
chrisplough has a spectacular aura aboutchrisplough has a spectacular aura aboutchrisplough has a spectacular aura about
Send a message via AIM to chrisplough
Re: Options for integrating with a FAX server

Paul,

Currently OTM only supports integration with GFI FAXmaker and Captaris RightFax. Unfortunately, I'm not very familiar with FAXIS, but I have gotten OTM to integrate with home-grown and other fax servers. In order to do this, there are 2 options:

1) Configure OTM to integrate with FAXmaker, which will send specially-formatted email messages to a specified email box. Write a script to poll this email box and convert the emails into the format that FAXIS prefers. This has worked successfully several times in the past.

2) Another option is to utilize OTM's built-in FAX notification customizations via properties in the glog.properties file. This is covered in Chapter 5 of the OTM Administration Guide, under the heading FAX Generation in OTM.

------ Disclaimer: Oracle's Copyright, reproduced for informational purposes. ------
Quote:
Fax Generation in OTM
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>
OTM 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:
• firstName
• lastName
• company
• phone
• rawPhone (punctuation or space)
• message
• subject
Replacements are represented by one of these identifiers surrounded by parenthesis; for example,
{firstName}. Newline characters are preserved. To transform an email message body to one
supporting FAXMaker, the picture string would be:
::{firstName},{company},{lastName},,{rawPhone}\n{m essage}
The following properties control the default fax handler:
glog.fax.defaultHandler.routingMode=<message|body| to> (default:
message)
glog.fax.defaultHandler.routingPicture=<picture string>
(default:
::{firstName},{company},{lastName},,{rawPhone}\n{m essage})
For RightFax, the properties default to:
glog.fax.defaultHandler.routingMode=to
glog.fax.defaultHandler.routingPicture=/name={lastName},
{firstName}/fax={rawPhone}/
glog.fax.email=fax@company.com
For FAXMaker, they default to:
glog.fax.defaultHandler.routingMode=message
glog.fax.defaultHandler.routingPicture=::{firstNam e},{company},{lastNam
e},, {rawPhone}\n{message}
glog.fax.email=fax@company.com
------ Disclaimer: Oracle's Copyright, reproduced for informational purposes. ------

Hope this helps!

--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to chrisplough For This Useful Post:
Paul Stevens (November 7th, 2007)
  #3 (permalink)  
Old November 7th, 2007, 02:12
Junior Member
 
Join Date: Sep 2007
Location: Sydney
Posts: 3
Thanks: 3
Thanked 1 Time in 1 Post
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
Paul Stevens is on a distinguished road
Send a message via AIM to Paul Stevens Send a message via MSN to Paul Stevens Send a message via Skype™ to Paul Stevens
Re: Options for integrating with a FAX server

Quote:
Originally Posted by chrisplough View Post
Paul,

Currently OTM only supports integration with GFI FAXmaker and Captaris RightFax. Unfortunately, I'm not very familiar with FAXIS, but I have gotten OTM to integrate with home-grown and other fax servers. In order to do this, there are 2 options:

1) Configure OTM to integrate with FAXmaker, which will send specially-formatted email messages to a specified email box. Write a script to poll this email box and convert the emails into the format that FAXIS prefers. This has worked successfully several times in the past.

2) Another option is to utilize OTM's built-in FAX notification customizations via properties in the glog.properties file. This is covered in Chapter 5 of the OTM Administration Guide, under the heading FAX Generation in OTM.

------ Disclaimer: Oracle's Copyright, reproduced for informational purposes. ------
------ Disclaimer: Oracle's Copyright, reproduced for informational purposes. ------

Hope this helps!

--Chris
Thanks so much for this.

Cheers

Paul
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Integrating The BI Publisher in OTM gokul Reports / FTI and Other Analytics 8 May 20th, 2008 04:37
OTM Training Options? biradarj@redrock.net.au Training, Certification and Documentation 7 March 13th, 2008 17:45
Integrating OTM with RTLS (GPS locations) rj5316 Integration and Data Mapping 5 January 24th, 2008 20:31
Integrating EBS 11.5.10 CU2 with OTM otmrookie OTM / EBS / JDE E1 Integration 1 January 23rd, 2008 00:40
[SOLVED] Integrating OTM with SAP and other External Systems chrisplough Integration and Data Mapping 1 December 17th, 2007 12:58



All times are GMT. The time now is 09:27.
Copyright © 2008, Open Book Solutions LLC. All rights reserved.

Sponsored by MavenWire - MavenWire.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37