VoiceGuide IVR Software Main Page
Jump to content

Need To Add Inbound Fax Ability To Current Vgs Script

Recommended Posts

Is there an easy way to detect if the inbound call is a fax and if so, to just get the fax.

My current application has an option 1 for leave a message and 2 to use the application to do something else.

If a fax comes in, can I have the "capture entered number" module do this; or how best can I do this?

Share this post


Link to post

Use a path like this:

 

on {FAX} goto [My Fax Rx module]

 

the "on {FAX} goto ..." path will be taken when the Dialogic card hears the Fax calling tone.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×