search for: ring

Displaying 20 results from an estimated 10960 matches for "ring".

2005 Aug 29
2
TDM400 and Phone does not 'ring'
I have a running * with a TDM40B board in it. I have 3 analog phones that works (rings) perfectly when connected to a Telco POTS line. When connected to the Digium TDM40B (with FXS port), I have problems with 'ringing': 1 phone 'ringes' normally 1 phone 'ringes' a bit cripled (instead of ring-ring... ring-ring..., it does 'ring-ri... ri.... ring... ri....
2003 Nov 25
5
Distinctive ring confusion
I am somewhat unsure as to the definition of "Distinctive Ring". What I am trying to achieve is to have Zap connected phones (TDM400P) ring with different cadences depending on whether the call is incoming on the PSTN context or an IAX2 context. Googling, I find this from Mark: I've added distinctive ring support to Asterisk now (also I've a...
2008 Dec 12
5
ring back tone
Hi all, I would like to ask please if there is a way to play a ring back tone from asterisk when the customer try to make a call...I already added the ringing function to the context in extensions .conf and it work perfectly...But the issue that the asterisk server is stoping playing back his own ring back tone as soon as it detect a ring back tone coming from the...
2015 Sep 09
2
virtio optimization idea
On Fri, Sep 04, 2015 at 08:25:05AM +0000, Xie, Huawei wrote: > Hi: > > Recently I have done one virtio optimization proof of concept. The > optimization includes two parts: > 1) avail ring set with fixed descriptors > 2) RX vectorization > With the optimizations, we could have several times of performance boost > for purely vhost-virtio throughput. Thanks! I'm very happy to see people work on the virtio ring format optimizations. I think it's best to analyze each o...
2015 Sep 09
2
virtio optimization idea
On Fri, Sep 04, 2015 at 08:25:05AM +0000, Xie, Huawei wrote: > Hi: > > Recently I have done one virtio optimization proof of concept. The > optimization includes two parts: > 1) avail ring set with fixed descriptors > 2) RX vectorization > With the optimizations, we could have several times of performance boost > for purely vhost-virtio throughput. Thanks! I'm very happy to see people work on the virtio ring format optimizations. I think it's best to analyze each o...
2014 Jul 09
2
[PATCH 09/17] drm/radeon: use common fence implementation for fences
...e <ttm/ttm_bo_driver.h> > @@ -116,9 +117,6 @@ extern int radeon_deep_color; > #define RADEONFB_CONN_LIMIT 4 > #define RADEON_BIOS_NUM_SCRATCH 8 > > -/* fence seq are set to this number when signaled */ > -#define RADEON_FENCE_SIGNALED_SEQ 0LL > - > /* internal ring indices */ > /* r1xx+ has gfx CP ring */ > #define RADEON_RING_TYPE_GFX_INDEX 0 > @@ -350,12 +348,15 @@ struct radeon_fence_driver { > }; > > struct radeon_fence { > + struct fence base; > + > struct radeon_device *rdev; > - struct kref kref; > /* prote...
2014 Jun 02
3
[RFC PATCH v1.2 08/16] drm/radeon: use common fence implementation for fences
Am 02.06.2014 12:09, schrieb Maarten Lankhorst: > Changes since v1: > - Fixed interaction with reset handling. > + Use exclusive_lock, either with trylock or blocking. > + Bump sw irq refcount in the recovery function to prevent fiddling > with irq registers during gpu recovery. > - Add radeon lockup detection to the default fence wait function. First of all please separate out adding the timeout parameter to the fence lock function, so we can review it on it's own. Thanks, Christian. > --- > diff --git a/drivers/gpu/drm/radeon/radeon.h >...
2003 Nov 25
2
zt_rec: Unknown error 500
I have a number of Zap/ extensions defined in a queue with ringall strategy. When this queue is called sometimes Asterisk seems to think that one of these channels is busy, while it is NOT. The following is shown on the console: --Called 44 -- Called 36 -- Called 41 -- Called 35 -- Called 38 -- Zap/44-1 is ringing -- Zap/36-1 is...
2004 Jan 25
3
OH323 doesnt hear ringing
I have Asterisk running with a combination of SIP and H323 clients. I am using the OH323 module instead of the H323 one. When the SIP clients ring each other, they can hear a ringing noise in the ear peice to let them know that the other parties phone is ringing. However, when the H323 client rings a SIP client, there is no ringing sound at all, although as soon as the called party picks up the phone, everything works fine. This is the entr...
2004 Mar 03
3
Ringing Delay
Sorry if this is a daft question but when a PSTN call comes in on my X100P the console shows the following; NOTICE[1217602880]: File chan_zap.c, Line 4456 (ss_thread): Got event 2 (Ring/Answered)... NOTICE[1217602880]: File chan_zap.c, Line 4456 (ss_thread): Got event 2 (Ring/Answered)... NOTICE[1217602880]: File chan_zap.c, Line 4456 (ss_thread): Got event 2 (Ring/Answered)... NOTICE[1217602880]: File chan_zap.c, Line 4456 (ss_thread): Got event 2 (Ring/Answered)... -- Execut...
2004 Aug 11
1
Ringing() doesn't play sound while phone is ringing
...one = us defaultzone=us loaded modules zaptel and wcfxs /etc/askterisk/zapata.conf contains [channels] language = en signalling = fxo_ks context = phones channel => 1-4 /etc/askterisk/extensions.conf contains [general] static=yes writeprotect=yes [phones] exten => 101,1,Ringing() exten => 101,2,Dial(Zap/1,10) exten => 101,3,Congestion I also uncommented the "noload => chan_oss.so" in /etc/asterisk/modules.conf because I don't have a sound card. Other than that, all conf files are the originals from "make samples". But when I...
2006 May 31
3
Zap channels ringing too loudly
Hi All I've got an asterisk system, using a couple of Xorcom Astribanks to provide FXS ports. (I'm using the zaptel 1.2 branch, if that matters) I've noticed that the ringing volume is a lot louder than on our old phone system, and people are starting to complain it's too loud. (This is the noise the phone makes when it rings, not the noise in your handset when you ring someone else) Having had a look through the code, I think that Asterisk passes the respo...
2018 Sep 10
3
[virtio-dev] Re: [PATCH net-next v2 0/5] virtio: support packed ring
...gt; queues are enabled) to prepare and inject packets, I got ~12% > > performance boost (5.7Mpps -> 6.4Mpps). And if the vhost PMD > > is faster (e.g. just need to iterate the first two queues to > > prepare and inject packets), then I got similar performance > > for both rings (~9.9Mpps) (packed ring's performance can be > > lower, because it's more complicated in driver.) > > > > I think packed ring makes vhost PMD faster, but it doesn't make > > the driver faster. In packed ring, the ring is simplified, and > > the handling o...
2015 Sep 10
1
virtio optimization idea
...n 9/9/2015 3:34 PM, Michael S. Tsirkin wrote: > > On Fri, Sep 04, 2015 at 08:25:05AM +0000, Xie, Huawei wrote: > >> Hi: > >> > >> Recently I have done one virtio optimization proof of concept. The > >> optimization includes two parts: > >> 1) avail ring set with fixed descriptors > >> 2) RX vectorization > >> With the optimizations, we could have several times of performance boost > >> for purely vhost-virtio throughput. > > Thanks! > > I'm very happy to see people work on the virtio ring format > >...
2015 Sep 10
1
virtio optimization idea
...n 9/9/2015 3:34 PM, Michael S. Tsirkin wrote: > > On Fri, Sep 04, 2015 at 08:25:05AM +0000, Xie, Huawei wrote: > >> Hi: > >> > >> Recently I have done one virtio optimization proof of concept. The > >> optimization includes two parts: > >> 1) avail ring set with fixed descriptors > >> 2) RX vectorization > >> With the optimizations, we could have several times of performance boost > >> for purely vhost-virtio throughput. > > Thanks! > > I'm very happy to see people work on the virtio ring format > >...
2006 Apr 05
1
long delay between "Ring Begin" and "SIP/XXX is ringing"
hi all, i have an asterisk install with a digium 4 port fxo card and cisco 7960 sip phones -- running on a compaq Pentium III (Coppermine) at 800Mhz 256KB cache and 1GB of ram. when a call comes in on zap/1-1 for example, the delay between when zap sees the line going to ring state, and when the desktop telephone rings can be as long as 7000 milliseconds (or about 3 or 4 rings on an ear piece). below is some of the log -- note 2 seconds to get from Ring Begin to In Use and a total of 7 seconds before the sip phone rings. anyway to speed this process up? cheers char...
2003 Nov 16
5
Distinctive Ring
Hi All, I was wondering what the status of distinctive ring support in Asterisk is? I had a google search & read and Mark Spencer wrote some support for it. Is distinctive ring different in every country or is it pretty standard? And for my final question, does the Wildcard FXO card support distinctive ring? Essent...
2004 Sep 01
3
Distinctive rings
Is it possible to allow distinctive rings work for FXS ports as well? I need a certain FXS extension to ring a distinctive double ring. I modified zapata.conf appropriately for dring1,dring2 and it just Seems to ignore my updates. Do distinctive rings only work for FXO ports? Paul Seniuk -------------- next part -------------- A...
2008 May 07
7
questions from a 10GbE driver author
Hi, I maintain a driver for a 10GbE nic which supports multiple hardware tx/rx rings. We can steer rx packets into rings using the "standard" NDIS6 Toeplitz hashing on TCP port numbers, IP addresses, etc. We can also steer packets based on MAC address. Would this NIC be considered to be capable of supporting crossbow? Also, can crossbow do things like steer outgoing...
2016 Jan 21
1
[PATCH] tools/virtio: add ringtest utilities
This adds micro-benchmarks useful for tuning virtio ring layouts. Three layouts are currently implemented: - virtio 0.9 compatible one - an experimental extension bypassing the ring index, polling ring itself instead - an experimental extension bypassing avail and used ring completely Typical use: sh run-on-all.sh perf stat -r 10 --log-fd 1 -- ./rin...