Re: How to send a fax

2012-02-07 Thread Justin Edwards
A person could spend a year on making something work with an asterisk server. Asterisk is nice for simple pbx things, but beyond that I normally do not recommend it. Adhearsion makes it quite a bit easier to work with, but not with faxes. On Mon, Feb 6, 2012 at 4:00 PM, Mark Walls wrote:

Re: How to send a fax

2012-02-07 Thread Mark Walls
I would suggest looking at an Asterisk server. They have a fax server implementation that would mix well with a full telephony line: http://store.digium.com/productview.php?product_code=804-7 It would also be useful for tracking the full communication line on an idea - fax, video conference

Re: How to send a fax

2012-02-06 Thread Yves S. Garret
Thanks guys. I'll look at my options and bounce them off the team that I work with. Thanks again. On Mon, Feb 6, 2012 at 2:05 PM, Timothy O'Reilly < timothy.john.orei...@gmail.com> wrote: > Yves, > Not sure if this is of usebut maybe it will add value to your solution. > > Assuming you are

Re: How to send a fax

2012-02-06 Thread Timothy O'Reilly
Yves, Not sure if this is of usebut maybe it will add value to your solution. Assuming you are running in a Windows Server environment with MS Exchange, how about looking at http://www.gfi.com/faxmaker#features and using its Text/XML API to integrate with your Cake app? That way you can ignor

Re: How to send a fax

2012-02-06 Thread Justin Edwards
Hylafax allows you to roll your own service and send out on your own lines, but you have to have the line(s) available on premises and a fax modem. On Mon, Feb 6, 2012 at 12:46 PM, Stephen Speakman < step...@ninjacodermonkey.co.uk> wrote: > If you don't sign up for a service I don't think you c

Re: How to send a fax

2012-02-06 Thread Stephen Speakman
If you don't sign up for a service I don't think you can send a fax using anything. I'd suggest using an API or service, aql.com have a great fax service (I only know of incoming) but I'm sure they do outgoing as well - it's usually linked to email. Kind Regards Stephen On 06/02/2012 16:29

Re: How to send a fax

2012-02-06 Thread Justin Edwards
If you use an outside api, I highly recommend this. http://www.phaxio.com/ For all other telephonic based things I recommend twilio or tropo. Tropo / Phono are great products and both opensource. Adhearsion is nice if you want to host your own stuff on a budget. On Mon, Feb 6, 2012 at 10:44

Re: How to send a fax

2012-02-06 Thread euromark
its easiest to use some API to connect to like http://www.interfax.net/en/dev/php its pretty similar to sending SMS etc via php On 6 Feb., 17:43, Justin Edwards wrote: > PHP doesn't have telephony hardware drivers, fax over SIP drivers, or > anything else like that.   You will need to interface

Re: How to send a fax

2012-02-06 Thread Justin Edwards
PHP doesn't have telephony hardware drivers, fax over SIP drivers, or anything else like that. You will need to interface using fax to email, fax to print, or store to a database and extend hylafax. On Mon, Feb 6, 2012 at 10:40 AM, Yves S. Garret wrote: > I take it that this is impossible thro

Re: How to send a fax

2012-02-06 Thread Yves S. Garret
I take it that this is impossible through PHP alone? On Mon, Feb 6, 2012 at 11:38 AM, Justin Edwards wrote: > hylafax > > On Mon, Feb 6, 2012 at 10:29 AM, Yves S. Garret < > yoursurrogate...@gmail.com> wrote: > >> Anyone know how I can send a fax with CakePHP? Bonus points if I can do >> it with

Re: How to send a fax

2012-02-06 Thread Justin Edwards
hylafax On Mon, Feb 6, 2012 at 10:29 AM, Yves S. Garret wrote: > Anyone know how I can send a fax with CakePHP? Bonus points if I can do > it with straight PHP. And no, I cannot use a service such as interfax or > the like. This will include sending company sensitive info and I'd prefer > to k

How to send a fax

2012-02-06 Thread Yves S. Garret
Anyone know how I can send a fax with CakePHP? Bonus points if I can do it with straight PHP. And no, I cannot use a service such as interfax or the like. This will include sending company sensitive info and I'd prefer to keep this within the bounds of the intranet of my organization. -- Our n