search for: 6009

Displaying 20 results from an estimated 138 matches for "6009".

Did you mean: 2009
2007 Mar 29
8
error in FreePBX
Ive installed asterisk and freepbx. Through the interface ive configured 2 extensions, 6000 and 6001. My problem is that when i try to call from extension 6000 to 6001, i hear this msg "Im-sorry&an-error-has-occured" and the call is terminated. As expected if i call to another number i get an error. i thought the problem might been related with the NAT but if checked and changed some
2015 Feb 04
2
Anaconda: inst.repo doesn't work.
Although you can choose this in the installer, isnt the provided values supposed to be the default? I tired the following inst.repo=hd:/dev/sdb1:/repo Result: /dev/sdb1 is not mounted. inst.repo=nfs:[fc00::6009]:/home/auser/repo Result: NFS is not mounted even the correct ip is set by passing ip= parameters. Of course I tested the NFS share using CentOS itself. Thanks for any assistance!
2009 Feb 05
11
Crash Hard, Crash Often
...e de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm bogomips : 2924.54 == Thanks for any help or advice anyone may have. Cheers! -josiah -- Josiah Bryan IT Manager Productive Concepts, Inc. jbryan at productiveconcepts.com (765) 964-6009, ext. 224
2011 Oct 12
2
p adjustment on 4thcorner results
...T / GRAS r 0.0124263 0.399 Thank you in advance for your help, Regards, C. -- Cristina E. Ramalho PhD Candidate MSc in GIS Ecosystem Restoration & Intervention Ecology Research Group School of Plant Biology (M090) The University of Western Australia 35 Stirling Highway, Crawley WA 6009 Perth, Australia Phone: +61 (08) 6488 4655; Fax: +61 (08) 6488 7461 www.plants.uwa.edu.au/research/ecosystem_restoration --------------------------------------------------------------------------------------------------- [[alternative HTML version deleted]]
2004 Mar 31
5
3-4 port FXO card recommendations
*This message was transferred with a trial version of CommuniGate(tm) Pro* In setting up Asterisk, I'm looking to dump my current phone system (Nortel Venture). I presently have three POTS lines. I would use a VOIP provider, but now are presently available in the Toronto, ON, CANADA area that support user owned hardware/software. I need a 416/647 area code number. In looking at FXO cards
2018 Feb 12
2
What does pct mean?
.... .........Transmit.......... Count Lost Pct Jitter Count Lost Pct Jitter RTT.... 188K 0 0 0.000 188K 16641K 8809 0.000 0.026 => This doesn't sound reliable to me: there are 188K packets and 16641K of them are lost?! The Pct value is fluctuating between about 6009 and 9009. Thanks, Michael > > > Am 11.02.2018 19:27 schrieb "Michael Maier" <m1278468 at mailbox.org>: > >> Hello, >> >> could somebody please tell me the meaning of "Pct" as seen in asterisk cli: >> >> ...........Receive.......
2010 Sep 30
1
R 2.11.1 crashes
...this something that can be fixed? I would like to use the internel help file if possible... Thanks. ########################################### Assistant Professor Steve Su School of Mathematics and Statistics Faculty of Engineering, Computing and Mathematics M019, 35 Stirling Highway Crawley, 6009, WA, Australia Phone:+6164883369 http://www.uwa.edu.au/people/steve.su CRICOS Provider Code: 00126G [[alternative HTML version deleted]]
2005 Jun 10
1
Problems with corARMA
...r even ~ 1 | id2) as a formula? Any help would be great Pam -- Pamela A McCaskie BSc(Mathematical Sciences)(Hons) Western Australian Institute for Medical Research University of Western Australia SCGH Campus Ground Floor, B Block QE-II Medical Centre Hospital Avenue, Nedlands Western Australia 6009 AUSTRALIA Email: pmccask at cyllene.uwa.edu.au Phone: +61-8-9346 1612 Mob: 0417 926 607
2020 Sep 24
2
Negotiates g729 but RTP contains g711
...TE User-Agent: PortaOne Max-Forwards: 69 Date: Sat, 19 Sep 2020 21:42:19 GMT Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY Supported: replaces X-LOCATION: X-StartID: SDvb9r601-d482cc2b5e0b32417957ea02aaade464-a04aba0 Content-Type: application/sdp Content-Length: 283 v=0 o=root 6009 6009 IN IP4 41.11.11.11 s=session c=IN IP4 41.11.11.11 t=0 0 m=audio 13918 RTP/AVP 18 8 101 a=rtpmap:18 G729/8000 a=fmtp:18 annexb=no a=rtpmap:8 PCMA/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=silenceSupp:off - - - - a=ptime:20 a=sendrecv <-------------> [2020-09-19 23:42:19] VE...
2004 Apr 07
0
Call hangs up after a fiew seconds with a quad BRI
...1-b718", "45") in new stack -- Executing SetCIDName("SIP/cramer1-b718", "45") in new stack -- Executing Dial("SIP/cramer1-b718", "Zap/g1/00796085427") in new stack -- Called g1/00796085427 Apr 7 19:38:14 WARNING[114696]: chan_zap.c:6009 zt_pri_error: PRI: received TEI check request for TEI = 127 Apr 7 19:38:15 WARNING[114696]: chan_zap.c:6009 zt_pri_error: PRI: received TEI check request for TEI = 127 -- Zap/1-1 is ringing -- Zap/1-1 answered SIP/cramer1-b718 Apr 7 19:38:21 WARNING[114696]: chan_zap.c:4032 zt_new: Channe...
2006 Feb 18
3
Bug in Sweave? -- scoping problem? (PR#8615)
I have found a strange scoping problem in Sweave. The following Rnw file doesn't produce the same output in Sweave as it does if I produce an R file using Stangle and execute that: \documentclass[12pt]{article} \begin{document} <<R>>= election <- data.frame(A=1:3, B=9:7, C=rep(0,3)) partytotal <- rep(0, ncol(election)) for (i in 1:ncol(election)) { partytotal[i] <-
2005 Jul 13
2
Kronecker matrix product
Hi I want to write a little function that takes a matrix X of size m-by-n, and a list L of length "m", whose elements are matrices all of which have the same number of columns but possibly a different number of rows. I then want to get a sort of dumbed-down kronecker product in which X[i,j] is replaced by X[i,j]*L[[j]] where L[[j]] is the j-th of the "m" matrices. For
2003 Jun 28
2
Hummingbird Exceed
Hello , I installed Shorewall on a linux RedHat 8.0. No problem , it works very well. I have two interfaces: eth0 : 193.95.47.194 , mask 255.255.255.192 gateway : 193.95.47.193 dns: 193.95.66.10 eth1 : 192.168.54.250 mask 255.255.255.0 (no gateway) all computers in my local network have ip addresses 192.168.54.xx , gateway: 192.168.54.250 , dns:193.95.66.10 almost 100 local machines using
1999 Oct 07
1
[Fwd: Libraries loading, but not really?] - it really IS a problem :-(
...bject "princomp" not found > thanks, mike -- ------------------------------------------------ Mike Kalish Coordinator, Cognitive Science Dept. of Psychology email: kalish at psy.uwa.edu.au University of Western Australia phone: 61 - 8 - 9380-2688 Nedlands, WA 6009 fax: 61 - 8 - 9380-1006 Australia http://boneyard.psy.uwa.edu.au/kalish.html -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help",...
2003 Apr 28
2
sum(..., na.rm=TRUE) oddity
...ds[4],coords[1]:coords[2]], na.rm=TRUE)} occupied.counter(coords) [1] 8 Cheers in advance Rohan Sadler -- Ecosystems Research Group (ERGO) School of Plant Biology (Botany), Faculty of Natural & Agricultural Sciences, The University of Western Australia, 35 Stirling Highway, Crawley WA 6009, Australia Ph: +61 8 9380 7914 Fax: +61 8 9380 7925 email: rsadler at agric.uwa.edu.au ERGO's web site:<http://www.botany.uwa.edu.au/ergo>
2011 Jan 20
1
Cannot rename directory - Samba acting two different ways on identical systems
...2, 3] smbd/vfs.c:974(check_reduced_name) reduce_name: data/FOLDER reduced to /mnt/store/data/FOLDER [2011/01/19 19:56:32, 3] smbd/reply.c:5760(rename_internals_fsp) rename_internals_fsp: Error NT_STATUS_ACCESS_DENIED rename data/FOLDERR -> data/FOLDER [2011/01/19 19:56:32, 3] smbd/reply.c:6009(rename_internals) rename_internals: Error NT_STATUS_ACCESS_DENIED rename data/FOLDERR -> data/FOLDER [2011/01/19 19:56:32, 3] smbd/error.c:60(error_packet_set) error packet at smbd/reply.c(6241) cmd=7 (SMBmv) NT_STATUS_ACCESS_DENIED ------ WHEN RENAME WORKS (Mac 1): ------ [2011/01/19 19...
2018 Feb 13
2
What does pct mean?
............ > Count Lost Pct Jitter Count Lost Pct Jitter RTT.... > 188K 0 0 0.000 188K 16641K 8809 0.000 0.026 > > => This doesn't sound reliable to me: there are 188K packets and 16641K of them are lost?! The Pct value is fluctuating between about 6009 and 9009. > > Thanks, > Michael > > >> >> >> Am 11.02.2018 19:27 schrieb "Michael Maier" <m1278468 at mailbox.org>: >> >>> Hello, >>> >>> could somebody please tell me the meaning of "Pct" as seen in aste...
2008 Mar 26
1
adjusted means and adjusted standard errors after ANOVA
...justed means and standard errors. This I do not know how to do. What is the easiest way to do this in R from this analysis? Kind regards, Burak Pekin Burak Pekin Ecosystem Research Group School of Plant Biology (M090) University of Western Australia 35 Stirling Highway Crawley, WA 6009 Australia Ph: +61 08 6488 7923 Fax: +61 08 6488 1001 [[alternative HTML version deleted]]
2010 Oct 19
1
Doubt on using lattice
...didn't manage to do it right... Thank you for your help in advance. Regards, C. ------------------------------------ Cristina Estima Ramalho PhD Candidate MSc in GIS Ecosystem Restoration Lab School of Plant Biology (M090) The University of Western Australia 35 Stirling Highway, Crawley WA 6009 Perth, Australia Phone: +61 (08) 6488 4655; Fax: +61 (08) 6488 7461 www.plants.uwa.edu.au/research/ecosystem_restoration --------------------------------------------------------------------------------- [[alternative HTML version deleted]]
2013 Jan 31
1
facet plot
...1160 1 1 2 0 0 1 0 0 0 1 NM_001001176 0 0 0 0 0 0 0 0 0 0 NM_001001177 1 3 2 3 0 1 1 0 2 0 NM_001001178 0 0 0 0 0 0 0 0 0 0 NM_001001179 0 0 0 0 0 0 0 0 0 0 NM_001001180 1 0 0 1 0 0 0 0 0 0 NM_001001181 350 539 424 470 441 451 554 553 419 548 NM_001001182 4691 6458 5686 6761 5944 4486 6030 5883 6009 7552 NM_001001183 22 23 12 21 25 17 34 40 33 32 NM_001001184 138 147 111 100 54 61 61 77 57 99 NM_001001185 2 3 4 3 4 5 9 2 4 4 NM_001001186 231 337 187 168 148 178 275 319 181 279 [[alternative HTML version deleted]]