[asterisk-users] IGNORE: AEL parse failure on 1.2.14

Gavin Hamill gdh at laterooms.com
Tue Jan 23 09:34:20 MST 2007


Doh!

macro stdexten( ext , dev ) {
        // First determine if the SIP peer is registered here
        Set(aretheyhere=${SIPPEER(${ext}:status)});
        if(${aretheyhere:0:2}) == "OK") {

                            ^^^ errant close-bracket

Sorry for the noise (twice).

gdh


More information about the asterisk-users mailing list