Displaying 20 results from an estimated 1000 matches similar to: "New Asterisk user with a goal"
2002 Jan 23
1
Wierd problem with rysnc.
Hi folks, I'm having a problem with my rsync between two areas between a WAN.
The problem is really odd. I have a script that runs every night. Lately,
we've been having problems with rsync. The source side is an ordinary file
while the destination side is a symlink. We've been having problems with rsync
deleting the symlink and repacing it with the source copy despite having it in
2003 Mar 17
2
scoping rules; summary
Hi everyone
thanks for the replies.
The issue was NOT a font problem; I deliberately chose ll1 and l11 as
examples of easily confused variable names (evidently these were too
easily confused ;-). The code snippet was written as intended, and
increment() contained a deliberate, highlighted, bug. I was asking
for guidance on avoiding/finding this sort of coding error.
That was why I wrote
2010 Jan 13
1
Problems with rsync between NAS mounted filesystems
Hi All,
Here is my setup. I've to two NAS filesystems mounted on a SunFire
V490. They're mounted on /rsync/ieeprodhome/ECF and
/rsync/ieeprodhome2/ECF. The ieeprodhome filesystem is 1.008 TB wiht
812GB used and the ieeprodhome2 filesystem is 1.2TB with 813GB used.
One other thing to add that might be of importance is that the source
filesystem has over 100k files in it.
2019 Apr 26
2
How "safe" is reject_unknown_helo_hostname?
Helo hostname MUST have resolvable hostname.
Crazy or not, but i use this.
The _access-allow parts for server you really trust.
smtpd_client_restrictions =
permit_mynetworks,
reject_unauth_destination,
check_client_access cidr:/etc/postfix/check_client_access-allow.cidr,
reject_unknown_hostname,
reject_non_fqdn_hostname,
reject_invalid_hostname,
2005 Feb 14
5
Sipura g729 call quality to PSTN
If this has been covered before - I appologize.
We use some Sipura SPA-2000's with the g711 codec and all seems fine
(except for the occasional failure to register errors in my asterisk
logs - but I will save that for another post).
g711 call quality is on par with our Cisco 7960's. However, when
using the g729 codec, the call quality on the Sipura device goes
downhill on the PSTN side
2004 Aug 06
9
how to define a dozens of interface as one zone
hi,
we use openvpn as for our vpn endpoints and we''ve got about 70-80 vpn
connections which means we have tun0 - tun80 interface. i''d like to
define one zone for all of our vpn connections how can I do that?
actualy our local zone is 192.168.0.0/17 (not 16) and all of the vpn''s
are in 192.168.128.0/17. our should i define somehow the local zone as
192.168.0.0/16? but in
2004 Dec 29
5
newnotsyn question
Hi,
I''m running shorewall-2.0.8-1mdk with iptables-1.2.9-7.1.101mdk on
kernel-2.4.22-30mdk, Mandrake 10.1 (kernel-2.6.8.1.10mdk-1-1mdk is
installed, but I haven''t rebooted yet).
I get a significant number of newnotsyn packet denials from existing,
valid connections. Most of these seem to be on port 80 and port 25, and
directionality doesn''t seem to matter (I run
2009 Mar 12
4
Serving 120 concurrent calls
Hello,
a local prison contacted us regarding some calling card solution.
they need 4 E1s to serve 120 rooms in that prison.
we are planning on using 4 servers to serve the calls and one for the database
servers' specifications are:
2.8 Dual Core Proccessors
2 GB Ram
160 Sata Drive
each server will be provided with 1 E1 card
Questions are:
1- will those servers be able to handle that ammount
2006 Jul 10
2
acts_as_ferret 0.2.2
Hi all,
I just tagged acts_as_ferret 0.2.2 as the current stable version, so get
it while it''s hot ;-)
new features:
- added support for the multiple models/single index approach.
- find out the total number of search results by calling total_hits on
the array returned by find_by_contents.
fixes:
- trac tickets #20 (find_by_contents breaks ferret sorting) and #24
2003 Jan 19
5
Latest techniques for multiple PPP load-balancing
Hey,
I''ve been scouring the web these past few days trying to find a suitable
technique to load balance my network. Unfortunately I think my setup is
very uncommon, so I''m looking to you guys to see if you can help.
I currently have 2 ADSL modems, provided by the same ISP and terminating
on the same gateway (I think having the same gateway is what is causing
the problems, since
2009 Jul 08
9
Question about optimal filesystem with many small files.
Hi,
I have a program that writes lots of files to a directory tree (around 15 Million fo files), and a node can have up to 400000 files (and I don't have any way to split this ammount in smaller ones). As the number of files grows, my application gets slower and slower (the app is works something like a cache for another app and I can't redesign the way it distributes files into disk due
2007 May 29
2
Noise suppression less than AGC gain
Hi,
I've had a small case with noise suppression and AGC. I have a fairly
noisy environment here, and with the default parameters, noise
suppression works fairly well while I talk. However, when I shut up, AGC
starts slowly increasing the gain until it has amplified whatever noise
is left to levels about equal to having no filtering at all. As soon as
I talk, AGC backs down fairly quick
2005 May 02
4
streaming from the sound card
Hi,
I'm trying to set up Icecast and Ices to stream from my sound card's
line-in. I'm using ALSA. I'm experienced in Linux but haven't spent much
time on multimedia and I'm new to streaming. Platform is Mandrake 10.1
with kernel held to 2.4. The sound card is working and I can record to
file using sox.
Ices and Icecast both start okay, and aren't logging any
2006 Jul 05
2
get value from array.
hi,
Im running the following sql statment which returns 1 result.
pSql = "SELECT sum(amount)
FROM payments
WHERE expected_pay_date LIKE ''"+pWholeDate+"%''
AND invoice_id IS null "
aResult = Payment.find_by_sql(pSql)
how can I get the result of this?
(when doing @aResult.inspect it
2007 Mar 29
1
Extending the to_s method
Hi!
I''m developing an localization plugin (just for my own purposes) and I
wanted to extend the to_s method for the Time class.
What I want to do:
when someone does date.to_s(:short) that a localized version of
the :short date is displayed.
But I don''t know how to accomplish this. I know have this:
class Time
def to_s(option)
print option.to_yaml
2005 Jan 25
3
AMP with SUSE 9.2
Hi,
I have the newbie guide from AMP's website and (fair enough) it is all
about whitebox linux. Has anyone found any gotchas with the newbie guide
relating to SUSE 9.2 ?
Any help appreciated.
Cheers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050125/6b7a2f61/attachment.htm
2003 Oct 23
3
Shorewall backup configuration patch/hack
Hi,
I created a modification (more like a hack) to shorewall that backups a
configuration after succesfully (re)starting it. In case a future
(re)start fails it will use this backup configuration. (instead of
stopping the firewall and generating a massive ammount phonecalls ;)
I didn''t pay too much attention to the ramifications of this patch, so let
me know if i screwed anything up.
2004 Aug 06
2
More questions!
Hey thanks for your help guys. I got everything working.
I've got a few other questions though. I want to have a dj/station type
script or program to cycle through mp3's and play a call sign mp3 every
certain # of songs. Whats the best program to do this? There's a few i've
seen on freshmeat.net but i'm unsure of which to use.
Also, I want to do a live broadcast once a week.
2005 Jan 30
1
Patch : fix configure.in and Makefile.am problems.
On Sun, 30 Jan 2005 14:39:18 -0800 (PST)
Josh Coalson <xflac@yahoo.com> wrote:
> --- Erik de Castro Lopo <erikd-flac@mega-nerd.com> wrote:
> > On Sun, 30 Jan 2005 10:45:05 -0800 (PST)
> > Josh Coalson <xflac@yahoo.com> wrote:
> >
> > > OK, thanks, checked in. once linux-ppc is ironed out the
> > > release should be ready to go.
> >
2005 Jan 30
2
Patch : fix configure.in and Makefile.am problems.
On Sun, 30 Jan 2005 10:45:05 -0800 (PST)
Josh Coalson <xflac@yahoo.com> wrote:
> OK, thanks, checked in. once linux-ppc is ironed out the
> release should be ready to go.
Long way to go yet. Mine is a G3 PowerPC so it doesn't have Altivec.
I've tried --disable-assembler but there's still something screwed
up int the Makefile.am.
Erik
--