similar to: failed to find existing extension

Displaying 20 results from an estimated 220 matches similar to: "failed to find existing extension"

2018 Sep 10
2
failed to find existing extension
On 2018-09-09 10:27, Antony Stone wrote: <snip > 1. Try removing one of the two commas. > > 2. Take a copy of your dialplan, and then strip out *everything* except > the > one context and the one number you want to match: > > [0705680837] > exten => 31705680837,1,NooP( Incoming 31705680837 on CC) > same => n,Answer(); > same =>
2018 Sep 10
2
failed to find existing extension
On Monday 10 September 2018 at 21:54:33, Marcelo Terres wrote: > I have think it should be > > context=0705680837 > > Not > > context=[0705680837] Ha! You're right... so simple :) Antony. > On Mon, 10 Sep 2018, 20:43 , <asterisk at a-domani.nl> wrote: > > On 2018-09-09 10:27, Antony Stone wrote: > > > > <snip > > > > >
2003 Feb 19
6
Help with Winbind
I've been trying for weeks to get winbind working with RedHat Linux 8.0. I've got everything setup per the winbind docs on http://www.samba.org/samba/docs/Samba-HOWTO-Collection.html#WINBIND. I've successfully joined my NT4 domain with smbpasswd -j DOMAIN -r PDC -U Administrator. Running wbinfo -u returns my domain user list, as well as wbinfo -g returning my domain groups. getent
2011 Jul 07
1
check_auth: username mismatch
Hi all, I've got a Polycom 501 that I just can't seem to get lines 2 and 3 to work on.? Line 1 works fine. When my user tries to use line 2 or 3 to dial out, they get a fast busy signal and I get this error message on the console: =============================================================================== *CLI> [Jul? 7 09:49:36] WARNING[26513]: chan_sip.c:12729 check_auth:
2015 May 06
2
can ooh323 work with cisco router?
hello every body, i have big problem to configure h323 trunk between cisco router and asterisk 11.13.1 which uses ooh323 module. any body knows if ooh323 module can work with cisco routers or not???? (in gateway mode, it is ok and register in cisco gatekeeper but i can not configure trunk h323) any comments or hints are really appreciated. SAM -------------- next part -------------- An HTML
2017 Dec 07
2
recover missing messages - files still present in storage
Hi, I have a user account that had almost 20GB of emails and now they're missing. Only a few are available trough IMAP or doveadm. I can see in /path/to/mailbox/storage that thousands of "m." files are still there, summing up 19GB of files. doveconf -n http://termbin.com/7lgc I have tried: accessing via IMAP accessing via doveadm search/fetch/mailbox status doveadm index doveadm
2005 Feb 28
3
(no subject)
Dear R Can you tell me how to change the working directory of R It's just that I have some text files that I wish to save separately from the R filing structure eg. into C:/my documents and need to change the working directory of R so that it reads these files . This means if I ever upgrade the current version of R nothing will be effected. brett Brett Stansfield Environmental Scientist -
2005 Feb 09
6
[Bug 835] Enable IPv6 on AIX
http://bugzilla.mindrot.org/show_bug.cgi?id=835 ------- Additional Comments From dtucker at zip.com.au 2005-02-09 18:16 ------- Created an attachment (id=809) --> (http://bugzilla.mindrot.org/attachment.cgi?id=809&action=view) Test for badly broken getaddrinfo on AIX and work around partially busted getnameinfo This patch tests for badly broken getaddrinfo on AIX enables IPv6 if it
2015 Apr 28
2
install.packages no longer respects quiet = TRUE ?
> install.packages("plyr", quiet = T) trying URL 'http://cran.rstudio.com/bin/macosx/mavericks/contrib/3.2/plyr_1.8.2.tgz' Content type 'application/x-gzip' length 855795 bytes (835 KB) ================================================== downloaded 835 KB The downloaded binary packages are in /tmp/RtmpOcorLA/downloaded_packages I don't have R 3.1.3 handy, but
2013 Jul 20
6
[Bug 835] New: protocol without option is failing
https://bugzilla.netfilter.org/show_bug.cgi?id=835 Summary: protocol without option is failing Product: nftables Version: unspecified Platform: x86_64 OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: nft AssignedTo: pablo at netfilter.org ReportedBy: eric at
2006 Jul 19
2
Stirling numbers
Hi anyone coded up Stirling numbers in R? [I need unsigned Stirling numbers of the first kind] cheers Robin -- Robin Hankin Uncertainty Analyst National Oceanography Centre, Southampton European Way, Southampton SO14 3ZH, UK tel 023-8059-7743
2004 Jan 08
3
Installing R on 64-bit Solaris 2.8 --- follow-up
Hello R-users, thanks to Brian Ripley and Roger Peng for there prompt replies on installing R on a Solaris 64-bit machine. R is now running and seems to be doing fine. I realy would like to have access to the manuals so I can climb most of the learning curve on my own -- I am a long time user of Splus, hence I am not expecting the learning curve to be too steep. On the Sun machine that R is
2017 Oct 29
3
adding msvcr100.dll interception support to compiler-rt ?
I've found that interception_win.cc line 835: "msvcr110.dll" //VS2012 "msvcr120.dll" //VS2013 interception is supported by commit 916b81 3 years ago , currently I'm build project with msvc100 , application will crash in un-intercepted free. adding msvcr100.dll to this list makes sanitizer working correctly , I wonder if compiler rt can including this msvc100.dll
2005 Feb 09
14
[Bug 914] [RELENG] Bugs planned to be fixed for OpenSSH 4.0
http://bugzilla.mindrot.org/show_bug.cgi?id=914 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Summary|[RELENG] Bugs planned to be |[RELENG] Bugs planned to be |fixed *after* 3.9
2006 May 05
2
[LLVMdev] ExecutionEngine blew the stack ?
Segfault in EE->getPointerToFunction. I think it's blown the stack, gdb reports a never ending backtrace (below). I generate llvm assembly and parse/verify OK. Attached is the assembly. It is the smallest example generated that causes the segfault. If this EE uses a recursive function (??), it seems an inherent limitation in how big llvm functions can be. Simon. gdb backtrace: #0
2005 Feb 02
1
FW: Document1
> -----Original Message----- > From: Brett Stansfield > Sent: Wednesday, 19 January 2005 4:25 p.m. > To: 'S.Ganesh at massey.ac.nz' > Subject: Document1 > > <<Doc1.doc>> I was trying to get R to analyse one variable of the file > Chicken Weight. when I ask > > hist(data$weight) > R says "x must be numeric" > yet when I
2005 May 26
1
Chi Square Test on two groups of variables
Dear R help I have been trying to conduct a chi square test on two groups of variables to test whether there is any relationship between the two sets of variables chisq.test(oxygen, train) Pearson's Chi-squared test data: oxygen X-squared = 26.6576, df = 128, p-value = 1 > chisq.test(oxygen) Pearson's Chi-squared test data: oxygen X-squared = 26.6576, df = 128,
2005 May 29
2
joining files after canonical correlation
Dear R, I recently did a canonical correlation analysis on two subsets of data (location and weather). So I now have canonical scores for location and weather. but I'd now like to do a scatterplot matrix using the pairs statement. Is there a way to somehow join location.U and weather.V to become a new data set from which I could undertake a scatterplot matrix of the canonical variates?
2017 Dec 07
0
recover missing messages - files still present in storage
Have you attempted doveadm force-resync -u SUPPRESSED_VICTIM "*"? Aki > On December 7, 2017 at 7:00 PM Webert de Souza Lima <webert.boss at gmail.com> wrote: > > > Hi, > > I have a user account that had almost 20GB of emails and now they're > missing. > Only a few are available trough IMAP or doveadm. > > I can see in /path/to/mailbox/storage
2019 Aug 25
5
Illegal instruction (core dumped) LLVM 8.0
Hello, I have implemented a pass to count total number of instructions in LLVM 8.0. Its source code is attached here. The pass runs fine with LLVM 4.0. But with LLVM 8.0 following error is shown; $ $LLVMopt_BIN/opt -load $LLVM_SO/LLVMStatic-Info.so -one output-simple.bc WARNING: You're attempting to print out a bitcode file. This is inadvisable as it may cause display problems. If you REALLY