Displaying 3 results from an estimated 3 matches for "test_numbers".
Did you mean:
test_number
2009 May 20
0
inbound SIP funnies
...All the source/dest IPs
and ports look good.
A "sip set debug trace ip <sourceip>" is blank, showing nothing at all.
The sip.conf default context is incoming_pstn. The incoming_pstn context
is:
[incomming_pstn]
include => local-UK
include => local-US
include => test_numbers
and [test_numbers] includes:
exten => 555,1,Answer(0) ; Pick up phone instantly
exten => 555,n,Playback(vq51) ; Let them know what's going on
exten => 555,n,Playback(vq20)
exten => 555,n,Goto(default,555,3) ; repeat
So as far as I can...
2015 Mar 03
2
openssh-SNAP-20150304 issues
Script started on Tue Mar 3 07:35:34 2015
doctor.nl2k.ab.ca//usr/source/openssh-SNAP-20150304$ make tests
[ -d `pwd`/regress ] || mkdir -p `pwd`/regress
[ -d `pwd`/regress/unittests ] || mkdir -p `pwd`/regress/unittests
[ -d `pwd`/regress/unittests/test_helper ] || mkdir -p `pwd`/regress/unittests/test_helper
[ -d `pwd`/regress/unittests/sshbuf ] || mkdir -p `pwd`/regress/unittests/sshbuf
[ -d
2000 Nov 12
2
R help for a newby
Hello,
I'm trying to read a file that has ascci data in it. The format of the data
is in this order: test_number(integer) 4 double readings. Simple,ok, but for
life of me I can't get R to put it into the internal format I need. What I want
to do is to make an array called dat and dim it 10000 rows by 5 columns.
That seems simple enough, I start out by:
dat <-