Displaying 20 results from an estimated 300000 matches similar to: "OT: ignore me, just a test"
2004 Aug 09
0
Need help with strange use of "message command" - just ignore if this is OT
Hi all,
I've got a setup with a single UPS serving three servers. The main
server is a Windows box and there is also a Linux mail server.
The UPS is a APC SmartUPS connected to the main Windows box.
The software we're using on the Windows machine will not shut down the
Linux box when there's a power outage. Not a problem as all the clients
would already be disconnected and I'm
2006 Jan 20
2
no nat, but one way only audio
I've an asterisk 1.2 connecting to a quescom gateway via SIP, the caller
(asterisk) can hear the called, but the called hears nothing.
Since both machines are on public ip, what other problem can it be ?
2005 Sep 13
2
passing variables to h extension
Is there a way to pass variables/arguments to the h extension ?
for example :
[default]
exten => _1098933X.,1,NoOp(CARRIER TWT->TIM, EXTEN: ${EXTEN}},
SIPCALLID: ${SIPCALLID}, SIPDOMAIN: ${SIPDOMAIN})
exten => _1098933X.,2,SetVar(_PROVA="bla")
[lot of stuff, agi, goto, tricks and magic that happens]
exten => _1098933X.,10,Dial(${CHAN_DEST},,L(3600000:3599900)) <-
2018 Mar 22
1
llvm-lit and FileCheck: How to ignore unsupported architecture for a specific test
Hi,
I was wondering if there is a way with llvm-lit and FileCheck to identify if a specific test should run or not based on the processor architecture.
For example, I have a test that can run only in an Intel KNL, so if I run the tests in a Sandybridge I want to ignore that test.
Any idea?
Thanks!
Simone
-----------------------------------------------------------------------------------
This
2005 Aug 01
4
test message - ignore me
Haven't seen email since the 29th.. just testing.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mhess.vcf
Type: text/x-vcard
Size: 288 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050801/96555713/mhess.vcf
2008 Jan 14
4
OT: reverse DNS error for lists.digium.com
Hello,
sorry for beeing off-topic here. But can anyone confirm that
there is a problem reverse resolving lists.digium.com (216.207.245.17) ?
Because of this problem, my mail server will not accept mails from
lists.digium.com (it is configured to accept valid DNS only).
Armin
2005 Jan 08
3
OT help with rmdir pls
I am tying to clear down an asterisk source directory before CVS'ing a
new version
the --ignore... option is being used but its still not being deleted,
can anyone give me some clues.
Sorry I'm new to Linux, as if you havent guessed. Googling hasnt helped so far
Thanks
2003 Mar 12
2
[OT] Appropriate test?
Hi,
I'm having some problem with a dataset and I don't really know how to
analyse it.
I have 20 subjects in two groups of treatment (8 an 12 subjects).
Biological measure have been recorded at different time, from t0 (before
the treatment) to t7 (3 days after). The time elapsed between each
measure is not constant.
What is the most appropriate test to show a difference between the 2
2009 Sep 08
1
[OT] "_" inserted in postings
Sorry if this is too "OT", but there is a particular relevance to
postings to R-help.
Of recent times, I have received several postings via R-help (and some
other mailing-lists) in which the "_" character is inserted where,
presumably, a space, " ", was intended. An example (received this
morning) is below, which (from the headers) was originally sent
through Yahoo
2006 Mar 18
1
A general deployment question (OT)
Does anyone have a guesstimate of how many active Asterisk
installations there are? Sorry this is off topic, need it for a
customer proposal and they need comfort on stability. A count of the
downloads from Digium would be a good start but I couldn't find this
anywhere with Google. Feedback from anyone who may know near actual
data would be appreciated rather than simply guessing,
2004 Feb 25
2
Kind of OT: Question about power button
Hi,
Sorry to go off topic, but I'm not sure where exactly to ask.
I'm booting off the network via pxelinux (running on one of those VIA EPIA boards). Sometimes, the computer just *stalls* ... it doesn't respond to the keyboard, you can't telnet in, etc. I can't even reset or turn of the computer via the ATX buttons. I don't think I have any funny ACPI or power management
2005 Sep 02
1
how to execute something after Dial() ?
let's suppose I have this dialplan :
exten => _X.,1,Playtones(ring)
exten => _X.,2,Dial(CAPI/contr1/${EXTEN},,g)
exten => _X.,3,AGI(update)
where "update" updates some db tables we have based on the type of extension
Now, from the wiki :
If the /g/ option is specified, and the called party hangs up before the
calling party, then Dial exits with a return code of 0 to
2008 May 09
2
OT, but just a quick question.
I know this is off topic, so please accept my apologies. This is
just out of curiosity, and a number of people I've talked to in the area
I live in have said the same thing. About 2 weeks ago, my one remaining
xp machine downloaded and installed an update from Microsoft. Ever since
then, the machine has run slower than a dead person. I was just
wondering if anyone here on the list who still
2007 Feb 23
0
[OT] Whoa! Did Justin Palmer and Rick Olson Just Start a Company?
For a second I thought Active Reload was an exciting new Rails core
framework. Just want to be the first to congratulate Rick and Justin
on their new journey. A lot of us benefit from your code each and
every day!
http://activereload.net/2007/2/13/a-new-company-is-born
http://digg.com/tech_news/Rails_Superstars_Rick_Olson_and_Justin_Palmer_Start_a_New_Company
Sam
2006 Mar 15
2
(unexplicable) peaks of machine load
I have strange peaks of machine load on my asterisk servers, looking at
top the load is very high even if cpu usage is low and no swap memory is
used.
This happens on all the machines, some of them have asterisk, mysql, agi
and digium cards on them, so I thought I was only asking too much, but
yesterday I noticed the same behaviour on an asterisk machine with only
two digium in it, no other
2006 Jan 23
1
Testing List (JUST A TEST)
Sorry, I haven't received a message in a few hours, just testing to see if
it is alive.
2006 Mar 15
3
Zaptel compile errors on x86_64
Hi,
Just downloaded the latest cvs from zaptel on my sparking new Athlon64
Centos4.2 system, but hitting a stumbling block... (sorry for the long post)
#make
cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -m64 -DSTANDALONE_ZAPATA
-DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -c -o gendigits.o gendigits.c
cc -o gendigits gendigits.o -lm
./gendigits
cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -m64
2003 Nov 13
1
[OT] Just had to vent...
I was doing a search for Mac OS cd audio extraction with error-correction,
and stumbled upon an awe-inspiring collection of misinformation from last
year:
http://www.macslash.org/AskMacSlash/02/09/14/0257246.shtml
My favorite bit is the part about Audio CDs being composed of AIFF files
that can be easily copied bit-for-bit perfect with no error-correction
algorithm.
--
agreenbu @ nyx . net
2004 Jun 15
0
Re: OT: fax obsoleted? Was: Re: Fax via email (Steve Underwood)
>>> kurtwp@yahoo.com 6/15/2004 7:29:33 AM >>>
>Old managers will change its the LaLawyershat don't
>change. Every dam law office that I been in has at
>least one fax machine that is constantly printing
>something out. But to say fax is dead is an
>understatement.
>AT&T said that about teletype service, you know 50 -
>300 baud service, years ago and