similar to: Resetting Marker Bits

Displaying 20 results from an estimated 1000 matches similar to: "Resetting Marker Bits"

2006 Jun 13
2
No incoming sip calls
Hi folks - I've recently returned to asterisk after an eighteen month break. I've two sip providers - gradwell in the UK (inbound and outbound) and talklite in the US (outbound only). I've managed to get outbound dialing working but am not receiving any calls from gradwell. I've included my sip.conf and extensions.conf as well as the output from tethereal. When a call is placed
2008 Feb 14
6
UK -999 dialing issue
Hi Amit OK, the majority of our calls go out via zaptel fxo and pstn lines. When these are all busy, calls are routed via a VOIP provider here in the UK. All activity is recorded in our logs, and I can find no trace of either 999 or 112 (if since been reminded that in the UK, you can now also use 112 which is consistent with continental Europe). I can't find a call placed at the relevant
2006 May 22
1
SIP to IAX - forcing codec pass thru
hi We take calls inbound via SIP from our Cisco PSTN gateways, and pass it to customers using IAX (they run their own asterisk servers). We've noticed that asterisk is transcoding the call into a different codec, if the customer prefers a codec different to that which our cisco gw prefers. As such, the quality of the call can degrade. We'd rather asterisk just passed through the RTP
2006 Mar 10
1
Configs for Gradwell and inWeb
Does anyone here use either Gradewell or inWeb for service? They are both UK based. I'm trying to get a couple of inbound IAX2 based numbers from both of them to work with no luck at all. The one thing that sets these guys apart from the rest of companies offering inbound numbers is they tie the account to the IP of the asterisk server. Neither use register lines in iax.conf, there appears
2008 Mar 25
1
[root@84-45-228-40.no-dns-yet.enta.net: Cron <chris@home> rsync -r --exclude /In/ --exclude /Lirsync error message that I don't understand
I'm getting this error message and I don't really understand what rsync is trying to tell me:- rsync: link_stat "/rdiffBackup/gradwell/Mail/." failed: No such file or directory (2) rsync error: some files could not be transferred (code 23) at main.c(977) [sender=2.6.9] Can anyone explain what it's saying please. /rdiffBackup/gradwell/Mail/ does exist and is
2012 Jan 12
1
how to set callerid in php AGI file.
Hi, I am using phpagi for agi scripting. and want to update callerid number but didn't get any success. please help me how to update PHPAGI is new for me. Below is the code which I write. #!/usr/bin/php -q <?php set_time_limit(30); //require(.phpagi.php.); include("phpagi.php"); $agi = new AGI(); //answer the call $agi-> answer();
2007 Jul 30
3
Lightweight IAX balancer
Hi list I've written a tool that works as a lightweight (standalone - no asterisk) balancer for IAX servers. It's in early development now, but seems to be stable enough and handles couple hundred simultaneous calls with not much latency (SIPp + asterisks tested). It's configurable by listing servers' IPs in iaxproxy-servers file loaded at startup and will keep track of load on
2007 Sep 04
1
SIPBroker vs SIPgate
All, I've been experimenting with shortcodes for SIPgate etc. Passing calls to SIPbroker seems a good way to go, but the message I've had back from SIPgate is "we don't support SIPBroker"... So whats the easiest way to support SIP <> SIP network calling? At the moment, I've setup some local shortcodes (eg dial **777. to goto sipgate.co.uk) based on what Gradwell
2009 Oct 07
1
Need provider recommendations for the UK
Hi, I realise this is probably the wrong list for such a question, but I need a pointer to somewhere I can get some feedback on experience of (business class) voip providers for the UK? Situation is that we are currently with Gradwell and use them for an inbound/outbound single line for a business and their quality has gone from excellent to abysmal in the last few weeks. I'm sure they
2009 Sep 09
1
Blind transfers security
Hi, I've got different customers that may use the same asterisk. Each user can blind-transfer a call to whatever place they want. But of course the transferring side should be billed for it. What can I do to see the difference between the channels here? If there is an A->B call going on, I'd like to know which side did the transfer - but whichever side does it, I get back to context
2004 Mar 17
1
file name starting with [0-9]* not synchronized (!?)
Hi, I'm trying to backup a remote directory. Although the remote directory hasn't been changed after rsync's run, I realize that the supposed synchronization missed some files. Does it have to do with rsync or I miss something ? Thanks very much, Mihai. ______________________________ quad ...lu2/BACKUP/k2/mnt/i1/vbs# rsync -av --stats rsync://mlozo@k2/vobuser/user
2006 Mar 11
1
Non-linear Regression : Error in eval(expr, envir, enclos)
Hi.. i have an expression of the form: model1<-nls(y~beta1*(x1+(k1*x2)+(k1*k1*x3)+(k2*x4)+(k2*k1*x5)+(k2*k2*x6)+(k3*x7)+(k3*k4*x8)+(k3*k2*x9)+(k3*k3*x10)+ (k4*x11)+(k4*k1*x12)+(k4*k2*x13)+(k4*k3*x14)+(k4*k4*x15)+(k5*x16)+(k5*k1*x17)+(k5*k2*x18)+(k5*k3*x19)+
2007 May 23
1
Readline - wait for user input
Hi, I've seen various posts on this question, but still can't get the code right. If I run the following code one line at a time, it works fine. If I run it together as a block, however, it doesn't wait for the input and gives an error. There must be a way to have are pause/wait for an answer, but I can't seem to find it. Thanks! J Code: choosefunction <-
2010 Aug 20
5
paired samples, matching rows, merge()
Hi everyone! I'm matching two samples to create one sample that have pairs of observations equal for the k1 variable. Merge() doesn't work because I dont't want to recycle the values. x <- data.frame(k1=c(1,1,2,3,3,5), k2=c(20,21,22,23,24,25)) x y <- data.frame(k1=c(1,1,2,2,3,4,5,5), k2=c(10,11,12,13,14,15,16,17)) y merge(x,y,by="k1") k1 k2.x k2.y 1 1 20
2007 Oct 23
1
How to avoid the NaN errors in dnbinom?
Hi, The code below is giving me this error message: Error in while (err > eps) { : missing value where TRUE/FALSE needed In addition: Warning messages: 1: In dnbinom(x, size, prob, log) : NaNs produced 2: In dnbinom(x, size, prob, log) : NaNs produced I know from the help files that for dnbinom "Invalid size or prob will result in return value NaN, with a warning", but I am not able
2007 Oct 24
1
Error in nls model.frame
Error in model.frame When I run the following nls model an error message appears and I dont know how to solve that. Could you help me?? mat = c(1,2,3,4,5,6,7,8,9,12,16,24,36,48,60) for (i in 1:length(j30)) { bliss = nls(c(j[i,1:length(mat)]) ~ b0 + b1*((1-exp(-k1*mat))/(k1*mat)) + b2*(((1-exp(-k2*mat))/(k2*mat))-exp(-k2*mat)), start = list(k1=0.1993, k2=0.1993, b0= 22.0046,
2003 Jun 09
1
questions about nls
Dear R users, I am new in R and I want to use the nls package to analyze some experimental data. The data is in the attached file "data". It is the response "Sav" measured at different "C0". Basically, the "C0" is a function of C1, K2, and r, and the "Sav" is a function of C0, C1, K2, and r. The math equations are shown in the attached
2013 Mar 15
2
Help finding first value in a BY group
I have a large Excel file with SKU numbers (stock keeping units) and forecasts which can be mimicked with the following: Period <- c(1, 2, 3, 1, 2, 3, 4, 1, 2) SKU <- c("A1","A1","A1","X4","X4","X4","X4","K2","K2") Forecast <- c(99, 103, 128, 63, 69, 72, 75, 207, 201) PeriodSKUForecast <-
2018 Feb 25
2
include
HI Jim and all, I want to put one more condition. Include col2 and col3 if they are not in col1. Here is the data mydat <- read.table(textConnection("Col1 Col2 col3 K2 X1 NA Z1 K1 K2 Z2 NA NA Z3 X1 NA Z4 Y1 W1"),header = TRUE,stringsAsFactors=FALSE) The desired out put would be Col1 Col2 col3 1 X1 0 0 2 K1 0 0 3 Y1 0 0 4 W1 0 0 6 K2 X1
2018 Feb 25
0
include
Jim has been exceedingly patient (and may well continue to be so), but this smells like "failure to launch". At what point will you start showing your (failed) attempts at solving your own problems so we can help you work on your specific weaknesses and become self-sufficient? -- Sent from my phone. Please excuse my brevity. On February 25, 2018 7:55:55 AM PST, Val <valkremk at