Re: Faxing with CF

2008-11-19 Thread Tom Chiverton
On Tuesday 18 Nov 2008, Alan Rother wrote:
 Not the answer you are looking for I am sure...
 The most common ways people accomplish this task are:
 There are many vendors who produce hardware that is capable of being
 accessed over the network through various protocols that CF can access to

You can build your own email to fax gateway using an analogue modem and the 
free hylafax project:http://www.hylafax.org/content/Main_Page

-- 
Tom Chiverton
Helping to revolutionarily consolidate one-to-one distributed back-end 
fourth-generation segments





This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A list 
of members is available for inspection at the registered office. Any reference 
to a partner in relation to Halliwells LLP means a member of Halliwells LLP.  
Regulated by The Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.com.

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315520
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Faxing with CF

2008-11-19 Thread Rob Parkhill
Okay,
I have  a Canon printer/fax on the network, that we use.  It has a static
IP, etc.  Is there a way to send the required information here?  I don't
really want to use the server to send faxes through the modem.  Maybe I will
have to talk to Canon and see if they have a COM object or something that I
can interact with through CF.

Thanks,

Rob

On Wed, Nov 19, 2008 at 5:39 AM, Tom Chiverton [EMAIL PROTECTED]
 wrote:

 On Tuesday 18 Nov 2008, Alan Rother wrote:
  Not the answer you are looking for I am sure...
  The most common ways people accomplish this task are:
  There are many vendors who produce hardware that is capable of being
  accessed over the network through various protocols that CF can access to

 You can build your own email to fax gateway using an analogue modem and the
 free hylafax project:http://www.hylafax.org/content/Main_Page

 --
 Tom Chiverton
 Helping to revolutionarily consolidate one-to-one distributed back-end
 fourth-generation segments



 

 This email is sent for and on behalf of Halliwells LLP.

 Halliwells LLP is a limited liability partnership registered in England and
 Wales under registered number OC307980 whose registered office address is at
 Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A
 list of members is available for inspection at the registered office. Any
 reference to a partner in relation to Halliwells LLP means a member of
 Halliwells LLP.  Regulated by The Solicitors Regulation Authority.

 CONFIDENTIALITY

 This email is intended only for the use of the addressee named above and
 may be confidential or legally privileged.  If you are not the addressee you
 must not read it and must not use any information contained in nor copy it
 nor inform any person other than Halliwells LLP or the addressee of its
 existence or contents.  If you have received this email in error please
 delete it and notify Halliwells LLP IT Department on 0870 365 2500.

 For more information about Halliwells LLP visit www.halliwells.com.

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315536
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Faxing with CF

2008-11-19 Thread Ian Skinner
Rob Parkhill wrote:
 Okay,
 I have  a Canon printer/fax on the network, that we use.  It has a static
 IP, etc.  Is there a way to send the required information here?  I don't
 really want to use the server to send faxes through the modem.  Maybe I will
 have to talk to Canon and see if they have a COM object or something that I
 can interact with through CF.

How can you send documents to the fax machine from a computer without 
ColdFusion?

If you can define that, then it can be determined if ColdFusion can do 
it or not.

Depending on the answers, some features of CFML that you are most likely 
going to be looking at are cfhttp..., cfexecute... or cfobject...

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315537
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Faxing with CF

2008-11-19 Thread Dawson, Michael
Can you print a fax to the MFU and instruct it to fax rather than
actually print?

If so, you may have another option.

Make sure your CF services run as a user that has permissions to send
print jobs to your network printer.

Log on to the CF server using the same account as your CF services.

Setup the network printer and run a test print.

Then, have CF generate a text file, use CFEXECUTE to print it and sit
back and enjoy.

(One other option is to create a PDF and use CFPRINT to send it to the
printer.)

Mike

-Original Message-
From: Rob Parkhill [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 19, 2008 8:24 AM
To: cf-talk
Subject: Re: Faxing with CF

Okay,
I have  a Canon printer/fax on the network, that we use.  It has a
static IP, etc.  Is there a way to send the required information here?
I don't really want to use the server to send faxes through the modem.
Maybe I will have to talk to Canon and see if they have a COM object or
something that I can interact with through CF.

Thanks,

Rob

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315539
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Faxing with CF

2008-11-18 Thread Rob Parkhill
Good Day all,

I know that this was talked about some time ago, but I was hoping that there 
might be some new information about this topic.  I really want to be able to 
send a fax through CF, and not have to write something else to do it.  I have 
tried using the CFPRINT tag, but it does not have any way to accept any fax 
numbers.  Are there any suggestions?  I will look at other solutions, but no I 
don't want a pay for use service.  We have a lovely fax machine at the office, 
and I would like to just leverage that...

Thanks in advance.

Rob 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315434
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Faxing with CF

2008-11-18 Thread Alan Rother
Not the answer you are looking for I am sure...
The most common ways people accomplish this task are:

eFax: eFax allows you to send faxes by sending an email to a designated eFax
email address from a specified email account. When you do that, it will fax
whatever you send it to whomever you want. This is a paid service and
they charge by the page

Hardware Solutions:
There are many vendors who produce hardware that is capable of being
accessed over the network through various protocols that CF can access to
allow you to send faxes using your own phone equipment. None of these
solutions are cheap as the hardware is typically a few thousand dollars.

One vendor I have worked with:
http://www.castelle.com/


As for making the fax machine in your office do it.. That's just not going
to be simple, it most likely was not designed to accomplish this task.

Let us know if you do find a way.

=]

-- 
Alan Rother
Adobe Certified Advanced ColdFusion MX 7 Developer
Manager, Phoenix Cold Fusion User Group, AZCFUG.org


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315437
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


faxing from cf

2003-02-03 Thread Zac Spitzer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

what r people using for online faxing solutions ( need to work in europe
) with only a tcp-ip connection

z
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE+PnEU1lRHdy8ASusRAiS4AJ9GQak0g/ir7TVjuL7cmo1Uq0MubACgrqsd
8LWBbrTA3PjHdMvAlXRti4w=
=IgXy
-END PGP SIGNATURE-

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: faxing from cf

2003-02-03 Thread Joshua Miller
Don't know about Europe, but we use Efax and then send faxes using
CFMAIL to a fax number like: [EMAIL PROTECTED] and it translates
the part before the @ into a fax number and sends it for you. You can
send attachments as PDF, Word, etc. and they'll be faxed or you can just
send content in the email body.

Works pretty well for us. $10 a month and $.10 per page.

Not sure though if it works in EU ... www.efax.com

Joshua Miller
Head Programmer / IT Manager
Garrison Enterprises Inc.
www.garrisonenterprises.net
[EMAIL PROTECTED]
(704) 569-9044 ext. 254
 

*
Any views expressed in this message are those of the individual sender,
except where the sender states them to be the views of 
Garrison Enterprises Inc.
 
This e-mail is intended only for the individual or entity to which it is
addressed and contains information that is private and confidential. If
you are not the intended recipient you are hereby notified that any
dissemination, distribution or copying is strictly prohibited. If you 
have received this e-mail in error please delete it immediately and
advise us by return e-mail to [EMAIL PROTECTED]

*


-Original Message-
From: Zac Spitzer [mailto:[EMAIL PROTECTED]] 
Sent: Monday, February 03, 2003 8:40 AM
To: CF-Talk
Subject: faxing from cf


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

what r people using for online faxing solutions ( need to work in europe
) with only a tcp-ip connection

z
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE+PnEU1lRHdy8ASusRAiS4AJ9GQak0g/ir7TVjuL7cmo1Uq0MubACgrqsd
8LWBbrTA3PjHdMvAlXRti4w=
=IgXy
-END PGP SIGNATURE-


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Remote Faxing from CF

2001-04-02 Thread Bob Silverberg

Does anyone have any experience sending faxes from a CF application, using a
fax card that is installed in a remote location (in a different city than
the web server)?  At this point there will be only one source for the faxes,
but ideally we could send the faxes from anywhere. As the faxes will
currently all be sent from the client's site, we are not looking at any
third party faxing services, as we feel that that would involve a much
greater cost to the client.  We are just beginning the investigation, and
would love to hear from anyone who has any suggestions for products and/or
techniques for doing this.

Thanks,
Bob


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Remote Faxing from CF

2001-04-02 Thread Larry Juncker

We use Protofax from Protonet on our server and it works excellent.  A fax
can be sent from any computer as an email and the system will forward it to
a fax machine.

It is third party but it is also a superb product.  It can be set up to send
out to 8 different modems on your server with the proper licensing.

http://www.protonet.com

Larry Juncker
Senior Cold Fusion Developer
Heartland Communications Group, Inc.


-Original Message-
From: Bob Silverberg [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 02, 2001 9:51 AM
To: CF-Talk
Subject: Remote Faxing from CF


Does anyone have any experience sending faxes from a CF application, using a
fax card that is installed in a remote location (in a different city than
the web server)?  At this point there will be only one source for the faxes,
but ideally we could send the faxes from anywhere. As the faxes will
currently all be sent from the client's site, we are not looking at any
third party faxing services, as we feel that that would involve a much
greater cost to the client.  We are just beginning the investigation, and
would love to hear from anyone who has any suggestions for products and/or
techniques for doing this.

Thanks,
Bob
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Remote Faxing from CF

2001-04-02 Thread Costas Piliotis

You may also want to try Windows 2000's internet print service.  You can set
up a remote fax printer that forwards the documents to the fax service. (In
theory)

Good luck :)

-Original Message-
From: Bob Silverberg [mailto:[EMAIL PROTECTED]] 
Sent: Monday, April 02, 2001 7:51 AM
To: CF-Talk
Subject: Remote Faxing from CF


Does anyone have any experience sending faxes from a CF application, using a
fax card that is installed in a remote location (in a different city than
the web server)?  At this point there will be only one source for the faxes,
but ideally we could send the faxes from anywhere. As the faxes will
currently all be sent from the client's site, we are not looking at any
third party faxing services, as we feel that that would involve a much
greater cost to the client.  We are just beginning the investigation, and
would love to hear from anyone who has any suggestions for products and/or
techniques for doing this.

Thanks,
Bob
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists