Earlier quoted context omitted.
Phone carriers are exempted under the carrier exception of HIPAA. Same thing with phone calls. API transactions are not exempted, even when encryption is used or data is not persisted in the middleware. http://www.hitechanswers.net/when-does-the-hipaa-conduit-exc...
Is this one of those cases where implementing a solution is practically impossible, so all of the existing solutions are just the horrible old ones that were grandfathered in?
Programmable Fax – API for sending and receiving faxes
141–150 of 174 posts
Re: Programmable Fax – API for sending and receiving faxes
#142As for doctors using faxes,that sounds like a disaster waiting to happen.
I live in Norway, all the health records are online so my GP and any hospital in the country can see my records (if I give consent), prescriptions are electronic and paperless, etc. I still get snail mail letters from the health system but that is simply because I have not got around to applying for a secure email account (the state gently reminds me now and again).
Re: Programmable Fax – API for sending and receiving faxes
#143Earlier quoted context omitted.
it's amazing that phaxio have gotten away with such high prices for so long.
I'm not sure the Phaxio pricing is all that much higher than Twilio. They're covering failed faxes, cancelled faxes, faxes that require multiple retries, and faxes that just take a long time — only charging per page delivered. Those will all eat up minutes that you'll pay for with Twilio. In any case, their pricing model has been far preferable to their old competitor, Interfax: https://www.interfax.net/en/prices
Yes, we're charging per-minute fees, but for US, at least, it's sub-1-cent, and with my testing so far, I haven't seen it go more than a couple minutes per page for something fairly complex, and that's worst case.
Re: Programmable Fax – API for sending and receiving faxes
#144Here's how it looks like it works to me: (their stuff is of course HTTPS, and I'm assuming the caller's support links would be as well. Each REST call also has authentication tokens, of course) === Out: === You POST data to their REST resource, including a link to your PDF document, which they pull (as well as phone number data). Presumably, you want to add some kind of temporary security token/nonce to the link that…
1. Twilio gets a fax call coming in.
2. Twilio asks you if you want to receive it (based on src/dest numbers), and what URL you want Twilio to hit when it completes.
3. If yes, Twilio receives the fax, and hits the URL specified (with metadata and media URL).
4. You download the media from the URL.
Yes, you're correct that there's no good way to associate separate outbound/inbound faxes. Definitely something we'll consider as a feature to add.
Re: Programmable Fax – API for sending and receiving faxes
#145Earlier quoted context omitted.
I'm not sure the Phaxio pricing is all that much higher than Twilio. They're covering failed faxes, cancelled faxes, faxes that require multiple retries, and faxes that just take a long time — only charging per page delivered. Those will all eat up minutes that you'll pay for with Twilio. In any case, their pricing model has been far preferable to their old competitor, Interfax: https://www.interfax.net/en/prices
We (Twilio) are also only charging for successful delivery. Failures to not incur any billing. Retry is (currently) on the customer to implement, but since we don't charge for failures, that doesn't affect cost. Yes, we're charging per-minute fees, but for US, at least, it's sub-1-cent, and with my testing so far, I haven't seen it go more than a couple minutes per page for something fairly complex, and that's worst…
http://www.faxage.com/learn_faxing_by_minutes_versus_faxing_...
I'm sure some pages take longer, but it doesn't seem odd that most pages aren't complex.
Re: Programmable Fax – API for sending and receiving faxes
#146I just assumed from first glance that this was an early April Fools (I guess it must be April 1st in Australia by now) But after seeing full API docs... is this real? I'm so confused!
I'm guessing it's an American thing. I think they still use checks too.
[edit]
Even stranger, I can go online and have my bank mail a check to anywhere in the US for free. It's $20 to send it directly to someone's bank account.
Re: Programmable Fax – API for sending and receiving faxes
#147Earlier quoted context omitted.
I'm guessing it's an American thing. I think they still use checks too.
In the US, checks are free; wire transfers cost money. Yes, that's annoying. [edit] Even stranger, I can go online and have my bank mail a check to anywhere in the US for free. It's $20 to send it directly to someone's bank account.
Re: Programmable Fax – API for sending and receiving faxes
#148Earlier quoted context omitted.
can you elaborate on the HIPAA concerns related to faxing/transmitting health data? Faxing is a transport service... is the concern around security and privacy while en route from the API to the destination? If there was a way to facilitate that transfer without compromising privacy or security en route would that address HIPAA concerns? We've developed a privacy preserving trust relay protocol which might be applica…
Aren't faxes unencrypted? Are we living in a world where tapping phone lines is impossible?
Re: Programmable Fax – API for sending and receiving faxes
#149Earlier quoted context omitted.
I paid $10 to send a 28 page fax. I absolutely believe utility and govt companies still use fax because they want to make somethings very hard for the average customer. There's no reason why I shouldn't be able to send an email a pdf to show good credit so they don't charge me a deposit fee. Twilio please build a mobile app so those of us who don't live with typewriters and fax machines can deal with our nasty govt.
Where in the government do you still have to fax things?
site: *.gov fax
Was surprised at the results. It may not be the only conduit, but it is there for job applications, VA benefits, applying for a headstone in a national cemetery, court filings, IRS documents, and much more.Re: Programmable Fax – API for sending and receiving faxes
#150Common decency dictates that we must do everything possible to make faxing as hard as possible.
When someone asks you to fax something, pretend you have no idea what they're talking about.
Then ridicule them.