VoiceGuide IVR Software Main Page
Jump to content

Disable Dialing Out On Certain Lines

Recommended Posts

Marty wrote:

 

We have a 4 line dialer, but only have three physical lines. I can see how

to disable vg from dialing out on the line without a physical line, but I

cannot save the configuration so that when I restart vg it still does not

dial out on that line. When I click on the configuration wizard I get a

dialog box saying to edit the LinesConfig.xml file in the \data

subdirectory. How do I disable a line until we have a fourth physical line?

Share this post


Link to post

See Config.xml file in VoiceGuide's \data\ subdirectory. For the line you want to disable change:

 

<AllowDialOut>1</AllowDialOut>

 

to

 

<AllowDialOut>0</AllowDialOut>

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
×