Displaying 20 results from an estimated 1866 matches for "misunderstood".
2003 Oct 19
2
The Start extension
I have my sip phones going into the context [from-sip] and would like to
play an introduction message and then have the caller enter the extension.
The message (dir-info was picked just to have something) doesn't play.
Maybe I misunderstood the "s" extension. According to what I read it is
executed everytime something enters the context. Obviously something was
misunderstood.
The following is in extensions.com:
[from-sip]
exten=> s,1,Answer
exten=> s,2,Background,dir-intro
exten=> s,3,DigitTimeout,3
exten=> s,...
2016 Jan 08
3
Lets do a 1.3.2 release
Evan Ramos wrote:
> > Yes please.
>
> Patch attached.
Sorry, I misunderstood your intention. The utf8_static library should
stay as a separate component, but should be statically linked as needed
(ie its only needed for Windows)
Erik
--
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/
2005 Oct 10
2
DTMF Question (misunderstood '*' button)
Hi all!
I'm experimenting a strange problem in my Asterisk PBX:
I've got an Asterisk pbx in the office: I dial an external number; the dialled
number answers me correctly, but as soon as I press the '*' button (i.e. to
navigate through the menus or to enter a password) my Asterisk box put me on
hold.
(CLI transcription follows:
-- Executing
2009 Jul 29
1
Misunderstood thing
Hello,
I'm novice on the SIP protocol also on Asterisk. Could someone explain
me why the Asterisk is using username and secret config on peer connection?
Does Asterisk can send call to peer without username and secret
configuration ?
Sincerely,
Tseveen.
2009 Mar 27
5
use of "@" character in variable name
Importing data with a header row using read.delim, one variable should be
named @5HTT but it is automatically renamed to X.5HTT, presumably because
the "@" is either unacceptable or misunderstood. I've tried to find out
what the rules are on variable names but have been unsuccessful. I'll bet
someone here can tell me where to look. Maybe it's hidden away in here
somewhere:
http://cran.r-project.org/doc/manuals/R-data.pdf
Thanks in advance.
Mike
2003 May 13
3
Delete files from R
Hi,
I have a file: d:\foo.txt and want to delete this.
I tried:
system("del d:/foo.txt") works not
system("notepad d:/foo.txt") works
Is it possible that I can't delete files or do I have misunderstood something?
(del is a DOS-command. The "string works" under DOS "\")
Thanks a lot
Thomas
-----
Windows XP
R 1.6.2 (update!, I know)
2010 Mar 23
1
Re: Photoshop CS4 WINE version 1.1.17 - unable to locate three d
J5K wrote:
> err:module:import_dll Library gdiplus.dll (which is needed by L"C:\\Program Files\\Adobe\\Adobe Photoshop CS4\\Photoshop.exe") not found
You can't just set a dll to native without installing it first. Use winetricks instead which should do all this automatically.
2006 Aug 15
3
[LLVMdev] GetElementPtr.html
All,
The often misunderstood GetElementPtr (GEP) instruction now has its own
FAQ document. For all of you that have struggled with understanding how
this instruction works, hopefully this document will make it clear and
help you with your use of LLVM. Many thanks to Chris Lattner for setting
me straight on how this instruction...
2016 Feb 01
1
Wrong config check for __libc_stack_end
...to be using a a glibc "feature" widely
>> available which does help making R startup (a very tiny bit ??)
>> faster.
>>
> No, it's actually very crucial as it is used to detect stack overflows.
> Cheers,
> Simon
Well, I think you misunderstood what I meant to say (or then I'm
happy for clarification if I misunderstood you) :
The #ifdef ... #elseif ... #else ... # endif
branch which *uses* the __libc_stack_end "variable" would
hopefully be a speedup in comparison with the alternatives; from
system.c mentioned above:
#if...
2008 Feb 22
3
Problem with cut
Hi All,
I might misunderstood how cut works. But following behaviour surprises
me.
vv <- seq(150, 346, by= 4)
cc <- cut(vv, 12)
cc[vv == 330]
Results [1] (330,346]
I would have expected 330 to fall into (313,330] category.
Can you please advice what do I do wrong?
Many Thanks,
Jussi Lehto
-------------- next part -...
2013 Dec 05
5
man page
...T-PATH).
-I HOST-PATH, --includefile=HOST-PATH
Copy all files listed in inputfile into the
appropriate temporary sandbox directories. File should
contain a line like: GUEST-PATH=HOST-PATH
Directory (or subdirectory) of GUEST-PATH path
must to exist in the guest filesystem (use --mount)
Maybe I misunderstood how to use inclusion, but it says even
more about what leadership should be written in detail.
P.S. On the use of the network too.
--
F1ash
2011 Apr 26
1
help.request() for packages?
Hi,
Have I missed something, or misunderstood?
The r-help posting guide asks users to contact the package maintainer :
"If the question relates to a contributed package, e.g., one
downloaded from CRAN, try contacting the package maintainer first.
[snip] ONLY [only is bold font] send such questions to R-help or R-devel
if you get no r...
2010 May 04
2
[LLVMdev] Question about GVN
...604 NeedToSplitEdges = true;
1605 }
1606 }
1607 if (NeedToSplitEdges)
1608 return false;
Because it iterates over predecessors it may happen that not the first one has IndirectBrInst terminator.
However some "toSplit" edges can be already added. Is this OK?
Maybe I just misunderstood something?
Regards
--
Jakub Staszak
2019 Aug 06
2
[PATCH V2 7/9] vhost: do not use RCU to synchronize MMU notifier with worker
...ermanently GUP the pages? In fact, where
> > > > does it put_page them anyhow? Worrying that 7f466 adds a get_user page
> > > > but does not add a put_page??
> >
> > You didn't answer this.. Why not just use GUP?
> >
> > Jason
>
> Sorry I misunderstood the question. Permanent GUP breaks lots of
> functionality we need such as THP and numa balancing.
Really? It doesn't look like that many pages are involved..
Jason
2019 Aug 06
2
[PATCH V2 7/9] vhost: do not use RCU to synchronize MMU notifier with worker
...ermanently GUP the pages? In fact, where
> > > > does it put_page them anyhow? Worrying that 7f466 adds a get_user page
> > > > but does not add a put_page??
> >
> > You didn't answer this.. Why not just use GUP?
> >
> > Jason
>
> Sorry I misunderstood the question. Permanent GUP breaks lots of
> functionality we need such as THP and numa balancing.
Really? It doesn't look like that many pages are involved..
Jason
2018 Nov 17
2
Cannot connect when using BindAddress
...ks for tinc, firstly. It's awesome. Now, I've found that if I specify:
BindAddress = 127.0.0.1 655
Then my tincd cannot make outbound connections (on attempting to
connect to another tinc daemon is receives 'Invalid argument').
Removing BindAddress fixes the issue. Unless I've misunderstood the
purpose of this option, is this a bug?
I'm running v1.0.35 on Arch Linux
2018 Jul 20
2
Debian Stretch Samba Packages 4.8.3 available (amd64/i386)
Am 2018-07-20 um 10:46 schrieb Stefan G. Weichinger via samba:
> testjoin fails
It seems as if I misunderstood ... maybe that doesn't work on DCs?
2004 Sep 08
2
How to do this "combination" ?
Thanks David first.
Probably, David misunderstood my points.
source vector = (1,2)
the length of the target vector = 3
My expected "complete" outputs should be:
111, 112, 121, 122, 211, 212, 221, 222.
sample(c(1,2),3,replace=TRUE) just gives me one "randomly sampled"
combination at a time. However, I need the whole list dis...
2007 Jul 12
2
is.null doesn't work
Hi,
What's wrong here?:
> v=c(`-`,`+`,1,`^`,`^`,NA,NA,"X",9,"X",2)
> i2=16
> v[i2]
[[1]]
NULL
> is.null(v[i2])
[1] FALSE
Is it a bug or have I misunderstood something?
Atte Tenkanen
University of Turku, Finland
2010 Jul 08
2
Loading .Rdata within an R function
...onment of a function. That is,
the following always loads to the global environment:
f1 <- function() {
load("mydata.Rdata")
# compute with objects from mydata.Rdata.
}
I wish to load mydata.Rdata only within the function f1.
Perhaps I have misunderstood the capabilities of load(),
or the environment concepts.
Thank you for any help you may give.
Cordially,
Giles Crane
--
View this message in context: http://r.789695.n4.nabble.com/Loading-Rdata-within-an-R-function-tp2282751p2282751.html
Sent from the R help mailing list archive at Nabble.com.