Displaying 3 results from an estimated 3 matches for "febuary".
Did you mean:
february
2009 Feb 26
1
XEN citrix now free but is it GPL?
Hello,
Since 24 febuary, citrix xen make is enterprise version totally free:
http://www.citrix.com/English/ps2/products/feature.asp?contentID=1686939
I have google about that, but no information:
Is citrix will offer is source code from citrix xen server enterprise in the
xen open source, or is this version is free but s...
2005 May 16
0
DTMF asterisk-2-asterisk using SIP w/ dtmfmode=rfc2833
...lso uses asterisk. We're using SIP, with dtmfmode set to
rfc2833, and the codec G.711.
Once out of every five or ten calls, there are no problems, but more
often than not, the DTMF is getting doubled-up on at least one of the
digits of the extension dialed.
I've tested with a CVS-HEAD from Febuary, and just now reproduced it
with a fresh install (CVS-HEAD-05/16/05-20:22:32).
I've used ethereal to capture the RTP stream and cannot see anything
wrong with the 'RTP EVENT' packets -- whether my asterisk box sees the
correct extension or not, the RTP EVENTs look okay as far as I can
t...
2007 Jan 10
2
correlation value and map
Dear R-help community,
I have 2 different arrays of precipitation data each of the same dimensions of
[longitude, latitude, time] dim=[30,32,43], called array1 and array2. I need to
correlate them. This is the code I used to get one overall correlation value for
the whole of the area of interest:
> result <- cor(array1,array2,use="complete.obs")
> result
This give me a