Re: [PHP] Fax Gateway

2004-12-18 Thread Robby Russell
On Sat, 2004-12-18 at 13:00 +0100, Neo Theone wrote:
> I have to setup a HTML-Form to Fax Gateway and I am looking for some way 
> to do this in PHP. Generally have the Fax-Modem and nothing more right now.
> Does anybody have any experiancs with this?
> 
> Thanks for any help
> 

I did something similar to this in perl a long time ago. Basically, you
can build an interface to a hylafax server and build a postscript file
with php (or other scripting language) and then call the hylafax command
with the postscript file. Actually, the interface was part of a web
interface to display the current status of hylafax, so all you really
need is the hylafax commandlines and call them with php.

-Robby

-- 
/***
* Robby Russell | Owner.Developer.Geek
* PLANET ARGON  | www.planetargon.com
* Portland, OR  | [EMAIL PROTECTED]
* 503.351.4730  | blog.planetargon.com
* PHP/PostgreSQL Hosting & Development
*--- Now supporting PHP5 ---
/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Fax Gateway

2004-12-18 Thread Jason Wong
On Saturday 18 December 2004 20:00, Neo Theone wrote:
> I have to setup a HTML-Form to Fax Gateway and I am looking for some way
> to do this in PHP. Generally have the Fax-Modem and nothing more right now.
> Does anybody have any experiancs with this?

hylafax

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
--
/*
 Fry: Hey, I don't see you planning for your old age.
 Bender: I got plans. I'm gonna turn my on/off switch to off.
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Fax Gateway

2004-12-18 Thread Neo Theone
I have to setup a HTML-Form to Fax Gateway and I am looking for some way 
to do this in PHP. Generally have the Fax-Modem and nothing more right now.
Does anybody have any experiancs with this?

Thanks for any help
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php