Displaying 20 results from an estimated 800 matches similar to: "rbind a list of matrices"
2004 Jun 07
2
IAX Won't Pass Caller ID
Hi,
We have to servers set up in two different networks. We are able to connect
calls via IAX and they work perfectly. We do not see caller ID from clients
on either side. Our Grandstream phones say Eri and our XTen phones say
Asterisk.
We did a debug and I am pasting the output from both servers below. We tried
setCallerId in several different ways. We see the value get passed to the
2006 Jan 07
1
maptools, write.polylistShape
Dear Roger,
I am trying to use the write.polylistShape() function of maptools for
the first time and realize that it handles list of polygons of class
'polylist'. However, it seems that no as.polylist() function exist in
the package. The question behind that is: in your opinion, which would
be the best way to convert a list of matrix of polygon nodes
coordinates into an object of
2004 May 23
1
IAX2 REACHABLE/UNREACHABLE
All,
I have an issue with IAX that I can't comprehend. Approximately every eight
minutes my servers go unreachable. They stay unreachable for exactly 10ms.
I have two servers running IAX and it happens on both servers
simultaneously. I have searched the archives and see similar issues, but
not the exact same one. I am on the current CVS stable version of *.
Also, during IAX calls,
2005 Jul 05
4
Uniden UIP 200 and Asterisk.
Hi, I'm new to asterisk, and have a uniden UIP 200 that I got off of ebay.
I'm having trouble getting the phone to register with asterisk. I've tried
a few different settings. I'd be extremely grateful if someone with a
similar setting could give me the sip.conf block for the UIP and the
settings you're using in uniden.txt.
Here's what I have currently:
IP of phone
1999 Apr 15
2
Excel 'save as HTML' problem with Samba 2.0
Hello,
Eversince I upgraded Samba to 2.0 version I've gotten so many calls from
the users regarding Excel 'save as HTML' problem.
What seems to be happening is that the users cannot save their Excel
spreadsheet as html file when they were able to with the previous Samba
version we had installed (Samba 1.9.18p10).
According to MS 'knowledge database', this is a known MS Excel
2007 Oct 25
2
Patch for X-SendFile on Windows
A new TRAC entry with patch has been added (initially for Camping)
to allow X-SendFile on Windows to use DirHandler to send files on
drives other than the current drive, if the DirHandler base path is "/"
(which is the way Camping uses DirHandler).
As it was, "/" gets expanded to "C:/", and then you can''t serve files
on any other drive, which I needed to do
2010 Jul 27
6
Eval() or parse() do not work inside function
I am writing a function where the arguments are names of objects or variable
names in a data frame. To convert the strings to the objects I am using
eval(parse(text=name)):
f.graph.two.vbs<-function(dataname,v1){
val<-paste(dataname,v1,sep="$")
val<-eval(parse(text=val))
val
}
However running this returns an error:
2013 Apr 29
1
Replicated and Non Replicated Bricks on Same Partition
Gluster-Users,
We currently have a 30 node Gluster Distributed-Replicate 15 x 2
filesystem. Each node has a ~20TB xfs filesystem mounted to /data and
the bricks live on /data/brick. We have been very happy with this
setup, but are now collecting more data that doesn't need to be
replicated because it can be easily regenerated. Most of the data lives
on our replicated volume and is
2011 Sep 26
2
Hello from RAQport Please remove this post
Dear Centos,
We did never receive the Server back from Australia
And this forum is not to post incorrect disputes information from the users
regarding some other companies.
Link below
http://lists.centos.org/pipermail/centos/2007-September/043643.html
Sincerely
Alex Lech Bajan
Principal
RAQport Inc.
2004 North Monroe Street
Arlington Virginia 22207
703-528-0114 voice
703-652-0993 voice
2005 May 10
3
Voicemail Passwords
Where are user's voicemail passwords stored and how does the asterisk
administrator change them?
TIA,
Jeff Heath
2005 Jun 01
2
Does Asterisk Realtime require the use of CVS HEAD ???
I read on the Wiki that Asterisk Realtime requires CVS HEAD, but I've
also discovered that not everything on the Wiki is 100% accurate (that's
not a knock, but with a program that is changing as fast as Asterisk,
it's impossible for the documentation to keep up).
Is it true that Realitme requires CVS HEAD?
TIA,
Jeff Heath
2002 Jun 10
3
Asking for Password
Please forgive me but I am pretty new to Linux. I have Samba set up on a
Server and when I go to access it from a windows workstation one, a box pops
up with the resourse as \\servername\IPC$ <file://\\servername\IPC$> asking
for a password. I have the right domain and my username is the same as my
windows password?
Why would I be getting these messages? What am I doing wrong?
2008 Jan 04
13
Unable to delete epoll event
I occasionally get a fatal error
unable to delete epoll event: Bad file descriptor
I think the attached patch will fix it.
The patch does two things:
1) changes the error we look for from ENOENT to EBADF. It is hard to
reproduce this error, but if I change the epoll_ctl line to
epoll_ctl(epfd, EPOLL_CTL_DEL, 666, ed->GetEpollEvent());
it does return -1 with errno = EBADF on my Linux 2.6.9
2019 Dec 03
2
Kernel Panic: BUG: unable to handle kernel paging request at 0000000180200037 | pkla-check-auth
Hello
I'm using centos 7. At uncertain times I suddenly get the following
error. The system is panic. Then it restarts automatically. I have
updated the package ( pkla-check-auth ) but the problem persists. My
virtualization environment is KVM. (Host Centos7 , Guest Centos7.
Problem Guest VM)
Can you help me ?
rpm -qa |grep pkla
polkit-pkla-compat-0.1-4.el7.x86_64
KERNEL:
2011 Jul 13
1
Unable to start libvirtd 0.9.3 on Ubuntu 10.10
I just built libvirt 0.9.3 on my Ubuntu 10.10 box. It appears to have
built correctly.
When I try "virsh -c qemu:///session list --all" I get the following:
error: Failed to connect socket to '@/home/heath/.libvirt/libvirt-sock':
Connection refused
error: failed to connect to the hypervisor
After that, libvirtd isn't running as user heath as it did when I was
using
2011 Apr 03
1
Help in splitting ists into sub-lists
Dear List,
Let's say I have a list whose components are 2 matrices (as exemplified in
the "mylist" object below). I'd like to create a list with components being
4 matrices based on an logical index vector. is there a way to simplify what
I'm doing to obtain the results in "mylist2"? I'd like something that would
work on an arbitrary number of elements in
2011 Apr 05
1
Help in splitting a list
Dear R users,
Let's say I have a list with components being 'm' matrices (as exemplified
in the "mylist" object below). Now, I'd like to subset this list based on an
index vector, which will partition each matrix 'm' in 2 sub-matrices. My
questions are:
1. Is there an elegant way to have the results shown in mylist2 for an
arbitrary number of matrices in mylist?
2009 Feb 12
5
CISCO 2950 -> 4 connections -> Cap of 512 Kbps -> How to bond ?
The ISP giving net access at our office has installed a 24 port CISCO
2950 switch in our server room. I can buy 24 connections from them and
get 12Mbps of Upload but each individual connection is restricted to
512Kbps.
Currently we have requirement of 20 simulataneous calls so we
purchased 4 connections from the ISP. Giving us a total of 2 Mbps of
upload b/w but spread over 4 different connections
2006 Mar 07
3
Can variables in the template be used in the layout?
This may be a silly question, but I''m wanting to develop a query to pull
''related articles'' based on tags.
When a user clicks on an article to read, on that layout, I want a side
menu to have the related entries. If I develop the query to do this,
can I access the current tags for the entry in the layout?
I guess I''m asking, does <% content_for_layout
2006 Mar 04
4
How to redirect_to the same page after comment posting?
How can I have the page redirect_to the same page after someone posts a
comment?
I know that you can do "redirect_to :action => ''index''", but the page is
located at this URL:
/posts/2006/02/01/individual_post/
So, the action is "individual" which is in the "posts" controller, but
there is a custom URL mapped for the URL shown above. How can