VoiceGuide IVR Software Main Page
Jump to content

Duplicated Key In Config.xml

Recommended Posts

Looking at my "as downloaded" (6.0.2028) config.xml file, I see that these 2 keys seem to be duplicated... Should we only have one of these keys, if so which one?

 

<SetParm>

<Description>Pause Time. Delay caused by a comma in the dialing string</Description>

<Key>DXBD_PAUSETM</Key>

<Value>100</Value>

<Default>100</Default>

</SetParm>

 

 

<SetParm>

<Description>DXBD_PAUSETM</Description>

<Notes></Notes>

<Key>DXBD_PAUSETM</Key>

<Value>450</Value>

<Default>450</Default>

</SetParm>

Share this post


Link to post

Thanks for spotting this - we'll fix the config.xml to remove the duplication.

 

Delete the:

<SetParm>

<Description>DXBD_PAUSETM</Description>

<Notes></Notes>

<Key>DXBD_PAUSETM</Key>

<Value>450</Value>

<Default>450</Default>

</SetParm>

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
×