otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


 Subscribe Blogs:RSS
 Subscribe Forums:RSS
 Follow New Posts:Twitter
OTMFAQ Home
OTMFAQ Blogs
OTMFAQ Forums
OTM Wiki

OTM SIG
OTM Wiki
MavenWire


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

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old November 6th, 2007, 00:27
Junior Member
 
Join Date: Sep 2007
Location: Sydney
Posts: 3
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 3
Thanked 3 Times in 1 Post
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, 06:40
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 1,156
Blog Entries: 8
Groans: 0
Groaned at 1 Time in 1 Post
Thanks: 137
Thanked 256 Times in 159 Posts
Rep Power: 10
chrisplough is a jewel in the roughchrisplough is a jewel in the roughchrisplough is a jewel in the rough
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, 03:12
Junior Member
 
Join Date: Sep 2007
Location: Sydney
Posts: 3
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 3
Thanked 3 Times in 1 Post
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

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 OTM55 CU3 with Oracle Report Server dgoli Installation and Upgrades 5 July 9th, 2008 17:27
Integrating The BI Publisher in OTM gokul Reports / BI / FTI and Other Analytics 8 May 20th, 2008 05:37
OTM Training Options? biradarj@redrock.net.au Training, Certification and Documentation 7 March 13th, 2008 18:45
Integrating OTM with RTLS (GPS locations) rj5316 Integration and Data Mapping 5 January 24th, 2008 21:31
Integrating EBS 11.5.10 CU2 with OTM otmrookie OTM / EBS / JDE E1 Integration 1 January 23rd, 2008 01:40



All times are GMT. The time now is 23:00.
Copyright © 2006-2009, Open Book Solutions LLC. All rights reserved.


Inactive Reminders By Icora Web Design

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 38 39 40