similar to: Asterisk choking on voice messages announcements

Displaying 20 results from an estimated 130 matches similar to: "Asterisk choking on voice messages announcements"

2011 May 21
1
predict.gls choking on levels of factor
I've got a gls formula that's a mix of continuous and ordered variables. I wanted to use gls because I wanted to use the varIdent structure. Anyway, attempts to use "predict.gls" choke with the error that the levels I use are not allowed for one of them -- the first one alphabetically, so I'd guess the second would have the same problem. So I have three linked questions --
2006 May 10
1
acts_as_ferret choking
Hi all, I''ve ran into a problem with Ferret on my rails app, and I don''t really have a clue about why. When running the unit tests, I get the following error output: > Exception raised: > Class: <NoMethodError> > Message: <"You have a nil object when you didn''t expect it!\nThe > error occured while evaluating nil.version"> >
2010 Nov 29
1
Sweave choking on \\ in filename
Dear all, Sweave chokes when using "\\" in the path to the Rnw file. Using "/" works fine. The problem is that Eclipse+StatET uses "\\" in the filename. And example of the error, traceback and sessionInfo are given below. Best regards, Thierry > Sweave("Q:\\BMK\\cursussen\\interne_opleiding\\deelnemerslijst.Rnw", syntax="SweaveSyntaxNoweb")
2013 Oct 02
2
Dahdi_dummy is more accurate than core timer?
Hi, I have some servers that are dedicated to do meetme conferencing. From some previous test i concluded that I need to use dahdi_dummy as it is more accurate. If I did use the core timers in dahdi (not loading dahdi_dummy) I got bad quality in the conferences and dahdi_test showed 99.6% as worst. I thought maybe the issue as bad hardware for the timing or something else. But today I
1999 Oct 22
0
2.0.5 smbmount chokes on chars needing shell-escape
Apologies if this has already been asked, but I couldn't find reference to it anywhere. Various windows versions allow characters in share names like " " and ")" (space, close paren) that need to be escaped when passed to the shell. However, it seems like the 2.0.5 smbmount calls smbmnt via the shell, and so if you try to do something like: smbmount
2005 Jul 20
0
(fwd) Bug#319169: logcheck: chokes on log files whose names contain spaces
i did some cleanup first, but now i'm choking on a much earlier stage than i first thought. -- logcheck for file in $(egrep --text -v "(^#|^[[:space:]]*$)" $LOGFILES_LIST); do logoutput "$file" done -- that falls apart if you insert in /etc/logcheck/logcheck.logfiles a line like /var/log/auth .log even if you escape it with "", which is a valid
2011 Apr 26
1
Connection to rsyncd over ssh tunnel seems to choke up (v2.6.9 Ubuntu)
I have been running the following (from a cron script with a non password authorized_key exchange) ... rsync -aP -vv --exclude=".*/" -e 'ssh -fN user at site.com.au -L 8873:127.0.0.1:873' rsync://localhost:8873/data/ /data/ ... and not getting much to happen as either evidenced in /var/log/rsyncd.log or as artefacts on the local file system. Then I started to execute the
2011 Sep 13
1
Post held in moderation "Rsync chokes on this file"
I sent a message with the above subject:"Rsync chokes on this file", which as a 7Mb file attached to it and got a message that the post was held in moderation because the attached file is too large. What is the procedure for sending a file to the developers for checking? Can I upload the file somewhere and create a link to it in my email, or submit it to some email account that permits
2003 Jun 02
1
[Bug 583] Chokes
http://bugzilla.mindrot.org/show_bug.cgi?id=583 Summary: Chokes Product: Portable OpenSSH Version: -current Platform: ix86 OS/Version: Linux Status: NEW Severity: trivial Priority: P2 Component: Miscellaneous AssignedTo: openssh-bugs at mindrot.org ReportedBy: cowboy at dsl.one.pl I
2016 Mar 13
0
[Bug 2551] Chokes on $HOME containing whitespace
https://bugzilla.mindrot.org/show_bug.cgi?id=2551 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dtucker at zip.com.au --- Comment #1 from Darren Tucker <dtucker at zip.com.au> --- Also
2016 Aug 02
0
[Bug 2551] Chokes on $HOME containing whitespace
https://bugzilla.mindrot.org/show_bug.cgi?id=2551 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Damien Miller <djm at mindrot.org> --- Close all resolved bugs after 7.3p1 release
2011 Sep 23
1
Rsync goes chokes on this file, can the developers look into it?
I posted a message to the list earlier about rsync's problem with a file, - here is a link to the post.- http://permalink.gmane.org/gmane.network.rsync.general/24044 I have been trying to backup some files which rsync and it always chokes on this file. It simple halts with a non intuitive error message. rsync --version produces this info : rsync version 3.0.4 protocol version 30 It is
2020 Aug 20
0
utils::isS3stdGeneric chokes on primitives and identity
I added that so I can look at the proposed fix and put it or something similar in bugzilla for review final review. Apologies for the oversight. ~G On Wed, Aug 19, 2020 at 3:40 PM Antoine Fabri <antoine.fabri at gmail.com> wrote: > Dear R-devel, > > utils::isS3stdGeneric tries to subset the body of the function it's fed, > primitives don't like that because they
2020 Aug 27
0
utils::isS3stdGeneric chokes on primitives and identity
Should it work on traced functions ? As it is now it doesn't. Best, Antoine Le jeu. 20 ao?t 2020 ? 09:58, Kurt Hornik <Kurt.Hornik at wu.ac.at> a ?crit : > >>>>> Gabriel Becker writes: > > > I added that so I can look at the proposed fix and put it or something > > similar in bugzilla for review final review. > > > Apologies for the
2020 Aug 29
0
utils::isS3stdGeneric chokes on primitives and identity
Hi all, I have a patch that fixes this and also fixes/improves debugcall so that it supports pkg::fun(obj) and pkg:::fun(obj) style calls. I'm going to test it a bit more and add a regression test for isS3stdGeneric and then I will submit it to bugzilla tonight or tomorrow morning. Best, ~G On Thu, Aug 27, 2020 at 5:28 PM Gabriel Becker <gabembecker at gmail.com> wrote: > Trace
2003 Feb 16
1
__stdcall funcitons called using .C() on win32 chokes
I've developed a dll (win32) of a bunch of functions prototypes as: /* for building on *nix */ #ifndef WIN32 #define __stdcall /*nothing*/ #endif void __stdcall dbh_2_height( const unsigned long *func_idx, const unsigned long *metric, const unsigned long *species, const double *dbh, double *pred_height ); and have created a R interface
2020 Aug 19
2
utils::isS3stdGeneric chokes on primitives and identity
Dear R-devel, utils::isS3stdGeneric tries to subset the body of the function it's fed, primitives don't like that because they don't have a body, identity doesn't like it either because it's body is a symbol. According to the doc, any function is a legal input. See below: identity #> function (x) #> x #> <bytecode: 0x0000000013d6da28> #> <environment:
2007 Sep 25
2
Yikes! Polycom 501 chokes on BootRom 4.0.0?
I was progressively upgrading this phone from 3.1.2 to 3.2.3, then to 4.0.0. v3.2.3 worked fine, but when I went to 4.0.0 (Even adding the more specific 2345-11500-040.bootrom.ld), it won't run, and just keeps rebooting. Now I've got a really nice doorstop unless someone knows how to get out of this predicament. Help! 0925003705|cfg |3|00|Beginning to provision phone 0925003705|dns
2004 Sep 20
1
RE: Samba 'make install' chokes on textproc/expat2 & now openldap
At 14:24 9/19/2004, JohnsoBS@vicksburg.navy.mil, wrote: >Personally, unless one has great need not to, I highly recommend upgrading >to samba3 to start with. The perfomance gains alone I found well worth it. >Plus if you plan to integrate into a network with 2k/XP/2K3, it will greatly >improve compatibility. OK. I tried to install samba 3.0.7,1. Got the same error:
2007 Jul 29
0
A couple quick announcements
Hi all, It''s been quiet for a bit, so I thought I would mention a couple of things. First, I''ve been putting out minor releases for many of the Win32Utils libraries. These are just organizational and doc updates, where I''ve finally decided to get with the program and setup a Rakefile for those projects that were missing them. I''ve also been more aggressive