search for: legs

Displaying 20 results from an estimated 1133 matches for "legs".

Did you mean: legos
2005 Nov 16
3
Association collections problems
Hi all! I find association collections to be quite hard to understand and use. I have a Leg class that has_many :choices, and a Choice class that belongs_to :leg. In a controller I want to update both a Leg and its Choices. If I do it like this: @leg.choices.update params[:choice].keys, params[:choice].values It updates the database directly (or more specifically only updates records that
2002 Jun 06
2
covariance analysis model
Dear list users, I have trouble with covariance analysis. I measured nitrate concentrations in the soil (NO3) and the percentage of legumes (LEG, continuous), affected by 2 different CO2 concentrations (CO2, discrete). I suspect that CO2 has an effect on LEG and NO3, but also that LEG has an effect on NO3, so this is the formula I wrote to test this: NO3 ~ CO2 + LEG + CO2:LEG Will LEG be
2017 Aug 17
2
Pass CallerId/Privacy info from A Leg to B Leg
Hi, I'm using Asterisk to bridge the incoming call to another destination using the Dial command. However, when an anonymous call comes in then privacy information is not passed into the B Leg. For instance, the Privacy header and P-Asserted-Identity aren't copied to the B Leg. Is there an option to give to the Dial command, or another variable to set, to make Asterisk copy such
2008 Feb 15
3
lineplot.CI problem
Hi List, I have a problem plotting data using the lineplot.CI command in the sciplot package. I want to plot the data of 2 experimental cases using different lines (traces). Time is on the X-axis. The tricky thing is that the data collection in the second case started later than for the first case. This is to say: the first n data points for the second case are missing. So far so good. However,
2010 May 26
3
error "variable names are limited to 256 bytes" when sourcing code
I've written a function that takes some input data output from a simulation model and creates some graphs. It's not very complicated code, and it works perfectly fine if I just run the code as is. But I have converted it into a function so we call it externally, and when I try to source the code to test the function, I get the error message "variable names are limited to 256
2016 Nov 23
3
Generation of IR for MyTarget
Hi Developers, I have written C program and want to generate IR file for Specific Target I have tried with following command but got a error as follows, COMMAND: *clang -S -emit-llvm -march=leg ~/llc-test-examples/ex9.c -o ~/llc-test-examples/ex9.ll* ERROR: *error: unknown target CPU 'leg'* So any please help me what all other step should I do previously to get my *leg* target in clang.
2011 Jan 31
0
Issue with Asterisk not hanging up second leg when first leg hangs up
...ss's DTMF then the call is bridged and everything is fine. If the system is playing to the called party the message to press any key (Exten => s,5,Background(/etc/cb/wav/incoming_cb_call)) and the caller hangs up, the called party will keep hearing the message. If they hang up then both legs hang up. If the called party presses any key then the call hangs up. If the caller hangs up shouldnt it hang up the second leg of the call as well ? Whats interesting is that when the caller hangs up Asterisk see's the BYE and replies it with a 200 OK yet it does not go to the h extension ti...
2004 Jan 08
4
2nd call leg status?
Hi, okay heres what I want to do .. simple ivr, we take a call, answer it, play a menu, dial out based on options. No problems so far. The CDR always shows the call as answered as I answer the 1st leg to play the prompts, I am actually more interested in if the 2nd leg - the outbound part - has been answered or not before the call is hungup. How can I get this and record the information in
2010 Jan 29
1
How to draw a border for multiple graphs in one page
Hi, I am struggling to create a 2 by 2 multiple graphs in one page. I used par(mfrow=c(2,2)) to divide the screen into 4. In each screen I draw a pie chart (They are all same). For example, my data is like this Concentration value A1 69 A2 8 G1 51 G2 1
2007 Mar 04
2
When does local leg in call file start?
For a simple call file like Channel: Zap/g1/XXXXXXX RetryTime: 60 WaitTime: 30 Context: from-file Extension: s Priority: 1 I noticed that s@from-file started to execute regardless of the state of the outgoing call. Is this supposed to be? So far I can only set a Wait() in the local leg and hope the remote party picks up soon enough. I thought call file extension will start execution only
2011 Aug 02
1
Codec negotiation issue (no audio format found to offer)
Running build 1.8.5.0 (compiled from source) I seem to be having an issue with codec negotiation. I have a Grandstream HT503 FXO port connected to a pstn line, a Polycom SP501, and a SIP trunk with callwithus. What I'm essentially looking to accomplish is for ulaw or g729 (preferably ulaw) to be used to the Grandstream FXO or any other internal endpoint, and for g729 only to be used outbound
2011 Mar 27
0
Help labeling Panels
Hi, I'm new. I tried to search out this answer but I suspect I was using the wrong terms, or simply not understanding some of the answers. Anyway here is my question: I want to have a 2x2 panel figure with 4 line graphs all in the same scale. Actually I have that. The thing I seem to be lacking is a way to Label each panel with a letter. I want it to look something like this:
2008 May 18
1
Bridging a call on hold with an active call
Dear All I want to use asterisk for the following Senario and Need help to find a SAMPLE extension.conf Incoming call >>>>>>>>>>>Asterisk >>>>>>>>>>>>>>GSM Termination Gw first leg second leg What I want to do is putting first call leg on
2009 Feb 21
1
VoIP Information in CDRs
...nativeformat)}/${SIPCHANINFO(t38passthrough)} QOS=${RTPAUDIOQOS}) The problems I have so far: *1. CODEC *Codec is reported only for A-Leg. When transcoding asterisk logs the above line as: slin for read / slin for write / the codec of A-Leg / 0 for t.38. Is there a way to get the codec for both legs of a call? *2. RTP Qos is reported only for A-Leg. *Also, asterisk seems to ignore the RTP statistics reports by B-Leg after the BYE: -- Executing [h at core-dialplan:3] Hangup("SIP/401-08231540", "") in new stack == Spawn h extension (core-dialplan, h, 3) exited non-z...
2020 May 12
2
i sided recordings in asterisk 16.10
Hi guys i upgraded to asterisk 16.10 and in most recordings you here only leg A in the recording sometimes you might hear a word of leg B Did any body hit this problem? Thanks, israel -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20200512/90ee8dc2/attachment.html>
2008 Sep 13
0
Can the outbound SIP leg Call-ID be set to match the inbound SIP leg Call-ID?
Is there a way to specify the outbound leg Call-ID? -- Eric Chamberlain
2014 Jul 13
1
Call didn't stop after losing one leg
Hello there, I'm using a Debian box with Asterisk 1.8.13.1 as a DID-PSTN gateway, so I can receive calls in a DID number and redirect it to my mobile line. It has been working flawlessly for a few months, but I have noticed that some calls were not cut after losing one leg (the one with the DID server), and kept the PSTN leg active until I restarted the server (with the unexpected cost
2011 Dec 15
1
lme with nested factor and random effect
Hello all, I'm having difficulty with setting up a mixed model using lme in the nlme package. To summarize my study, I am testing for effects of ornamentation on foraging behavior of wolf spiders. I tested spiders at two different ages (penultimate vs. mature) and of two different phenotypes (one species tested lacks ornamentation throughout life [non-ornamented males] while the other
2014 May 02
1
CDR billsec issue with calls forwarded through the Local channel
Hi I'm using asterisk 1.8.23.1 but I've seen this same issue in previous versions of 1.8. I have created some work arounds but the behaviour is incorrect. This is the scenario: Call comes in and goes to appropriate dialplan In the dialplan the call is forwarded to another number using a Local channel (and using /n ) e.g. Dial(Local/<my-number>@outbound-context/n,60) The number is
2008 Oct 14
4
Call files
Hi All, Have created a system that involves using call files in the outgoing spool folder. On some occasions it retries which is fine.... is there any way to view calls waiting retries from the CLI? Using 1.4 btw. Have googled to no avail (although it is near the end of the day so I might be being a muppet!) Thanks in advance. Steve