Displaying 1 result from an estimated 1 matches for "nohangup".
2016 Jun 04
6
Including doesn't have any effect
Hi list,
n00b question, but I can't figure it out:
[callthrough]
exten => _+X.,1,NoOp(nothing here)
#include "blockedall.conf"
exten => _+X.,n(hangup),Hangup
exten => _+X.,n(nohangup),GotoIf($["${CALLERID(num)}" =
"anonymous"]?nocli:cli)
... more stuff that is handling the call ...
I'm putting CLIs that I don't want to be able to call my system into
blockedall.conf:
exten => _+X.,n,GotoIf($["${CALLERID(num)}" = "+493456789"...