Displaying 20 results from an estimated 5454 matches for "elsewhere".
2016 Mar 17
2
Dial()-Function
...n in level two, no one accept the call until the timeout, they have a missed call on device again.
If SIP/device3 accept the call, SIP/device1 has two missed calls and SIP/device2 has one missed call.
If on the same level anyone accept the call, the other in the same level get "Call complered elsewhere". (That's okay)
If i use option "c" for Dial() in any case asterisk send "Call completed elsewhere".
Also if the Caller hangup during ringing/cancel the call.
What i need:
On timeout: "Call completed elsewhere" (this is with option "c")
If any...
2018 Jun 06
2
samba behavior change with version upgrade
...he system is running maya. Once I boot sylvia I
have problems.
A summary of the situation:
1) maya booted (smbd 3.6.25)
A file added to the share from the other system appears in the shared
directory with ownership as "dhdurgee/dhdurgee" and can be moved out of
the shared directory elsewhere.
A file added to the shared directory can be accessed via the share from
the other system also appears with ownership as "dhdurgee/dhdurgee" and
can be moved elsewhere out of the share.
2) sylvia booted (smbd 4.3.11-Ubuntu)
A file added to the share from the other system appears in t...
2009 Jun 29
1
Installing DLL elsewhere than in \libs?
Hello,
Its a couple of days I am fighting with this problem, and cannot find a
solution. I need to compile a DLL that is not directly used by R, but
must be installed elsewhere (it is indeed part of a Tcl/Tk package). So,
I want to install it in /tklibs/tkpackage/alib.dll (under Windows) in my
compiled package.
I do manage to compile it in /src, but cannot copy it at the right
place. I tried using a cleanup.win file that contains:
cp src/alib.dll "${R_PACKAGE_DI...
2017 Oct 19
3
Adding a third-party dependency in clang-tools-extra
...so there's no question of it "leaking" into runtimes as described in this
thread[2].
This also means it wouldn't solve llvm's general JSON-parser problem :-)
Any LLVM-level objections or concerns? (Whether that library is the right
technical choice for clangd can be discussed elsewhere, I think)
If anyone wants to argue that we *shouldn't* bury it in
clang/tools/extra/clangd, that's fine too!
Cheers, Sam
[1] https://github.com/nlohmann/json/blob/develop/src/json.hpp
[2] https://groups.google.com/d/msg/llvm-dev/2JHX3smXTpE/U-E32Yg0AAAJ
-------------- next part ----------...
2015 Sep 01
3
Has the changelog for R-devel and R-patched moved?
Hello.
There used to be changelog of sorts for R-devel [1] and R-release [2].
Neither have been updated since 2015-07-24. Have these moved
elsewhere, or are they no longer being updated?
Thank you,
Avi
[1] <http://developer.r-project.org/blosxom.cgi/R-devel/NEWS>
[2] <http://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS>
2008 Jul 02
2
WINEPREFIX ?
I have seen posts regarding WINEPREFIX so that Windows programs can be installed elsewhere than in the default .wine/drive_c/... folder.
I have 2 or 3 Windows programs in the default folders which I run under Wine, and another program (Serif PagePlus 11) also in the default folder that does not run and I want to uninstall. Wine uninstall does not work for this program. I gather I can uni...
2015 Mar 13
0
Rtools version 3.3.0.1957 looking for C even though RTOOLS variable is pointing elsewhere
The subject line is in error, as the issue must be in "R-devel.tar.gz"
as running the same Rtools on last night's download of
R-devel_2015-03-09.tar.gz successfully navigates that error.
The error exists in R-devel_2015-03-12.tar.gz and
R-devel_2015-03-12.tar.gz and R-devel_2015-03-10.tar.gz, but not
R-devel_2015-03-09.tar.gz, so it must have been something between 09
and 10.
Avi
2006 Mar 07
0
Storing sessions files elsewhere on EdgeRails
Hi all,
In a Rails 1.0 project, I successfully changed the sessions storage
location to <RAILS-ROOT>/tmp, by adding
ActionController::CgiRequest::DEFAULT_SESSION_OPTIONS.update(:tmpdir =>
File.join(RAILS_ROOT, ''/tmp''))
in environment.rb
Problem:
--------
I tried to use the same trick in an EdgeRails project, but it doesn''t
work : server error, with no
2008 Aug 14
0
FreeBSD positions at Juniper Networks (Sunnyvale, CA and elsewhere)
My most recent search of FreeBSD-related positions at my employer
(Juniper Networks in Sunnnyvale, California) turned up 19 hits:
* 17 engineers
* 2 IT
* I Internships
There were some others in other locations (e.g., Bangalore).
Please see <https://careers.juniper.net/careers/careers.html> for
additional details.
Peac,
david
--
David H. Wolfskill david@catwhisker.org
I submit that
2006 Jul 11
1
Misunderstanding with lines (or elsewhere)
Misunderstanding with lines(...) :
http://7d4.com/r/
I would like the y coordinate of the horizontal line to be 1/4,
and also the line to begin at x=0 and end at y=1.
I'm obviously missing something
... so if anybody could help.
Many thanks.
test = function()
{
bmp('test.bmp', width=100, height=100)
m = matrix(0, 2, 2)
par(new=T, fig = c(0,1,0,1), mai=c(0,0,0,0), mar=c(0,0,0,0),
2005 Jan 07
0
How do I get version 1.x from theDigium CVS or elsewhere?
Anyone help me, I've looked at the Wiki and cant see anything
2007 Oct 16
1
keep /boot, copy / from elsewhere?
How much is likely to break if you keep a locally installed /boot
partition with it's anaconda-crafted module set in the initrd, but wipe
and completely replace / and any other partitions with a copy from a
machine that has somewhat different hardware? Assume both machines are
running the same kernel versions and the change is done while running
from the rescue CD or other livecd boot.
2004 Jan 22
2
Creating user home dirs elsewhere?
Hi - I'm using the mk_homedir.so module to create user directories using
samba 3.0.1 in a Windows 2000 PDC environment. The samba server is
acting as a domain member. I'm wondering if there is a way to specify
the location of the user's home directories other than under /home. I'd
really like the user directories to be created under /home/users.
Thanks.
2010 Oct 20
0
Patch to #5140 - same issue could be elsewhere...
In Ruby 1.9.2 theres this new functionality - responds_to_misisng? . Calls
to this were being picked up by method_missing and causing some rather odd
problems in active_record..
i added a patch to Lighthouse that takes care of this explicit case; my
concern is given the wide dependence on method_missing within rails and
particularly active record, this same bug could be present along other code
2007 Apr 23
1
Using Array or Hash with Form Select and Elsewhere
I''m working on a small project in order to learn Rails. I have a model
with a status field, which I want to be ''open'' or ''closed'' (I may add
some other options later). I am storing them in the database all
lowercase (later options might be abbreviated in the DB). To display
things nicely, I want them to appear as ''Open'' or
2008 Feb 15
1
Rad Rails/Aptana plugin for haml - site down anyone know if it hosted elsewhere
I have been using the Haml plugin for RadRails, it works well, but
after rebuilding my laptop from windows to fedora, I re-installed
Aptana (after some sweat and toil) but the site http://blog.lucky-dip.net
seems to have vanished.
Wonder if anyone knows of an alternative?
Thanks
tonypm
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to
2013 Jan 31
7
How to extract one file from rpm using yum?
...md.d/amavis.conf from the
amavisd-new rpm to get the defaults to submit a bug report. I could not
figure out how to do this, so I did a reinstall, but it did not replace
this file (whatprovides says it comes from this rpm).
Is there a way to extract just the one file, and better yet, place it
elsewhere than its regular destination?
thanks
2017 Jul 17
1
Tunein on Vizio plays only 1 sec, works fine elsewhere...
Hi!
My icecast stream is at http://airprogressive.org:8000/stream Website is
http://AirProgressive.org
This works on Tunein on most platforms, including Android and PC, like
this: https://beta.tunein.com/radio/AirProgressiveorg-s141251/
But on Vizio "Smart" TV app, it only plays about 1 sec, then stops with
no indicated error.
But icecast still believes the stream is connected
2014 Feb 08
3
mailing list
...get my radio station on the air, and I'm just not getting any answers. I'd like to find out how to proceed and what steps to take next. Isn't there a phone number or a way to chat with someone to find this out??? If not, please remove me from the mailing list and I will take my business elsewhere.?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast/attachments/20140208/1ae2fb52/attachment.htm
2005 Feb 03
1
If this is should be posted elsewhere, please advise
Hi,
I am puzzled by the relationship between the p-values asociated with the
coefficients of a univariate logistic regression involving categorical
variables and the p-value I get from Fisher's exact test of the
associated 2 x 2 contingency table.
(1) The 2-sided p-value for the table is ~ 0.0015, whereas the p-value
for the independent is 0.101 and the p-value for the intercept is