similar to: Directories Used by Asterisk

Displaying 20 results from an estimated 7000 matches similar to: "Directories Used by Asterisk"

2007 Dec 27
3
Performance Issues Degradation After 6 Calls
I am using Asterisk and A2billing Calling Card Platform and after the 6th call the quality starts to degrade. The way it set up is the user calls into the system then dial out so I have 12 channels being used up but 6 active calls. Here are my specs Asterisk SVN-branch-1.4-r79142 on a i686 running Linux Fedora 6, Pentium 4 Hyper-Threading, 64 bit, 1GB of RAM, 80 GB Sata Drive, bandwidth 4 Mbps
2007 Dec 29
1
Not Able To tar zxvf zaptel-*.tar.gz
I figured it out. The ftp site was not named well and corrected. The other problem I have it after the extraction and make; it was suppose to go under /etc but that did not happen. I am trying to figure out why. On 12/28/07, broadband Voice <broadbandvoice at gmail.com> wrote: > > I successfully downloaded the Asterisk package from Digium but not able > tar zxvf zaptel-*.tar.gz.
2005 Mar 09
4
Upgrading Asterisk
I'm about to upgrade my currently running asterisk server from 1.0.3 to 1.0.6 is there anything I should do before doing the upgrade? I know since I'm using Fedora Core 3 that I must do for Zaptel : make clean then make linux26 and finally make install. Do I have to remove the version 1.0.3 first or only doing install will replace all existing modules without removing my config files?
2007 Nov 28
6
G729 on wrong bus
Hi, Can anyone assist me in resolving this problem? I installed the G729 on a 32 and just found out that the server is 64. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071128/599591ac/attachment.htm
2005 Jul 01
2
make error for zaptel
Hi, I'm running SuSE 9.3 fully updated using YOU and I *have* re-booted the box (in a hope to sort out the uname -r issue mentioned below). I'm using the Asterisk Doc Proj vol 1 to guide me through the initial setup. I have no special HW and intend to use asterisk on an internal network just to get some experience. I have downloaded what I think I need and placed it in /usr/src (see
2006 Jun 19
3
Bristuff-0.3.0-PRE-1q and & florz patch compile trouble
Again trouble compiling bristuff-0.3.0-PRE-1q with the florz patch on a x86_64 box (I guess nobody is using x86_64 platform or is able to fix this themselves?) First of all when bristuff is downloaded and compile is started it appears that the bristuff Makefiles are badly broken. The asterisk Makefiles all do see to find the kernel sources on a RHEL4 box in the proper directory, the pure
2008 Jun 24
1
GotoIfTime Function
I am trying to use the GotoIfTime function and get a busy signal. What I am trying to accomplish is to have the system tell callers that we are closed after 5:00pm. Here is the code below. ; If we're open, then go to the open context ; We're open from 9am to 6pm Monday through Friday exten => 3200,1,GotoIfTime(09:00-17:59,mon-fri,*,*?open,3200,1) ; ; We're also late on Tuesday and
2010 May 19
10
R: default subvolume abilities/restrictions
Hi Anthony, I think that for you may be interested to read this thread http://kerneltrap.org/mailarchive/linux-btrfs/2009/11/20/6588643/thread and to read a my blog about this argument http://kreijack.blogspot.com/2010/01/linux-btrfs-example-of-layout.html Regards Goffredo >----Messaggio originale---- >Da: anthony@extof.me >Data: 19/05/2010 8.50 >A:
2008 Jan 31
1
Server Compatibility List for Asterisk
Digium has a compatibility list of servers, however, it has not been updated since 2006. One of the servers on the list has since been taken out of production by Dell. Here are the remaining servers on the list: HP Proliant DL360IBM x206IBM x346 Does anyone has a most recent list and I will be adding the digium cards for T1 the 220 series with echo cancellation? -------------- next part
2004 Aug 05
3
Avaya/Lucent Definity -> Asterisk interop question
Calling all Definity admins, Got a few questions about Definity -> Asterisk interoperability. 1) What are the options for integration? Can I hand off extensions from the Definity and vice versa? 2) Anybody have any working configs they would like to post? I've found and read the legacy integration on the wiki about the two systems. I've also googled and found a few threads that were
2006 Jun 13
2
Compiling zaptel on FC5
Are there any generic install guidelines for compiling the Zaptel drivers on FC5? This is my first install of Asterisk (and my first FC5 system) and I'm having a great deal of trouble getting it to cooperate. make clean and make are definitely not playing nice, telling me that "You don't appear to have the kernel sources installed" when I'm pretty sure that I do. Any
2006 Nov 07
1
Help with latest Asterisk on latest Debian
Hi all, First, I really hope that this message gets through since i had to change email address on this list. Only one message from me with my previous address got through. I am running latest test version of Debian and I have done the following: First, i did apt-get build-dep asterisk Then I downloaded the latest version of Zaptel, Libpri and Asterisk, something with 1.4. I am using Kernel
2001 Jan 03
1
chroot.diff
Hi there, everyone; I've had a few requests for an updated version of my chroot patch. (the version found in contrib is outdated) So, here it goes, updated to 2.3.0p1; "chroot.diff" is a plain diff for session.c (apply, compile and go). "chroot+configure.diff" is the same patch, plus an option to "configure" for enabling/disabling chroot support (./configure
2006 May 12
4
fc5 and link to sources?
Just installed fc5, installed correct kernel source, and trying to compile zaptel-1.2. Changed the link in /lib/modules/2.6.15-1.2054_FC5 to point to /usr/src/redhat/SOURCES. Like: lrwxrwxrwx 1 root root 23 May 12 15:21 build -> /usr/src/redhat/SOURCES A 'make install' still complains with: make -C /lib/modules/2.6.15-1.2054_FC5/build SUBDIRS=/usr/src/zaptel-1.2 modules make[1]:
2006 Jan 05
3
TE110p and pri_cpe signalling not recognized
Hi guys, I've been installing and configuring a TE110p card. The compile and install went very well. I'm using this on FC4 and I compile with linux26 as well checked I on the udev configs. zttool and ztcfg both indicate that the card is ready. But when I try to "load chan_zap.so" then I get the following Unable to load module chan_zap.so Jan 5 21:43:33 ERROR[6808]:
2001 May 24
1
chroot sftp-server [PATCH]
I'm working on setting up a semi-trusted sftp service, and to get it working, I need chroot capability. I've taken the /./ wuftpd magic token code from contrib/chroot.diff and put it into the sftp server. The main problem is that privileges have been dropped by the time the subsystem is exec'ed, so my patch requires that sftp-server be setuid root. Not ideal, I know, but I drop all
2005 Oct 01
1
Compiling Zaptel on EM64T machine
Hi Guys Im trying to complile Asterisk on my new dual Xeon 3.0ghz EM64T machine. Im running Debian 3.1, and have installed the 2.6.8-11-em64t-p4-smp kernel (and headers). The system is working fine and is detecting both CPU's (4 actually, with hyperthreading). But when I try to compile Zaptel, Im getting this error: /lib/modules/2.6.8-11-em64t-p4-smp? /build make -C
2007 Feb 12
4
Zaptel install...
I am having trouble getting Asterisk to compile the zaptel stuff. Here are the specifics: Linux Kernel 2.5.9-42.0.8.EL Asterisk 1.4.0 I compiled libpri, zaptel, asterisk and asterisk-addons (in that order). This is a fresh install of CentOS. Following the CentOS install, I did "yum -y update" until there were no updates left. Here is my src directory: drwxr-xr-x 24 root root
2008 Apr 16
1
Non-codec capabilities (dtmf): us - 0x1 (telephone-event),
We have two servers but looks like G729 issues. Works fine on the old server and not sure if it is T1 related. See SIP Debug. Any experiences to share. Thanks --- Newark1*CLI> <--- SIP read from 194.xx.Xx.Xx:5060 ---> SIP/2.0 183 Session progress Via: SIP/2.0/UDP 76.xx.xx.xx:5060;branch=xxxxK784d2637;rport From: "Cell Phone DC" <sip:202xxxxxxx at
2004 Feb 02
11
compile error
I'm trying to compile the last * CVS version and I got this error: gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -DASTERISK_VERSION=\"CVS-09/10/03-18:47:18\" -DINSTALL_PREFIX=\"\" -DASTETCDIR=\"/etc/asterisk\"