Displaying 20 results from an estimated 2000 matches similar to: "Re: VoIP SPAM, what's next ?"
2004 Oct 05
1
Brazillian Caller ID: almost there...
Hello,
Talking with Soren Sratje about Caller ID in Brazil, we compare ours
DTMF tones captured by ztmonitor. wcfxo correctly recognize the "DTMF
CLIP" and asterisk shot the AST_STATE_PRERING correctly.
But the DTMF tones are not reconized. In the chan_zap.c, the code:
if (f->frametype == AST_FRAME_DTMF) {
(...)
Does not occurs because the frametype is always reconized as voice
2004 Nov 21
3
I Am Missing Something Somewhere Somehow!
hi,
I am not registered my SIP Phone with Asterisk i spend almost one day
but find no luck my configs are.
sip.conf
[general]
port=5060
bindaddr=192.168.10.195
disallow=all
allow=alaw
allow=ulaw
[101]
username=101
type=friend
secret=1234
host=192.168.10.195
context=sip
callerid="101"<101>
defaultip=192.168.10.176
extensions.conf
[globals]
[incoming]
exten =>
2004 Aug 11
3
X100P outbound only (Don't answer)
I tried implementing my * and it didn't pass the spouse factor at this
time. I wanted to hook it up for outbound only at this point to get a
better handle on the dial plans and the echo problem.
I thought this might have been done before as a natural part of testing
- but maybe not.
In wcfxo.c I found this:
if (!wc->offhook && !wc->ringdebounce) {
if
2004 Aug 10
0
Re: [Asterisk-Dev] VoIP SPAM, what's next ?
Soren Rathje wrote:
> Next thing will probably be a sbl.e164.org service to block spammers like we do with email... :-)
Actually we don't need to do that, using normal NAPTR record can be used
instead.
We know the IP the call is coming from, we can find out from the NAPTR
where calls normally go to based on the phone number, if the 2 don't
match filter it.
--
Best regards,
Duane
2004 Sep 07
3
DTMF Caller ID w/o polarity inversion
Hi Folks,
I've been looking around and found some references of some Caller ID
patches (Mantis bug#9) for X100P and TDM400 for Netherlands, Sweden
and UK. It's been quite hard to understand what has finally been
incorporated to the distribution (if anything) or which patches must
be applied in witch snapshot of the repository.
I've tried some different approaches but nothing worked
2005 Mar 25
4
Spam to this list
Hi,
I'm not sure what the policy of this list is and I bet everyone has a spam
filter, so nobody might have noticed, but we got spammed.
Can anyone send mail to the list or do you have to subscribe first ?
-- dag wieers, dag@wieers.com, http://dag.wieers.com/ --
[all I want is a warm bed and a kind word and unlimited power]
2006 Oct 25
11
spam control
Gents,
I have added the following to /etc/mail/sendmail.mc and rebuilt it
trying to control spam. I still get about 25 spam messages a day.
Is there something else that can help control spam?
Thanks
jerry
---------------------------
dnl #
dnl # dnsbl - DNS based Blackhole List/Black List/Rejection list
dnl # See http://www.sendmail.org/m4/features.html#dnsbl
dnl #
FEATURE(`dnsbl',
2008 Aug 31
1
Howto: postfix_restrictions
Hey Ned,
I found this very useful to test that the RBL was working:
http://www.spamhaus.org/faq/answers.lasso?section=Spamhaus%20SBL#207
"
How do I test my SBL setup?
Once you have set up your mail server to use sbl.spamhaus.org (or the preferred zen.spamhaus.org), you can test to see if the SBL blocking is working by sending an email (any email) to: nelson-sbl-test at crynwr.com
2008 Oct 31
4
offtopic question .. apprecyice ur help
Dear All,
its a offtopic question but really apprecite if someone would advise n help
i have been running a mil server with sendmail
and have sbl-xbl.spamhaus.org as my dnsbl.
i had other servers which are alredy out now
that is relays.ordb.org and dsbl.org have already been out of my sendmail
config.
any one knows of ny other servers i could add in my sendmail config
apprecite ur help
2015 Jan 18
2
Documentation link on new Firefox CentOS 7 splash screen
On 01/18/15 03:45, Karanbir Singh wrote:
> On 01/18/2015 02:14 AM, Mark LaPierre wrote:
>> On 01/15/15 22:55, Darr247 wrote:
>>> On 16 January 2015 @00:34 zulu, Digimer wrote:
>>>> So either the link should be changed or the linked page should be
>>>> updated.
>>>>
>>>
>>> Well, until someone rewrites the redhat docs so they
2013 Jan 24
1
Integrating a PaiceHusk stemmer into the library
Hey guys Hi :) I've implemented a PaiceHusk stemmer externally So what I
am doing right now is passing a pointer to my StemPaiceHusk class(which in
turn has been subclassed from Stemimplementation) to the
Stem::Stem(StemImplementation *p) constructor .So basically,I have to
include "paicehusk.h" in my indexer .However,I now want to make it a part
of the Xapian library so that I
2012 Sep 25
1
mapping data from table to .csv template
I have a .csv table named mailing.csv as below. It consist a receiver,
subject and sender.
Receiver subject sender
1 Adrian Cole RE: [WHIRR-117] Composable services Tom White
2 Adrian Cole RE: [WHIRR-117] Composable services Tom White
3 Adrian Cole RE: [WHIRR-117] Composable services Adrian Cole
4 Adrian Cole RE: [WHIRR-117]
2003 May 12
2
smbpasswd and RID/SID problems with LDAP
Problem number one:
-------------------
I'm running a few-hours-old CVS version of Samba 3.0 with LDAP as the
authentication backend, and I'm having some problems trying to set up
the LDAP accounts using "smbpasswd". I build the structure of the
LDAP database by importing a couple of LDIF's, and then I import the
following user account to create an administrative account
2012 Jan 13
2
Using Dovecot-auth to return error code 450 (or other 4xx) to Postfix when user is on vacation
Hello to all members.
I am using Dovecot for 5 years, but this is my first post here.
I am aware of the various autoresponder scripts for vacation autoreplies (I am using Virtual Vacation 3.1 by Mischa Peters).
I have an issue with auto-replies - it is vulnerable to spamming with forged email address.
Forging can be prevented with several Postfix settings, which I did in the past - but was forced
2004 Jun 07
4
Compiling Asterisk with G.723.1
Hello,
I am relatively new to Asterisk and I need to compile the G.723.1 codec for Asterisk. I downloaded the ITU source code, placed it in the codecs directory, but apparently Asterisk needs a rather different library than the one provided from ITU.
As I've seen in the mailing list archives, there are quite a few users who were able to compile G.723.1 in *, so, could someone kindly share it
2011 Feb 20
8
Generating uniformly distributed correlated data.
I wish to generate a vector of uniformly distributed data with a
defined correlation to another vector
The only function I have been able to find doing something similar is
corgen from the library ecodist.
The following code generates data with the desired correlation to the
vector x but the resulting vector y is normal and not uniform
distributed
library(ecodist)
x <- runif(10^5)
y
2012 Sep 26
1
Write table with data in other .csv template
Hi,
I have a table with data, as below:
dput(table):
structure(list(Adrian.Cole = c(0L, 0L, 0L, 0L, 0L, 0L), Alison.Wong =
c(0L, 0L, 0L, 0L, 0L, 0L), Andrei.Savu = c(0L, 0L, 0L, 0L, 0L, 0L),
Bruno.Dumon = c(0L, 0L, 0L, 0L, 0L, 0L), Edward.J..Yoon = c(0L, 0L, 0L,
0L, 0L, 0L), Eugene.Koontz = c(0L, 0L, 0L, 0L, 0L,
0L), Jakob.Homan = c(0L, 0L, 0L, 0L, 0L, 0L), Kelvin.Kakugawa =
c(0L, 0L,
2009 Jan 06
4
Apparant bug in binomial model in GLM (PR#13434)
Full_Name: S?ren Faurby
Version: 2.4.1 and 2.7.2
OS:
Submission from: (NULL) (192.38.46.92)
There appear to be a bug in the estimation of significance in the binomial model
in GLM. This bug apparently appears when the correlation between two variables
is to strong.
Such as this dummy example
c(0,0,0,0,0,1,1,1,1,1)->a
a->b
m1<-glm(a~b, binomial)
summary(m1)
It is sufficient that all
2006 Jun 07
1
Supporter needed
Hi,
I'm looking for a great tech support person to take over the admin of
our asterisk system. If you are a networking person as well, with some
experience in firewalls and desktop support even better. The system is a
multi-group system with IVR, Follow-me dialing, voicemail, and
conferencing. Multiple SIP providers are in use.
If you feel you can help us, or can recommend someone that
2010 Apr 27
1
Error Message Connecting to CyberPower 1500AVR by USB
I have a CyberPower 1500AVR LCD connected by USB to an up-to-date Debian
Testing box running nut 2.4.3.
/etc/nut/ups.conf contains the following information:
[myups]
driver = usbhid-ups
port = auto
When I run upsdrvctl start I receive the following output:
Network UPS Tools - UPS driver controller 2.4.3
Network UPS Tools - Generic HID driver 0.34 (2.4.3)
USB communication