We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

Faxing from webservice

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
agfa
Posts: 40
Joined: Thu Jun 15, 2006 12:56 pm

Faxing from webservice

Post by agfa »

We need to do faxing based on the prompt option picked by the caller. Caller enters the fax number and it's captured in VXML and sent to web service call for faxing. Everything looks fine until the webservice written in VB.NET tries to connect to the faxserver. We are getting a "Access denied" error. Same code run as a regular VB form based application works fine.

I know that it's a non-IVR question but has anyone come across this situation.

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

Faxing from webservice not an IVR issue

Post by support »

Hi,

This does not sound like an IVR issue. It sounds like an access problem on your fax server. Try calling your fax server vendor to try to fix this.

Regards,
Plum Support
Last edited by support on Tue Dec 29, 2009 3:12 pm, edited 1 time in total.

agfa
Posts: 40
Joined: Thu Jun 15, 2006 12:56 pm

Post by agfa »

This one is nasty.

It appears there are serious issues when trying to access fax servers from inside a webservice (inside any other application it is fine). There is information about this on the web, but for completeness I would just mention - don't fax from a web-service unless you have to.

Post Reply