Displaying 2 results from an estimated 2 matches for "limem".
Did you mean:
imem
2007 Jun 12
4
GotoIf Dialplan inquiry
...ted above are known spammer numbers. However, when I call
from any other CALLERID, it still directs me to s,15 which is the
Hangup() application. Here are logs from the asterisk CLI:
-- Executing [8995@fromlime:1] Macro("IAX2/lime-3",
"forward|SIP/8995&SIP/31337|15|8995|IAX2/limemed@lime/13476681546") in
new stack
-- Executing [s@macro-forward:1] Zapateller("IAX2/lime-3",
"answer|nocallerid") in new stack
-- Executing [s@macro-forward:2] PrivacyManager("IAX2/lime-3", "")
in new stack
-- CallerID Present: Skipping
-...
2007 May 30
3
Dial plan inquiry using GotoIf()
...5,HangUp
exten => s,105,HangUp
As you can tell, exten => s,4,GotoIf($[${CALLERID(number)} =
"15552221313"]?15:5) is what I recently added.
Here's what I see in the CLI logs:
-- Executing [5609@fromlime:1] Macro("IAX2/lime-3",
"forward|SIP/5609|15|5609|IAX2/limemed@lime/15164766201") in new stack
-- Executing [s@macro-forward:1] Zapateller("IAX2/lime-3",
"answer|nocallerid") in new stack
-- Executing [s@macro-forward:2] PrivacyManager("IAX2/lime-3", "")
in new stack
-- CallerID Present: Skipping
-...