search for: lincor

Displaying 4 results from an estimated 4 matches for "lincor".

Did you mean: wincor
2004 Apr 01
0
Linphone connecting to default Asterisk Samples
...to 500@hostname. The problem here is that I am hearing playback of something but is completely garbled. Has anyone got any pointers to what could be the problem here. Could it be Linphone's sip implementation ? I've not tried with any other softphone for linux, yet. -- Glen Gray <glen@lincor.com> 17 Dame Court Senior Software Engineer Dublin 2, Ireland Lincor Solutions Ltd. Ph: +353 (0) 1 6746413
2004 Apr 02
2
Gnophone installation problems
Hi all, I installed all needed RPMs by GnoPhone to be installed without problems but when attempting to install GnoPhone itself I get this message: # rpm -Uvh gnophone-0.2.4-1.i386.rpm error: Failed dependencies: mozilla >= 0.9.2 is needed by gnophone-0.2.4-1 libgtkembedmoz.so is needed by gnophone-0.2.4-1 libgtksuperwin.so is needed by gnophone-0.2.4-1 I'm using
2004 Apr 06
1
gsm playback garbled over sip
...to a vegastream VoIP system so I know if that installed and working. I'm basically just trying to get the sample configs working, dialing in to 500@ipaddress. It connects and playback of the demo ensues, but at the client end it's unrecognisable garbage. Any hints ? -- Glen Gray <glen@lincor.com> 17 Dame Court Senior Software Engineer Dublin 2, Ireland Lincor Solutions Ltd. Ph: +353 (0) 1 6746413
2004 Sep 22
1
pairs, panel.functions, xlim and ylim
...s(x,y, pch=21, bg=par("bg"), col = "black",cex=2) abline(0,1,lwd=2, col="red") } and it works. Now, I want that each plot has the same scale on the axis and I try with this modification: ## put y=x in each plot - same scale for all the plots panel.lincor<- function(x, y) { points(x,y, pch=21, bg=par("bg"), col = "black",cex=2,xlim=c(-1,1),ylim=c(-1,1)) abline(0,1,lwd=2, col="red") } but R tells me that xlim and ylim couldn't be set in high level plot functions. I try to use plot()...