similar to: New feature: calling all bug marshals

Displaying 20 results from an estimated 300 matches similar to: "New feature: calling all bug marshals"

2007 Dec 05
5
New feature: calling all bug marshals
Hi. I wanted to write a "popcorn" app for myself, both to learn how to script in extensions.conf, but also because it was something handy. Along the way, I found myself doing something like: [popcorn] exten => s,1,Set(FUTURETIME=$[${EPOCH} + 10]) ... exten => s,n,While(${EPOCH} < ${FUTURETIME}) exten => s,n,Wait(0.01) exten => s,n,EndWhile() exten => s,n,Play(beep)
2007 Dec 05
0
New feature: calling all bug marshals
> In article > <15243.199.46.199.237.1196858285.squirrel at www.tailorhosting.com>, > Ryan Burke <burke at tailorhosting.com> wrote: >> >> I just was looking over the app_waitutil.c and am confused you add 500 >> to >> tv.tv_usec on the line "msec = (future - tv.tv_sec) * 1000 - >> ((tv.tv_usec >> + 500) / 1000);"? > >
2007 Nov 29
1
Adding new recorded phrases to the release
This might be a frequently asked question, but how do new sounds get added to the release? I was trying to do a "popcorn" extension on my phone (that gives the date and time... maybe even getting fancy and adjusting for the caller's timezone based on country code or area code)... but didn't have the word "local" or phrase "local time" in the lexicon. Now if
2004 Dec 12
1
Totally LOST with dialplan and Extensions.
Ok I have spent the last week working on getting my small PBX to work. I will in the end only have 4 SIP extensions being either softphones of IP phones. Currently only 1 SIP config for testing. And at the this point it should be all fairly easy with all inbound and outbound to PSTN will be going Via Firefly/Freshtel.net in Australia via IAX. Inbound does work in it's current basic state.
2006 Nov 14
5
SSH Console access
I''ve been playing around with this, but have yet to be successful. I am trying to figure out how to SSH to my Dom0 IP and some static port and then redirect the "xm console <domU>" into the SSH session. Has anyone been successful in doing this? Really the only option I''ve seen is using "screen" on the /dev/pts/[1-x] console device, but that seems overly
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.
2012 Feb 08
2
How to stop a loop for?
Hi all, I have some time trying to find a way to stop a loop for( ) until the user presses the enter key or any other one and the loop can continue. This could be an example: library(MASS) data <- data.frame(mvrnorm(1000,rep(0,5),Sigma=diag(1,5))) for(i in 1:dim(data)[2]){ plot(density(data[,i]), main=paste('histogram',i)) #here something like waituntil command } Thank's in
2007 Nov 12
0
3 commits - libswfdec/swfdec_player.c test/trace
libswfdec/swfdec_player.c | 18 +-- test/trace/loadvars-decode-5.swf |binary test/trace/loadvars-decode-5.swf.trace | 182 +++++++++++++++++++++++++++++++++ test/trace/loadvars-decode-6.swf |binary test/trace/loadvars-decode-6.swf.trace | 182 +++++++++++++++++++++++++++++++++ test/trace/loadvars-decode-7.swf |binary test/trace/loadvars-decode-7.swf.trace |
2013 May 15
0
[PATCH 1/2] Update comparison.html
I cleaned up comparison.html, making the comparison more fair and removing manufacturers that no longer have any new hardware supporting a certain format. The table is more readable now too. --- comparison.html | 86 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 45 insertions(+), 41 deletions(-) diff --git a/comparison.html b/comparison.html index 9f36381..be88205
2004 Jan 11
0
a constructive proposal: tie the marshals to a cvs server
perhaps i have been too ascerbic on the list as of late. for that i offer my apologies. create a second cvs server, bug marshalls have commit access. they commit patches (tagged with bug id) to this server. users wanting bleeding-edge stuff, use that server and don't have to keep downloading and patching from the web site. digium at their discretion, imports changes into canonical source. i
2019 Jan 27
2
[PATCH] Cygwin: Change service name to cygsshd
On Jan 26 22:00, Nico Kadel-Garcia wrote: > On Sat, Jan 26, 2019 at 6:30 PM Corinna Vinschen <vinschen at redhat.com> wrote: > > > > On Jan 26 18:12, Nico Kadel-Garcia wrote: > > > On Sat, Jan 26, 2019 at 5:07 PM Corinna Vinschen <vinschen at redhat.com> wrote: > > > > > > > > Microsoft hijacked the sshd service name without asking. >
2009 Aug 14
0
Subliminals for Compiz
Hi! I made a subliminals-script for compiz. It simply uses an existing plugin to flash text on the screen, much in the same way movie theaters did in the 70s to sell more popcorn. Only it is used by the user for a particular purpose. Use cases: * Jim wants something that's new for him and would like to grow more comfortable with it in a convenient way before he starts taking action
2018 May 15
0
[Job Offer] Statistician (M/F) Definition of the software R++
ABOUT Z?BRYS Z?brys is a startup which designs the software R++, the Next Step. R++, the Next Step is a new Graphical User Interface for R. It comes from 3 years of research with different teams specialized in HMI. The first video presentation is available here (comments are in French, but the video is understandable even without sound). Z?brys is a startup with strong growth potential: prize
2006 Apr 10
4
Texas User Group
I am wondering if any of the Texas user groups have members in the North West part of the state. I am in the Amarillo area and would like to find some othere in this area, maybe even start a user group in this area. -- Bruce Reeves Nortex Networks -------------- next part -------------- An HTML attachment was scrubbed... URL:
2014 Mar 05
2
[LLVMdev] A "backend" is ... ?
I haven't run out of popcorn watching the "Upstreaming PNaCl's IR simplification passes" thread but one thing struck me that I would really like clarified. It feels like a tangential issue so I thought I'd ask it separately. In the very same message, I see this: >>>> Some background:  There are two related use cases for these >>>> IR simplification
2005 Sep 22
1
SayUnixTime in CVS?
Can anyone tell me what I missed? I'm trying to setup a simple extension (400) that reports the time when it is dialed. I searched the threads and it seems like this should work... Here's what's in my extensions.conf: exten => 400,1,Answer() exten => 400,n,Wait,1 exten => 400,n,SayUnixTime(,EST5EDT,) exten => 400,n,Playback(tt-weasels) [BTW, tt-weasels is hillarious!
2012 Aug 14
0
SayUnixTime quandry
Hi Gang, Hopefully somebody out there has a "doh" for this one. My dialplan announces the date and time using SayUnixTime. When I run this: exten => 36225,1,Set(ABA=999999999) exten => 36225,n,Background(telbank/${ABA}/${CHANNEL(language)}/thetimeis) exten => 36225,n,sayunixtime(,,Abe 'digits/at' IMP) I get this CLI output -- Executing
2004 Jun 24
0
-- Serious issues with current CVS?
I had a compile problem with the CVS I downloaded on 21 June. I have a Debian box with 2.4.18 kernel (version needed for support of Conexant ADSL). There is a difficulty with Zaptel build regarding HDLC detection. It tries to build it in and then results in unresolved kernel symbols and fails to load. I have had to comment out the entire HDLC defines in zconfig.h to get a driver to install at
2011 Nov 29
2
hello
Hello, I am a Windows convert basically, but as a newbie, thinking of stability and a virus free OS, and the features like that of a server, I have come here. Well said that I am absolutely new, I would know the things in the course of time, since it is different from my daily job....... Can one please let me know about the difference between the two DVD torrents:
2006 Oct 13
2
win32-mmap - trying to marshal self
Hi all, I realized the current implmentation has a problem - you can only get the last value set? I realized, after looking at the old C code, that it actually stores values in a hash and marshals the hash, not the values themselves. That seemed clunky to me, though. I thought it would be more interesting if we just marshalled the entire mmap object and passed that back and forth.