bayonne-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bayonne-devel] problems with loopable script


From: Michel Think
Subject: [Bayonne-devel] problems with loopable script
Date: Wed, 1 Jun 2005 23:25:24 +0200

Hi,

I have a script with several sections (containing loops, conditional structure...).
The first section (with events) sends the script to the others sections which send the script back to the first section.

Example:

::section1

do
...
loop

^1
goto ::section2
^2
goto ::section3

^3
goto ::exit

^hangup


::section2
...
goto ::section1

^hangup
..

::section3
...
goto ::section1

^hangup
..

::exit
...

********************

When we do  section1 to  section2 or section3 (then section1 automatically) : it works  fine
But when we do section1 to section2 or section3 (section1) and  then  section2 or section3 and so on , the script can be blocked anywhere ..for instance, during a loop..(which  has worked before...)

Can anyone help me?

thanks.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]