similar to: IAX line gets 'Hungup' after period of silence

Displaying 20 results from an estimated 9000 matches similar to: "IAX line gets 'Hungup' after period of silence"

2004 Dec 09
2
Silent IAX calls getting cut off
Hi. I'm new here so I hope this is a sensible question/sensible place for it. I have a PSTN to IAX phone number with voipuser.org that I'm using to test an IVR service. The only trouble is that after approximately 40 seconds of silence (e.g. after background playback of a menu prompt) the call gets cut off. Is this a common problem? I've already set the ResponseTimeout to a big
2007 Jul 12
0
No subject
JID Pri S Owner Number Pages Dials TTS Status 58 123 S root 008675533661 0:2 4:12 02:12 No carrier detected Here is the asterisk output: [Mar 28 01:54:00] NOTICE[16753]: chan_iax2.c:6025 update_registry: Restricting registration for peer 'iaxmodem' to 60 seconds (requested 50) -- ast_get_srv: SRV lookup for '_sip._udp.voipuser.org' mapped to host
2017 May 08
2
[PATCH] / permitgwports / permitlisten
Hi Phillipp, developers; I likewise just submitted a patch for similar. It i buried under the thread named OpenSSH contract development / patch. At the request of the OpenSSH dev team, I submitted our patch in the mindrot Bugzilla https://bugzilla.mindrot.org/show_bug.cgi?id=2711 Your patch, I see is available there too https://bugzilla.mindrot.org/show_bug.cgi?id=2716 Anyhow, just drawing
2020 Sep 22
1
Dovecot postfix samba
On 22/09/2020 20:58, Rowland penny via samba wrote: > On 22/09/2020 20:28, Philip Offermans via samba wrote: >> Hi I am setting op an email server and want samba (kerberos) >> authentication. I am struggling for 1 week now. Is there maybe >> someone with experience who can help >> >> Thanks, >> Philip >> > Ever had a feeling of deja-vu ? > >
2000 Jun 29
2
Local Moran's I / Getis and Ord and Rousseauw Cluster Algorithms
Sorry for the repetition, unless I've got bad deja vu this questions been asked before but I couldn't turn up an answer on CRAN. Is there already any code in existence for local dependence measures such as Moran's I or Getis and Ord G? Also, S-Plus has a number of interstingly named Cluster Algorithms based on some previous stand-alone fortran algorithms (agnes, daisy etc.) which
2005 Jan 27
1
Hold music while ControlPlayback is paused?
Hi. I've been using the ControlPlayback function as part of an IVR system, but am finding it very restrictive. Is there any way to tell it to play hold music while the user has pause selected? I don't want the line to just go silent indefinitely. If I want the caller to have a pause option, is there some alternative to using ControlPlayback? I think I've got the hang of doing fancy
2012 Oct 07
2
a merge() problem
I know it does not look very good - using the same column names to mean different things in different data frames, but here you go: --8<---------------cut here---------------start------------->8--- > x <- data.frame(a=c(1,2,3),b=c(4,5,6)) > y <- data.frame(b=c(1,2),a=c("a","b")) >
2006 Aug 28
2
S4 classes and objects -- fixed structure? No...
Hello. Suppose you define a new S4-class, say > setClass("track", representation(x="numeric", y="numeric")) Don't worry if you have a deja vu, it's from the help page. Your new class is said to have a fixed structure: two slots, x, and y, and that should apply to all objects you construct as members of that class. > tr <- new( "track" )
2005 Jan 18
1
Outgoing SIP call from Asterisk problem
Hello, I'm having a problem I can't seen to figure out. In a nut shell, I have asterisk running with 4 accounts configured. All accounts work fine for local calling to each other and voicemail. However, only 1 account can make outgoing calls. All the others fail with the following error. If anyone can shed some light on the possible problem or where to look for more info it
2018 Sep 17
2
diag(-1) produces weird result
On Mon, Sep 17, 2018 at 5:22 PM, G?bor Cs?rdi <csardi.gabor at gmail.com> wrote: > I would say it is a mis-feature. If the 'x' argument of diag() is a > vector of length 1, then it creates an identity matrix of that size, > instead of creating a 1x1 matrix with the given value: > > ? diag(3) > [,1] [,2] [,3] > [1,] 1 0 0 > [2,] 0 1 0
2020 Sep 22
0
Dovecot postfix samba
On 22/09/2020 20:28, Philip Offermans via samba wrote: > Hi I am setting op an email server and want samba (kerberos) authentication. I am struggling for 1 week now. Is there maybe someone with experience who can help > > Thanks, > Philip > Ever had a feeling of deja-vu ? iredmail see here:
2002 Jan 07
1
Mishandling missing "..." (PR#1247)
R> myfun <- function(x, ...) {x[...] <- 0; x} R> myfun(3) Error in myfun(3) : SubAssignArgs: invalid number of arguments It fails because no ... was passed. The workaround (and desired behavior) is: R> myfun <- function(x, ...) {if (missing(...)) x[] <- 0 else x[...] <- 0; x} R> myfun(3) [1] 0 Deja vu? This is the one piece of my PR#1110 (Oct 3, 2001) that I
2016 Dec 19
0
Startup process: Objects are automatically print():ed
Consider a `~/.Rprofile` file containing: print("hello") "world" invisible("!") This will output the following: [1] "hello" [1] "world" when R is started. Note that "world" is also print():ed. In contrast, if you'd source() the same file, then you'd need to use argument print.eval = TRUE to get the same behavior: >
2018 Sep 18
0
diag(-1) produces weird result
Yes, both are rooted in age-old design infelicities (in which, basically, interactive expedience has taken precedence over consistency and generality). Unfortunately, they are quite difficult to rectify, because there are bound to be countless uses of, say, diag(5) as a 5x5 identity matrix which would break if it suddenly meant the 1x1 matrix(5) instead. We'd need a very carefully
2007 Aug 31
1
locales and readLines
R-developers, I'm looking for some 'best practices', or perhaps an upstream solution (I have a deja vu about this, so sorry if it's already been asked). Problems occur when a file is encoded as latin1, but the user has a UTF-8 locale (or I guess more generally when the input locale does not match R's). Here are two examples from the Bioconductor help list:
2008 Mar 27
1
Unable to establish handshaking with fax machine
Hi, I am simulating the sending of fax using sendfax through voip to reach an Asteria server via ZAP/1 ( PSTN phone line ) which then route call to a fax machine at ZAP/2. It seems like I am not able to establish any handshake with the physical fax machine using the sendfax program. Does anyone know why that happens and how to fix it? The scenario will be deployed in remote location in the
2004 Aug 12
0
security hole in non-chroot rsync daemon
SUMMARY There is a path-sanitizing bug that affects daemon mode in all recent rsync versions (including 2.6.2) but only if chroot is disabled. It does NOT affect the normal send/receive filenames that specify what files should be transferred (this is because these names happen to get sanitized twice, and thus the second call removes any lingering leading slash(es) that the first call left
2014 Dec 09
0
Playing audio to bridged channels using ControlPlayBack
One thing that concerns me is that this post is from 2009, even though the newest version of the app on Sourceforge is up to date. I have a customer who has been using a conference server that I built for him using app_konference for several years now and he routinely runs conferences with anywhere from 10 ? 125 active users. The ultimate goal is several hundred concurrent users and I can see that
2018 Jun 06
2
Using ControlPlayback with AWS S3
On Wed, Jun 6, 2018 at 6:18 AM, Antony Stone < Antony.Stone at asterisk.open.source.it> wrote: > On Wednesday 06 June 2018 at 12:02:38, Dovid Bender wrote: > > > Hi, > > > > I have tested ControlPlayback and grabbed files via an apache server with > > no issue. > > ControlPlayback is an Asterisk dialplan function. > > How have you integrated this
2005 Aug 28
0
All extensions now cannot loggin!!!!