search for: myle

Displaying 20 results from an estimated 125 matches for "myle".

Did you mean: kyle
2005 Apr 27
3
caches_page questions
...see if it fixes it.) 2) Has anyone used caches_page with the pagination helper? When I try it, it caches page #1, and then requests for subsequent pages using the pagination links continue to serve the cached page #1 (this is expected, I suppose). What can I do to cache these pages? Thanks, Myles
2017 Aug 05
3
by() subset by factor gives unexpected results
...(s$x, s$y, col=s$B) }) I would have expected the point at (1,1) to be coloured red. When plotted, this row is indeed red: > i[1,] x y B 1 1 0 red however, this next point is green on the plot even though I would like it to be red: > j[1,] x y B 1 1 1 red How can I achieve that? Myles
2009 Dec 31
3
Dialplans & Holiday Dates
...is to create a database of these dates and just update them as new years rollover. I suspect others have done this sort of thing with Asterisk before, but I've not found any resources so far. Does anyone have a suggestion as to how to approach this? I'm running Asterisk 1.4.2. Thanks Myles -- ======================= Myles Wakeham Director of Engineering Tech Solutions USA, Inc. Scottsdale, Arizona USA http://www.techsolusa.com Phone +1-480-451-7440
2017 Aug 05
0
by() subset by factor gives unexpected results
The answer was (thanks to Mark Leeds) to do with the use of a factor instead of a vector. on [2017-08-05] at 08:57 Myles English writes: > I am having trouble understanding how the 'by' function works. Using > this bit of code: > > i <- data.frame(x=c(1,2,3), y=c(0,0,0), B=c("red","blue","blue")) > j <- data.frame(x=c(1,2,3), y=c(1,1,1), B=c('red',...
2009 Aug 06
3
Monitoring Asterisk uptime
...ping the box, but I really need more than this. I need to know if the Asterisk service is running, and also that there hasn't been any issues with SIP registration to our external trunks. If anyone could share how they are doing this sort of thing, it would be greatly appreciated. Thanks Myles -- ======================= Myles Wakeham Director of Engineering Tech Solutions USA, Inc. Scottsdale, Arizona USA http://www.techsolusa.com Phone +1-480-451-7440
2005 May 27
2
undefined method `>' for nil:NilClass
I''m following the Depot tutorial in the Rails book, and have just hit a wall. As instructed by the tutorial, I added the following code to the Product model: protected def validate errors.add(:price, "should be positive") unless price > 0.0 end When I attempt to add a new product, I''m getting an error: undefined method `>'' for nil:NilClass
2010 May 20
3
Checking blank CallerID in Dialplan
...nyone have some sample DialPlan code that they are using to thwart incoming calls with no caller ID? I was thinking of maybe converting the caller ID num to a numeric value and testing for 'not equal to 0' but that won't work with the + prefix. All suggestions greatly appreciated. Myles -- ----------------------------- Myles Wakeham Director of Engineering Tech Solutions USA, Inc. www.techsolusa.com Phone +1-480-451-7440
2009 Aug 01
3
Dialplan strategy suggestions needed
...39;m not sure if there is a way to create separate contexts for this and branch to them? I must be approaching this wrong. Can anyone point me in the right direction so I create something that is manageable for the future and won't have conflicts on user inputs between the systems? Thanks Myles
2009 Aug 06
3
Set PHP binary location for AGI
...his? I noticed that most AGI PHP scripts begin with: #!/usr/bin/php -q which I would assume I simply need to change to: #!/usr/local/bin/php -q for my build, but is this enough? Is there somewhere else that needs to be updated in order for AGI to correctly find the PHP build I've done? Myles P.S. I did try and change the PHP configure options to install in /usr/bin but that didn't work because it won't install the man pages and headers in there for some reason. But its installing fine in /usr/local/bin which appears to be its default install location anyway, so I'd...
2010 Jan 29
2
Cell phone redialer?
...Is something like this possible? I know there are companies out there charging for this sort of thing (like SpoofID, etc.) but since we may already have the technology in place for this, I was hoping I could roll my own 'home grown' version of it. Thanks in advance for any comments. Myles ----------------------------- Myles Wakeham Director of Engineering Tech Solutions USA, Inc. Scottsdale, Arizona USA www.techsolusa.com Phone +1-480-451-7440
2010 May 10
1
Manipulating the Blacklist database
...uently now all my blacklisted numbers aren't matching in my Dialplan, so I'm getting tele-spammed. Is there a way that I can work with the blacklist database like a SQL database, and just apply a script to update all numbers and add the prefix to them if they don't have it already? Myles -- ----------------------------- Myles Wakeham Director of Engineering Tech Solutions USA, Inc. Scottsdale, Arizona USA www.techsolusa.com Phone +1-480-451-7440
2001 Apr 05
3
OT: long - Replacing CD's? was RE: New type of copy-prot ected audio CDs are coming...
...sID=772> I cannot imagine the RIAA embracing this device unless it eliminaties all possibilty of perfect digital extraction. They will need to push for every device to provide only analog outputs for pre-recorded media and prevent PC makers from incorporating it into computers (good luck!). Myles --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages se...
1999 Jun 15
3
r help archives
Where are the archives of r-help kept, please? Jonathan -- Dr. Jonathan Myles e-mail:jonathan.myles at mrc-bsu.cam.ac.uk MRC Biostatistics Unit Tel. 01223 330371 Institute of Public Health FAX 01223 330388 University Forvie Site Robinson Way CAMBRIDGE CB2 2SR -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-he...
2000 Jun 22
2
Intermediate LaTeX output generated by R CMD Rd2dvi
Is there any way of getting just the LaTex output which R CMD Rd2dvi generates on the way to produces a .dvi file, which could then be incoorporated into another document? Thanks, Jonathan -- Dr. Jonathan Myles e-mail:jonathan.myles at mrc-bsu.cam.ac.uk MRC Biostatistics Unit Tel. 01223 330372 Institute of Public Health FAX 01223 330388 University Forvie Site Robinson Way CAMBRIDGE CB2 2SR -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-...
2009 Dec 21
3
Looking for some example dialplans
...(exactly) so that it will allow up to 4 digits to be entered, but on the first one being entered, it is validated against the phone menu options. Does anyone have any example dialplans that show how to do an ACD menu, with direct extension dialing supported as well they could point me towards? Myles -- ======================= Myles Wakeham Director of Engineering Tech Solutions USA, Inc. Scottsdale, Arizona USA http://www.techsolusa.com Phone +1-480-451-7440
2009 Oct 01
3
What are the reasons for VoIP echo?
...with modem latency, and they couldn't detect anything. Again, I'm not experiencing any lag issues with computer games, particularly those that are heavy in interactivity, so I don't think that is the reason. Any suggestions as to what could be tweaked would be greatly appreciated. Myles -- ======================= Myles Wakeham Director of Engineering Tech Solutions USA, Inc. Scottsdale, Arizona USA http://www.techsolusa.com Phone +1-480-451-7440
2009 Jul 30
4
Looking for wisdom - One Asterisk system - Multi-incoming trunks
...r it. Will my plan to use one trunk for all incoming lines make sense here, or am I likely to get all of this mixed up with calls coming in for one business and being routed to the wrong place? Any suggestions, thoughts or critique would be greatly appreciated. Thank you wise Asterisk gurus! Myles -- ======================= Myles Wakeham Director of Engineering Tech Solutions USA, Inc. Scottsdale, Arizona USA http://www.techsolusa.com Phone +1-480-451-7440
2009 Dec 09
4
Need help/suggestions for DialPlan
...03,1,VoiceMail(6000 at edgeneering) exten => 03,n,Hangup() (I'm dummying out the transfer to SIP phone parts with VoiceMails here for demo purposes) What am I doing wrong that is stopping correct identification of the digits entered by the caller? Thanks in advance for any assistance. Myles
2001 Jun 25
2
[OT] Re: Format comparison
...requency signal (80khz or 160khz comes to mind.) A quad capable receiver de-multiplexes the back channels and subtracts them from the baseband signal to send only the front signals to the front speakers and back signals are then sent to the back speakers. I now return you to an on-topic list.... Myles --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages se...
1997 Jul 19
1
R-beta: R without graphics
Is there a way to "unplug" the windows graphics from R, so that it will work across a teletype telnet session or in a Linux box proving resistant to having windows added to it? Thanks Jonathan Myles -- Dr. Jonathan Myles e-mail:jonathan.myles at mrc-bsu.cam.ac.uk MRC Biostatistics Unit Tel. 01223 330371 Institute of Public Health FAX 01223 330388 University Forvie Site Robinson Way CAMBRIDGE CB2 2SR =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=...