Displaying 20 results from an estimated 1145 matches for "leg".
Did you mean:
le
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...
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 considered continuous if I use aov(NO3 ~...
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 information to the B Leg?
Or do I have to program this out myself?
Regards,
Grant
-------------- next p...
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. So that i can use -march=leg option in this
command.
Thanks and Regards
Varun
--------------...
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 t...
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 the CDR?
Steve
2010 Jan 29
1
How to draw a border for multiple graphs in one page
...value)*100,1)
lbls <- paste(lbls,"%",sep="")
postscript(file="H:/test.eps", height = 8, width = 8,onefile = FALSE, paper = "special")
par(mfrow=c(2,2),mar=c(0,0,0,0))
pie(value,labels=lbls,col=colors,radius=0.5)
box(bty="o",col = 'black')
leg <- paste(concentration,lbls,sep=", ")
legend(-1,0.85,leg,cex=0.8,fill=colors)
par(mfrow=c(2,2),mar=c(0,0,0,0))
pie(value,labels=lbls,col=colors,radius=0.5)
box(bty="o",col = 'black')
leg <- paste(concentration,lbls,sep=", ")
legend(-1,0.85,leg,cex=0.8,fi...
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 when the outgoing
leg is answered. Or is there some way to detect this?
Yuan Liu
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
...entered so far to make
my figure:
library(sciplot)
postscript('PreferenceGraph2x2.eps')
par(mfrow = c(2,2), pin=c(6.45669292,6.45669292), pty="m")
lineplot.CI(Week, Pref, group = Drug, data=SM.long, xlab = "Week", ylab
="Proportion Sucrose of Total Fluids", x.leg =1, y.leg=.91, leg.lab=
c("Salvia","Control"),col =c("red","darkgreen"),ylim=c(0.48,.95), main =
"Preference of Stressed Males")
lineplot.CI(Week, Pref, group = Drug, data=SF.long, xlab = "Week", ylab
="Proportion Sucrose of Total Flu...
2008 May 18
1
Bridging a call on hold with an active call
...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 HOLD(My own pre-recorded IVR message) And meanwhile dialing out the second leg.When Asterisk detect "Ringing" on the
second leg ( from GSM provider) , the first call leg should be unhold and then...
2009 Feb 21
1
VoIP Information in CDRs
...e caller, like that:
exten => h,1,Set(CDR(userfield)=RIP=${SIPCHANINFO(recvip)}
Codec=${CHANNEL(audioreadformat)}/${CHANNEL(audiowriteformat)}/${CHANNEL(audionativeformat)}/${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:...
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 involved in the PSTN call).
The relevant extensions.conf line is:
exten => 34911234567,1,Dial(SIP/pstn/447123456789)
And both DID and PSTN sip accounts have canreinvite=yes, so t...
2011 Dec 15
1
lme with nested factor and random effect
...ts 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 acquires ornamentation upon
maturation [i.e. brush-legged males]). I tested a sample of
brush-legged and non-ornamented males (as both penultimates and
matures) in 2009, and an additional sample of brush-legged males in
2010 (as both penultimates and matures again) because I had a very
small sample of brush-legged males in 2009.
I would like to set up...
2014 May 02
1
CDR billsec issue with calls forwarded through the Local channel
...o:
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 dialled and the call is all fine.
In the CDR we have 2 entries, one for the inbound leg and one for the
outbound leg as is expected by the use of the /n
However, the outbound leg CDR entry has a billsec of 0. The CDR for the
inbound leg has the correct duration of the call in the billsec column (I'm
writing CDRs to MySQL)
This is causing issues in my billing module for obvious r...
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