similar to: Dialplan - play sample, interrupt on * and return value?

Displaying 20 results from an estimated 8000 matches similar to: "Dialplan - play sample, interrupt on * and return value?"

2010 Sep 23
1
scatterplot 3d equal axis sequence length limitation
I was wondering if anyone has a way out of the limitation that you must use equal length x,y, and z sequence lengths. For instance, x<-seq(1,100) y<-seq(1,100) z<-rnorm(100) scatterplot3d(z,x,y) works fine. However, if I get some results that has a different y subset length, such as x<-seq(1,100) y<-seq(1,300) z<-rnorm(100) scatterplot3d(z,x,y) I get the following error:
2023 Mar 24
1
[External] Re: [PATCH] virtio_ring: Suppress tx interrupt when napi_tx disable
On Thu, Mar 23, 2023 at 4:01?PM ?? <huangjie.albert at bytedance.com> wrote: > > Jason Wang <jasowang at redhat.com> ?2023?3?22??? 10:37??? > > > > On Tue, Mar 21, 2023 at 5:00?PM Albert Huang > > <huangjie.albert at bytedance.com> wrote: > > > > > > From: "huangjie.albert" <huangjie.albert at bytedance.com> > > >
2009 Nov 30
1
Continuous legend colors
Dear List, I am trying to get a basic plot to show a continuous range of fill colors. It is probably easiest to demonstrate. I would like a legend like in the following example: Satellite.Palette <-colorRampPalette(c("blue3","cyan","aquamarine","yellow","orange","red")) require(fields) image.plot(volcano, col = Satellite.Palette
2023 Mar 24
1
[External] Re: [PATCH] virtio_ring: Suppress tx interrupt when napi_tx disable
On Fri, Mar 24, 2023 at 02:47:02PM +0800, Jason Wang wrote: > On Fri, Mar 24, 2023 at 2:42?PM Michael S. Tsirkin <mst at redhat.com> wrote: > > > > On Fri, Mar 24, 2023 at 02:32:40PM +0800, Jason Wang wrote: > > > On Fri, Mar 24, 2023 at 1:59?PM Michael S. Tsirkin <mst at redhat.com> wrote: > > > > > > > > On Fri, Mar 24, 2023 at
2010 Jul 13
1
Generate groups with random size but given total sample size
Dear list, I am currently doing some simulation studies where I want to compare different scenarios. In particular, two scenarios should be compared: 10.000 cases in 100 groups with 100 cases per group and 10.000 cases in 100 groups with random group size (ranging from 5 to 500). The first part is no problem: > id <- seq(1,10000) > group <- sort(rep(seq(1,100),100)) But I don't
2023 Mar 22
0
[PATCH] virtio_ring: Suppress tx interrupt when napi_tx disable
On Tue, Mar 21, 2023 at 5:00?PM Albert Huang <huangjie.albert at bytedance.com> wrote: > > From: "huangjie.albert" <huangjie.albert at bytedance.com> > > fix commit 8d622d21d248 ("virtio: fix up virtio_disable_cb") > > if we disable the napi_tx. when we triger a tx interrupt, the typo should be "trigger" > vq->event_triggered will
2005 Sep 20
1
MOH failures (bad quality with interruptions)
Hi ! :) Does someone have an idea of the reason why my MusicOnHold (with clean mp3 downloaded from http://aussievoip.com.au/wiki-MOH) is always having interruptions and micro-cuts ? No high load of the system, no swap, no hard disk r/w, mpg123 seems running well... nothing ! Except a little message at startup : "Warning, flexibel rate not heavily tested!" I'm getting
2005 Feb 12
1
return code of app in dialplan
Hi, I'll probably kick myself when I read the replies to this... How do I test the return code of an app in the dialplan? I need to test if the app, MYSQL() in this case, returned -1 or 0. It's easy to see after-the-fact in the log output, but I need the result in the dialplan, I just can't find which variable stores the actual return-code. Thanks!
2015 Jul 05
0
[Bug 11385] New: calls to functions like close are not wrapped to try again in cases of intermittent interruptions
https://bugzilla.samba.org/show_bug.cgi?id=11385 Bug ID: 11385 Summary: calls to functions like close are not wrapped to try again in cases of intermittent interruptions Product: rsync Version: 3.1.1 Hardware: All OS: All Status: NEW Severity: normal Priority: P5
2006 Oct 26
0
dialplan issue - 1& 0 should be false
Helo List, I'm having an issue using the AND (&) operator in the code of my dialplan. The dial plan is coded to detect inbound DTMF digits from callers. key "1" is equivalent to "yes" and key "2" is equivalent to "no" in my dial plan. When a caller presses 1, yes is passed as a varialble and same when 2 is pressed a "no" is passed.
2011 Feb 11
2
dialplan announcements
Hey all, I tried to do some searching but I found snippets and I am having trouble putting it all together. I want to have an option off the IVR that plays back the announcement for the day. At the end of the message, I want the caller to get kicked back to the previous menu. The conditions are that I want the recorder to dial a feature code that prompts him to record the message. He
2008 Jan 14
1
a way to interrupt a stuck R session on OSX
Discovered by accident: If your R session has become unresponsive to escape presses etcetera, you can try this. Open a terminal window, run the command ps -ax | grep R.app Note the process ID number in the first column. Say it's 1234. Then run kill -4 1234 The key is that the signal you are sending to R.app is "4". The Console will now ask you how you want to exit. This
2007 May 29
0
Play sound file on keypress (bridged call)
Hey People, Sorry if this has been covered before but for the life of me I couldn't find the answer. So if someone could just point me in the right direction that would be greatly appreciated. Is it possible to set up in the dial plan to assign keypad numbers a sound file on a bridge call. I know that you can do it if the user just rings into the dial plan but was wondering if anyone
2009 Oct 01
1
DTMF problems during a message play
I'm using the latest asterisk-1.4.26.2 and no zaptel trunks used, all SIP. I have one user that is having problems once he connects to asterisk. He's dialing from his home phone (pstn) to a Vitelity DID (SIP Trunk) which goes to my asterisk IVR. If he presses a dtmf during any message, the press is ignored unless the press was a #, 0 or *. Otherwise, he needs to wait for the
2003 Aug 01
1
Musiconhold interrupted sound
Hi, I don't seem to be able to get music on hold to play normally. The sound gets often interrupted with a few seconds of silence then starts playing again. I'm using mpg123-0.59r and tried mp3 files with different sample rates with no luck. If that matters, endpoints are SIP ata186, SIP Cisco 7960 and H.323 (over chan_h323) Quintum Tenor. Sometimes it may play fine for a few minutes
2004 Dec 02
1
Agent Login "Play a file"
Good Day list, Anyone know if there is a way to have the AgentCallBackLogin function play a voice file after the agent picks up the phone? If this is not an available feature, any ideas on the difficulty in making this feature? Example: Extensions.conf exten?=>?700,1,AgentCallbackLogin(${CALLERIDNUM}|?AnnounceCAllQue-TechSu pport?); ....... exten => s,6,Queue(queue1)
2005 Feb 22
1
bug? quantile() can return decreasing sample quantiles for increasing probabilities
Is it a bug that quantile() can return a lower sample quantile for a higher probability? > ##### quantile returns decreasing results with increasing probs (data at the end of the message) > quantile(x2, (0:5)/5) 0% 20% 40% 60% 80% -0.0014141174 -0.0009041968 -0.0009041968 -0.0007315023 -0.0005746115 100% 0.2905596324 >
2000 Sep 22
0
R- and ESS-mailing lists : network interrupts on Sunday Sep.24
Due to recabling of our main servers, there will be network interruptions coming Sunday, Sept 24. >From 10.00 CEST (Central European Summer Time) = UTC+2 a few hours intermittent up to at most 18 o'clock {the hope being that everything will be finished much earlier}. 10 - 18 CEST aka MET = 8 - 16 UTC (formerely "Greenwich Mean Time") = 4 - 10 Eastern (US)
2017 Apr 06
5
Commit dialplan & other config. in memory to disk?
'lo, So yesterday, one of our clients had the misfortune of having the disk that their Asterisk config (*.conf) was stored on take a dirt nap. Of course, Asterisk was still running at the time, and everything continued to work (except for voicemail, which was stored on the same disk) right up until I shut down Asterisk to investigate what was going on. Because the disk was dead, though, I
2008 Jul 01
2
"Invalid object" error in boxplot
Hi, I'm trying to make a boxplot with the data at the end of the message, and when I try to execute the command >boxplot(Diatoms) (or for any other field instead of "Diatoms") I get the following error message: Error in oldClass(stats) <- cl : adding class "factor" to an invalid object Any advice would be much appreciated. Thanks a lot, Miriam Date