Displaying 20 results from an estimated 1000 matches similar to: "Crossed lines - a worrying problem."
2004 Aug 14
7
Free MOH MP3
Hello All,
Sorry to rehash a question I am sure has shown several time but I cannot
google up the answer from the lists.
Does anyone know where I can get some royalty free, cost free music for
my music on hold?
I saw someone's post several weeks ago that said that this exists at a
download site but I have not been able to find it.
Thanks!
Wiley Siler
-------------- next
2004 Jul 05
1
Divert to arbitrary number.
Hi All,
I am looking for a way to allow users to
dial *21*, followed by a number and the pound
key. Asterisk must then divert all incoming calls
to the user's extension to the number given.
I got it right halfway using a tip from
http://ns1.jnetdns.de/jn/relaunch/asterisk/page6.html.
Thanks to whomever is the contributor of the above tip.
The problem is however, that the number to which
2004 Jul 28
2
Desired Install in MotorHome
I've got a client who would love to be able to leave an asterisk
server running sompelace, and achieve telephone connectivity using an
IP phone from within his Motorhome in his words "I want to be able to
work from a mountaintop in Glacier National Park"
I've done some initial testing, and a SNOM200 SIP phone comes close
enough to working that I have not ruled out the idea as
2005 Jan 17
4
DIDs anywhere but here?
Are there affordable DIDs (preferably IAX) available anywhere outside
the US? I want to use it to meet ICANN requirements for providing a
valid phone number, yet pre-empting some of the telemarketing calls my
domain registrations generate. (Yes, I asked a similar question about
900# availability before). I'd prefer to have a number somewhere
outside the NANP, preferably an asian country.
2004 Aug 17
6
couple basic questions
My desire to run Asterisk is finally giving me the reason to install a Linux box at home.
Is RH9 the only distro that Asterisk will run on, and can anyone recommend a good source for a cheap Linux (RH9) box?
For example, walmart.com has microtel boxes with no OS. Will RH9 and Asterisk run on these boxes?
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
2007 Oct 24
3
Will there be a new release soon?
Hi,
Is there going to be a 1.5.1 release anytime soon? Seems like there have
been enough changes in SVN to warrant one and I prefer to use only
"released" code in production. It gives me warmer, fuzzier feelings than
using svn/trunk. :)
Regards,
Dan
This communication is the property of Qwest and may contain confidential or
privileged information. Unauthorized use of this
2002 Jul 29
1
Valgrind
http://developer.kde.org/~sewardj/
Valgrind is a GPL'd tool to help you find memory-management problems in
your programs. When a program is run under Valgrind's supervision, all
reads and writes of memory are checked, and calls to
malloc/new/free/delete are intercepted. As a result, Valgrind can detect
problems such as:
* Use of uninitialised memory
* Reading/writing memory after
2006 Feb 14
9
Solution for 1 time blast of 200, 000 recorded calls
Hi,
I'm helping out with a political campaign and would like to use
asterisk to blast out about 200,000 calls with a short message from
the candidate.
Provider:
I'm thinking voipjet may be a good solution?
Hardware setup:
I will have access to several T-1 lines so I would just want to set up
the dialers to limit the number of concurrent calls and so forth.
I found teleyapper on
2014 Nov 24
2
[LLVMdev] Heads up! Planning to remove old vector shuffle lowering this week...
I'll be skimming the PRs to see if there are any really critical
regressions, but so far it looks pretty good.
If you are actively disabling the new vector shuffling and have some PR
that blocks you, please reply here. Later this week, the flag will go away
unless I hear strenuous objections. There is a really staggering amount of
cleanup and tidying that needs to take place and can't
2008 Nov 01
1
CentOS on the Aspire One
The Aspire One is one of those netbooks that have become so popular
recently. I've installed CentOS on the hard drive model, and have been
considering doing a wiki article about it, and probably will unless
there are strenuous objections.
The objections might come from the fact that outside drivers are
required for wireless, webcam, sound, and even wired ethernet.
I have an article on my
2016 Jul 22
3
Multifactor authentication troubles
I'm writing a PAM module to do authentication through Signal (as in Open
Whisper Systems) [1]. I would like to be able to offer
(Public key AND Signal) or (Password AND Signal)
for authentication. This suggests setting AuthenticationMethods to
publickey,keyboard-interactive:pam password,keyboard-interactive:pam
However, when PAM is enabled "password" means "show password
2015 Jan 04
2
[LLVMdev] Heads up! Planning to remove old vector shuffle lowering this week...
On Sun, Jan 4, 2015 at 3:20 PM, Simon Pilgrim <llvm-dev at redking.me.uk>
wrote:
> On 24 Nov 2014, at 17:53, Chandler Carruth <chandlerc at gmail.com> wrote:
>
> > I'll be skimming the PRs to see if there are any really critical
> regressions, but so far it looks pretty good.
> >
> > If you are actively disabling the new vector shuffling and have some PR
2010 Dec 28
5
Fixing filenames with directories with spaces in the names
Should be simple and perhaps I'm tired but it's not coming to me.
In its simplest form...
for old in `cat "$FILENAME"`;do
echo "$old"
dirname "$old"
new="$(echo $old | sed 's/\*/\-/')"
done
I'm trying to take out some stupid Macintosh things - in this case
filenames with asterisks but I have others like tilde's and probably
2005 Aug 20
2
[LLVMdev] Marking source locations without interfering with optimization?
I've been thinking of adding an instruction, and I'm following the
advice in the docs to consult the list before doing something rash.
What I want to do is provide a way to identify variable names and
source locations that doesn't affect the effectiveness of
optimizations. This is not the same problem as supporting debug info,
because I don't care about being able to look up
2006 Mar 07
2
FLAG_BOOLEAN_ANY_CASE does not work
I have found that lower cased boolean operators such as "and" or "or"
does not work. Of course I never forget setting FLAG_BOOLEAN_ANY_CASE flag.
QP seems to treat them as terms.
Just look at the following tests regardless of search results!
$ python search.py -v woman AND man
Performing query 'Xapian::Query((woman:(pos=1) AND man:(pos=2)))'
0 results
2024 Jan 28
1
2SLS with Fixed Effects and Control Variables
Dear John Fox, Christian Kleiber, and Achim Zeileis,
I am attempting to run various independent variable parameters to assess
their suitability. Unfortunately, I hit a snag and couldn't get the tests
to run properly. When I used ivreg, I got an error message saying: "Error
in eval(predvars, data, env) : object 'WageInequality' not found."
Can you please help?
Model:
2003 Jul 21
5
how to test whether two slopes are sign. different?
Not really r-specific:
Z = (b1 - b2) / SQRT ( SEb1^2 + SEb2^2)
-------Original Message-------
From: Gijsbert Stoet <stoet at volition.wustl.edu>
Sent: 07/20/03 09:51 PM
To: r-help at stat.math.ethz.ch
Subject: [R] how to test whether two slopes are sign. different?
>
> Hi,
suppose I do want to test whether the slopes (e.g. determined with
lsfit) of two different population are
2012 Jun 11
5
Duda básica - Dataframe y character
Hola, ¿qué tal?:
Con el fichero In adjunto, realizo lo siguiente:
> df <- read.table("In")
> df
V1 V2 V3 V4 V5 V6
1 M Woman 5 6 7 8
2 H Man 5 6 7 8
> df[1]
V1
1 M
2 H
> miC <- c("M", "H")
La pregunta es: ¿Cómo obtengo miC a partir de df[1]?
Gracias.
Eva
------------ próxima parte ------------
Se ha borrado un adjunto en
2004 May 28
16
Asterisk Receptionist manager program.
We are writing a program using the manager for * for our receptionist
to use once the system go live. If anyone is interested in helping us
with testing please let me know.
We are designing it for a touch screen monitor for her to do transfers,
see whose on the phone and a few other features. Its in the development
stage and has bugs.
but I think its gonna be really good.
If your interested
2005 Aug 19
2
The scariest set up of all: Printer Support
My experience with printers is that of all the peripherals, regardless
of OS, they are the trickiest to install, configure, and use. So I'm
expecting a battle here.
What I have is a Canon Pixus iP3100. It's a Japanese model, but it's the
same model as the US Canon Pixma iP3000, just a different name.
First, I plugged in the USB cable. CentOS seemed to detect it, and gave
me a