similar to: IceS output to alsa sound card

Displaying 20 results from an estimated 4000 matches similar to: "IceS output to alsa sound card"

2011 Feb 12
1
IceS output to alsa sound card
Hi Guys, I'd reflect Vieri's question actually, because there must be a way of doing it? Maybe not with ICES, but maybe combines with JackIT? The reason for my interest is I work in a radio station in Spain, and because of the geographics where I am we have to relay around a lot. If there is a way of sending an incoming feed into ICES, and sending it out in various directions, would
2007 Jul 30
6
outbound caller ID
Hi, I would like to know if one can set the outgoing caller ID within Asterisk when calls are going out through: 1) an analog POTS line (I suppose not) 2) a telco BRI line (I don't think so) 3) a telco PRI line (maybe) 4) a voip provider (surely) Thanks, Vieri ____________________________________________________________________________________ Moody friends. Drama queens. Your
2008 May 06
3
asterisk queue cluster
I setup two asterisk servers with identical settings (same extensions, same queues, etc). Each one is connected to the same amount of incoming/outgoing links (1 PRI, 4 BRI, 1 IAX friend, etc, on each box). Most extensions are sip and they register via DNS SRV and other methods so that the two servers are load balanced. Incoming PSTN calls (BRI) reach 50% each server so that's load balanced
2006 Nov 30
6
200+ analog phones connected to FXS modules
I am trying to find out the best way to replace one of our hardware PBXs. It currently has 200+ analog phones connected to it. The idea is to take advantage of the already installed phone cables (big building) so I'm trying to avoid the use of ethernet adapters (if possible). However, I'm realizing that it's an expensive setup and will definitely require two or more cooperating
2008 Aug 05
1
Grandstream RS-232 config (slightly off-topic)
I realize this may be slightly off-topic but I'm wondering if someone here can lend me a hand. One of my GXW4008 has gone "unconfigurable" via standard HTTP (refuses connection) and I can't use the built-in IVR because I had previously disabled the "keypad update" feature. So I'm stuck with just telnet, the reset button and RS-232. Telnet commands are very limited
2008 Jan 07
3
asterisk CLI and no such command "stop"
Hi, I'm probably missing something trivial but I don't understand what. Asterisk is loading fine but when I connect to the console (asterisk -vr) and type "stop" I get a no such command reply: *CLI> help (...) skinny show lines Show defined Skinny lines per device soft hangup Request a hangup on a given channel unload Unload a
2011 Feb 08
3
fail-over server
Hi, Suppose you have 2 identical Asterisk servers and 1 alias IP address that you assign to either one, according to system failures, etc. Also suppose that all SIP clients register requests go to the alias IP address. Imagine server1 fails and server2 gets the alias IP address. Correct me if I'm wrong but I would have to wait at least 60 seconds before most SIP clients re-register to
2009 Nov 18
3
asterisk 1.4.26.3 makes kernel panic
Hi, I'm experiencing "frequent" kernel panics on a system with Asterisk 1.4.26.3. There is no core dump, "just" a kernel panic. This is the only data I could copy from the screen: EIP: 0060: [<f8e248b4>] Tainted: P VLI EFLAGS: 00210297 (2.6.23-gentoo-r8 #1) eax: 00000130 ebx: 00000000 ecx: 00220028 edx: 00000978 esi: 346e5802 edi: 00000000 ebp: c3b45500 esp:
2014 Mar 05
2
Cannot chain to another PXE server on the same subnet
Sorry for top-posting but my webmail forces me to. I added -W to the APPEND line as suggested but I'm still getting the same result: Booting... Altiris, inc. X86PC PreBoot, PXE-2.x Enhanced Build ID=402 PXEPreZero: Invalid PXE Server list format. and the client PC freezes right there. Here's the full content of my dhcp.conf: max-lease-time 86400; ddns-update-style interim;
2014 Mar 04
2
Cannot chain to another PXE server on the same subnet
Hi, I have a Linux server at ip address 10.215.144.7 running DHCP, TFTP and syslinux. DHCP config contains the following: next-server 10.215.144.7; filename "/pxe/syslinux/pxelinux.0"; and the 'default' pxelinux.cfg contains: LABEL altiris ??? MENU LABEL ^7. Altiris ??? COM32 pxechn.c32 ??? APPEND 10.215.144.60::/BStrap/x86pc/BStrap.0 When a PXE client boots in my network
2012 Feb 08
4
SIP hardware phones
I'm trying to understand why vendors keep making 100Mbps integrated 1-port switches in their hardware SIP phones. Even the recently-announced D40 and D50 Digium phones are limited to 100Mbps. Only the more expensive models (like the D70) can run at 1000Mbps. However, you can't expect a firm with hundreds of extensions to buy the most expensive model... And gigabit speed is important when
2008 Jan 01
4
zaptel 1.2.22.1 on kernel 2.6.22: wctdm24xxp.ko needs unknown symbol pci_module_init
Hi, Before I report a bug on http://bugs.digium.com, I would like to know if someone is seeing the same error message. Personally I am not using wctdm24xxp but other modules such as wcte12xp and wctdm. The latter modules load fine and are compiled with pci_register_driver as expected. The only module that seems to require the deprecated function pci_module_init is wctdm24xxp. Is this normal?
2009 Feb 25
4
switchtype QSIG and Asterisk implementation
Hi, Is Asterisk "fully QSIG-compliant"? I currently have an Alcatel 4400 connected to Asterisk 1.2 and 1.4. Zaptel versions are 1.2.26 and 1.4.11. I am using switchtype=euroisdn and all works fine. However, it seems that Alcatel's latest firmware has dropped support for euroisdn which is really despicable. So now I need to see if I can migrate to QSIG which is supported by
2010 Apr 09
3
scratchy sound
Hi, I'm experiencing a few (but meaningful) cases of audio distortion (or bad quality). I can't say yet how often this happens. Please listen to the following sound file: http://213.96.91.201/temp/distorted_audio_1.wav This was recorded by Asterisk while the local SIP caller was dialing out a SIP trunk (so the problem is on my side, definitely, and it doesn't seem to be related to
2008 Mar 05
2
Passing variables between two DUNDi/IAX2 peers
Hi. I am trying to pass a variable from one Asterisk PBX to another. I'm using DUNDi with IAX2. Is there a way to do it? I tried the following but it fails. On peer1: [dundi-outgoing] switch => DUNDI/priv exten => s,1,Set(CDR(userfield)=test) exten => s,2,Set(DUNDIVAR=${ARG1}#TEST) exten => s,3,NoOp(Passing ${DUNDIVAR} to DUNDi peer.) exten => s,4,Goto(${DUNDIVAR},1) On
2010 May 13
2
LAN IAX2 trunk bad audio quality vs. LAN SIP trunk good audio quality
Hi, I have an audio quality problem regarding IAX2. I have 2 Asterisk servers interconnected via 2 LAN trunks at 1Gbps (no nat, no firewall). One trunk is SIP and the other IAX2. Normally, I use IAX2 but have noticed easily reproducible audio quality problems (voice in/out is OK but there's a "third" noise overlapping with a "scratchy sound" as if it were some kind of
2011 Feb 13
2
merge/mix or replace two audio streams
Hi, I'm trying to find a way to implement the following: I have 1 media source (IceS or MPD) and 1 Icecast stream (say, LAN radio). Once in a while I'd like this stream to be interrupted by short announcements (PA system). Input for these announcements can be from another source (IceS, MPD, Asterisk call). Anyway, to make things simple: I'd have dir1 with ogg music files for
2009 Sep 29
2
play audio file within an active call
Hi, I'm wondering if someone can share their thoughts on how to implement a system that periodically checks active channels which have been up for more than X minutes and plays/injects a sound file. The idea is to simply warn users that they've been on the phone for quite a while and maybe they should consider hanging up. If the call stays up for more than Y minutes, it is dropped
2014 Mar 05
1
Cannot chain to another PXE server on the same subnet
----- Original Message ----- From: Gene Cumm <gene.cumm at gmail.com> > Any chance you could sent that as a pcap file Will do asap. Thanks Vieri
2007 Aug 06
2
ATA phones ring when they register
Hi, I have an 8-port Grandstream GXW-4008 V1.2A ATA converter with analog phones connected to it. They work fine except for just one "feature" I would like to modify. Somehow, each time the ATA re-registers the SIP clients or each time the device has to be rebooted for maintenance, the phones ring once. This feature can be useful as it notifies the user of the re-registration.