[asterisk-users] AEL + Realitme?
Christian Svensson
blue at cmd.nu
Sat Jun 30 05:55:41 CDT 2007
Hello
I've spent the past hour searching and reading and searching some
more. I've jet to come to a solution.
I want to have some of my extensions in extensions.ael, while some
should reside in Realtime.
Realtime works just fine, so does my extensions in AEL. But not on the
same time.
This is how my extensions.ael look like now:
context internal
{
100 => Playback(tt-monkeys);
101 => Dial(SIP/cgm);
102 => Dial(SIP/bluecommand);
_9XX => ??????????
500 => Agi(agi://localhost/internal.agi);
_8XXX =>
{
NoOp("Calling ${EXTEN}");
Dial(SIP/${EXTEN});
}
};
context database
{
eswitches
{
Realtime/ContextShouldBeHere@${CURSERVER};
};
}
I want it to jump from _9XX to the context database, passing along
what context it came from as a parameter.
Is this possible at all?
Greetings,
Christian
More information about the asterisk-users
mailing list