Hello,

I'm using AEL2 (in Asterisk 1.6.1.6) and I can't find a way to successfully
come back into my dialplan.

I've tried things like this (in features.conf) :
toto => #9,peer,Goto,mylocal2,s,1

But typing #9 (from channel SIP/7275, in example bellow) I've got:
    --  Feature Found: toto exten: toto
    -- Started music on hold, class 'default', on SIP/7275-08b7fbe0
    -- Goto (dial-with-user-events,s,64)
    -- Stopped music on hold on SIP/7275-08b7fbe0

In extensions.ael, I've got:
macro dial-with-user-events (caller,callee,dst,fwdcount) {
       ...
       Dial (...)
       ...
       return;

mylocal2:
        NoOp(Before starting anything);
        DumpChan();
        return;
};


>From my point of view, it seems Asterisk is looking for something in context
in which Dial originally occurred, but for an unknown reason, it can't find
the appropriate hook to keep on.

Do you have any working sample ?

Regards
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to