Displaying 11 results from an estimated 11 matches for "answ".
Did you mean:
ansi
2018 Jul 07
3
Completar un for, que falla al faltarle algún dato.
...... con el que también tropiezo.
Necesito reordenar los datos presentados en dos columnas a filas y
columnas.
Los datos ideales serían algo así:
Ques <- c(rep("Q1",3),rep("Q2",3),rep("Q3",3))
Info <- rep(c("aca", "ahi", "alla"),3)
Answ <- c("casa", "bulo", "hogar", "mama", "mami", "vieja", "perro", "can",
"rope")
df.raw <- data.frame(ID, Ques, Info, Answ)
Pero, como no son ideales, se parecen a esto:
df.raw1 <- df.raw[-2,]
# Ne...
2009 Jan 12
6
CDR Rewrite -- Questions to the users
...nto several
"legs". A dialplan func to insert an event that will create
a new "leg" will be available, with its own user-specified
type.
Simple is just that. One CDR is generated per activated channel.
The start time is when it was created. The end time when it died/hungup.
The answer time is... you know! No fine-grained details. No dialplan
fanciness. linkedID can help you group channels involved in a single
'logical call'.
QUESTIONS:
Which of the two would you see being useful to you?
Is there Yet Another CDR system you would like to see instead?
How would/should...
2009 Jan 13
0
[Re: CDR Rewrite -- Questions to the users]
...=> C, A is still paying A => B
>
Good Question: Can Simple CDRs be used in xfer situations?
Let's take a look.
In this particular situation, 3 channels are involved: A, B, and C.
Therefore,
you will get 3 CDRs.
CDR1: A -> B start: e1a ans: e2 end: e4 Party: B disp: ANSW
linkedID: abc9
CDR2: A start: e1 ans: e1 end: e6 Party: A disp: ANSW
linkedID: abc9
CDR3: B -> C start: e4 ans: e5 end: e6 Party: C disp: ANSW
linkedid: abc9
CDR2 covers A (see the Party field), CDR1 covers B, CDR3 covers C.
A's CDR could be used to bill A f...
2011 Nov 11
6
Puppet in a bash script
Hello,
I''m using puppet via a bash script when I spin up a machine to configure
it. I''d like to restart the instance after puppet''s run is complete. In
my bash script I have:
puppet agent --test
shutdown -r now
Puppet runs to completion, but "shutdown -r now" never executes. I''m not
sure why not - these are the last two lines in my bash
2010 Aug 04
1
Tweaking AMD in Asterisk
Hello ,
I would like to tweak my Answeing Machine Detection (AMD) in Asterisk. My
current values are
AMD(2500|1500|300|5000|120|50|5|256) and we were able to identify approx
25-30 % of all answering machines.
Anybody have any suggestion to improve the accuracy of AMD.
Thanks
-------------- next part --------------
An HTML attachme...
2009 Feb 18
2
indicator or deviation contrasts in log-linear modelling
...term and set to zero, while the others are relative to it. My
question is if there is a log-linear command equivalent to loglin that uses
this secong "dummy coding" style of constraints (I know e.g. spss genlog
does this).
I hope this is not to basic a question!
And if anyone is up for answeing the wider question of why log-linear
parameters are not something to be looked at - which might just be my
impression of the literature - feel free to comment!
Thanks for your help!
Maja
edit: this might just be me using the wrong terminology! if idicator and
deviation contrasts come by a di...
2009 Mar 24
0
originate and local channel problem
Hello,
I want originate a call to some destination, and when B side answes to
play a prompt. Asterisk version is 1.6.0.5. But also I need to insert a SIP
header to Invite, that's why I'm using Local Channel. This is my
extension.ael:
context autodialer-local {
_X. => {
SipAddHeader(P-Asserted-Identity:
<sip:${CALLERID(num)}@xxx.xxx.xxx.xxx;user=phone&g...
2007 Apr 04
0
Norwegian users: New norwegian Ruby on Rails forum
Hi
I''ve put up a new Ruby on Rails forum at www.railsforum.no
Check it out and contribute with questions and answes
Peace out
thomma
www.railsforum.no
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.or...
2008 Jun 03
1
after_create callback in subclass
I have a User model with a protected method defined:
def set_role(rolename)
role = Role.find_by_rolename(rolename)
permission = Permission.new
permission.role = role
permission.user = self
permission.save(false)
end
and a subclass with:
after_create set_role(''client'')
This always fails for me with the error:
undefined method `set_role''
2020 Nov 18
2
dnsupdate failed with TKEY is unaceptable
...4; ???}; ???allow-query-cache { ???????127.0.0.1; ???????192.168.41.0/24; ???}; ???# IP addresses and network ranges allowed to run recursive queries: ???# (Zones not served by this DNS server) ???allow-recursion { ???????127.0.0.1; ???????192.168.41.0/24; ???}; ???# Forward queries that can not be answered from own zones ???# to these DNS servers: ???forwarders { ???????10.10.8.2; ???}; ???# Disable zone transfers ????allow-transfer { ???????none; ???}; ?????tkey-gssapi-keytab "/usr/local/samba/private/dns.keytab"; ??minimal-responses yes; }; # Root Servers # (Required for recursive DNS...
2004 Jul 19
0
Setup for Go2call ? Or any SIP provider using phonejack or linejack g729 g723
...io prompts
> Date: Mon, 19 Jul 2004 17:28:47 +0000
> Reply-To: asterisk-users@lists.digium.com
>
> On July 19, 2004 10:19 pm, jparr@bgcfreedom.com wrote:
>> On Mon, 19 Jul 2004, Ryan Courtnage wrote:
>>>> This happens with my 7940s as well. I have found that using and Answe=
> r,
>>>> and a Wait(1) before playing back prompts works well. Prevents Alisson
>>>> from saying "Assword?" when dialing VoicemailMail(20).
>>>
>>> Thanks for your reply. =A0I have been able to use this method to elimin=
> ate
>>&g...