Displaying 11 results from an estimated 11 matches for "goaway".
2013 Apr 10
2
my "blacklist" is not working
In my blacklist I have: database show
...
/blacklist/Manitoba : advertising
...
[incoming]
; First, lets take care of telemarketers
exten => 4,1,GotoIf(${BLACKLIST()}?blacklisted,s,1)
exten => 4,n,Set(goaway=${CALLERID(number):0:2})
exten => 4,n,GotoIf($["${goaway}" = "V4" ]?blacklisted,s,1)
exten => 4,n,GotoIf($["${goaway}" = "V3" ]?blacklisted,s,1)
...
I just received a call from the same telemarketer with caller ID: Manitoba
How did he get through? Why...
2013 Jun 27
1
Metadata socket read error
...t;Metadata socket read error". I wan't to think that's some kind of firewall timeout thing but I'm not sure. I have no control over the FW or network at work so I'm not clear on what they changed. Here are some logs:
Log level2:
2013-06-27 11:19:47 tinc[1166]: Connection with goaway (X.X.X.X port 53770) activated
2013-06-27 11:20:10 tinc[1166]: Metadata socket read error for goaway (X.X.X.X port 53770): Connection reset by peer
2013-06-27 11:20:10 tinc[1166]: Closing connection with goaway (X.X.X.X port 53770)
2013-06-27 11:22:45 tinc[1166]: Connection from X.X.X.X port 59325...
2007 Aug 18
3
Blacklisting Toll-Free etc.
I have always been able to block toll-free numbers by catching them
with a line similar to this for each DID I have on my system:
exten => 5554441212/_888NXXXXXX,n,Playback(GoAway)
Where 15554441212 is one of the DIDs that rings into our Asterisk box.
The problem with this approach that I have to create a line like this
for every pattern I want to block multiplied by every DID on my
system, this gets old.
So for example, if I have 20 DIDs that ring into my box, and I want...
2013 Jun 13
1
blocking spammer by callerID "name"
I have a subroutine to block spammer by CALLERID(number)
exten => 4,1,GotoIf(${BLACKLIST()}?blacklisted,s,1)
exten => 4,n,Set(goaway=${CALLERID(number):0:2})
exten => 4,n,GotoIf($["${goaway}" = "V4" ]?blacklisted,s,1)
exten => 4,n,GotoIf($["${goaway}" = "V3" ]?blacklisted,s,1)
but I just got another spammer (automated calls) who rotates his callerID number that starts with valid are...
2007 Aug 18
1
Best way to detect unknown and/or private incoming caller-id?
I am aware of how to match a particular caller-id or a caller-id
pattern and do something with the call like this:
exten => 15554441212/_888NXXXXXX,n,Playback(GoAway)
What I am curious about, is the best way to block unknown, private and
000-000-0000 calls.
I know I can do this for 000-000-0000 calls:
exten => 15554441212/0000000000,n,Playback(GoAway)
Is there a better way to catch calls which are purposely blocked by
the calling party? Sometimes they co...
2008 Oct 15
1
Cisco 7960 not always receiving incoming calls
...n"; # Line 2 Display Name (Display
name to use for SIP messaging)
# Phone Label (Text desired to be displayed in upper right corner)
phone_label: "Stephen Reese" ; Has no effect on SIP messaging
# Phone Password (Password to be used for console or telnet login)
phone_password: "goaway" ; Limited to 31 characters (Default - cisco)
# User classifcation used when Registering [ none(default), phone, ip ]
user_info: none
telnet_level: 2
Any ideas or help would be great, thanks.
2015 May 29
0
Booting back into CentOS-6
...gt;
> ------------------------------
>
> Message: 16
> Date: Thu, 28 May 2015 21:22:45 -0700
> From: Keith Keller <kkeller at wombat.san-francisco.ca.us>
> To: centos at centos.org
> Subject: Re: [CentOS] New controller card issues
> Message-ID: <l56l3cxekb.ln2 at goaway.wombat.san-francisco.ca.us>
> Content-Type: text/plain; charset=us-ascii
>
> On 2015-05-28, Valeri Galtsev <galtsev at kicp.uchicago.edu> wrote:
> >
> > I do use both LSI and 3ware.
>
> Both are now owned by Avago. (Not sure when that happened, last I
> loo...
2009 Oct 16
0
Sendmail and Dovecot Delivery to Virtual Users
...e(`confDONT_PROBE_INTERFACES', `True')dnl
define(`ALIAS_FILE', `/etc/aliases')dnl
define(`STATUS_FILE', `/var/log/mail/statistics')dnl
define(`UUCP_MAILER_MAX', `2000000')dnl
define(`confUSERDB_SPEC', `/etc/mail/userdb.db')dnl
define(`confPRIVACY_FLAGS', `goaway,noetrn')dnl
define(`confDOUBLE_BOUNCE_ADDRESS', `')dnl
define(`confCOPY_ERRORS_TO', `')dnl
TRUST_AUTH_MECH(`EXTERNAL DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
define(`confAUTH_MECHANISMS', `EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN
PLAIN')dnl
define(`confTO_IDENT', `0...
2007 Aug 02
1
Resend: How do I configure sendmail to accept emails for dovecot when dovecot has sql auth/user db.
..., `CERT_DIR/MYcert.pem')dnl
define(`confSERVER_KEY', `CERT_DIR/MYkey.pem')dnl
define(`confCLIENT_CERT', `CERT_DIR/MYcert.pem')dnl
define(`confCLIENT_KEY', `CERT_DIR/MYkey.pem')dnl
dnl
dnl Uncomment next lines to hide identity of mail serve
define(`confPRIVACY_FLAGS',`goaway,restrictqrun,restrictmailq')dnl
dnl define(`confSMTP_LOGIN_MSG', `$j server ready at $b')dnl
MAILER(smtp)dnl
MAILER(procmail)dnl
MAILER(dovecot)dnl
ford dovecot #
2007 Aug 01
1
How do I configure sendmail to accept emails for dovecot when dovecot has sql auth/user db.
..., `CERT_DIR/MYcert.pem')dnl
define(`confSERVER_KEY', `CERT_DIR/MYkey.pem')dnl
define(`confCLIENT_CERT', `CERT_DIR/MYcert.pem')dnl
define(`confCLIENT_KEY', `CERT_DIR/MYkey.pem')dnl
dnl
dnl Uncomment next lines to hide identity of mail serve
define(`confPRIVACY_FLAGS',`goaway,restrictqrun,restrictmailq')dnl
dnl define(`confSMTP_LOGIN_MSG', `$j server ready at $b')dnl
MAILER(smtp)dnl
MAILER(procmail)dnl
MAILER(dovecot)dnl
ford dovecot #
2006 May 12
10
why dtrace is not quiet?
i''m running the following script:
#pragma D option quiet
profile:::tick-1sec
/ ++x >= 15 /
{
exit(0);
}
io:::start {
@io_size[execname] = sum(args[0]->b_bcount);
}
on exit, the script prints out the value of @io_size, why?
there''s no printa(), and i also specified "D option quiet" (i also tried -q).
this seems to happen with any kind of probe: on exit(0) all