Displaying 1 result from an estimated 1 matches for "check_forward".
2006 Oct 27
1
Iax bug ?
...requested prefs = (alaw),
> actual format = gsm,
> host prefs = (gsm),
> priority = mine
-- Executing NoOp("IAX2/10.0.0.160:4569-1", "I'm in
CONTEXT_RENOIR") in new stack
-- Executing Macro("IAX2/10.0.0.160:4569-1", "check_forward|106")
in new stack
with the following extensions.conf :
[CONTEXT_VOIP1]
exten => _X.,1,NoOp(I'm in CONTEXT_VOIP1)
exten => _X.,2,Macro(check_forward,${EXTEN})
[CONTEXT_RENOIR]
exten => _X.,1,NoOp(I'm in CONTEXT_RENOIR)
exten => _X.,2,Macro(check_forward,${EXTEN})
)