similar to: pattern matching problems

Displaying 20 results from an estimated 2000 matches similar to: "pattern matching problems"

2005 Mar 03
3
Asterisk not relaying back the SIP response messages
HI all, I have the following setup running: EP<--->Calling Asterisk<--->Relaying Asterisk<--->Softswitch<---> PSTN The Endpoint EP is registered with the Calling Asterisk. Calls are forwarded from this machine to Relaying Asterisk which in turn forwards it to the Softswitch. In addition, this machine also relays back responses from the Softswitch to the Calling
2004 Sep 14
1
cvs stable
on the asterisk site, it was stated while ago, how to download stable version. like cvs checkout -r v1-0_stable asterisk-addons zaptel libpri but now it's not their. is stable-version removed from the CVS ? or is their some different procedure ? thank you -- Atif
2004 Oct 06
2
no audio from asterisk
I am using gentoo Linux and Asterisk CVS-HEAD-09/23/04-19:57. I have tested both KPhone and IaxComm for linux but receiving no audio from asterisk. sound is working fine, as I can listen playing files using PLAY or APLAY. KPhone is configured with DTMFmode=inband and codec is ulaw and IaxComm is configured with ilbc if somebody can sort out this Thank you regards, -- Atif
2004 May 07
1
meetme conf-background.agi
Hello there! Somebody tried the meetme|b which initiates the conf-background AGI. Actually I want to originate another call from a conference.my AGI originates the call and connects it to the conference, but the calleeee is nowhere My extension exten => 21,1,meetme(21|pb) and my AGI **************************************************************************** #!/usr/bin/perl -w
2009 Aug 08
1
frequency of numbers in a list
Hi, I have two vectors, mag and i, and I want to generate a of vector where each element is the frequency of mag which is greater than i. i produced the following code. However I get the following error: mag<-rnorm(40,5,3) i<-seq(floor(min(mag)),max(mag), 0.5) freq<-sum(mag>=i) Warning message: In mag >= i : longer object length is not a multiple of shorter object length
2013 May 29
1
Strange Beauvoir with hard and soft link
How to is possible this? > [root at lucatest ~]# ls -lid /var/log /var/log/ispconfig /var/log/ispconfig/httpd /var/log/ispconfig/httpd/prova.it /var/log/ispconfig/httpd/prova.it/test /var/www /var/www/clients /var/www/clients/client1 /var/www/clients/client1/web3 /var/www/clients/client1/web3/log /var/www/clients/client1/web3/log/test > 706 drwxr-xr-x. 15 root root 4096 29 mag 08:44
2018 May 15
4
named will not start after upgrade of CentOS
Il 15/05/2018 16:34, Rowland Penny via samba ha scritto: > On Tue, 15 May 2018 15:54:16 +0200 > Marco Coli <marco.coli.gm at gmail.com> wrote: > >> >> Hello, the message is exactly the same: >> mag 15 11:30:20 mail.magigas.local named[30186]: Loading 'AD DNS Zone' >> using driver dlopen >> mag 15 11:30:20 mail.magigas.local named[30186]:
2018 May 15
4
named will not start after upgrade of CentOS
Il 15/05/2018 15:37, Rowland Penny via samba ha scritto: > On Tue, 15 May 2018 15:30:08 +0200 > Marco Coli via samba <samba at lists.samba.org> wrote: > >>> On Sat, 12 May 2018 01:17:02 -0600 >>> "Paul R. Ganci via samba" <samba at lists.samba.org> wrote: >>> >>>> Well I may have been over zealous and upgraded my Samba AD
2002 Jun 05
13
Welcome to the Linux Magazine newsletter
******************************************************************** * PLEASE SAVE THIS WELCOME MESSAGE! * ******************************************************************** Welcome to linux-mag-news! This list is for the monthly Linux Magazine newsletter. SUBSCRIBING: Send a blank message to: join-linux-mag-news@sand.lyris.net UNSUBSCRIBING: Send a message
2005 Nov 22
1
windrose (circular package) error in table (PR#8341)
Full_Name: Allyson Williams Version: 2.1.1 OS: Windows XP Submission from: (NULL) (203.25.1.208) I'm using the 'Circular' package to plot windroses. I think the output table (see out2$table below) is incorrect when using different rotations. More precisely, when a rotation is used for the plot, the output table stuffs up. This example is from the code in the help notes, although the
2005 Apr 20
2
Package under R 2.1.0: package.rds
Hi everybody, I have trouble installing my own package under R 2.1.0 (it is fine under R 2.0.1). My OS is Windows NT. I installed my package 'mag' by using menu "Packages/Install package from local zip files....". It's fine (html package description was updated). But when I typed in library(mag) it gave me error: Error in library(mag) : there is no package called
2007 Aug 07
1
lm( ) for log10-transformed data
Dear help-list, I would like to perform a linear regression on the log10 of the two vectors ov.mag.min and res.600nm. The slope and intercept of the regression I use to plot a wider range of ov.mag.min in a double log plot. For a linear regression on only tow points, wouldn't I expect the results for two.points.min to match pretty exactly res.600nm? It does not seem to be the case here.
2017 Sep 26
0
bowed linear approximations
Dear Rich, I think that it's generally a bad idea to give statistical (as opposed to simply technical) advice by email without knowing the context of the research. I think that you'd do well to seek help from a statistician, and not just do what I suggest below. Interpolating the data only makes sense if there's no random component to the response (mag in your data). Otherwise, it
2004 Feb 23
2
About lossless and point stereo
Hi, I've read the Vorbis stereo documentation on square polar mapping and currently reading the source code to understand it. But there are some things which I don't quite understand and hope I can get some guidance on. I understand the decoding/decoupling part as it is the same as the one described in the stereo docs: From mapping0.c: /* channel coupling */
2005 Mar 16
1
live monitoring of SIP calls chan_spy
hello there, I have searched lists about an application chan_spy, people talked about it on lists that we can use it to monitor sip to sip calls. but I am unable to find any clue of it. can some one please tell me from where I can get this chan-spy application thank you regards, -- Atif
2012 Jul 24
1
Problem building dll in R-2-15-1
I am using R-2-15-1 with latest version of RTools under Windows 7 on a 64bit machine. When trying to build a dll from a simple test program matm.f I get the following error: > R CMD SHLIB matm.f gfortran -O3 -mtune=core2 -c matm.f -o matm.o f951.exe: out of memory allocating 312 bytes make: *** [matm.o] Error 1 Can someone please help NJ ________________________________
2012 Nov 27
1
GLM Coding Issue
Dear all,    I am having a recurring problem when I attempt to conduct a GLM.  Here is what I am attempting (with fake data): First, I created a txt file, changed the directory in R (to the proper folder containing the file) and loaded the file: #avoid<-read.table("avoid.txt",header=TRUE);avoid #  treatment feeding avoid noavoid #1   control  nofeed     1     357 #2  
2007 Jul 26
1
Lohan the observable
Sorry, that name is a misnomer. However, I was excited to find that Ruby has a built in Observable module and I''m pretty bored, so I apologize in advance.... require ''observer'' # one who is observed class Celebrity include Observable attr_accessor :name attr_reader :is def is=(val) @is = val changed notify_observers(self) end end # one who
2009 Sep 26
3
Adding variables
Hi, For very large matrices, is this the most efficient way to add two variables together? ############################# attach(attenu) new<-rowSums(cbind(mag, station)) ############################# Also, could I be directed to some resources for working with very large datasets? Thanks
2012 Jun 26
3
plotting two histograms on one plot with hist function
I would like to plot two data sets (frequency (y-axis) of mean values for 0-1(x=axis)) on a single histogram for comparison. The hist() only allow the overlay of two histograms, and although barplot() allows beside=TRUE, it does not show frequency values (like hist) but rather all of the values. Is there any way that I can use the hist() to plot two data sets similar to the barplot(). Any help or