I stripped down my extensions.ael:

context blah {
        //lars => &std-exten-ael(SIP/lars,123456);
        lars => Dial(SIP/lars);
        123456 => goto lars|1;
};

The problem seems to be related to the combination of the dial command or
macro and the goto. Either line by itself is fine, but a dial or macro
before a goto triggers the problem. Putting the goto on the first line
solved the problem for me.

I also found a bug upstream that is probably the same:
http://bugs.digium.com/view.php?id=14019

The attached extensions.ael in the bugreport also contains dial statements
before gotos.

-- 
Compatible:
        Gracefully accepts erroneous data from any source.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to