similar to: Asterisk 11.25.2

Displaying 20 results from an estimated 4000 matches similar to: "Asterisk 11.25.2"

2023 Mar 01
2
RTP address learning and timing problem
On Tue, Feb 28, 2023 at 9:51 AM Joshua C. Colp <jcolp at sangoma.com> wrote: > On Tue, Feb 28, 2023 at 9:50 AM David Cunningham < > dcunningham at voisonics.com> wrote: > >> Hello, >> >> Does anyone know if one of the "strictrtp" options disables RTP learning? >> As far as I can tell from the documentation the values "no" and
2023 Apr 17
1
RTP address learning and timing problem
Hi Joshua, Could you confirm if the 5 second period for learning a new audio stream is a minimum or a maximum? The unusual call flow in question results in Asterisk learning a new audio stream when we don't want it to, and having a minimum of say 2 seconds of audio would help avoid this. Thank you! On Thu, 2 Mar 2023 at 12:32, Joshua C. Colp <jcolp at sangoma.com> wrote: > On
2023 Apr 17
1
RTP address learning and timing problem
It's probably best if you read the logic[1]. There's an entire comment that talks about how it works. [1] https://github.com/asterisk/asterisk/blob/20/res/res_rtp_asterisk.c#L8158 On Mon, Apr 17, 2023 at 7:10 PM David Cunningham <dcunningham at voisonics.com> wrote: > Hi Joshua, > > Could you confirm if the 5 second period for learning a new audio stream > is a minimum
2005 Aug 04
4
optim
Dear R-helpers, The function optim implements algorithms that I would like to use. I have function implemented in R, which given the parameters of which minimization is to take place returns a scalar as well as the gradient. Unfortunately optim requires two function _fn_ and _gr_ where fn returns the function value and gr the gradient. Splitting my function in two functions would be easy,
2023 Apr 17
1
RTP address learning and timing problem
Hi Joshua, Thank you for that. From the code it kind of looks like STRICT_RTP_LEARN_TIMEOUT is a minimum, not a maximum: if (!ast_sockaddr_isnull(&rtp->strict_rtp_address) && STRICT_RTP_LEARN_TIMEOUT < ast_tvdiff_ms(ast_tvnow(), rtp->rtp_source_learn.start)) { ast_verb(4, "%p -- Strict RTP learning complete - Locking on source address %s\n", Our call shows: #
2023 Apr 18
1
RTP address learning and timing problem
I don't know in that specific output what happened. Your best course of action is to add further logging or step through the logic with all of the knowledge you have of the RTP streams to understand what is happening. On Mon, Apr 17, 2023 at 8:52 PM David Cunningham <dcunningham at voisonics.com> wrote: > Hi Joshua, > > Thank you for that. From the code it kind of looks like
2018 Feb 02
2
Weird 'hairpin' call rtp audio problem
Hi Joshua > The "rtp_keepalive" option can be used to have the RTP stack send an > RTP packet out. Try that and see what happens. Once again 'bullseye' that fixed the problem. Thank you! Mit freundlichen Gr?ssen -Beno?t Panizzon- -- I m p r o W a r e A G - Leiter Commerce Kunden ______________________________________________________ Zurlindenstrasse 29
2011 Mar 01
1
duplicate keys change from zaptel to dahdi 2.4.0
I just updated from zaptel to dahdi 2.4.0 I dont recall missing keys or duplicating keys with zaptel. With dahdi 2.4.0 I tried serveral calls and I was trying to enter 204 and I got 2204. Is there another or new parameter I need to tweek? Thanks, jerry
2014 Aug 07
1
Centos7 - Terminal not blanking
Folks Apparently "new" in Centos 7 is that the terminal screen does not blank after a period of time. This is a server configuration, and no GUI is involved. Is there some magic setting I need to tweek? Thanks in advance David
2006 Sep 25
1
Access to admin shares on clients
Hello. With my installation of Samba I am thinking to use remote client software installation. For this I need to have access to admin shares on clients: such as C$, D$, ADMIN$, etc.... This is where I have a problem. I can't access those shares using Domain Admin credentials and I can't find any info on this anywhere in docs. Perhaps this task is not as common. Would anyone provide
2010 Aug 04
1
Question regarding S4 objects and reading in excel data with RODBC
L.S. I am trying to get data from an excel sheet using the RODBC library, quite like the example on page 34 of the 'Data manipulation with R' book written by Phil Spector. It seems very straightforward, yet I get the same error everytime I try it, with different excel sheets and trying to tweek the code a bit. This is what I do: library(RODBC) sheet='X:\\example.xls'
2015 Jul 28
1
\ help, permissions =
hi josh > Try turning off Apparmor. When I did the same OpenSuSE upgrade, > Apparmor messed up my dovecot installation with similar errors. I > disabled Apparmor and the permissions issues disappeared. BTW, I gave > up trying to re-configure Apparmor and have left it disabled with no > issues. i also do periodic rolling updates from suse-11.x to 12.x to 13.x on the same
2019 Jun 14
2
Early Media Issue
Hi all I've got an issue where when I call a number that just plays early media back to me. Instead of hearing the full sequence of tones I hear a short ringing then part of the sequence. What seems odd is that I can see the telephone-event/8000 being passed up the chain but when it gets to Asterisk, it is never sent back to the phone. Instead I just see the usual RTP flows. I've been
2014 Jan 10
1
asterisk 11.7.0: Delayed audio
On connection to an incoming call via PSTN where asterisk [11.7.0] is Dialing an internal extension on answering the call there is about 6-7 seconds before audio is heard on either side. When looking at the CLI traces when I answer the incoming call that asterisk extensions were dialing, I see immediately upon answering >0xhexnumber -- Probation passed - setting RTP source address to
2005 Nov 30
1
X windows is taking 99 percent of cpu
I am running centos 4.2 on a P4 3 GIG with 2 GIG ram. This machine has been fine for months. my laptop is fine. X is taking 99 percent of the cpu after some time. All I was doing was editing code. If I killall -9 X it comes back for a while then maxes out again. Any ideas on something to tweek??? THanks, jerry ------------ Tasks: 120 total, 2 running, 118 sleeping, 0 stopped, 0 zombie
2019 Mar 15
2
Does anyone know if there is a problem with the Chrome browser and asterisk cmp2k video
Thank you Kevin. Any idea if Google developers may decide to reset the decoder, per Joshua’s experience? Or perhaps asterisk developers would consider eventually add the rewrite support in asterisk? Always fun dealing with newer technology as it goes through several revisions. Have a great day! Dan From: asterisk-users <asterisk-users-bounces at lists.digium.com> On Behalf Of Kevin
2003 Sep 01
2
How do i load a configfile ?
hello, this may be a very stupid question but how do i load a config file? i didn't find the docs part which explains how to start the imapserver at all. i have put this in my xinetd.conf: service imap { disable = no socket_type = stream protocol = tcp wait = no user = root server =
2010 Oct 27
1
Not a problem but an interesting Thing.. none the less
All right.. I have been messing around with Xmacro for linux.. all this bs.. very anoying programs they have no visual aid for me to click my mouse butten on a record butten and then do stuff then Press play on the device and then it will repeat everything i do.. I have Macro Recorder lite.. This thing works perfect on wine... the only problem is is i need it to interact with linux.. theres some
2017 Aug 31
0
AST-2017-005: Media takeover in RTP stack
Asterisk Project Security Advisory - AST-2017-005 Product Asterisk Summary Media takeover in RTP stack Nature of Advisory Unauthorized data disclosure Susceptibility Remote Unauthenticated Sessions Severity Critical
2009 Jun 30
3
sync performance falls off a cliff
Hi, I've got identical servers. One is primary the other is backup receiving rsyncs from the primary. I'm backing up a file system to disk and the files are small and there are lots of directories. The overall problem seems to be the total number of files. When I had ~375,000 files, the total rsync time was under a minute. With ~425,000 files, the total rsync time is 10 minutes. Last