Displaying 20 results from an estimated 3000 matches similar to: "Accessing a 'user' variable via. dialplan."
2018 Oct 16
2
Comprobar los nombres de columnas entre varios dataframes
Buenas tardes,
Quiero aplicar la función rbind y necesito tener los mismos nombres de
columnas. Como tengo unas 195 variables en cada dataframe, necesito
hacerlo de una forma rápida. Tengo 9 bases de datos y tengo que fusionar
todas. ¿Como puedo comprobar que los nombres de las variables son los
mismos? Y de lo contrario, ¿como detecto las diferencias?
He probado con
2010 May 20
2
multiple 2 by 2 crosstabulations?
Hello,
I have a dataframe (var_1, var_2, ..., var_n) and I would like to export summary statistics to Latex in the form of a table. I want specific summary statistics by crossing numerous variables 2x2 AT ONCE. In each cell I would like sometimes to have the median (Q1 - Q3), or frequency and proportion, etc. CrossTable, xtab, etc... do not allow for multiple 2 by 2 crosstabulation. The table
2012 Jun 28
4
Printing a variable in a loop
Dear R Users:
I'm a STATA user converting to R, and I'd like to be to do the following.
#Assign var_1 and var_2 a value
10->var1
20->var2
#Now I'd like to print the values of var_1 and var_2 by looping through
var_1 and var_2 in such a manner:
while(y<3){
print(var_y)
y+1->y
}
In STATA, the "y" appended to " var_" is called the local variable and
2010 Dec 19
2
Specifying DID for outbound calls
The host I am working with has two accounts from the same DID
provider. Incoming calls work correctly and dial the appropriate
extensions. This also allows incoming calls to be billed appropriately to the
individual DID accounts.
Outgoing calls from either extension default to the first DID, i.e.
calls from either extension have the same callerID. How can an
extension specify separate outgoing
2008 Apr 15
1
glm syntax question
Hello,
I'm new to R and have a very basic syntax question for the
functionglm. I am using the function glm() to do a regression on a
data set. I want to run this function in a while loop, so I need to be
able to do two things:
(1) I need to be able to have my list of variables in the regression
be based from a variable vector instead of hard code.
(2) I need to be able to collect the
2013 May 15
4
series financieras
Buenos dias,
Tengo la siguiente duda.
Desde una hoja de calculo .xls me descargo un fichero en r as.matrix.
Time VAR_2 VAR_3 VAR_4........ VAR_N
Fechas(n) Precios Precios Precios Precios
Fechas (n-1)
¿como puedo hacer para graficar de forma ordenada (fechas) cada uno del vector columnas (son precios de activos)?
[[alternative HTML
2010 Dec 22
1
Simplifying dial-plan
Is there a way to include:
_NXXNXXXXXX
_NXXXXXX
_011.
_911
into my current plan:
2009 Nov 11
2
Bug or feature: SIP chanvars not overriden
Hello,
Using 1.6.2-rc5, my settings include:
[local-phone](!)
context=mylocal
type=friend
nat=no
canreinvite=no
host=dynamic
qualify=yes
dtmf=info
language=fr
call-limit=5
subscribecontext=subs
disallow=all
allow=alaw
t38pt_udptl=no
setvar=accountcode=foo
[168](local-phone)
defaultuser=168
secret=pass168
callerid=John Doe<168>
2009 Mar 25
1
SIPPEER equivalent for users.conf ?
Hi,
In sip.conf, it's possible to add a line such as
setvar=MYFIELD=foo
and access this value from diaplan with SIPPEER function.
1. Which function is available to access values in users.conf such as
vmsecret ?
2. Is it possible to extend users.conf with custom keys/values ?
Regards.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Feb 18
1
Understand SIP REFER
Hi!
I have some problems understanding the concept of REFER in Asterisk 1.4.23.
I have the following scenario:
Incoming SIP call (incoming leg) from a SIP trunk into Asterisk (handled
in context fromTrunk), forwarded to the SIP Client (outgoing leg).
Now, the SIP Client sends a REFER request (unattended transfer) to
another extension. This terminates the outgoing leg and the incoming leg
2009 Jul 23
5
Music on hold based on user
Hi
Guys I wonder if its possible to set a different MoH based on
groups, I mean if one of the Admin group put on hold the call play music
1, if another from Technical Support put on hold the call play music 3,
something like this
Admin - Music1
Contrallors - Music 2
Technical Support - Music 3
Thanks
--
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Mar 03
2
Access sip.conf's mailbox from dialplan ?
Hello,
In sip.conf, each peer/friend/user entry gathers several parameters such as
type, canreinvite or mailbox.
How can you specifically access to mailbox value from dialplan ?
I know how to access custom parameters (ie setvar=FOO=value) but I don't
know to access standard parameters.
I'm specifically concerned to access to mailbox's value (from a given entry)
but would be
2006 Dec 15
2
Trying to forward calls by using the Callee's context as the forward dial context
I'm simply trying to forward calls to users who have the call forwarding
feature enabled (FWD Status and FWD Ph Number kept in the astDB). The
problem is that I want users to be able to forward calls to numbers that
they would normally be allowed to dial within their own context. (I
don't want a local call only person forwarding to a long dist number,
for example.) I'm able to
2006 Nov 16
2
installing asterisk for Ubuntu Synaptic
I have an Ubuntu system and went into Synaptic and checked asterisk for
installation. Once installed, I started it with /usr/sbin/asterisk -vvvgc
and got the following output with several errors and notices. Do I need to
do more or are these ok? I expected to have some conf files in
/etc/asterisk but there is nothing there.
Thanks!
Created by Mark Spencer <markster@digium.com>
2010 Jan 28
3
Dial cellphone from one PBX1 to PBX2? is it possible?
Hi Guys,
i am using two PBX's i can call from pbx1 a cellphone tied to pbx2 that way:
1) use a phone in PBX1
2) call extension in PBX2
3) extensions in PBX2 ring to a cellphone (as this specific ext is tied to a
cellphone)
my questions now is : am i gonna be able to dial from an IPphone registered
within PBX1 to a cellphone by using the Trunk (Zap or dahdi) of PBX2?
anybody know
2008 Dec 09
5
Asterisk variable for SIP context
Hi,
Say I wanted to know what context a SIP registration is using to dial out in
my dialplan, what would I do?
For example, I have phones on a "local-calls-only" context (as defined in
sip.conf), others in "unrestricted-calls". In my dialplan, I`d like to act
on that knowledge.
Mike
-------------- next part --------------
An HTML attachment was
2011 Mar 04
2
Creating a .png with just an expression() in it
Hey,
I'm trying to create an image file with the results of a regression
analysis. In TeX, the line would be something like:
$ size = 0.34 + 4.3 var_1 $
Can I create a plot window with just this line in it? I tried playing
around with plot.new() or dev.new(), but didn't really find something
that worked.
Thanks in advance,
Alex
--
alexx at alexx-fett:~$ vi .emacs
2010 May 11
5
Need fax solution for 1.4.xx
Anybody know a reliable fax solution for 1.4.30 branch?
I am using PikaFax on another server and works very well (about 3000 faxes
a week), but it appears they no longer offer their product to open source
asterisk, only for there "WARP" appliance.
NOT really looking to migrate from 1.4.x to 1.6.x
-------------- next part --------------
An HTML attachment was
2005 Mar 29
6
Aggregating data (with more than one function)
I have the data similar to the following in a data frame:
LastName Department Salary
1 Johnson IT 56000
2 James HR 54223
3 Howe Finance 80000
4 Jones Finance 82000
5 Norwood IT 67000
6 Benson Sales 76000
7 Smith Sales 65778
8 Baker HR 56778
9 Dempsey HR 78999
10 Nolan
2010 Jan 22
5
Set CDR userfield for Queues
Hello,
I am using Queue application with multiple agents in each queue. I
want to set the CDR(userfield) for each cdr based on the agent
answering the call. Is it possible to do this?
Thanks