problems with loopable script
Michel Think <[email protected]>
| Newsgroups | gmane.comp.gnu.bayonne.devel |
|---|---|
| Message-ID | <[email protected]> |
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. _______________________________________________ Bayonne-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bayonne-devel