similar to: sip.conf templates and realtime

Displaying 20 results from an estimated 9000 matches similar to: "sip.conf templates and realtime"

2006 Nov 15
2
Grandstream GXP2000 -- What's the Catch?
We are doing a medium sized office in NYC with 80 phones. The customer originally requested Polycom 601 phones. The COO also authorized us to purchase 2 Grandstream GXP2000 phones for the mail room. We find these phones much easier to configure and work with asterisk . They support BLF & intercom right out of the box. They can also be centrally managed and provisioned. They also sound great
2013 Jun 06
1
realtime sip.conf and templates
Is the template capability in sip.conf compatible with realtime sip.conf entries such as users in a database? I notice that contrib/realtime/mysql/sippeers.sql and the wiki page don't mention a template column: https://wiki.asterisk.org/wiki/display/AST/SIP+Realtime%2C+MySQL+table+structure while some third-party examples do suggest that a column named "template" is permitted:
2004 Jul 17
1
Using a group variable for a groupofextension to dial
Actually doing both sounds good to me. Can you explain further about ringing them all at once? Here is how I tried to make mine work and failed... {global} PHONES0=SIP/2000 PHONES1=SIP/2001 [local] exten => 6001,1,Dial(${PHONES0&PHONES1),20,trf) When I dial 6001 I see my debugger tell me that I am using the wrong syntax. Do you know the correct syntax for ringing them all at once? I
2003 Dec 20
1
rsync "hang"
Hello rsync list, I am running a Solaris 8 system and have rsync 1.6.2 protocal 14 installed. We have updated (wed 17-dec) to the latest Solaris 8 recommended patch set. When performing an rsync of two local UFS partitions rsync "hung", never completed, didn't exit. What I forced an exit via kill signal core dumped. Config of disks is that 1) Mirror by Solistice Disksuite rsync to
2005 Jun 03
1
documentation source diff...
Hi, I forgot the name of the function 'colSums', and expected to be able to find it through the 'see also' section of the documentation for the 'sum' function. Here is the diff I made of the altered documentation to facilitate this action... (p.s. I made the diff on the R-2.1.0 source). diff sum.Rd src/library/base/man/sum.Rd --context=2 *** sum.Rd 2005-06-03
2009 Oct 06
1
Is there a recent book on Q-Q plot and data visualization in general?
Hi, I want to look for some detailed explanation on the properties of Q-Q plot and how the properties are derived. In R, there is the following reference. Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988) The New S Language. Wadsworth & Brooks/Cole. Somebody also mentioned the following book chapter to me. Chambers et al., Graphical methods for Data Analysis, Ch.6. But both books are
2023 Jul 26
1
Style guide when using "R" in a title
https://www.r-project.org/logo/ Cheers, Bert On Wed, Jul 26, 2023 at 4:01?PM Wadsworth, Spencer G [STAT] <sgw96 at iastate.edu> wrote: > > Hello, > > I am working on a small booklet to be used with an existing statistics textbook. The purpose of the booklet is to give worked through examples from the textbook using R code and it will be made publicly available with the
2002 Feb 20
1
Changing R_HOME
I'm trying to run multiple simulations using R on a cluster of pentiums running Solaris X86 by batching the R routines and simultaneously farming them out to the cluster nodes. This works fine on some of the machines, but on others the directory structure is mapped differently, so that when I try to run R, it can't be found, I can get around this by running /net/mp1/space/local/bin/R
2010 Feb 24
1
Defective help pages
I'm trying to diagnose a bizarre problem in which the help files invoked from R are partially defective. help(), for instance, is missing the Description, Arguments and See Also sections; as are help files for other commands (see below). I've built 2.8.1, 2.10.1 and HEAD with the same results; do I need to set an environment or configuration variable? help
2004 Oct 28
2
Weighted regresion using lm
Hi: Could anyone help me to clarify this: are the weights normalized inside lm function (package:stats) before applied to the error term? For example: >lm (cost ~ material, weights=quatity, data=receipt) will lm normalize quatity such that sum(quatity) = 1? I traced to lm.wfit and then the weights get transferred into a precompiled FORTRAN module so I can't figure out. Thanks!
2008 Oct 30
1
Linux Kernel >=2.6.25 Realtime issues
Hello, looks like Asterisk (at least the Version 1.4.21.2 from debian lenny, which I use) has a serious Problem with pseudo-realtime mode (-p switch) in conjunction with recent Kernels. Whenn using -p Asterisk simply hangs forever on startup. This is almost certainly related to the CFS SCHED_FIFO changes: http://lwn.net/Articles/296419/ Do you know how a workaround or patch how to run asterisk
2005 Jan 26
2
Source code for "extractAIC"?
Dear R users: I am looking for the source code for the R function extractAIC. Type the function name doesn't help: > extractAIC function (fit, scale, k = 2, ...) UseMethod("extractAIC") <environment: namespace:stats> And when I search it in the R source code, the best I can find is in (R source root)/library/stats/R/add.R: extractAIC <- function(fit, scale, k = 2,
2006 Apr 13
2
Plotting positions in qqnorm?
Do you know of a reference that discusses alternative choices for plotting positions for a normal probability plot? The documentation for qqnorm says it calls ppoints, which returns qnorm((1:m-a)/(m+1-2*a)) with "a" = ifelse(n<=10, 3/8, 1/2)? The help pages for qqnorm and ppoints just refer to Becker, Chambers and Wilks (1988) The New S Language (Wadsworth & Brooks/Cole),
2004 Jul 17
1
Using a group variable for a group ofextension to dial
That could be it. What I want to do is set a group of callers and have the event cause the phone to ring them in order. I will tie it to my IVR portion and thus I can make sure peole in sales get calls based on our hierarchy in the office. So if I am reading your example right the syntax is.... Exten => 501,1,Dial(SIP/PHONE1&SIP/PHONE2&SIP/PHONE3), rtf) Is that a valid way to cause
2004 Oct 04
1
Using model operator in stepwise function's upper scope formula
Hello: I am doing forward stepwise analysis on the glm model. I am trying to use model operator in the "upper" scope formula, for example, scope=list(lower=~1,upper=~ .^2) but the upper bound of the scope seems to be ignored and add1 is not performed at all, while if the terms are explicitly listed in the formula, the step function seems to work
2008 Jul 30
1
Asterisk Realtime still reads from .conf files
I've followed the instructions here ( http://www.voip-info.org/wiki-Asterisk+RealTime) and other places, however, Asterisk still reads information from the .conf files. How can I get Asterisk to read from the database and not from the .conf files? I realize the information above is sparse, but I do not know what other information is relevant. -------------- next part -------------- An HTML
2011 Jun 20
0
Realtime Failover - Multiple DSN 's in extconfig.conf
Hi all, Does anyone know if it is possible to configure extconfig.conf with multiple DSN's for failover? The current configuration option appears to only support definition of a single DSN with an optional database table. Sample configuration is: sippeers => odbc,mysql-asterisk,sipendpoints I am currently using Asterisk -> ODBC -> MySQL Cluster and would like Asterisk to
2007 Feb 17
0
Fwd: musiconhold.conf in realtime
If i do an asterisk -rx "moh reload" MoH stops and restarts on exsisting channels. If I do an moh reload through the Manager Interface Sound is dead on exsisting channels. Any other idea for an workaround? Hi, I have problems with 1.2.14 and musiconhold.conf and realtime. I have to do moh reload at CLI to use the classes stored in mysql. Otherwise nothing is found if using
2005 Feb 07
0
RealTime Configuration for extensions.conf
Hi All, I've been fiddling around with the RealTime configuration. For SIP and IAX it's really cool, and the switch thing is cool too. But I've tried performing a GOTO from one RealTime context, to a second RealTime context. That didn't really work. Any idea how to make it work ? apart from simply defining contexts in /etc/asterisk/extensions.conf manually mapping the
2006 Jan 16
1
Zapata.conf and Realtime
Sorry if this is a double-posting. I tried sending the following message Friday afternoon, but it still hasn't made it to the list. Based on the comments in the extconfig.conf file, zapata.conf *should* support being loaded realtime. Has anyone succeeded in doing so, and what does the schema, etc look like? Thanks! Steve