else

Definition

The contents within this tag will execute when the conditions of the <if> tag have not been met. This tag is always inside an <if> tag.

Value

The contents within this tag are more nodes to execute.

Examples

In the example below, the system will play "Sorry we couldn't find you" and then will jump to the tag named "enter-id" only if the expression (1+45 / 50) > ${call.lastinput} equals false.


    
        Hello ${call.callerid}. You have 12 credits left.
    
    
        Oh wait ${call.callerid}. You have 11 credits left.
    

    
         
            Sorry we couldn't find you!
        
        enter_id