VoiceGuide IVR Software Main Page
Jump to content

Erro Loading 1st Module Called From External .vgs

Recommended Posts

Hi,

 

It appears that when I call an external module. Then the first module in the called vgs is not executed but all others are.

 

ie .

 

From GroupLotMenu1.vgs module GroupMovement;

 

on {1} goto [GroupMovementIn.vgs | CheckContactID]

 

then what happens is GroupMovementIn.vgs get loaded but CheckContactId will not execute/not found.

 

Still using demo version. Does this matter.

 

See attached file for codes;

error.txt

Share this post


Link to post

woops...

 

The module that was called was GetSourcePremiseID not CheckContactID

 

Sorry about that...

Share this post


Link to post

OK, so I take it that setting the correct module name fixed the problem.

 

In the eval version you are able to make one script jump per call - just to see how it works. In the registered Enterprise version you can of course jump around to different scripts as many times as you like.

Share this post


Link to post

No.

 

the problem is not fixed. I simply typed in the incorrect module name.

 

see the second last line in the error.txt file. I expect this is the problem line.

 

Could you explain what this line in the error.txt file means.

 

Thanks..

Share this post


Link to post

Please post both GroupLotMenu1.vgs and GroupMovementIn.vgs

(or some other set of script which reproduces the problem that you are seeing)

Share this post


Link to post

Hi,

 

The problem seems to have been a space between to "|" character ie.

[GroupLotDemo1.vgs | Menu].

 

VS.

 

[GroupLotDemo1.vgs|Menu] seems to work fine.

 

In the documentation it looks like there is a space..

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
×