similar to: include a file ?

Displaying 20 results from an estimated 4000 matches similar to: "include a file ?"

2004 Jan 13
7
Parking extension not working
I have the standard parking.conf but extension 700 doesn't show up in my dialplan.... Why? I can dial 701 which tells me that I don't have any calls parked there. 700 just gives me invalid extension noise.... Should I have extension 700 defined elsewhere? Thanks parking.conf [general] parkext =a 700 ; What ext. to dial to park parkpos => 701-705
2003 Dec 29
2
after hours logic
Hi. I'm new to Asterisk and have been working on setting up a development server but have gotten myself a bit confused. I'd like to implement the following logic for calls coming from the PSTN: Check for caller-id yes => keep going no => play SIT and prompt for telephone number Check time of day to see if it's day / night day => ring some phones
2003 Dec 30
2
playback in [macro-stdexten] problem
I added the playback line to my [macro-stdexten] context but when I dail an extension I don't get the "please hold while I try that extension" message. It just dials the extexsion. Do I have a syntax problem somewhere ? exten => 8005,1,Macro(stdexten,8005,Zap/2) exten => 8006,1,Macro(stdexten,8006,Sip/8006) [macro-stdexten] ; ; Standard extension macro: ; ${ARG1} -
2004 May 03
4
How does Novergence do it ?
I had just about about sold a new asterisk phone system to a local company when they called back asking if I could match a proposal from Novergence.com. I haven't seen anything on paper but was told their proposal was to provide a new phone system that would replace the existing 8 line 12 extension system, provide an internet T-1, unlimited local and long distance, voice mail, and two
2004 Jan 30
2
has Allison said this ?
Does anyone know if Allison has recorded anything along the lines of: "You don't have permission to dial that number." Thanks. --Lance Arbuckle
2004 Jan 16
3
Class features in dialplan ?
hey guys I thought I was making progress on my dialplan when I realized that the class features that are available for zap channels aren't available for SIP channels. I see references in the archives to adding pattern matches in the dialplan for CLASS features which has raised a couple questions. 1. Is implementing CLASS like features via the dialplan the currently recommended way to do
2003 Dec 31
2
after hours - is this logic ok ?
Ok, first off, Asterisk is the coolest piece of software I have EVER had the pleasure of using in my 8 years of running linux !! and I know I haven't even scratched the surface feature wise. Before I get too excited, I wanted to get all you experts to look at the how I implemented my after hours test. The goal is to prevent the phone from ringing afer certain hours, just go to VM.
2004 Jan 01
1
Newbridge Mainstreet 3624 T1 channel bank now Alcatel
Hi I just came accross this Newbridge Mainstreet 3624 but the Alctel site appears to have zip for reference/user manuals Anyone by chance have 1 of these or a url for the docs ? thx
2004 Jan 11
4
analog or sip ? was far end disconnect supervision
Thanks to everyone that responded to my channel bank question. Ive decided that the Adit 600 would be a good choice. Then I got to thinking about SIP phones and wondered if their quality has progressed to the point that they can be deployed to customers who "just want their phones to work" and wouldn't tolerate any SIP hickups. As for pricing, I would think the SIP phones would
2012 Feb 01
1
Function to compute multi-response, multi-rater kappa?
I'm looking for a function in R that extends kappa to multiple raters when there is more than one response per subject. For example, say a group of doctors have to assign diseases to patients. Each patient will be assigned one to many diseases, and the number of doctors assigning diseases to any one patient will be two to many. Here's an extremely simple example of the type of data I
2004 Jul 13
1
Synatx Error on start with R --no-save < myfile.R
Dear all! I wrote my R-code with an editor and loaded it with source("my_file.R"). Everything works fine as expected. When I try to start my code with: R --no-save < my_file.R I do get a synatx error half way through. The version is 1.9.0 on a Linux system. To start it with R --no-save < my_file.R works on some machines but on some it doesn't. Are there any rules
2004 Aug 06
2
new features request
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, 13 Feb 2004, Geoff Shang wrote: > Mihai RUSU wrote: > > > Another nice feature to add would be a "bandwidth" limit (so just a new > > <limit> type entry). > > Problem with this is, what do you do once the limit has been reached? Who > do you kick? Or do you just not allow anymore listeners? I
2011 Oct 21
2
Converting data frame into multidimensional array
Consider the following data frame X <- data.frame(Titanic) Does anyone know of an easy way to convert X into a multidimensional array? Example that doesn't work X <- as.array(X, dim=c(4,2,2,2)) To do what I need, X needs to be converted into an array of dimensions c(4,2,2,2) in this case, not a table. Thanks in advance.
2004 Aug 06
2
new features request
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, 13 Feb 2004, Dave St John wrote: > > > > Another nice feature to add would be a "bandwidth" limit (so just a > new > > > > <limit> type entry). > If you are running icecast2 on linux you can handle bandwidth limitations > using QoS > more specificly iproute2. You mistunderstood me. No, I
2008 Feb 18
2
working with weekdays
Dear all, is it possible create, automatically, a variable with all the Monday and Thursday? 18/02/2008 21/02/2008 25/02/2008 28/02/2008 03/03/2008 . . for all months Best regards JL _________________________________________________________________ Confira v?deos com not?cias do NY Times, gols direto do Lance, videocas[[elided Hotmail spam]]
2004 Aug 06
1
new features request
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, 13 Feb 2004, Dave St John wrote: > I think that would be a good feature to add in icecast2, dont get me wrong, > im just saying with QoS > you have far much more flexibility in handling bandwidth. > tcp/ip packets can be marked with iptables and then ran threw tc which you > could then prioritize your packets You mean by using
2004 Aug 06
2
More libshout questions
Okay, I am using libshout to stream to a NullSoft Shoutcast server. I am using libmad and libmp3lame to do re-encoding on the fly. I am streaming to the server (currently) with shout_send_raw(). When I try to use shout_metadata_add(), I get a segfault in strdup(). Anyone have any ideas as to why? Everything else works fine, just not the metadata. Thanks In Advance, Deven --- >8 ----
2004 Aug 06
2
redundant code ?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi In connection.c arround line 847 icecast2 does: if (global.clients >= client_limit) { client_send_504(client, "The server is already full. Try again later."); global_unlock(); return; } Then just a little bit later, does the same thing in the if (source) {} block. Is this code
2004 Aug 06
2
new features request
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi I will need to find a solution for server side limit of clients bandwidth depending on their IPs (because we have very fast local connections with local ISPs and slow "external" connections with the rest of the Internet). Initially I think I'll just start 2 icecast servers (one for "local" clients, one for
2004 Aug 06
2
icecast 2 auth problem with (old?) ices, MuSe
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi I have recently downloaded icecast 2 (I am an old icecast 1.x user) and tried to use it with my ices 0.2.3 (which works on icecast 1) but fails on login. Also I have tried with MuSe 0.8.1 and same error too. After some digging into the sources I found the problem to be with _check_pass_icy() which receives a "strange" pass to compare