similar to: Sip - no peer or user found on incoming call

Displaying 20 results from an estimated 1000 matches similar to: "Sip - no peer or user found on incoming call"

2013 Jan 10
2
transparency in segments()
Dear all, i would like to plot each value from my datasets as segment with defined transparency However, I didnt find out how to set the transparency. definition by "col=" in par() or segments() doesnt seem to work any suggestions? Thanks in advance. Kind regards, Robert Pazur example code: xx2 <-read.table("http://www.scandinavia.sk/data/R/0_05.csv", sep=";",
2002 Jun 13
2
Samba versus Dreamweaver
Hi! I hope someone can help me with this one: We're using Macromedia Dreamweaver 3 to publish local files from a NT4 Server to our internet server running Redhat 7.3 / Samba 2.2.3a. Life could be so sweet but we're facing a strange problem: Users can't _overwrite_ files edited by other users. Everytime someone tries to overwrite such a file the message "An error occurred -
2006 Jan 27
0
No matching peer or user based on IP address
Hi all, I'm running Asterisk SVN-trunk-r8643M and face following problem: I'm trying to get incoming call from a provider and calls ended with a 404 error. On the INVITE I get "Found no matching peer or user for <IP address>:5060" and then "Looking for <UserName> in <SIP default context> (domain xxx.xxx.xxx.xxx)". My question is why asterisk
2023 Oct 31
1
weights vs. offset (negative binomial regression)
[Please keep r-help in the cc: list] I don't quite know how to interpret the difference between specifying effort as an offset vs. as weights; I would have to spend more time thinking about it/working through it than I have available at the moment. I don't know that specifying effort as weights is *wrong*, but I don't know that it's right or what it is doing: if I were
2004 May 30
1
What's wrong with this simple code???
Hi, all I can not figure this out, please have a look and help me out. thank you! Note: this is in SPLUS, not R. I have following code *********************************** modfit<-function(yir,yew, ft) { n<-length(yew) yew<-yew[1:(n-1)] yy<-yir-ft xx<-yew-ft n<-length(xx) xx0<-xx[2:n] yy0 <-yy [2:n] xx1<-xx[1:(n-1)] fit <- garch(yy0~xx0 + xx1+var.in.mean,
2020 Feb 09
2
[RFC PATCH] Add SHA1 support
From: Sebastian Andrzej Siewior <sebastian at breakpoint.cc> This is a huge all-in-one patch and deserves a little cleanup and splitting. However, I wanted to get it out here for some feedback. My primar motivation to use SHA1 for checksumming (by default) instead of MD5 is not the additional security bits but performance. On a decent x86 box the SHA1 performance is almost the same as
2007 May 03
2
SIP peer / Maximum retries exceeded on transmission
Hi Everyone, I was hoping someone might know why I am experiencing a problem with Asterisk logging the event: [May 3 12:07:41] WARNING[30371] chan_sip.c: Maximum retries exceeded on transmission 03f007af2b15cd0b54b0c368265d97be@sip.externalprovider.com for seqno 669371069 (Critical Response) This is happening after: - call is setup, 2 way audio - call can function correctly for up to 5
2008 Oct 01
0
xpred.rpart() in library(mvpart)
R-users E-mail: r-help@r-project.org Hi! R-users. http://finzi.psych.upenn.edu/R/library/mvpart/html/xpred.rpart.html says: data(car.test.frame) fit <- rpart(Mileage ~ Weight, car.test.frame) xmat <- xpred.rpart(fit) xerr <- (xmat - car.test.frame$Mileage)^2 apply(xerr, 2, sum) # cross-validated error estimate # approx same result as rel. error from printcp(fit) apply(xerr, 2,
2009 Mar 18
0
[Fwd: Re: DAHDI or Zaptel doesn't compile against 1.4.24]
Tzafrir Cohen a ?crit : > On Tue, Mar 17, 2009 at 07:16:26PM +0100, Administrator TOOTAI wrote: > >> Hi, >> >> We installed the latest 1.4.24 on a test machine and can't get zaptel >> nor dahdi compile. It's a Linux Debian Etch. Errors we have: >> >> keewi:/usr/src/dahdi-linux-2.1.0.4# make >> make -C /lib/modules/2.6.18-custom.2/build
2001 Dec 18
1
Newbie problems with R and compiled C
I'm a beginer programming C and I have the following problem: I have the following C-code file #include <stdlib.h> void gen(int *n, int *a, int *c, int *m, int *x0, int *x); main(){ int nn = 31; int aa = 3; int cc = 0; int mm = 31; int xx0 = 9; int xx[nn]; int i; gen(&nn,&aa,&cc,&mm,&xx0,xx); for (i = 0; i <= nn-1; i++) printf("%d
2009 Oct 05
1
gsub - replace multiple occurences with different strings
Hi, I search a way to replace multiple occurrences of a string with different strings depending on the place where it occurs. I tried the following; x <- c("xx y e d xx e t f xx e f xx") x <- gsub("xx", c("x1", "x2", "x3", "x4"), x) what I want to get is; x = x1 y y e d x2 e t f x3 e f x4 but what I get is; x = x1 y y e
2003 Jul 08
2
Can anybody help me on this?
Hi there: I have this configuration: |-----[Server 2] | [Internet]--------[Router]----------[Switch]------------ [Server 1] | |-----[PC1] | |-----[PC2] | |-----[PC3] Server 1 has IP 216.251.XXX.XX1 Server 2 has IP 216.251.XXX.XX2 PC1 has IP 216.251.XXX.XX3 PC2 has IP 192.168.XXX.1 PC3 has IP 192.168.XXX.2 How do I configure shorewall in SERVER 2 to block to/from the Internet Port 22
2005 Aug 27
1
SIP Registration failure
Hi list, I'm in central-europe and signed yesterday a broadvoice account. My Asterisk box is CVS 2005-08-25. Problem I face is: "Failed to authenticate on REGISTER to 'phonenumber@sip.broadvoice.com' (Tries 2)" then "Registration for 'phonenumber@sip.broadvoice.com' timed out" and finaly "Giving up forever to register
2005 Oct 17
0
pdIdnot / logLik in glmmPQL
Dear R users, I have been using the pdMat class "pdIdnot" (from the mgcv package)instead of "pdIdent" to avoid overflow in GLMM fits with the MASS package function glmmPQL, of the following form: fit1 <- glmmPQL(fixed=y0~-1+xx0, random=list(gp=pdIdent(~-1+zz0)), family=binomial) # vulnerable to overflow fit2 <- glmmPQL(fixed=y0~-1+xx0,
2015 May 28
0
Peer is UNREACHABLE
I think your phone may be trying to register with the username '1234', while your sip configuration is expecting 'luca'. Can you try changing your phone registration credentials to use 'luca'? Can you give us a sip transcript when you try to place a call from it? On 15-05-28 05:09 PM, Luca Bertoncello wrote: > Darryl Moore <darryl at moores.ca> schrieb: >
2002 Aug 09
0
Automation of public/private key generation
Hi all, I wrote a small script (developed and testet on Solaris 8), which automates the generation and installation of the steps needed to put keys in place. I you are interested to take it, feel free to do it. -- *** Freundliche Gruesse **** Best regards *** Anton Burkhalter Dipl. El. Ing. HTL Mobile:+41(0)78 844-0290 mailto:anton.burkhalter at gmx.net
2015 May 31
2
Signaling incoming call
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Guenther Boelter <gboelter at gmail.com> schrieb: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > On 05/31/2015 02:31 PM, Luca Bertoncello wrote: > > Hi list! > > > > Now all works as expected, at least in the simulation I did with > > AsteriskNOW. Hopefully it will work later, when Deutsche Telekom
2018 Apr 17
0
Bug: Dovecot index loosing sync with FTS despite "fts_autoindex = yes"
Le 17/04/2018 ? 14:18, kfx a ?crit?: > dovecot 2.2.34 > solr 7.2 > > I only see new messages after typing on the server "doveadm fts rescan > -u username" though I've followed the wiki and added "fts_autoindex = > yes" in 90-plugin.conf . Subsequent search for the same pattern always > gives the same result, ignoring new emails with that particular
2015 May 28
3
Peer is UNREACHABLE
Darryl Moore <darryl at moores.ca> schrieb: > Ahh. Seen that before! That suggests to me that you don't have your > sip.conf records setup right. > > What's your sip.conf look like? Well, here what I wrote in my sip.conf: register => 00493511111111:MYSECRET at pbxluca/00493511111111 register => 00493512222222:MYSECRET at pbxfax/00493512222222 register =>
2015 May 29
0
Calling from "extern"
Hi list! Finally I got my wife's phone working in my Asterisk. Unfortunately I have some problems, too... Current situation: - AsteriskNOW with 4 Accounts (00493511111111, 00493512222222, 00493513333333, 5678). This is "for test" and it will be replaced by "the real world", when I got my Asterisk to work... - A second Asterisk (Ubuntu-PBX) on another VM, logging in