similar to: Loosing IAX/SIP user's registration with asterisk as no-root

Displaying 20 results from an estimated 700 matches similar to: "Loosing IAX/SIP user's registration with asterisk as no-root"

2008 Jan 26
0
Loosing IAX/SIP user's registration
Hello list, hope some one could help me find the answer. Asterisk 1.4.16.2 installd as non-root user The main issue is that every now and then, cd * box seems to loose the user's registrations, there is nothing in the console, absolutely no messages, only when another friend trys to dial an extension I can see this on messages logs
2011 Feb 02
2
matrix and a function - apply function
Hi I have this function and this matrix: function(x,y) x+y/x m<-matrix(c(1,2,4,2,10,8),3,2) > m [,1] [,2] [1,] 1 2 [2,] 2 10 [3,] 4 8 each row represent a point (x,y) in a chart and I want via my fucntion to calculate the image in order to get this results: for point (1,2) I would get 1+2/1 = 3 for point (2,10) I would get 2+10/2 = 7 for point (4,8) I would get
2011 Jan 01
3
How to make this script ask again
Hi, as an example I have made this script to give the user the answer if a number is odd or even: { cat("Please, enter a number (Zero ends)") n<-scan(n=1) if(n==0)break i<-("The number is odd") p<-("The number is even") if (n%%2==0) p else i } If you run this script it will only work once, I mean, after it gives you the answer is won't ask for
2009 Mar 19
3
busy lamp filed
Hi, Previously i was using asterisk 1.4 with freepbx installation. To try the 1.6 version i installd anc configured everything.. Just one thing didnt work so far.. I am using grandstream 2000 and it has a line busy indicator for chef secretary phones. But now, this feature does not work. I can see the line is online..with a green steady light.. But when the line is busy or DND, it wont change to
2008 Sep 17
1
/dev/tty: No such device or address error in newly created CentOS 5.2 domU
Hi all, I setup a new CentOS 5.2 domU, and then proceeded to install cPanel, which is a simple task of downloading http://layer1.cpanel.net/latest - and running it in the command line, as such: cd /home wget http://layer1.cpanel.net/latest sh latest. But, I get the following error: sh-3.2# sh latest Creating directory installd Verifying archive integrity... All good. Uncompressing
2005 Oct 27
2
Unknown auth type
Hi! I have upgraded our samba from 3.0.9 to 3.0.20 when upgrading our server to Suse 10.0. But now our windows-clients have problem to reach the shares in some circumstances. They can browse the network find the server and then gain access to the shares (if the start from "entire network". They can map a unit to a share. They can't write in the adress-fields, access denied,
2011 Aug 17
2
Strange Kernel Warning.
Dear CentOS community, Can someone give me clues as to whether my memory is going bad or I am having problem with the actual board. Thank you in advace. I am getting the following error via stdout and also in /var/log/messages Aug 15 20:37:10 saturn kernel: Northbridge Error, node 0 Aug 15 20:37:10 saturn kernel: ECC/ChipKill ECC error. Aug 15 20:37:10 saturn kernel: EDAC amd64 MC0: CE
2004 Jan 12
1
Advance Options in VoicemailMain() ?
An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040112/e9dceeb4/attachment.htm -------------- next part -------------- Hello One of the option in VoicemailMain() is "Adavance Options". Could anyone explain what are these ?. Because whenever I select Advance Options, it repeats the same process of asking "Change Folders,Advance
2007 Feb 28
1
voicemail advanced options problem with mysql datbase
Hello all i have an asterisk setup integrated with mysql via odbc driver myproblem is: when i reading my voicemails, in advanced options the following functions not working with realtime asterisk but working with flat files. 1. Reply to the message(option no:1) 2.Leave a message(option no:5) i have following settings in my general section _ searchcontexts=yes _sendvoicemail=yes [test1] 1001
2004 Jul 21
1
Sourse Code Of OGG/VORBIS Decoder
Can some one help me from where i can get the OGG/VORBIS Decoder source code.From VORBIS website i've downloaded some source code,but it have several project files.i'm puzzled about that. Please let me know which one is correct or from where i can down load this code. Thanks in advace. Regards Chiranjeevi DISCLAIMER: The information contained in this e-mail message and in any
2010 Oct 04
2
Combinations
Hi all, I´ve been ill and I have lost a lot of time without seen the pc. I want you to help if you can if you want. Only I need an initial guide. I´ve been out a lot of time and I need a hope. Is only for "joby" purposes. The problem: I want to simulate each of the posible combination in a play. Imagine they play to games (football games) and you can choose "1",
2010 Jun 21
1
using call file
HI list-users, Greetings!! I have been using call file, i playback my file using * application:playback* and once the playback is over the call is disconnected. Is there any way it can wait and also record the dtmf inputs once the playback is over. Thanks in advace Nikhil Kumar summer intern:simmortel voice technologies rit2007033 b.tech IT 6th sem IIIT Allahabad contact at 9793905858 email:
2011 Apr 27
6
Assignments inside lapply
Dear all I would like to ask you if an assignment can be done inside a lapply statement. For example I would like to covert a double nested for loop for (i in c(1:dimx)){ for (j in c(1:dimy)){ Powermap[i,j] <- Pr(c(i,j),c(PRX,PRY),f) } } to something like that: ij<-expand.grid(i=seq(1:dimx),j=(1:dimy)) unlist(lapply(1:nrow(ij),function(rowId) { return
2002 Jan 23
2
exporting plots
I'm running R (latest) on linux, using gnome. I was wondering how export the plots to an image file of sort sort. I can't find anything obvious in the documentation. Thanks in advace. Please CC me any replies, as I'm not subscribed to the list. -Aaron -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2011 Jan 06
4
Creating a Matrix from a vector with some conditions
Hi Suppose we have an object with strings: A<-c("a","b","c","d") Now I do: B<-matrix(A,4,4, byrow=F) and I get a a a a b b b b c c c c d d d d But what I really want is: a b c d b c d a c d a b d a b c How can I do this? thank you A. Dias -- View this message in context:
2011 Jan 04
5
Help with "For" instruction
Hi, I am having a problem in doing something similar to this example: Suppose I have this vector a, and from it I wish to create 5 other vector each one with less one value than what object a has So I have "a" a<-c(1,2,3,4,5) and I want a1 that shoud have (2,3,4,5) a2 that should have (1,3,4,5) a3 that should have (1,2,4,5) a4 that should have (1,2,3,5) a5 that should have
2014 Aug 31
1
CentOS7 Minimal installation on Vmware missing network interface
Hi there, I'm playing with CentOS 7 (don't know if it's recommended at all have this one as a development server as maybe is not stable enough yet) and I installed it on a Vmware VM with two network interfaces: one as a bridged connected directly to the physical network and replicating the network state and the second one as a host only interface (the one I use to manage the VM) so
2008 Jul 08
0
Asterisk STILL loosing IAX user's registration
Asterisk 1.4.21.1 built by asterisk @ lnxca Fedora 7 Well, I did the upgrade from version 1.4.16.2 to 1.4.21.1, activated the qualify for iax users, and Asterisk is still loosing the iax user's registration. Once again this is really wired because no configurations changes have been done to the system, the only change was a reinstallation of asterisk with user "asterisk" instead of
2008 May 17
7
SAMBA PDC with LDAP backend syncing unix/samba accounts ...
Hi all , I'm running Debian Etch . I just finished configuring SAMBA as PDC to authenticate against LDAP server which works. The system in question uses default debian etch packages. As My Linix/unix accounts can authenticate against it. The LDAP works. I Used the default shipped smbldap-populate script to setup SAMBA. Everything seems to work as Anonymous User or as user
2011 Jan 18
4
Relative frequency on a character vector
Hi, I have this character vector: A<-c("Tell me how many different letter this vector has?") Is there a way with R that it can let me know how many different letters I have on this vector? If I use nchar(A) que gives me the number 50. With this function he is counting all the letters present and also spaces between the words. Can we also not count the spaces between words? Then