Displaying 13 results from an estimated 13 matches for "codefid".
Did you mean:
code_id
2006 May 18
0
Fwd: [Announcement] Asterisk-IL mailing list
----- Forwarded message from Gilad Ben-Yossef <gilad@benyossef.com> -----
From: Gilad Ben-Yossef <gilad@benyossef.com>
Organization: Codefidence ltd. A name you can trust.
To: Linux-IL <linux-il@linux.org.il>
Subject: [Announcement] Asterisk-IL mailing list
X-Bogosity: Unsure [50.0%]
X-listar-version: Listar v0.124a
X-original-sender: gilad@benyossef.com
X-list: linux-il
Howdie,
Due to popular demand, a mailing list for the dis...
2005 Feb 09
2
How do I match a "D"? (Was: RE: In-band disc onn ect problem (legacy PBX) - asterisk doesn't hear the touchtone?)
> -----Original Message-----
> From: Gilad Ben-Yossef [mailto:gilad@codefidence.com]
> I'm prbably stupid, but wont this do what you want?
>
> > exten => 1,1,Goto(bye,s,1)
No, because I wanted to match on "D", not "1".
Anyway, I figured it out. The extension was working, but Background()
ignores the tones A through D by default....
2004 Nov 25
3
redhat9 100% CPU
Redhat 9 is running 100% cpu usage. I had a couple boxes doing this.
upgraded to Fedora and its ok.
2005 Feb 08
1
How do I match a "D"? (Was: RE: In-band disconn ect problem (legacy PBX) - asterisk doesn't hear the touchtone?)
> -----Original Message-----
> From: David Brodbeck [mailto:DavidB@mail.interclean.com]
> Okay, the problem appears to be that I'm tone deaf. ;)
>
> I finally thought to turn on debugging on the channel. The
> PBX is sending
> "D", not "*". The programmer of the previous voice mail system (whose
> configuration I was cribbing from) seems to have
2004 Nov 15
3
Memory Consumption
Hello,
I use Asterisk 1.0.2 on a RedHat Enterprise Server 3.0 (Kernel 2.4.21)
and i experienced that the memory consumption of the asterisk-process
started by the init.d-script raises continously. Now, after 3 hours of
operation (on our testing-system we have 30 concurrent connections to
another asterisk box using IAX2 and GSM codec) there is already 66MB
allocated. I think this could be ok, but
2004 Dec 04
5
BLOCKING incoming FAXES on voice line.
At time to time somebody is trying "their luck" and send me most likely
a junk fax on my voice line. During normal working hours is not a
problem I just pickup the line and hangup the call but after-hours my
voice mailbox is intercepting the call and recording those
"beeps" (waisting my CPU cycles).
Is there a way to block call / issue hangup command if the incoming call
is a
2004 Nov 25
4
Opinions on renice or turning off swap or ramdis k as swap?
I have 4 gig in my * box. I'm tuning for performance and I'd like to ask
opinions:
1. asterisk -p == renice -20 ??
2. I've turned off swap with no apparent ill effects. Can anyone commment on
long term effects with moderate load (say, 30 SIP phones / 2-3K calls /day)
3. Can anyone comment on using ramdisk as swap and whether this is a good
idea or bad idea?
I'm using 2.6
2004 Oct 04
2
Off Topic: Dead GS BudgeTone-100
Hi everyone,
This is off topic and is for GS technical support really but it seems
that there are a lot of Budge Tone 100/101/102 users out there.
I've got a Budge Tone-100 (101 - without the extra 10base ethernet
connetion?) here. I changed the configuration through its web based
interface and I clicked the reboot link. But then something went wrong
and ever since then it doesn't
2004 Dec 04
5
Is Gigabit Ethernet necessary?
For an office that is using VoIP phones to connect to Asterisk, is gigabit
ethernet really necessary for the Asterisk box to connect to the switch? I
know that I won't even approach the limits of 100 Mbps, but would gigabit
help with latency / collisions when several calls are underway? The fact
is, anything going outside the office will be over a data T1, so intuition
tells me that 100
2004 Dec 30
11
Is asterisk that unstable ????
from voip-info wiki
Asterisk automatic daily restart
To automatically restart Asterisk you can add something like this to cron
# Restart Asterisk PBX once a day to prevent any problems from piling up
10 7 * * * root /usr/sbin/asterisk -rx "restart now" >/dev/null 2>&1
or
10 7 * * * root /usr/sbin/asterisk -r -x "restart gracefully" >/dev/null 2>&1
2008 Dec 16
2
Syncing file with reference to another one
I have the following situation: file2 on remote host and file1 on
localhost. file1 and file2 are mostly the same. Simply running
rsync remotehost:file2 file2
will actually transfer the entire file. But I would like to use the
factt that I have local file1 that is mostly similar to file2. I.e.
how can I make rsync to use file1 as a reference while transferring
file2? (cp file1 file2 locally and
2004 Dec 09
1
Changing NICE value for * will it help?
By default asterisk (on my system) runs with NICE value "0" like most of
the programs.
Will the performance improve if I assign NICE value of let say -5 or -10
to asterisk? To my understanding it should as the priority will be
higher than most other programs (it might even solve some echo problem).
Am I right?
How to start asterisk with priority let say -5?
If I start the main process