similar to: Solution: Sysmaster and Asterisk

Displaying 20 results from an estimated 3000 matches similar to: "Solution: Sysmaster and Asterisk"

2007 Sep 06
7
SIP Debugging to separate log file
Hello, I'm working with our SIP provider to nail down some call quality issues we're having, and they've asked me to provide SIP debug log files from our asterisk server. Is there a way to make asterisk 1.4 output only SIP debugging to a specific log file? Or it is best just to use tcpdump? Thank you! -- Jason Martin Metrix Matrix, Inc. 785 Elmgrove Road, Building 1, Rochester, NY
2004 Jun 30
0
Asterisk Wish List - Can We do it? Can you add to it?
Folks! I dont know whether anyone has done this exercise before of putting together a Wish-List of things that you want to do, if you have all the gadgets you need and have a client base that needs Asterisk's Features and more. Here are some of the scenarios I am playing out that I will do, once I have enough time. Can anyone add to this list of Scenarios with or without using other gadgets,
2014 Mar 27
1
arm64 support
I am trying to generate the config and makefiles using ./autogen.sh on the mac but get the following error: Can't exec "aclocal": No such file or directory at /usr/local/share/autoconf/Autom4te/FileUtils.pm line 326. autoreconf: failed to run aclocal: No such file or directory How do I build opus from source? Am I missing some step? On Thu, Mar 27, 2014 at 11:29 AM, Vinay Nair
2007 Aug 07
5
small sample techniques
If my sample size is small is there a particular switch option that I need to use with t.test so that it calculates the t ratio correctly? Here is a dummy example? รก =0.05 Mean pain reduction for A =27; B =31 and SD are SDA=9 SDB=12 drgA.p<-rnorm(5,27,9); drgB.p<-rnorm(5,31,12) t.test(drgA.p,drgB.p) # what do I need to give as additional parameter here? I can do it manually but
2009 Dec 21
1
Incoming calls coming into default context
My SIP-provider sends my a SIP-invite like this : INVITE sip:329298yyy6 at 80.XX.XX.69:5060 SIP/2.0 Via: SIP/2.0/UDP 80.XX.XX.68:5060;branch=z9hG4bKf395877e02e5aa21fd8f5a0c Max-Forwards: 70 From: <sip:321445xxx6 at 80.XX.XX.69>;tag=f395877e02bf8eb2fd8f5a0e To: <sip:329298yyy6 at 80.XX.XX.69> Call-ID: f395877e02187250fd8f5a0f at 80.XX.XX.68 CSeq: 1 INVITE User-Agent: SysMaster VoIP
2007 Oct 04
5
combining vectors on unequal length
If I have two vectors X<-1:10 Y<-1:5 When I combine them using cbind, the shorter one is repeated and both are made of the same length. Is there a methods that does this without duplicating the shorter one. I want to use this to store the data back to a file. Thanks ../Murli [[alternative HTML version deleted]]
2009 Jul 14
4
Trig functions strange results
I am trying to calculate coordinate transformations and in the process of debugging my code using debug I found the following Browse[1]> direction[i] [1] -1.570796 Browse[1]> cos(direction[i]) [1] 6.123032e-17 Browse[1]> cos(-1.570796) [1] 3.267949e-07 Browse[1]> direction[i] [1] -1.570796 Browse[1]> cos(direction[i]) [1] 6.123032e-17 Browse[1]> cos(-1.570796) [1] 3.267949e-07
2014 Mar 27
3
arm64 support
I have used the patch to build opus 1.1. Although I have not tried the latest git master, will try that. Will that work for armv7, armv7s and arm64? On Wed, Mar 26, 2014 at 11:01 PM, Martin Storsj? <martin at martin.st> wrote: > On Wed, 26 Mar 2014, Jonathan Lennox wrote: > > >> On Mar 26, 2014, at 7:55 AM, Peter Robinson <pbrobinson at gmail.com> wrote: >>
2014 Mar 26
2
arm64 support
Hi, I wanted to build opus along with PJSIP for iOS for the architecture arm64. I wanted to know if opus supports arm64? -- Vinay Nair vinay.nair at novanet.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20140326/e617665a/attachment.htm
2002 Feb 19
3
Samba PDC and User Management with Perl scripts
Hello, I want to implement a perl logon script which would map network shares depending on group membership. This way when I move a user to or from a group it automatically gets the new shares. The PDC is Samba 2.2.1 or 2.2.2 on BSD and clients are NT workstation and 2000 Pro. Perl is latest activestate for win32 and is intended to run on Win32 clients. The big trouble is getting user Group
2007 Sep 14
3
x-axis order
Hi all, I have a time series which contain data collected weekly from week 26 to week 25 the following year. How do I plot this data, so that the x-axis is displaying the week numbers, ordered as in the data? Thanks in advance, Gustaf --- x<-c(26:52,1:25) y<-rnorm(52)+1:52 plot(x,y) ## How do I get the x axis to be ordered by the current ordering of x? -- Gustaf Rydevik, M.Sci. tel:
2007 Jul 27
2
manipulating arrays
Can I insert an element in an array at a particular position without destroying the already existing element? X<-c(1,2,3,4,5) I want to insert an element between 1 and 2. Thanks ../Murli [[alternative HTML version deleted]]
2009 Jul 24
2
computing the radius of an arc
Hi!! I am interesting in computing the radius of an arc that best approximates a curve. Is there an R function that I can use to draw an arc? Nothing useful came up when I searched help.search. Does anyone have any suggestion to do this? Thanks ../Murli
2009 May 29
2
strsplit
I am trying split a string and use one part of it to label graphs. I am using strsplit for that. While I am able to split it, how do I access the separated parts. > filName<-"chrI_2223" >part<- strsplit(filName,"\\_") > part [[1]] [1] "chrI" "2223" > part[1] [[1]] [1] "chrI" "2223" I looked up the help archive but did
2014 Mar 26
2
arm64 support
Hi, I wanted to build opus along with PJSIP for iOS for the architecture arm64. I wanted to know if opus supports arm64? -- Vinay Nair vinay.nair at novanet.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20140326/8576b64e/attachment-0001.htm
2011 Sep 07
1
Gluster on Clustered Storage
Hi ..., How does one deploy Gluster on a clustered storage i.e. two server nodes with a common storage array? Say one has, two server nodes connected to a common storage array, that exports 2 LUNs visible to both nodes. [ Server 1 ]------[ Storage ]------[ Server 2 ] Each server node mount a single LUN, but in case one of the node fails, the other node takes over the LUN. [ Server 1
2011 Sep 12
1
Increasing max stat cache
Hi ..., We have a Lustre Storage with large directories. Many of these directories contain thousands of files and we have hundreds of such directories. Directory Listing on Lustre is very slow, due to the nature of most Parallel File Systems design. It takes around 4 Secs (during non-peak hours) to list a 2000 file directory. And during heavy load times, this goes upto 10-11 Secs. Since all the
2014 Mar 26
2
arm64 support
On Mar 26, 2014, at 7:55 AM, Peter Robinson <pbrobinson at gmail.com> wrote: > On Wed, Mar 26, 2014 at 11:45 AM, Vinay <vinay.nair at novanet.net> wrote: >> Hi, >> >> I wanted to build opus along with PJSIP for iOS for the architecture arm64. >> I wanted to know if opus supports arm64? > > The opus code builds fine on ARM64 on Linux at least,
2007 Jun 26
3
inter-rater agreement index kappa
Is there a function that calculates the inter-rater agreement index (kappa) in R? Thanks ../Murli [[alternative HTML version deleted]]
2014 Nov 09
0
APC Smart-UPS C1500 connected by usb
On Nov 8, 2014, at 6:12 PM, Selva Nair <selva.nair at gmail.com> wrote: > Everything works rather well, except that the cgi-interface does not report input/output voltages and load for the C 1500 unit. > upsc also reports these values only for model 1000, not for 1500. Battery charge is and runtime are reported. For the 1000, do the values match this page?