[asterisk-users] AEL and };

Klaus Darilion klaus.mailinglists at pernau.at
Thu Jan 8 07:28:10 CST 2009


Hi!

All the AEL examples have a semicolon after the closing curly bracket, e.g:

context test {
   1 => Hangup();
};

but without ; it works fine too, e.g:


context test {
   1 => Hangup();
}


So - what is the reason for the ; after the closing curly bracket?



thanks
klaus



More information about the asterisk-users mailing list