similar to: Delay on outgoing calls

Displaying 20 results from an estimated 9000 matches similar to: "Delay on outgoing calls"

2005 Jul 04
1
Enable verbose output for TxFax/RxFax
Hi, I'm using asterisk with a digium TDM400P: I can't send/recive faxes with a Philips fax machine. It seems that the fax machine doesn't recognize the carrier. How can I see the spandsp logs? I've enabled debug on the asterisk CLI, but I can't see any output while the txfax/rxfax application runs. Stefano Arata.
2005 Feb 15
1
Put call on hold
Hi, I have two analog phones connected on the digium tdm22b; I can't put calls on hold by pressing the R button on the phone. I can do it only by hook flash. How can I configure asterisk to use the R button? Thank you in advance.
2007 Aug 26
1
TDM400 and TDM800 fxo stop answering
Hi, I have two asterisk with the Digium TDM400 installed on the first and the TDM800 installed on the second. Both systems are linux Debian 4.0 whith kernel 2.6.18 and asterisk 1.2.24. Often the cards stop answering calls, and I can't make or receive calls; I need to reboot the system or manually reload the zaptel modules to restore it. I've tried zaptel versions 1.2.18, 1.2.19 and 1.2.20
2004 Nov 20
2
Problems with call files (/var/spool/asterisk/outgoing)
I've seen other posts about this problem, but I haven't found a solution. I'm dumping eight call files into the "outgoing" directory at one time. Three of the calls are successful while the other five are lost. Here is the call file: Channel: Zap/g2/3036701917 MaxRetries: 1000 RetryTime: 60 WaitTime: 45 Application: TxFAX Data: <filename>.tiff|caller Note: All
2005 Feb 12
0
Delay on zap channel
I'm using Asterisk on a system described as below: Asterisk version 1.0.5 on Linux Debian version 3.0 (unstable) with kernel version 2.6.10 (hardware: PC, i386 class). My Asterisk works with a phone card Digium TDM400P, where 2 FXS and 2 FX0 modules are provided. It works, but I notice an annoying delay on incoming calls from analog phones: system answers only after about 2 seconds, even if
2009 Oct 06
1
how to output profile plots for groups using lattice package
Dear R users, I am trying to have an xyplot of a data set which has the following variables: case (n=10,20,30) parameter (parm=a,b) group (grp=g1,g2) y (y values) x (x=2,4,8) My plot should be parameter by case such that I have 2 rows (each row= each parameter) and 3 columns (each column=each case). My R-code is as follows but I am not able to get what I want to: tp1.sim <- xyplot(y~ x | case
2004 Jan 14
1
Collapsing a factor in R
I'm trying to collapse the following table along the sub-group factor. In this case, collapsing means taking the average ages within a subgroup and creating a new table. I seem to be running into trouble trying to create this new data frame. I can use the ave() function to find averages within a subgroup but how do I maintain the Group/Gender factors after collapsing? (see bottom table) Can
2007 Jul 30
7
Zaptel channel reservation
Hi all, I have a Wildcard TE110P connected to a E1 line an I want to reserve channels in the following way: channels 1-15 and 17-21 for incoming calls channels 22-28 for outgoing calls channels 29-31 for emergency calls My zaptel.conf looks like this: ; incoming group = 1 signalling=pri_cpe context=from-zaptel channel => 1-15 channel => 17-21 ; outgoing group = 2 signalling=pri_cpe
2008 Sep 24
2
keep the row indexes/names when do aggregate
Hi, R-users, If I have a data frame like this: >x<-data.frame(g=c("g1","g2","g1","g1","g2"),v=c(1,7,3,2,8)) g v 1 g1 1 2 g2 7 3 g1 3 4 g1 2 5 g2 8 It contains two groups, g1 and g2. Now for each group I want the max v: > aggregate(x$v,list(g=x$g),max) g x 1 g1 3 2 g2 8 Beautiful. But what if I want to keep the row index of (g1
2004 Apr 01
5
Zap Channels Hang
Hi, i have an asterisk box running with E100P (E1) line as PSTN gw. Sometimes zap channels hang and i couldn't make any PSTN calls but SIP calls are still fine. When this happens I also couldn't restart/reload asterisk from the CLI. I have to kill the asterisk process and run safe_asterisk again. any ideas? asterisk*CLI> show channels Channel (Context
2009 Nov 10
2
Setting outgoing callerid on when using a PRI
Hi list. I've googled around for this, and so far have come up short. I'm attempting to set the outbound callerid when making a call using our PRI. I've talked with ATT (the providor) and they have said the screening table has been disabled, so anything my phone system sends for callerid should be passing along. However, when I make a call, the primary number assigned on our PRI is
2006 Jan 06
1
Problem with integrating ISDN PBX using NT mode
Hi, I'm just in the process of replacing a crappy Siemens PBX with a new and shiny Asterisk system. To connect Legacy equipment I hooked up a small ISDN PBX (DeTeWe OpenCom 36) to one port on a Junghanns.net quadBRI card. That port is configured for NT Point to Multipoint (Mehrgeraeteanschluss) mode. Now I can place calls from the ISDN PBX to the other Asterisk extensions but the other way
2009 Jul 15
1
Help with averaging
Hi I am using the following script to average a set of data 0f 62 columns into 31 colums. The data consists of values of ln(0.01) or -4.60517 instead of NA's. These need to be averaged for each row (i.e 2 values being averaged). What I would I need to change for me to meet the conditions: 1. If each run of the sample has a value, the average is given 2. If only one run of the sample has a
2009 Dec 29
2
pass functions and arguments to function
Hi, I wonder how to pass several functions and their arguments as arguments to a function. For example, the main function is f = function(X ) { process1(X) ... process2(X) } I have a few functions that operate on X, e.g. g1(X, par1), g2(X, par2), g3(X, par3). par1, par2 and par3 are parameters and of different types. I would like to pass g1, g2, g3 and their arguments to f and g1,
2008 Apr 05
2
How to improve the "OPTIM" results
Dear R users, I used to "OPTIM" to minimize the obj. function below. Even though I used the true parameter values as initial values, the results are not very good. How could I improve my results? Any suggestion will be greatly appreciated. Regards, Kathryn Lord #------------------------------------------------------------------------------------------ x = c(0.35938587,
2008 Apr 05
2
How to improve the "OPTIM" results
Dear R users, I used to "OPTIM" to minimize the obj. function below. Even though I used the true parameter values as initial values, the results are not very good. How could I improve my results? Any suggestion will be greatly appreciated. Regards, Kathryn Lord #------------------------------------------------------------------------------------------ x = c(0.35938587,
2012 Dec 04
1
Solve system of equations (nleqslv) only returns origin
I'm solving 4 complex equations simultaneously. Code is below. The code returns only zero's for the solution though there should also be a non-zero result. I'm pretty confident that the equations are correct because they are straight from a published paper and I checked them pretty thoroughly. The parameter values I used are from the published paper as well. Any suggestions for how
2006 Aug 28
1
Rgraphviz - neato layout - edge weights do not have an effect
Dear all, neato makes layouts according to a physical model in which the length of the edges is determined by springs. The weight of the edge is the strength of the spring. However, I was not able to find any influence of edge weight on the layout. In the http://www.graphviz.org/Documentation/neatoguide.pdf the attribute "len" is another parameter of the neato layout. set.seed(31)
2013 Jul 18
1
Bland Altman summary stats for all column combinations
Hello, I have the following data.frame structure(list(Study = structure(c(1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 10L, 11L, 12L, 13L, 14L, 15L, 16L, 17L, 18L, 19L, 1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 10L, 11L, 12L, 13L, 14L, 15L, 16L, 17L, 18L, 19L, 1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 10L, 11L, 12L, 13L, 14L, 15L, 16L, 17L, 18L, 19L, 1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 10L, 11L, 12L, 13L, 14L,
2013 Jan 24
1
Pairwise Comparrisons
Dear all, I''m trying to write a function, that will take as an argument, some aligned genome sequences, and using a sliding window, do pairwise comparisons of sequence similarity. Coding the sliding window I think I can manage but what I''m trying to get to grips with is getting it so as every pairwise comparison is made, no matter how many genomes are added, from 3 to N. So if