similar to: Streaming Music On Hold

Displaying 20 results from an estimated 500 matches similar to: "Streaming Music On Hold"

2006 Feb 23
1
Streaming Music On Hold - Reality Check
Thanks to this thread, we got it working too... but have a question... Once this is setup... does it stream forever, or does the stream only start when someone goes on hold/into a queue/etc? If it streams forever, at 24k... it looks like over 7GB/month in bandwidth... so we're not going to want to do that if a) it streams constantly and b) my math is correct. Thanks, Doug >
2004 Mar 31
2
Basic Answering Machine Function?
I've had my * setup installed with an X100P card for a couple of weeks and it's great fun! I'm even giving a demo to the local Linux group in a couple of days. But I have a snag. I have the X100P on a shared line, and configured to wait for 20 seconds before answering and doing the auto-attendant/voicemail dance. My problem is I can't find an application command to cancel the
2006 Jun 23
6
Caller ID Matching in extensions.conf
I'm running 1.2.9.1, and I can't get caller id dialplan matching to work. When calling from 9220370 to 1234, the following does not match. exten => 9220370/1234,1,NoOp(${CALLERIDNUM}) exten => 9220370/1234,2,Answer exten => 9220370/1234,3,Playback(tt-weasels) However, when calling from 9220370 to 1234, this DOES match. exten => 1234,1,NoOp(${CALLERIDNUM}) exten =>
2011 May 27
3
two *independ* shoutcast listeners
Hi all, I set up a icecast server 2.3.2 with two shoutcast listeners (port 8000 and port 8002). What I have noticed is , if I have only one "DSP" source that stream to the first listener (on port 8001), audio become available on both listener ? Meaning that a player will open with success on http://myhost:8000/stream or http://myhost:8002/stream with the same audio. With two source,
2006 Jan 28
3
(Un)PauseQeueMamber usage
Does anyone have an example of hoe to use these two commands? I have read he documentation, and I am still unclear on where this command goes, as part of extensions.conf or where? If someone could post a working example it would be most helpful. Regards to all, Joe
2005 Feb 07
6
Question
I have the following problem: I installed the icecast server, and I got it run.- it's opened 8000 port, but.. i have no idea how to reproduce music.- thanks of all Juan
2019 Aug 27
2
Orc JIT vs. STL
On Tue, Aug 27, 2019 at 4:56 PM Praveen Velliengiri <praveenvelliengiri at gmail.com> wrote: > > HI > Did you run the static constructor and destructor? How did you make your process symbols visible to ORC jit? Yes. It's the constructor that generates the undefined symbol error. We use DynamicLibrary::LoadLibraryPermanently(nullptr) to add process symbols. > Could you
2019 Aug 27
2
Orc JIT vs. STL
You can add symbols from Archieve via StaticLibrarySearchGenerator. But it is added recently though On Tue, 27 Aug 2019 at 21:02, Praveen Velliengiri < praveenvelliengiri at gmail.com> wrote: > Hi Geoff, > I tried it, but I can't able to reproduce it. > > Test Program: > #include <fstream> > int main() > { > std::ifstream stream1, stream2; >
2019 Aug 27
4
Orc JIT vs. STL
Greetings, LLVM wizards. We are using Clang and Orc JIT (v1) to compile and execute C++ code on the fly. If a C++ module calls functions from external libraries, we add them via DynamicLibrary::LoadLibraryPermanently(). The problem we have run into recently is when a module calls a function from the STL -- in particular this swap() function for input streams: #include <fstream>
2015 Apr 03
2
After I enabled SSL, stream mountpoints broke
I'm running Icecast package 2.4.1 on Ubuntu 14.04 from ttp:// download.opensuse.org/repositories/home:/dm8tbr/xUbuntu_14.04. I've been running on this server for about 6 months now without any issue and all my streams run great. This icecast server is running on the same host that my wordpress site is running on. This is all on my own private server, not a hosting service. Recently I
2004 Aug 06
2
pull relay problems
i was using multiple ports because that's how i figured i'd have to do it. o, mounting the remote source locally? i'm not familiar with how to do this. i'm also not seeing how to do this in the docs. how would i go about mounting a remote stream? -a.j. On Fri, 27 Apr 2001, Jack Moffitt wrote: > Why are you using multiple ports at all? That's what mountpoints are >
2005 Jun 20
1
Looking for PRI Outbound Caller ID Configuration
I'm having trouble setting the outbound caller ID on calls I make from my PRI trunk group. The PRIs are served out of a 5ESS. Telco has set the PRIs up for user provided caller id information, so I believe I just don't have it set up right in my dialplan or something. I can't seem to find an example of setting the outbound caller ID specifically for a 5ESS. Does anyone have an
2015 Apr 04
5
After I enabled SSL, stream mountpoints broke
Philipp, Thank you for your quick response. I can't believe that I didn't think of that...I guess I just assumed that it would use SSL. I'm using Liquidsoap as my source client. Once you brought that up I started researching whether there was a way to force Liquidsoap to use SSL and from what I found it doesn't look like there is an option...but please correct me if you or
2003 Sep 11
3
SIP busy
Hi, I would like * to treat a SIP extension as a normal extension, when it comes to the busy functionality. In other words, if someone tries to call the SIP phone and there is already an ongoing conversation, the new caller should get a busy message/tone Is there any parameter that I can set? Is this something that should be configured at my softphone? Best, PHM
2005 May 18
2
Call forwarding...
Sorry for posting this again, but it seems to have become attached to another thread. Guess I replied to another message instead of starting a new one... Hi, I'm trying to setup a call forwarding rule so that when an extention doesn't answer the call is forwarded to my mobile. I'm using voiptalk.org for incoming and outgoing calls and SIP phones for extentions (so all IP based -
2006 Mar 03
2
Stream fallbacks/spillovers/splashing
Okay, a quick question, I've got IceCast 2.3.1 setup on a demo server, And I've got some wierd behavior going on... Here's the behavior: I have my constant feed always running on mountpoint: /switch I have my main stream broadcasting: /stream someone connects to an alternate named stream: /krushradio They pull all the listeners from /switch and /stream to their stream.
2005 Feb 02
2
user Authentication - fail to add an user
Hi fellow streamers ;-) I am trying to add an user authenticated mount point to our Icecast2.2 server. I include the relevant section of my config file below. <mount> <mount-name>/stream1</mount-name> <max-listeners>100</max-listeners> <fallback-mount>/test</fallback-mount> <fallback-override>1</fallback-override>
2018 Mar 07
1
Show all audiance in Icecast directory... cluster ?
Hello, I installed Icecast 2.4.3 by downloading http://downloads.xiph.org/releases/icecast/icecast-2.4.3.tar.gz CentOS 7 Then ./configure make make install Its working. My only issue : I have 3 streams, I see the name of my station 3 times in Icecast directory. I tryed to hide 2 streams by using the hidden and public tags and force showing the total of audiance in the one public stream. i
2008 Dec 28
2
DTMF pass-through question
I am trying to resolve an issue and I believe it is my configuration. The scenario is that I have a SIP detected on the server. The dial plan then makes a local connection to another part of the dial plan. The new dial plan extension then places another SIP call out to a SIP phone. When the call is accepted there is streamed from the calling SIP phone. When the audio is complete a DTMF is
2011 May 30
1
two *independ* shoutcast listeners
Le 27/05/2011 13:22, Geoff Shang a ?crit : > On Fri, 27 May 2011, Martin Hamant wrote: > >> I set up a icecast server 2.3.2 with two shoutcast listeners (port 8000 >> and port 8002). >> What I have noticed is , if I have only one "DSP" source that stream to >> the first listener (on port 8001), audio become available on both >> listener ? Meaning that