similar to: Asterisk Appliance Logs?

Displaying 20 results from an estimated 200000 matches similar to: "Asterisk Appliance Logs?"

2007 Aug 21
2
Using HTTP proxy for yum
Is there a way to use an HTTP proxy (with a user/pass) with yum? Or at least a way to pass a user/pass through yum? I have a situation with a CentOS server behind a web filter appliance. Thanks, Scott
2009 Jun 22
2
Make sshd log IP addresses, not hostnames
Can I adjust the ssh daemon to log IP addresses instead of hostnames? I assume this situation is feasible... * 10.10.10.10 attempts to ssh to the server * reverse dns resolves to "somehost.domain.com" * ssh daemon logs "somehost.domain.com" in messages * foward dns on "somehost.domain.com" resolves to 10.10.10.20 Thus it causes some of my scripts a problem if the
2007 Dec 29
5
Digium Asterisk Appliance voicemail & logs
Does anyone know how much space the appliance has for voicemail and/or logs? Doesn't have an embedded disk from what I can see, and only a 1G flash card? -- Barry D. Hassler President, HCST http://www.hcst.net/ 937-427-9000 -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Sep 26
2
My G729 problem re-visited
Ok, I built a test system to duplicate my problem and provide myself a platform that I can mess around with to try and break any features. My problem is G729 pass-through from a gateway to a phone. I think I even have transcoding working, which makes me more confused on what's wrong with my pass-through. It must be a configuration issue. The basics... *CLI> core show version Asterisk
2007 Sep 14
1
g729 on 1.4.10.1
I have a fresh 1.4.10.1 installation that appears to have a problem with g729 pass-through. I can see the gateway in question sending an INVITE using g729b. However, the Asterisk is only sending g711 in the INVITE to my Polycom phone. [gateway] disallow=all allow=g729 [phone] disallow=all allow=ulaw allow=alaw allow=g729 There's the codec configs for the gateway and the phone in question.
2006 Feb 13
1
Asterisk: Agent logs into queue, and there are calls in the queue, but calls don't go to agent.
When an agent logs into a queue using AgentCallBackLogin, he should be ready to take calls until he logs out right? For some reason the first time a customer calls the queue, it rings the agent just fine but after the agent hangs up the phone and the next caller calls the queue, no more calls will be transferred to the agent. He shows as logged in, but the calls wait in the queue forever and
2007 Aug 17
1
logrotate and httpd logs
I swear that I've removed httpd from logrotate.d on more than one occasion because I prefer to rotate httpd logs on my own schedule. But the config keeps on returning and throwing off my stats. I'm assuming that when there is an Apache upgrade that it's re-inserting the config into the logrotate.d directory? Is there an easy way to stop it from doing this? I *really* do not want to
2007 Oct 12
4
Safe method to remove old kernels
# rpm -qa | grep kernel-2 | sort kernel-2.6.9-42.0.10.EL kernel-2.6.9-42.0.2.EL kernel-2.6.9-42.0.3.EL kernel-2.6.9-42.0.8.EL kernel-2.6.9-42.EL kernel-2.6.9-55.0.2.EL kernel-2.6.9-55.0.6.EL kernel-2.6.9-55.0.9.EL kernel-2.6.9-55.EL I'm running the most recent kernel available, and I've never had a problem with any past kernels, so I don't believe there's any reason to keep all of
2007 Oct 18
2
Upgrading Java on CentOS 4.5
# rpm -qa | grep -E '^(java|jdk|jre)-' jre-1.6.0_03-fcs java-1.4.2-gcj-compat-1.4.2.0-27jpp jdk-1.6.0_03-fcs java is a CentOS package. jdk and jre are from Sun. (I need Java >= 1.5.0 for an application I'm installing.) # update-alternatives --config java There are 1 programs which provide 'java'. Selection Command ----------------------------------------------- *+
2008 Feb 08
2
Changing ext3 Partition Size
I have an ext3 partition from our SAN. The size was increased. I am attempting to re-size this specific ext3 partition, obviously. I unmount the partition, run fdisk, change the cyls, and save... WARNING: Re-reading the partition table failed with error 22: Invalid argument. The kernel still uses the old table. The new table will be used at the next reboot. And that is the message that I
2007 Dec 10
2
5.1 Upgrade Not Working?
So both "yum upgrade" and "yum update" now are complete and there's no new packages. However, when I attempt to check my version, I'm still showing 5. # cat /etc/redhat-release CentOS release 5 (Final) I remember seeing 5.1 repositories being access for the upgrades. Is it possible my system did not upgrade? # uname -r 2.6.18-53.1.4.el5.centos.plus Thanks, Scott
2015 Jul 09
0
Re: [PATCH] appliance: Exclude everything in /var/log/* from the appliance (RHBZ#1239154).
In data giovedì 9 luglio 2015 09:58:45, Richard W.M. Jones ha scritto: > --- > appliance/excludefiles.in | 7 +------ > 1 file changed, 1 insertion(+), 6 deletions(-) > > diff --git a/appliance/excludefiles.in b/appliance/excludefiles.in > index 9a48db7..c53a913 100644 > --- a/appliance/excludefiles.in > +++ b/appliance/excludefiles.in > @@ -32,12 +32,7 @@ dnl The
2007 Nov 14
2
rsync problem
I have a simple script that sends one file to two locations on the same destination server. Here's the code: DEST="remotehost" SRC="/home/boss/application.conf" DST1="/home/user1/application.conf" DST2="/home/user2/application.conf" RSYNC1=`rsync -caW -e ssh $SRC $DEST:$DST1` RSYNC2=`rsync -caW -e ssh $SRC $DEST:$DST2` This runs every 5 minutes. What
2015 Jul 09
2
[PATCH] appliance: Exclude everything in /var/log/* from the appliance (RHBZ#1239154).
--- appliance/excludefiles.in | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/appliance/excludefiles.in b/appliance/excludefiles.in index 9a48db7..c53a913 100644 --- a/appliance/excludefiles.in +++ b/appliance/excludefiles.in @@ -32,12 +32,7 @@ dnl The right kernel modules are added back by supermin. -/usr/share/i18n/* -/usr/share/pkgconfig/* --/var/log/*.log*
2008 May 23
2
How to move my MBR
I removed an ATA drive (/home) for a new SATA and my system would not boot. I'm guessing that it put the MBR on that drive instead of the drive that holds the / partition. What's the best way confirm where the MBR resides and, after I verify that's my problem, how I can move (or make a copy) onto a different drive? Thanks, Scott
2013 Dec 28
1
Convert Asterisk Appliance (AA50) to "Open" Asterisk?
Hi All, Thanks for all of the help I've been given in the past and info I've picked up from this list over the years. I have an "official" Asterisk appliance (the AA50) running my PBX at home (we previously also had an AA50 in a satellite office-that one was recently retired and replaced with Asterisk running on commodity server hardware). Anyway - the AA50
2015 Jun 15
0
Re: [PATCH v2] Improve fixed appliance documentation
On Monday 15 June 2015 15:47:31 Richard W.M. Jones wrote: > On Wed, Jun 10, 2015 at 06:47:44PM +0200, Pino Toscano wrote: > > index e2ee1b5..eebab53 100644 > > --- a/src/guestfs.pod > > +++ b/src/guestfs.pod > > @@ -3540,6 +3540,30 @@ Finally, the child process sends asynchronous messages back to the > > main program, such as kernel log messages. You can register
2015 Jun 10
0
[PATCH v2] Improve fixed appliance documentation
Move the "FIXED APPLIANCE" section from libguestfs-make-fixed-appliance(1) to the general guestfs(3), so it's more visible and less hidden in the documentation of a rarely-used tool. Expand the FAQ question about libguestfs without supermin, mentioning the build options needed and pointing to the aforementioned new section. --- appliance/libguestfs-make-fixed-appliance.pod | 28
2011 Nov 30
1
Installing asterisk on a server vs appliance(e.g digium mypbx)
Hi, I am looking into advising a client on the pro's and cons of using Installing asterisk on a server vs appliance(e.g digium mypbx). the appliance seems cheaper initially.
2007 Aug 22
6
Who does snapshots other than Network Appliance?
Having snapshot technology is great. Who else supports it? Thanks. Scott