Displaying 3 results from an estimated 3 matches for "curserv".
Did you mean:
curser
2011 Feb 09
1
AEL Eswitches
Hi List,
Would someone can to explain me the main difference in SWITCHES or
ESWITCHES in AEL.
context default {
switches {
DUNDi/e164;
IAX2/box5;
};
eswitches {
IAX2/context@${CURSERVER};
};
};
All the best,
Thiago
--
----------------------------------------------------------------
Thiago Maluf Resende
Tel: +55 21 9700-9113
e-mail: malufrj at gmail.com
2007 Jun 30
0
AEL + Realitme?
...X => ??????????
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
2005 Aug 27
2
Problems with registration
...umably to
; be substituted in the switch routine itself)
;
; lswitch => Loopback/12${EXTEN}@othercontext
;
; An "eswitch" is like a switch but the evaluation of
; variable substitution is performed at runtime before
; being passed to the switch routine.
;
; eswitch => IAX2/context@${CURSERVER}
[macro-stdexten];
;
; Standard extension macro:
; ${ARG1} - Extension (we could have used ${MACRO_EXTEN} here as well
; ${ARG2} - Device(s) to ring
;
exten => s,1,Dial(${ARG2},20) ; Ring the interface,
20 seconds maximum
exten => s,2,Goto(s-${DIALSTATUS},1)...