similar to: ChanSpy and Sipura 2100 jitter.

Displaying 20 results from an estimated 1000 matches similar to: "ChanSpy and Sipura 2100 jitter."

2005 Sep 23
1
ChanSpy performance sub-optimal
I'm trying to get ChansSpy to work. It works, in the pass/fail sense, but it is difficult to understand the various speakers. I can hear users on our end just fine, but the other end sounds like their going through a vocoder, if I can understand them at all. Otherwise it is just garbled. We are using the following setup: all of our phones are SIP phones; for our outgoing calls we make use of a
2006 Jan 20
2
How to have a phone ring another extension as soon as off-hook?
I am seeking to implement the following behavor: When a headset on phone1 is picked up, phone2 rings right away, without any need to dial numbers on phone1. Is this possible to implement? ScriptHead -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060120/0892441d/attachment.htm
2006 Jun 01
1
Chanspy Jitter?
(Sometimes) When I?m monitoring calls, I hear a very bad jitter ? usually only on one of the bridged channels. So at first I thought it was just the one end of the conversation actually causing the jitter ? but it?s not. So I called in from another device to spy at the same time ? and the other chanspy sounds perfectly normal. (And neither party is complaining of bad sound) So, periodically,
2006 Apr 13
1
Sipura 2100
I am wondering if anyone has sample XML config for the Sipura 2100 ATA. We have been autoprovisioning our 2002s with success and the 2100's take the same XML that we have come up with, but I am not sure of the syntax for specific things that I need these boxes to do, such as turning T.38 on. If anyone is willing to share their xml for autoprovisioning Sipura 2100's, it would be much
2018 Jan 02
2
Legacy option for key length?
On 2 January 2018 at 17:08, Marc Haber <mh+openssh-unix-dev at zugschlus.de> wrote: > On Tue, Jan 02, 2018 at 04:03:34PM +1030, David Newall wrote: >> On 02/01/18 03:29, Michael Str?der wrote: >> > How high is the risk that this unmaintained device is added to >> > yet-another-bot-net in the Internet-of-shitty-devices or is used to >> > enter parts of your
2023 Aug 10
4
RT/Linux SCHED_RR/_FIXED to combat latency?
Good morning! We're experiencing rather very bad latency spikes on busy Linux systems, for example if one machine is the jumphost (ssh -J) for a few hundred connections, while at the same time handles CPU intensive tasks. Would RT/Linux SCHED_FIXED or SCHED_RR be of help in such a case, e.g. put all ssh processes into the SCHED_FIXED scheduling class, with a priority higher than the
2014 Apr 23
3
hackers celebrate this day: openssh drops security! was: Re: heads up: tcpwrappers support going away
On 23 April 2014 21:43, mancha <mancha1 at zoho.com> wrote: > On Wed, Apr 23, 2014 at 12:26:58PM -0700, Iain Morgan wrote: >> A slightly better solution would be a PAM module that uses the same >> syntax as libwrap. Possibly someone has already written such a module. > > Possibly, but only for platforms which use for PAM. Pam is executed so late in the chain that any
2023 Aug 10
1
RT/Linux SCHED_RR/_FIXED to combat latency?
On Thu, 10 Aug 2023, Cedric Blancher wrote: >We're experiencing rather very bad latency spikes on busy Linux >systems, for example if one machine is the jumphost (ssh -J) for a few >hundred connections, while at the same time handles CPU intensive >tasks. > >Would RT/Linux SCHED_FIXED or SCHED_RR be of help in such a case, e.g. Did you already check the old and tried method
2016 Feb 04
3
Evaluating a port to RTEMS (embedded OS with single address space and no processes)
Hello, I am searching a SSH server for remote administration of an embedded application running on RTEMS (https://www.rtems.org). This environment has neither virtual memory nor user and kernel space. So this is like an application running in kernel mode only. Would it be possible to run (a very basic version of) OpenSSH in such an environment using e.g. threads instead of forking new
2018 Jan 02
3
Legacy option for key length?
On Fri, 29 Dec 2017, Daniel Kahn Gillmor wrote: > On Thu 2017-12-28 21:31:28 -0800, Dan Mahoney (Gushi) wrote: > > Why not make minimum key length a tunable, just as the other options are? > > Because the goal of building secure software is to make it easy to > answer the question "are you using it securely?" This is a nice summation of our approach. It's the
2015 Mar 12
0
chanspy for group extension
hello list, i use the code below [macro-chanspy] exten => s,1,Authenticate(${ARG1}) exten => s,n,ChanSpy(SIP/${EXTEN:3},dqs) exten => s,n,Hangup app-chanspy] exten => _0071XX,*1,*Macro(chanspy,1234) exten => _0072XX,*1,*Macro(chanspy,5678) exten => _0073XX,*1,*Macro(chanspy,8910) but when i do 007100 for exemple i spy another agnet 102 or 103 any help please thanks and
2015 Mar 11
2
chanspy for group extension
hello list, i use chanspy with the code below [app-chanspy] exten => _007.,1,Macro(user-callerid,) exten => _007.,n,Answer exten => _007.,n,Authenticate(1111) exten => _007.,n,ChanSpy(SIP/${EXTEN:3},dqs) exten => _007.,n,Hangup i have a question related to chanspy i have created extension from 100 to 300 and i will give the permission with group of extension i want to use
2009 Feb 02
1
ChanSpy or other variant
I'm trying to figure out how to listen in to a channel that I specify. I have the impression I've seen this done via Flash web controls, but I'm trying to write something myself and I can't figure out what command would be used. ChanSpy looks great, but I don't see how to specify the channel. I have a channel identifier like "SIP/provider-08748db0" which is what I
2009 Oct 09
3
Chanspy
How can i activate "ChanSpy" to spy on a dedicated extension? I see the following in "/etc/asterisk/extensions_additional.conf" [chanspy] include => chanspy-custom exten => 501**,1,Chanspy(801) exten => 501**,n,Hangup exten => 502**,1,Chanspy(802) exten => 502**,n,Hangup But when i try to call "501**", it doesn't give any response. Thanks.
2015 Mar 12
2
chanspy for group extension
thank you so much it work you must add 1 like below [app-chanspy] exten => _0071XX,*1,*Macro(chanspy,1234) exten => _0072XX,*1,*Macro(chanspy,5678) exten => _0073XX,*1,*Macro(chanspy,8910) best regards. 2015-03-11 19:48 GMT+00:00 Carlos Chavez <cursor at telecomabmex.com>: > On 3/11/15 12:48 PM, Salaheddine Elharit wrote: > >> hello list, >> >> i use
2015 Mar 11
0
chanspy for group extension
On 3/11/15 12:48 PM, Salaheddine Elharit wrote: > hello list, > > i use chanspy with the code below > > [app-chanspy] > exten => _007.,1,Macro(user-callerid,) > exten => _007.,n,Answer > exten => _007.,n,Authenticate(1111) > exten => _007.,n,ChanSpy(SIP/${EXTEN:3},dqs) > exten => _007.,n,Hangup > > > > i have a question related to chanspy
2004 Nov 22
3
ChanSpy
Anyone know why chanspy was not included in asterisk distribution as of October. ? I tried patching my current 1.0 but seems the patches are for an older version. I posted a bounty of $250 to get this to work with the newest stable. Needs be able to monitor bridged sip calls with or without a monitoring beep. Thanks John Bittner Simlab.net
2006 Jan 05
1
ChanSpy via external application
Hi, I have developped an application that monitors the status of my queues through the events triggered on the Manager Interface. This way, I can know the status of my Agent real time. Now, I have a new requirement that I must allow a manager to click on the Agent he wants to monitor and be able to monitor the call. My idea was to, when the user clicks on the Agent, I would Originate a call
2012 Jun 22
2
Custom CentOS DVD, isolinux.bin, and isohybrid...
I was given a custom CentOS 5.4 DVD, containing some Digium software for one of our customers. I need to turn this burned DVD into an image that can be written to a USB thumb drive. First, I ripped the DVD to an ISO image. That part works OK, my testing VM can load and run the custom kickstart script on the image. After totally frying my unetbootin install, I decided to try and use isohybrid
2011 Oct 18
1
Chanspy() not working with group in asterisk 1.4.42
Hi list, I have write down my code on which chanspy not working when I make a group with name of spy. Please help me where is the issue on that. a) caller will call this number to join konference and spy group exten => 43681111,1,Answer() exten => 43681111,n,NoOp(****${CHANNEL}****) exten => 43681111,n,Set(GROUP(${CHANNEL})=spy) exten => 43681111,n,Set(a=${GROUP_LIST(spy)}) exten