similar to: beginner in Asterisk configuration

Displaying 20 results from an estimated 100 matches similar to: "beginner in Asterisk configuration"

2013 Jan 15
2
removing loops from code in making data.frame
Dear all, I am working on an author network and to do so I have to arrange a data.frame (tutu) crossing author names (rows) per publication number (column). The participation of the author to a study is indicated by a 1 and 0 otherwise. I have a vector (xaulist) of all the names of authors and a data.frame (tata) with all the publications in row and the authors in columns. I have writen a loop
2013 Jan 11
4
count combined occurrences of categories
Dear all,   i would like to count the number of times where I have combined occurrences of the categories of 2 variables.   For instance, in the dataframe below, i would like to know how many times each author (au1, au2, au3 represent the first, second, third author) is associated with each of the category of the variable 'nam'. The position of the author does not matter.   nam <-
2004 Sep 08
3
astwind has any one got this thing to work?
hello I am fitteling with the astwind-installer-0.1.1.exe asterisk for windows and am having trouble getting the thing to connect to the meers to download the updates and stuff. I looked at the wiki and set up networking and stuff with no success, has any one got this thing to work successfully? my windows box is the faster of the 2 machines and my main linux box is down at the moment. I am
2010 Oct 08
2
vfs_acl_xattr issue
Hello, I'm using samba 3.4.8~dfsg-2 with "vfs objects = acl_xattr". [share] path = /home/users/xxxx valid users = xxxx read only = No create mask = 0666 directory mask = 0770 vfs objects = acl_xattr Here is my problem, i'm connecting to my share, which have a folder 'f01' with some acl. I created a folder and broke inherit 'f02'.
2005 Jan 30
4
Asterisk on MS Virtual Server
Hi, This might not be a very popular question, but I was just wondering if anyone have ever tried to run Asterisk on a Windows computer using Microsoft Virtual Server (http://www.microsoft.com/windowsserversystem/virtualserver/default.mspx). I am told that you can run Linux on a virtual server using this software, so in theory it should be possible. I run a windows based domain, but am also
2015 Feb 25
2
getent passwd not return the same number of records from a call to another call
really, this getent with grep should not return anyting. because : 700001 is not 70001 ;-) >getent group | grep 700001 gives : >domain users:x:70001: >info:x:70001:toto,titi,tutu exist both groups only in the AD DC directory, or are ther also linux groups here. are both assigned a GID how? Greetz, Louis >-----Oorspronkelijk bericht----- >Van: h.henoch at isc84.org
2006 May 16
1
variable row names
Hy all, I wish to use a variable as rownames for a set of datas. By example : > nom<-"toto" > prenom<-"tutu" > res<-c(1,2) > res<-t(res) > res [,1] [,2] [1,] 1 2 > colnames(res)<-c(nom,prenom) > res toto tutu [1,] 1 2 > nom [1] "toto" > I wish to call the rowname by the
2015 Feb 25
2
getent passwd not return the same number of records from a call to another call
I know that ID. I had this 70001 too sometime. It was a cache problem. Try "net cache flush" and after this getent once more. This should work. Regards Tim Am 25. Februar 2015 09:45:40 MEZ, schrieb "Herv? H?noch" <h.henoch at isc84.org>: >Both groups are Samba groups > >wbinfo --group-info gives for each group : >GID of domain users is 513 >GID of info is
2015 Feb 24
4
getent passwd not return the same number of records from a call to another call
Hello On AD Server : -------------------- We have migrated from S3 to S4 with samba-tools classicupgrade. All is ok : bind9, winbind but getent has a strange behavior. getent passwd doesn't return the same number of records. So a AD user can be not present in the response of getent !!!! it can have a big difference of records returned from a call to another call of getent passwd ... On
2015 Feb 25
2
getent passwd not return the same number of records from a call to another call
Here is my smb.conf (on member domain) : idmap config * : backend = tdb idmap config * : range = 2000-9999 idmap config * : schema_mode = rfc2307 idmap config DOMAIN : backend = ad idmap config DOMAIN : schema-_mode = rfc2307 idmap config DOMAIN : range = 10000-999999 winbind nss info = rfc2307 winbind trusted domains only = no winbind use default domain = yes winbind enum users = yes winbind
2005 May 19
1
Asterisk at ISPcon
Digium is sending a couple of Asterisk representatives to ISPcon next week in Baltimore: Greg Boehnlein (author of AstWind) and Brian Capouch (professor at St. Joseph's College and author of an upcoming Asterisk book by Prentice-Hall). We will also have a 10 x 10' booth there dedicated to Asterisk. *Greg and Brian need some help manning the booth.* If you have a business centered
2009 Apr 06
3
how to subsample all possible combinations of n species taken 1:n at a time?
Hello I apologise for the length of this entry but please bear with me. In short: I need a way of subsampling communities from all possible communities of n taxa taken 1:n at a time without having to calculate all possible combinations (because this gives me a memory error - using combn() or expand.grid() at least). Does anyone know of a function? Or can you help me edit the combn or
2002 Feb 18
1
Unknown DOS version
Hello, what does the wine error message "unknown DOS version" mean? Will I have to change my wine configuration in some way? Or is the program not runnable with wine at all? Any hints are appreciated. Thanks in advance. Martin
2010 Jul 29
3
hplip under CentOS-5.5
Is anyone successfully using hplip under CentOS? When I try to print on my HP Officejet J4580 I always get the error ---------------------------------- Printer Filter "foomatic-rip-hplip" for printer "oj" not available: No such file or directory ---------------------------------- What I find puzzling is that I have googled for this, and it appears there has been the same
2006 Mar 07
2
Building tkentry dynamicly
Dear R-users, I would like to build N "tkentry" compounds in the same window, with default text for each. As N is variable I need to construct them in an iterative way : library(tcltk) main<-tktoplevel() tktitle(main)<-"My Tool" filenames<-c("toto","tata","titi") N<-length(filenames) for (i in 1: N) {
2020 Oct 09
1
Aide pour finaliser ce code
Hello. Here is my R code. I used the functional data . Now I need to use the functional data by applying the kernels instead of the xi, yi functions. Bonjour. Voici mon code en R . J'ai utiliser les donn?es fonctionnelles . Maintenant j'ai besoin d'utiliser les donn?es fonctionnelles en appliquant les noyaux ? la place des fontions xi, yi library(MASS)
2005 Aug 12
5
yet another Asterisk and VMware question
I looked through this forum and other lists trying to get a definitive answer to the VMware question... I have a Windows 2003 Server box that is my development machine. It is fully loaded with many s/w packages, dev tools, etc. It's not very feasible to convert this box to Linux without losing an awful lot of stuff. On it, I'm running VMware GSX 3.1.0. Under VMware, I have a
2004 Sep 28
2
Nat Traversal help!
Hello All, I have a number of X-Lite users in countries where the incumbent Telco will do anything to block VOIP traffic. For some reason neither the X-Lite broadband or dialup clients would register with my server unless we configure them to use the Xten Xtunnels demo server. Once the Client has registered the call quality is great! The problem is the Xtunnels does not support other IP Hard
2004 Sep 27
0
Re: Asterisk-Users Digest, Vol 2, Issue 281
Now that most of you have worked overtime to show why most people are continually pissed at Nix Users (all except two of course). The problem I can see is the downright technosnobbery involved. There is nothing wrong with Linux. I play around with RH9 and FreeBSD and find that most things run fine. But you get into a problem where it keeps asking for the same blamed libraries over and over on
2015 Feb 25
0
getent passwd not return the same number of records from a call to another call
Both groups are Samba groups wbinfo --group-info gives for each group : GID of domain users is 513 GID of info is 3000023 Why if I change the range I always see the same GID with winbind on the member (example : 700001) ? Le 25/02/2015 09:32, L.P.H. van Belle a ?crit : > really, this getent with grep should not return anyting. > > because : 700001 is not 70001 ;-) > >>