ContinueWhile()

Returns to the beginning of a while loop.

        
          ContinueWhile()
        
      

The ContinueWhile() application can interrupt a while loop while in progress. Asterisk returns to the beginning of the loop and evaluates the condition.

[Note]

Internal help for this application in Asterisk 1.4: 

  -= Info about application 'ContinueWhile' =- 

[Synopsis]
Restart a While loop

[Description]
Usage:  ContinueWhile()
Returns to the top of the while loop and re-evaluates the conditional.

diff output to internal help in Asterisk 1.2: 

-- nicht in Version 1.2. vorhanden --

See also. the section called “While(), the section called “ExitWhile(), ???