Re: [asterisk-users] CDR MYSQL missing field data

2011-03-30 Thread Tilghman Lesher
On Monday 28 March 2011 14:23:25 Tilghman Lesher wrote: > On Monday 28 March 2011 07:57:10 Eric W. Davenport wrote: > > alias start => calldate > > alias callerid => clid > > These are fine. I was incorrect, here, and there's nobody to blame but myself. The field is ACTUALLY named "clid" interna

Re: [asterisk-users] Cisco IP Phones and Asterisk

2011-03-30 Thread Warren Selby
You haven't said which model Cisco phone your working with. There are several different models and they all have different configuration options. Also, asterisk in itself doesn't have anything to do with button assignments on phones. Cisco phones tend to be harder to manipulate soft-keys than s

Re: [asterisk-users] dtmf_2833_1.pcap: what PCM codec? ulaw or alaw?

2011-03-30 Thread cajsdy
thanks. opened with wireshark and it's clearly show the format, digits. another question: each pcap has multiple frames, each frame has digit, volume 10, and duration. why it has more than one frame? would not it send multiple digit each pcap? On Wed, Mar 30, 2011 at 5:47 PM, Kevin P. Fleming wro

Re: [asterisk-users] Cisco IP Phones and Asterisk

2011-03-30 Thread bilal ghayyad
Kindly find below my notes preceded by ( * ). > Good morning, > > from the last question i assume you're looking for a > SIP-based > configureation. > > On 03-30-2011 00:16, bilal ghayyad wrote: > > > 1) How I can assign for each button an extension? > > > you can configure them as lines (at

Re: [asterisk-users] asterisk and fail2ban

2011-03-30 Thread Gilles
On Wed, 30 Mar 2011 16:54:51 -0500, Darrick Hartman wrote: >One of our developers on the AstLinux team worked out a plugin for >Arno's firewall (iptables based) which performs similar to fail2ban, but >uses bash. He called it adaptive-ban. You might be able to adapt it >for your use, but as i

Re: [asterisk-users] asterisk and fail2ban

2011-03-30 Thread Mark Deneen
Look into the ipt_recent / xt_recent module. It's probably what he is using. On Wed, Mar 30, 2011 at 4:25 PM, vip killa wrote: > could you please elaborate on how you have iptables setup to work that way? > > On Wed, Mar 30, 2011 at 4:11 PM, Gordon Henderson > wrote: >> >> On Wed, 30 Mar 2011,

Re: [asterisk-users] securing sip with iptables [was: asterisk and fail2ban]

2011-03-30 Thread Jeremy Kister
On 3/30/2011 4:25 PM, vip killa wrote: could you please elaborate on how you have iptables setup to work that way? I have my config at: http://jeremy.kister.net/code/iptables/ if you already have an iptables config and you just want to make it more secure, the magic happens in the "if [ $THRO

Re: [asterisk-users] asterisk and fail2ban

2011-03-30 Thread Darrick Hartman
On 03/29/2011 07:16 AM, Gilles wrote: On Mon, 28 Mar 2011 08:20:23 -0400, vip killa wrote: Is anyone using asterisk with fail2ban? Sorry for hi-jacking the thread, but I was wondering if there were a lighter alternative that I could run on appliances? Python uses too much RAM, but I need to f

Re: [asterisk-users] dtmf_2833_1.pcap: what PCM codec? ulaw or alaw?

2011-03-30 Thread Kevin P. Fleming
On 03/30/2011 10:46 AM, cajsdy wrote: Hi everybody, got it from svn: dtmf_2833_1.pcap //asterisk/trunk/tests/rfc2833_dtmf_detect/configs/extensions.conf PRE-CREATION />//asterisk/trunk/tests/rfc2833_dtmf_detect/configs/sip.conf PRE-CREATION />//asterisk/trunk/tests/rfc2833_dtmf_detect

Re: [asterisk-users] asterisk and fail2ban

2011-03-30 Thread Tzafrir Cohen
On Wed, Mar 30, 2011 at 03:36:10PM -0500, Danny Nicholas wrote: > I don't use F2B either, but from what I understand, it is a packaged > iptables automation. If you are a unix/linux guru or have a small amount of > traffic, I can see where manual iptables maintenance would be fine; F2B > would be

Re: [asterisk-users] asterisk and fail2ban

2011-03-30 Thread Danny Nicholas
I don't use F2B either, but from what I understand, it is a packaged iptables automation. If you are a unix/linux guru or have a small amount of traffic, I can see where manual iptables maintenance would be fine; F2B would be for the "less-informed" or more heavily attacked amongst us.

Re: [asterisk-users] asterisk and fail2ban

2011-03-30 Thread Terry Brummell
From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of vip killa Sent: Wednesday, March 30, 2011 4:25 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] asterisk and fail2ban could you please elaborat

Re: [asterisk-users] asterisk and fail2ban

2011-03-30 Thread vip killa
could you please elaborate on how you have iptables setup to work that way? On Wed, Mar 30, 2011 at 4:11 PM, Gordon Henderson < gordon+aster...@drogon.net> wrote: > On Wed, 30 Mar 2011, Terry Brummell wrote: > > I think you will find Fail2Ban the defacto standard. >> > > I don't use fai2ban. Nev

Re: [asterisk-users] asterisk and fail2ban

2011-03-30 Thread Gordon Henderson
On Wed, 30 Mar 2011, Terry Brummell wrote: I think you will find Fail2Ban the defacto standard. I don't use fai2ban. Never have, never will because I simply don't need it. Standard iptables are good enough if you can be bothered to use them to their full abilities. No need for anything els

[asterisk-users] CDR Mysql adaptive Colum

2011-03-30 Thread Henrique Fernandes
Hello folks, i installed asterisk 1.8 from repo: https://wiki.asterisk.org/wiki/display/AST/Asterisk+Packages And Looked at this article about CDR in mysl. http://www.voip-info.org/wiki/view/Asterisk+cdr+mysql I installed asterisk-mysql pacakge from debian repo. The cdr in mysql is working, bu

[asterisk-users] chan_dahdi unknown dependency problem

2011-03-30 Thread SebA
So, I've compiled and installed libpri-1.4.11.5, dahdi-linux-complete-2.4.1+2.4.1 and asterisk-1.6.2.17.1, but chan_dahdi is not getting built. If I do a "make menuselect" in asterisk I see it listed with XXX, meaning that dependencies are not met. XXX chan_dahdi Depends on: res_smdi(M), dahdi

Re: [asterisk-users] CDR MYSQL missing field data

2011-03-30 Thread Eric W. Davenport
Warren, Thank you Eric -- Eric W. Davenport Cert-In Software Systems, Inc. P.O. Box 346 Bakersville, NC 28705 800-873-0110 ewdavenp...@certin.com www.certin.com -- _ -- Bandwidth and Colocation Provided by http://www.api-digi

Re: [asterisk-users] Connecting Asterisk to Siemens Hipath 3750

2011-03-30 Thread Danny Nicholas
What does your Dial command look like? If you are using the ,r option, Asterisk will generate itÂ’s own ringing noise even on a dead or busy line. _ From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Bobola Oke Sent: Wednesday, M

Re: [asterisk-users] Connecting Asterisk to Siemens Hipath 3750

2011-03-30 Thread Bobola Oke
Hi guys Thanks alot for the support. I have successfully connected the HiPath3750 to the E1 lines and everything is working fine with the appropriate dial plans. I used Josue's config and the info I got from here http://www.voip-info.org/wiki/view/Siemens+Hicom Well, not everything is working fin

[asterisk-users] dtmf_2833_1.pcap: what PCM codec? ulaw or alaw?

2011-03-30 Thread cajsdy
Hi everybody, got it from svn: dtmf_2833_1.pcap */asterisk/trunk/tests/rfc2833_dtmf_detect/configs/extensions.conf PRE-CREATION *>* /asterisk/trunk/tests/rfc2833_dtmf_detect/configs/sip.conf PRE-CREATION *>* /asterisk/trunk/tests/rfc2833_dtmf_detect/run-test PRE-CREATION *>* /asterisk/trun

[asterisk-users] Updated: 10 Minutes: Asterisk PBX on Amazon EC2

2011-03-30 Thread Ronald Lewis
Dear Asterisk Community: With more than 10,000 readers worldwide, I've refreshed my free Asterisk PBX on Amazon EC2 ebook for 2011. It has been used by Avaya, Polycom, universities, and consultants everywhere. Did I mention it's free? If you have suggestions for its improvement or things you'd lik

[asterisk-users] Asterisk 1.8.3.2 core dump chan_sip.c

2011-03-30 Thread Christian Gansberger
Hello, I'm testing with asterisk 1.8.3.2 and come across this: Call from one extension to another with: [macro-internal-call];ARG1=extension to call exten => s,1,Set(TOCALL=${DB(SIP/${ARG1})}) exten => s,2,Dial(SIP/${TOCALL},60,tT) ... As I had no entry in the asteriskdb, so the SIP uri was

Re: [asterisk-users] Asterisk 1.8 Packages for Debian and Ubuntu

2011-03-30 Thread Paul Belanger
On 11-03-29 07:59 AM, Daniel Pocock wrote: # apt-key adv --keyserver subkeys.pgp.net --recv-keys 175E41DF Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyr

Re: [asterisk-users] asterisk and fail2ban

2011-03-30 Thread Andrew Latham
On Wed, Mar 30, 2011 at 9:38 AM, vip killa wrote: > so does anyone use fail2ban w/ asterisk or most people use sshguard? Vip, the overall message is that it takes layers of settings/configurations to "secure" an installation. Simple Guide 1. alwaysauthreject = yes in http://svn.asterisk.org/svn/

Re: [asterisk-users] asterisk and fail2ban

2011-03-30 Thread Terry Brummell
I think you will find Fail2Ban the defacto standard. From: vip killa Sent: Wed 3/30/2011 8:38 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] asterisk and fail2ban so does anyone use fail2ban w/ asterisk or most people use sshguard? -- _

Re: [asterisk-users] asterisk and fail2ban

2011-03-30 Thread vip killa
so does anyone use fail2ban w/ asterisk or most people use sshguard? On Wed, Mar 30, 2011 at 6:57 AM, Andrew Thomas wrote: > Just to respond to the IP range approach. My ISP recently changed my > external IP and now it appears that I am in New York (when I am actually > static in Manchester, En

Re: [asterisk-users] asterisk and fail2ban

2011-03-30 Thread Andrew Thomas
Just to respond to the IP range approach. My ISP recently changed my external IP and now it appears that I am in New York (when I am actually static in Manchester, England). I've also been in Birmingham, Motherwell and Nottingham [UK] aswell! So, although banning certain ranges may be a good ide

Re: [asterisk-users] asterisk and fail2ban

2011-03-30 Thread Gilles
On Wed, 30 Mar 2011 01:45:20 +0300, Ioan Indreias wrote: >Just to provide an alternative to sshguard: you could use BFD[1] Thanks Ioan. I'll give it a shot. -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.co