similar to: Requirement or just Best Practice

Displaying 20 results from an estimated 10000 matches similar to: "Requirement or just Best Practice"

2010 Nov 05
2
Funky IAX behavior between 1.4 and 1.8
Hi Gang, My production box with my DAHDI cards is a 1.4.26 build. I have 3 test machines that I do IAX communication with. Machine 1 is a real Dell POWEREDGE 1500 running CENTOS running 1.4.30. Machine 2 is a SUSE 11.1 VM running 1.4.30. Machine 3 is another SUSE 11.1 VM running 1.8.0. I can SIP into all 4 machines and life is great. When I try to IAX from the live machine to
2009 Jul 20
0
No subject
expected context is valid (may not work on 1.2, I started this ride at 1.4 and therefore have no backward knowledge). _____ From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of David Nickel Sent: Wednesday, May 05, 2010 4:41 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Hash Dial
2010 Nov 03
1
Gotoif changed in 1.8?
Hi Gang, I'm testing 1.8.0 on one of my machines and this snippet "chokes" on line 7 (works fine with 1.4.30) [tb-account-balance] exten => s,1,Set(BALCOUNT=0) exten => s,n,NoOp(Verbose(acct ${digitacc} pwd ${digitpwd} )) exten => s,n(runagi),Set(TEST_RETURN="NONE") exten =>
2008 Mar 07
0
linear discriminant analysis / search
Dear R help list, I have a training dataset that looks like Table1. I have an unknown dataset that looks like Table2. I want to have a program that should search the training dataset and identify that the unknown sample belongs to which category (type1, type2 or type3) and also if the unknown does not belong to any of the categories, it should let me know. The real dataset has 600 variables and
2008 Mar 07
0
linear discriminant analysis
Dear R help list, I have a training dataset that looks like Table1. I have an unknown dataset that looks like Table2. I want to have a program that should search the training dataset and identify that the unknown sample belongs to which category (type1, type2 or type3) and also if the unknown does not belong to any of the categories, it should let me know. The real dataset has 600 variables and
2006 Jan 10
1
extracting coefficients from lmer
Dear R-Helpers, I want to compare the results of outputs from glmmPQL and lmer analyses. I could do this if I could extract the coefficients and standard errors from the summaries of the lmer models. This is easy to do for the glmmPQL summaries, using > glmm.fit <- try(glmmPQL(score ~ x*type, random = ~ 1 | subject, data = df, family = binomial), TRUE) > summary(glmmPQL.fit)$tTable
2010 Oct 20
2
DAHDI weather quirk
Hello list, This may or may not be Asterisk related, but if I had hair I'd pull it out over this. I have a TDM400P card in a Dell POWEREDGE 1550 running Asterisk 1.4.30. Everything works great except that every time it rains, I get flooded with this CLI message - == Starting post polarity CID detection on channel 1 -- Starting simple switch on 'DAHDI/1-1'
2006 Mar 04
0
Call Waiting? Should this just work?
I realized today that my call waiting isn't working properly. If I am using the FXS attached phone and a call comes in the FXO, it just goes directly to voicemail, with no indication (call waiting beep). If I flash there is a second dial tone, and I can initiate a second call. If I am dialed out through the FXO and another call comes in I hear the call waiting beep, when I flash over I
2006 Jun 26
0
[klibc 37/43] x86_64 support for klibc
The parts of klibc specific to the x86_64 architecture. Signed-off-by: H. Peter Anvin <hpa at zytor.com> --- commit f889dd04bef1aed36ba18161c727af47338e167a tree c25f184d2e3337b52dfe3abd191ec639d4d9543d parent f30fa3db62972125afa68d3b53d03cdb843d3bbd author H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:53 -0700 committer H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun
2010 Sep 24
2
best format for playback/generation
Greetings fellow listers, I have an application where I have approximately 300 files that I playback individually or in blocks to simulate "text-to-speech" in a "less mechanical" voice than normal Allison files provide. These files are presently in GSM format and sound pretty good when I play them on my computer speakers or on my in-house
2006 Jun 26
0
[klibc 25/43] ia64 support for klibc
The parts of klibc specific to the ia64 architecture. Signed-off-by: H. Peter Anvin <hpa at zytor.com> --- commit 951dc85bd690c6cc5a971815665da947160cbe51 tree 0843c8aa67a3c46a362d12c392c41c25d85ac9cd parent bd0599e5290ca1a16bb7a68f7c362d395c612eb3 author H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:24 -0700 committer H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun
2018 Jul 18
2
Why Clang is unpacking my StructType Function arguments
Hi: We are currently building an internal solution based on LLVM/Clang technologies which involves generating LLVM IR based on Bitcode generated by Clang from C codes. We have a C function which prototype looks like the following: typedef struct { int (*allocFunction)(void* x, void* y); void* YY; } Type4; int bar (Type1 *x, Type2 *y, Type3 *z, Type4 bar) When we compile this code
2010 Apr 16
1
IAX connection slow between 1.4 and 1.6 dists
Hi gang, I'm running 1.4.26.2 and 1.4.30 on my two "real" asterisk boxes. I just installed 1.6.2.6 on a Suse VM and the phone to asterisk connection works fine. When I try to do an IAX connection from the 1.4 boxes to the 1.6 boxes, the audio runs like molasses. Instead of "welcome to blah blah blah", I get "wel --- Come to bla #$#$$$
2010 Aug 12
1
Problems with meetme in 1.4.26
Hi list, I was going through my dialplan today and found these 2 oddities with meetme using DAHDI to join the conference. 1. Although music on hold is indicated, I don't get any sound until I press *. Then the conference menu plays and all is well except - 2. According to the instructions, pressing 8 should leave the conference. No dice. Problem persists with 1.4.30 Any
2011 Oct 18
1
nvfaxdetect in 10.0
Hi gang, We are moving our 1.4 asterisk with DAHDI over to 10.0 with SIP. Everything is going nicely except that I can't get NV_FAXDETECT to compile properly into 10.0. Because of this, I will have to have my receptionist manually transfer incoming faxes. Any suggestions? Thanks in Advance Danny Nicholas -------------- next part -------------- An HTML attachment
2014 Feb 22
0
Validates inclusion of include fails at plugin.
Hello, MyModel.rb, TYPES = { "type1" => 1 , "type2" => 2, "type3" => 3 }.freeze validates_inclusion_of :my_type, :in => TYPES.keys --------------------------------------- MyModelPatch.rb, base.send(:remove_const, :TYPES) base._validators[:my_type].reject!{ |validator| validator if validator.is_a? ActiveModel::Validations::InclusionValidator } TYPES =
2009 Apr 23
3
Record in mp3
Somebody knows if I can save files in mp3 with the Record command on Asterisk? I try to recompile sox to suport mp3 but Asterisk return the folowing message when I use the Record command: - Executing [*40 at liberado15:15] Record("SIP/1201-083453c8", "/var/spool/asterisk/alarme/alarme-1201-200905121212:mp3") in new stack ??? -- <SIP/1201-083453c8> Playing 'beep'
2013 Jul 01
0
[LLVMdev] Advices Required: Best practice to share logic between DAG combine and target lowering?
On Mon, Jul 1, 2013 at 11:30 AM, Quentin Colombet <qcolombet at apple.com>wrote: > Hi, > > ** Problematic ** > I am looking for advices to share some logic between DAG combine and > target lowering. > > Basically, I need to know if a bitcast that is about to be inserted during > target specific isel lowering will be eliminated during DAG combine. > > Let me
2011 Jul 11
3
Stacked bar plot of frequency vs time
Hi All, New to R, but committed. I looked in a number of places but can't figure out my current problem. I have date of the type: Time Type1 Type2 Type3 1 .50 .25 .25 4 .55 .25 .20 5 .65 .20 .15 etc which describe the frequency of types 1, 2 and 3 (adding up to 100%) over time. I would like to create a stacked bar chart showing these
2010 Apr 29
1
Starting call recording using a dynamic feature to call a macro
I have got call recording working on our 1.4.30 asterisk box together with a recording pause ability and being able to play different audio to each party at the start and end of the pause. This all works perfectly but one wish is to have the audio files have a beep or something in them so when you listen later you can tell where the audio was paused. So I changed things around so that instead