search for: josiah

Displaying 20 results from an estimated 24 matches for "josiah".

2009 Feb 05
11
Crash Hard, Crash Often
...: yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme 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
2005 May 10
0
Re: Sipura 841 and headset (Josiah Bryan)
...low the screen. The 2.5mm size plug is standard for cell phone headsets and cordless phone headsets, at least here in the USA - dont know about france. The 2.5mm headset works fine on the 10+ SPA-841's that I've used it on (several managers use headsets in my office with the SPA-841.) -josiah -- Josiah Bryan -------------- I too use a number of SPA-841 with the headsets plugged into the 2.5mm headset port. I found the best headset to be the Panasonic TCA92 (off eBay) at about $usd8 +usd8 postage to Au. Some of the other headsets I tried, did not perform as well. However I have fou...
2024 May 16
1
[Non-DoD Source] Re: R for the US Air Force
...rganization that doesn?t fit the description, and only then will they test it. That sounds great. I?ll reach out to Jeremy and see if he can help me get the IDs the USAF wants. It sounds like Joshua predates my time here. That?s a really good idea. Thanks very much! Doug From: Josiah Parry <josiah.parry at gmail.com> Sent: Thursday, May 16, 2024 1:05 PM To: ADAMS, DOUGLAS L CIV USAF AFMC OO-ALC/OBWA <douglas.adams.15 at us.af.mil> Cc: R-devel at R-project.org Subject: [Non-DoD Source] Re: [Rd] R for the US Air Force You don't often get email from josiah.p...
2008 Sep 29
3
Knowing incoming call technology and channel [SOLVED]
2008/9/29 Alex Balashov <abalashov at evaristesys.com> > Try this: > > exten => _XXXX,1,Set(THISTECH=${CUT(CHANNEL,/,1)}) > exten => _XXXX,n,NoOp(Technology is ${THISTECH}) > exten => _XXXX,n,Set(THISCHANNEL=${CUT(CHANNEL,/,2)}) > exten => _XXXX,n,NoOp(Channel is ${THISCHANNEL}) Hi, I don't have any spare zaptel enabled system I could try this on, but I
2005 Apr 27
6
Redirect two channels to each other?
I've been scratching my head trying to think of a way to do this, but without success yet. I'm using the Manager API. If I have two channels linked to each other (i.e. direct connection), or even if they are independent channels, I can transfer them both to the same extension by using Action: Redirect and using Channel: for one and ExtraChannel: for the other. This is most useful for
2010 Feb 09
0
asterisk-users Digest, Vol 67, Issue 20 Re: Asterisk going down
> > Thanks Josiah Bryan, > > I do not have any dns server running on my asterisk server, we do have an > external DNS server working in the data center; the IP of this dns server is > 10.4.1.5... > > Following you will see my main configuration: > > /etc/resolv.conf: > > domain localdom...
2011 Jan 17
2
list mac or IP of all guests NICs?
I'm trying to figure out how to use virsh (or something else) to list all the IP addresses (or MAC addresses if needed) for each virtual NIC, preferably with it domain affiliation also listed. Is this possible? Thanks, JSR/ -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Jul 21
1
RODBC - problems using odbcDriverConnect without DSN
...his, but this connection string won't work. It's fairly important for this project that the code can connect without a DSN needing to be set on every computer that runs it. Does anyone know if I'm missing something in my connection string, or can this not be done using RODBC? Thanks, Josiah.
2024 May 16
1
R for the US Air Force
Hey Doug, R is not a product that is provided by a company or any vendor that can be procured through a vendor e.g. something on a GSA schedule. Seems like you're caught in the bureaucracy hell hole. I used to help the USAF, and other DoD members use R when I was at RStudio (now Posit). I recommend you find someone in your organization who is doing Data Science. They'll likely have
2007 Sep 20
10
IAX Java Softphone?
Does anyone know of an IAX softphone in Java, whether applet or application? Even the most minimum featureset, just voice and dialing, or even embedded in some other app/let. Preferably GPL. Thanks. -- (C) Matthew Rubenstein
2005 May 09
0
New script: /usr/bin/asteriskdial + Kontact
...then allow you to click on numbers in your contacts and substitute the %N for the number clicked. Assuming you've chmod'ed +x the script and set the server, user, and secret correctly, when you click on a contact's number, your phone will ring. Any questions, let me know! Cheers! -josiah -- Josiah Bryan IT Coordinator Productive Concepts, Inc. jbryan@productiveconcepts.com (765) 964-6009, ext. 224 -------------- next part -------------- A non-text attachment was scrubbed... Name: asteriskdial Type: application/x-perl Size: 2148 bytes Desc: not available Url : http://lists.digium....
2008 Oct 21
1
For Dial(), when calling party hangs up, redirect called party to another location in the dialplan?
Hi all, I know when doing a Dial, when the called party hangs up, we have a few different ways to redirect the calling party to other parts of the dialplan. In this case, I have someone who would like to do the opposite... When the calling party hangs up after a Dial(), redirect the called party to another location. I'm not sure how else to describe what the user wants to do, but I'm
2005 May 10
2
Sipura 841 and headset
Hi folks ! I bought two sipura 841 phones. I used to have GN Netcom headset which I connect instead of the handset. The problem is that I don't have any sound coming out the headset and I can't speak neither ! I'am located in France and I was wondering if the cabling in the sipura and in the headset is the same (I mean the order of the cables) or maybe is there something else to
2024 Oct 13
1
R CMD check and CRAN's rust policy
On 10/13/24 19:30, Josiah Parry wrote: > Hi all, > > I'm new to contributing to r-devel. The trunk of r-devel right now includes > a `check_rust()` function for adherence to CRAN's evolving rust policy (see > commit > https://github.com/r-devel/r-svn/commit/6114d4126434c056b476cbc5db2657536c153d9a...
2024 Dec 13
1
Check R version dependency in R CMD Check
I?ve been guilty of this myself. I think a check would be good. In my case I was using the new sort_by() function (I think also 4.1) and a user was failing to install on R 4.0. On Fri, Dec 13, 2024 at 11:30 Jan Net?k <netikja at gmail.com> wrote: > Hello, > > I have a server with R 3.6.3 installed and I struggled a bit with > updating several R packages that utilizes some new
2005 May 10
3
Interconnecting two lans using Asterisk over a PSTN
Hello, I am a newbie in Asterisk IP PBX but I am very impressed by its functionalities. I have read that It can work over IP network and across the PSTN. I am not very sure how it works over the PSTN.. In case if people have not yet the Internet or SDL access, I would like just to know if it is possible to interconnect two IP LANs using the traditionnal analog Network and Asterisk PBX? In such I
2016 Dec 31
1
[Bug 2657] New: Documentation does not mention that AuthorizedKeysCommandUser accepts "%u" token substitution
https://bugzilla.mindrot.org/show_bug.cgi?id=2657 Bug ID: 2657 Summary: Documentation does not mention that AuthorizedKeysCommandUser accepts "%u" token substitution Product: Portable OpenSSH Version: 7.4p1 Hardware: 68k OS: Mac OS X Status: NEW Severity:
2024 Oct 13
1
R CMD check and CRAN's rust policy
Hi all, I'm new to contributing to r-devel. The trunk of r-devel right now includes a `check_rust()` function for adherence to CRAN's evolving rust policy (see commit https://github.com/r-devel/r-svn/commit/6114d4126434c056b476cbc5db2657536c153d9a ). As it stands R 4.4.2 will codify CRAN policy on Rust as the R language's policy and will have deep implications for the language moving
2005 May 13
0
Chanspy crash
...yself several times. This, of course, > assumes you are using Zap channels for incomming calls. If not, then you'd > need to find another way to listen to incomming calls - perhaps ChanSpy, tho > i've not been able to get that to work - crashes my * box with CVS HEAD. > > -josiah It does this to me too. We should send in a bug report. I think there have been other people reporting it also. It would be "reeel nice-like" [Beverly Hillbillies] to have this working. Kevin Bockman
2006 Aug 03
0
Can''t set up rails: dispatch.cgi failed
...blic/] pass through /todo/public/images/rails.png I have the right path to ruby in .htaccess, have 755 permissions in my public directory, and have edited .htaccess to route through dispatch.cgi. Can anyone help? I''ve pasted my dispatch.cgi and .htaccess files below. Thanks in advance, Josiah .htaccess -------------- AddHandler fastcgi-script .fcgi AddHandler cgi-script .cgi Options +FollowSymLinks +ExecCGI RewriteEngine On RewriteRule ^$ index.html [QSA] RewriteRule ^([^.]+)$ $1.html [QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ dispatch.cgi [QSA,L] ErrorDocument 500...