similar to: Failed to grab lock, trying again...

Displaying 20 results from an estimated 12000 matches similar to: "Failed to grab lock, trying again..."

2005 May 17
0
"Failed to grab lock, trying again..."
Hi everybody, Recently my Asterisk server started to behave strangely: in some cases (hard to diagnose and reproduce), the SIP module stops responding, and the log is filled with messages "Failed to grab lock, trying again..." (about a hundred messages or so per second). This often happens at the end of a SIP call (right after "== Spawn extension (SipExtension, 029156044, 1)
2006 Apr 18
3
IVR: playing multiple streams simultaneously?
Hi all, I'm setting up an IVR using Asterisk. Is there a way to have two streams played to the caller at the same time: for instance, one constant flow of background music, and the IVR contents at the same time? I've looked for solutions using (E)AGI and other things but nothing seems to work. Googling around and reading the list has not been helpful either... Thanks for your help,
2005 Jan 05
0
One way audio [Asterisk + Innovaphone IP3000 + asterisk-oh323/h323]
Hello everybody, I?ve been trying to solve a problem for several weeks now but it really beats me. There are several hard phones connected to an Innovaphone 3000 VoIP gateway. On the other side I have a SIP softphone connected to Asterisk. The problem I have is that on incoming calls (hardphones to softphone) I only have outgoing audio (from soft to hardphone); everything is OK when I call the
2006 May 16
2
Meetme and authentication
Hi all, I have thoroughly read the available documentation and I can't seem to find a workaround for my setup... I'm trying to create a phone conference line that users would call using a unique phone number (no matter if they are moderators or just plain users). I use Asterisk 1.2.6 The available conferences are defined as follows: conf => 1000,user pin1, moderator pin1 conf =>
2006 Jun 27
8
Avaya 4610sw SIP setup problem
Hi all, I've been pulling my hair out for two days over this problem... I did *a lot* of Googling around, I searched the list archives to no avail - no one has the same problem! I have two Avaya 4610sw phones. I installed the latest SIP firmware using the TFTP server. So far everything looks good. Each time the phone boots, it retrieves the 46xxsettings.txt from the TFTP server. My problem
2006 Jun 26
2
Asterisk x Siemens HiPath 4000
Hello all. I have installed and functioning asterisk-1.2.9.1 where I effected one upgrade in asterisk-1.0.9, is interconnected with a PABX Siemens HiPath 4000 in ISDN PRI with protocol QSIG, the one that is happening he is that the calls originated for PABX Siemens and destined to SIP phones asterisk are being without audio, nor Ring, is dumb. They could help in this case me? Best Regards Josu?
2010 Sep 09
1
getting error chan_sip.c: Failed to grab lock, trying again..
Hi All, I am running asterisk ver 1.2.4 and have faced this error: chan_sip.c: Failed to grab lock, trying again.. astrisk freezes and doesn't accept calls. after some time everything is normalized. I am not using realtime. However I am using cdr_mysql I have gone through bug id 5942 & 6181 https://issues.asterisk.org/view.php?id=6181 https://issues.asterisk.org/view.php?id=5942
2005 Jan 13
2
How to present a dialtone to a dial-in user?
Hello, Here's what I'd like to do: call my Asterisk box from a phone, hangup after a few rings, then Asterisk calls me back and presents a dialtone, than I can dial any valid number in the context the call originated. I've done it with CAPI (thanks to the script on http://www.junghanns.net/asterisk/page14.html), I'd like to do it with H323. Problem is, how to present a
2004 Dec 23
2
One-way audio in incoming calls with Asterisk + OpenGK + Innovaphone IP3000
Hello everybody, I?ve been pulling my hair for a week now over a problem, and I really don?t know where to look anymore. Here?s my setup: There is an Innovaphone IP3000 VoIP gateway on the LAN (10.253.30.254). I can use it to send and receive calls from physical phones attached to it. I have setup Asterisk 1.0.3, with H323 and openH323, and on the same server I also setup GnuGK (10.253.30.1). I
2015 Apr 29
2
[LLVMdev] [RFC][Float2Int] Converting (fcmp Pred, x * F, y) to (ICmp ...)
> On Apr 29, 2015, at 2:33 PM, Matt Arsenault <arsenm2 at gmail.com> wrote: > >> On Apr 29, 2015, at 10:06 AM, Silviu Baranga <Silviu.Baranga at arm.com <mailto:Silviu.Baranga at arm.com>> wrote: >> >> Note that dividing by an integer constant should be a cheap operation >> compared to FP multiplication and comparison as this would get lowered to a
2016 Apr 18
2
[cfe-dev] [libunwind] __ELF__ macro for arm-none-eabi
On 18 April 2016 at 16:33, Silviu Baranga <Silviu.Baranga at arm.com> wrote: > Doing a grep "eabi" * -R | grep darwin in llvm I found the test divmod-eabi.ll > which uses the triple armv7-apple-darwin-eabi. What format does that have? Certainly not ELF. :) But I didn't mean "has eabi on triple", but "is in none-eabi mode", which may have to check a
2016 Apr 18
2
[cfe-dev] [libunwind] __ELF__ macro for arm-none-eabi
On 18 April 2016 at 16:18, Silviu Baranga <Silviu.Baranga at arm.com> wrote: > This doesn't look like something ACLE specific (I can't find it in the ACLE doc). Sorry, I didn't mean it was ACLE, only that you guys were fiddling with macros. :) > This seems to be a generic macro. I think it would make sense to define it > if we know we're emitting ELF. Since the
2008 Aug 15
0
[LLVMdev] Interprocedural Program Slicing
We have done a few class projects on static interprocedural slicing but they are all of "course project" quality. I will put you in touch with some of the students who did those, if you're interested? --Vikram Associate Professor, Computer Science University of Illinois at Urbana-Champaign http://llvm.org/~vadve On Aug 15, 2008, at 8:48 AM, Silviu-Ionut Ganceanu wrote:
2014 May 08
1
[PATCH v10 07/19] qspinlock: Use a simple write to grab the lock, if applicable
On Wed, May 07, 2014 at 11:01:35AM -0400, Waiman Long wrote: > @@ -94,23 +94,29 @@ static inline struct mcs_spinlock *decode_tail(u32 tail) > * can allow better optimization of the lock acquisition for the pending > * bit holder. > */ > -#if _Q_PENDING_BITS == 8 > - > struct __qspinlock { > union { > atomic_t val; > - struct { > #ifdef __LITTLE_ENDIAN
2014 May 08
1
[PATCH v10 07/19] qspinlock: Use a simple write to grab the lock, if applicable
On Wed, May 07, 2014 at 11:01:35AM -0400, Waiman Long wrote: > /** > + * get_qlock - Set the lock bit and own the lock > + * @lock: Pointer to queue spinlock structure > + * > + * This routine should only be called when the caller is the only one > + * entitled to acquire the lock. > + */ > +static __always_inline void get_qlock(struct qspinlock *lock) set_locked() >
2014 May 08
1
[PATCH v10 07/19] qspinlock: Use a simple write to grab the lock, if applicable
On Wed, May 07, 2014 at 11:01:35AM -0400, Waiman Long wrote: > @@ -94,23 +94,29 @@ static inline struct mcs_spinlock *decode_tail(u32 tail) > * can allow better optimization of the lock acquisition for the pending > * bit holder. > */ > -#if _Q_PENDING_BITS == 8 > - > struct __qspinlock { > union { > atomic_t val; > - struct { > #ifdef __LITTLE_ENDIAN
2014 May 08
1
[PATCH v10 07/19] qspinlock: Use a simple write to grab the lock, if applicable
On Wed, May 07, 2014 at 11:01:35AM -0400, Waiman Long wrote: > /** > + * get_qlock - Set the lock bit and own the lock > + * @lock: Pointer to queue spinlock structure > + * > + * This routine should only be called when the caller is the only one > + * entitled to acquire the lock. > + */ > +static __always_inline void get_qlock(struct qspinlock *lock) set_locked() >
2005 Jan 22
0
Asterisk/Sip crash "Failed to grab lock"
Hi, Since around a week i have one asterisk server how stop responding randomely. CVS HEAD with RealTime engine used. The debug log only write "Failed to grab lock, trying again..." until i stop Asterisk. No more activity for IAX or SIP channels (no log...). CLI still responding. When i try to stop asterisk (stop now or crtl+C) nothing happen and cli die but asterisk still running.
2018 Dec 14
0
[WIP PATCH 11/15] drm/nouveau: Grab payload lock in nv50_msto_payload()
Going through the currently programmed payloads isn't safe without holding mgr->payload_lock, so actually do that and warn if anyone tries calling nv50_msto_payload() in the future without grabbing the right locks. Signed-off-by: Lyude Paul <lyude at redhat.com> --- drivers/gpu/drm/nouveau/dispnv50/disp.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git
2006 Apr 18
2
correct version of asterisk for oh323
Hi, i have been using asterisk CVS 19/07/2005 and asterisk-oh323-0.7.2. I now want to use oh323 with Asterisk 1.2.4+. Can anyone tell me what versions of oh323(and pwlib and oh323) they got to work with Asterisk 1.2.4+. -- thanks, yusuf