similar to: The City of Amsterdam has been deploying asterisk throughout the city!

Displaying 20 results from an estimated 800 matches similar to: "The City of Amsterdam has been deploying asterisk throughout the city!"

2010 Jul 21
5
MOH distorted voice in Native and MP3 format
Hello, I have been facing an issue that voice is getting distorted sometimes in MOH (MusicOnHold) application. I have checked and confirmed that lame is properly installed, even tried native formats (ulaw, alaw, gsm), but the randomly seen distortion in MOH can't be eliminated. I came to know about requirement of timing device for MOH and MeetMe and a very good illustration by Andrew
2003 Jun 22
1
rsync backup performance question
Dear all, I am implementing a backup system, where thousands of postgreSQL databases (max 1 Gb in size) on as much clients need to be backed up nightly across ISDN lines. Because of the limited bandwidth, rsync is the prime candidate of course. Potential problems I see are server load (I/O and CPU), and filesystem limits. Does anyone have experience with such setups? Ron Arts -- NeoNova BV
2009 Oct 17
4
how to limit the calls leaving a queue?
Hi, I explain what I want to do.. All the operators share their phones. The number of the operator isn't constant, so it's possible that two operators share all the phones. They need to move all around, so they pick up the first phone they find. If there are only few operator is very annoying for them to ear the other phones ringing while they are at the phone! So I'dd like to limit
2009 Nov 07
6
Location
Where is everyone located? I am in Washington DC. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091106/7c73847d/attachment.htm
2010 Feb 24
4
identify the costumer
Hi People, I work in a company that are using asterisk as pbx. I need a way to identify what client my employees are calling. For example: - For each call that an employee of my company make to a customer, must identify the client name in the CDR table. - Is there a way of my employee enter a code to identify the client and then enter a phone number to make the call? I would like to identify
2010 Feb 08
6
GSM Gateway
Hello, I am looking for a gsm gateway that is SIP based i.e no need of FXO/FXS analogue connection. I searched the email archives and found messages from 2008 but not sure how accurate these are. What do you use and how well it works ? The only sensible one I found is one made by portech and one that is made by Eurodesign. The one from portech is like a trunk while the one from eurodesign
2009 Oct 22
4
AstriCon videos: a question of method
I'm doing some quick research on how to get our videos from AstriCon available in a "reasonable" format that allows easy viewing, reduces our bandwidth costs, and allows good tracking for who/where/what is viewing the videos. YouTube seems to have a very nice set of tools and statistics collection methods, and might be perfect EXCEPT.... Their main limitation right now
2010 Sep 13
7
High volume BLF - Suggestions?
Hi, We have a user who is putting large call volumes through Asterisk, and wants to BLF monitor up to 90 extensions. We are struggling to find a handset that can keep up with Asterisk :) 1) Is there a handset that will do this? 2) Is there a different (standard) way to send BLF and allow directed pickups? 2a) Or even a handset specific way? Asterisk handles the BLF volume fine, even on quite
2017 May 26
1
CentOS 6 dhcpd custom log issues
Hi all, I've got an issue with C6's dhcpd custom logging that I cannot figure out. Hopefully someone has an idea, or has seen a similar issue. We have dhcpd logging to /var/log/messages a custom header (DHCPUSER:) with MAC, IP and Circuit-ID. I'll not bore you with the guts, so here's the beginning of that line in dhcpd.conf: if exists agent.circuit-id { log (info,
2017 Oct 05
0
how to prevent files and directories from being deleted?
It's quite obvious you aren't using Centos packages. If you refuse to do as best practices insist (and have for nearly HALF A CENTURY) then no one here can help you. It seems to me that 1) you'd be better off compiling from source for your environment, or 2) that you need to follow practices established (probably) before you were born or 3) that you stop asking the list for thing no
2017 Aug 10
0
Errors on an SSD drive
On Wed, Aug 9, 2017, 11:55 AM Mark Haney <mark.haney at neonova.net> wrote: > To be honest, I'd not try a btrfs volume on a notebook SSD. I did that on a > couple of systems and it corrupted pretty quickly. I'd stick with xfs/ext4 if you manage to get the drive working again. > Sounds like a hardware problem. Btrfs is explicitly optimized for SSD, the maintainers worked
2017 Aug 11
0
Btrfs going forward, was: Errors on an SSD drive
On Fri, Aug 11, 2017 at 1:00 PM, Chris Murphy <lists at colorremedies.com> wrote: > Changing the subject since this is rather Btrfs specific now. > > > > >> > >> Sounds like a hardware problem. Btrfs is explicitly optimized for SSD, > the > >> maintainers worked for FusionIO for several years of its development. If > >> the drive is
2017 Nov 09
1
Possibly [OT] ansible vmware inventory plugin
Yeah, it's the Extras repo Ansible package. So, my next (probably stupid) question, is there a way to get the vmware_inventory plugin setup on my system? <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=icon> Virus-free. www.avast.com
2017 Nov 01
2
Kickstart ksdevice question
On 11/01/2017 03:25 PM, Chris Adams wrote: > Once upon a time, Mark Haney <mark.haney at neonova.net> said: >> Okay, so it looks like I can simply change ksdevice=eth0? to >> bootdev=eth0, correct? > I believe you can just leave both off (IIRC for CentOS 6 as well) if you > add "ipappend 2" to the pxelinux stanza. > I probably should have clarified that
2017 Aug 10
3
BIND 9.9 RRL
I can't seem to find anything clear on this, but is the C7 version of BIND 9.9 built with Request Rate Limiting? -- Mark Haney Network Engineer at NeoNova 919-460-3330 option 1 mark.haney at neonova.net www.neonova.net
2017 Nov 01
2
Kickstart ksdevice question
On 11/01/2017 01:57 PM, Tristan Hoar wrote: > > Strictly speaking it is depricated > https://anaconda-installer.readthedocs.io/en/latest/boot-options.html#d > eprecated-options > > Regards, > > Tris > Okay, so it looks like I can simply change ksdevice=eth0? to bootdev=eth0, correct? -- Mark Haney Network Engineer at NeoNova 919-460-3330 option 1 mark.haney at
2017 Oct 25
3
[OT] Bash help
On 10/25/2017 12:33 PM, Robert Arkiletian wrote: > here is a python solution > #!/usr/bin/python > #python 2 (did not check if it works) > f=open('yourfilename') > D={} > for line in f: > email,num = line.split() > if email in D: > D[email] = D[email] + num > else: > D[email] = num > f.close() > for key in D: >
2017 Nov 01
1
Kickstart ksdevice question
Nux! wrote: > Hello, > > ksdevice specifies which NIC to be used during the network install. > > The new naming conventions indeed make this more complicated than it needs > to be. To go back to the old naming scheme (eth0, eth1 ...) just add this > to boot parameters (kernel cmdline): > biosdevname=0 net.ifnames=0 Yes! Actually, the other admin I work with and I were just
2017 Jul 10
2
chkconfig madness CentOS 7
I have a couple of in use C7 boxes that were built with ntsysv and chkconfig for some old packages that needed to start using init.d. (The person setting these up didn't know about systemd creating service files for older packages, so we're stuck with these as-is. Here's my problem: Error unpacking rpm package chkconfig-1.7.2-1.el7.x86_64 error: unpacking of archive failed on
2017 Jul 11
1
chkconfig madness CentOS 7
On 07/10/2017 04:11 PM, Jonathan Billings wrote: > > >> On Jul 10, 2017, at 10:56, Mark Haney <mark.haney at neonova.net> wrote: >> >> I have a couple of in use C7 boxes that were built with ntsysv and chkconfig for some old packages that needed to start using init.d. (The person setting these up didn't know about systemd creating service files for older