[asterisk-users] AEL2: How to get rid of "does not end with a return; I will insert one" warnings
Olivier
oza_4h07 at yahoo.fr
Mon Dec 26 04:52:56 CST 2011
Hi,
I'm converting to asterisk 1.8 an existing (and lengthy) dialplan
written in AEL2.
I'm using in many places things like
macro foo {
BlahBlah();
return;
catch h {
BlahBlah();
}
};
How can I safely get rid of "does not end with a return; I will insert
one" warnings with such constructs ?
Regards
More information about the asterisk-users
mailing list