search for: rmv

Displaying 9 results from an estimated 9 matches for "rmv".

Did you mean: rmb
2010 Jan 06
0
Asterisk 1.6.1.x SMDI MWI w/Fujitsu F9600 Problem
...0% of the time. The problem is easy to see, but hard to track. Sometimes when a message is left on the voicemail system, the MWI will fail to show. Similarly, sometimes after all messages have been reviewed, a lit MWI will fail to turn off. Thus, it's not a problem specific to either the OP or RMV parameter in the MWI message. Both work and fail with about the same frequency. I have put some logging commands into the SMDI code and thus have been able to verify that Asterisk itself appears to be sending the proper codes at the proper time, with 100% accuracy, best I can tell. As such, I don&...
2011 Feb 19
11
Completely broken rails install on OSX
Hi I am new to rails and I was trying to get version 2.1.1 installed so that I could run lovdbyless and play with Rails to see what it was like. When trying to install lovdbyless I kept getting problems when running "rake" so I looked around for an answer and did what the forums said, and then i''d get another error and i''d go through the same process. Now I am getting
2003 Dec 11
4
Asterisk in a Centrex environment?
Does anyone know what would be involved in making Asterisk work as a voicemail system in a Centrex environment? We have a Centrigram voicemail system that belongs in the Smithsonian. There are analog lines coming into the box and a 56KB data feed from the phone company's switch. Peter
2005 Aug 11
0
Re: 24. Privacy Manager (Andi Strain)
...ly) exten=#,6,Playback(added) exten=#,7,Hangup exten=_NXXNXXXXXX,1,DBput(blacklist/${EXTEN}=1) exten=_NXXNXXXXXX,2,SayDigits(${EXTEN}) exten=_NXXNXXXXXX,3,Playback(num-was-successfully) exten=_NXXNXXXXXX,4,Playback(added) exten=_NXXNXXXXXX,5,Hangup [blacklist-remove] exten=s,1,Background(enter-num-rmv-blklist) exten=s,2,DigitTimeout(2) exten=s,3,ResponseTimeout(15) exten=_XXXXXXXXXX,1,DBdel(blacklist/${EXTEN}) exten=_XXXXXXXXXX,2,DBdel(blacklist/1${EXTEN}) exten=_XXXXXXXXXX,3,SayDigits(${EXTEN}) exten=_XXXXXXXXXX,4,Playback(num-was-successfully) exten=_XXXXXXXXXX,5,Playback(removed) exten=_XXXXX...
2003 Oct 07
1
(PR#4450)
Hello, When I use det() and qr() on complex matrices the result is in some cases indeterministic. The documentation speaks of numeric matrices (and not of complex matrices) but det() uses qr() which should handle complex matrices correctly. I've also tried using only qr() with similar results. det() returns a value that is not the determinant of the complex matrix (in accordance with
2023 Jan 27
1
[PATCH drm-next 05/14] drm/nouveau: new VM_BIND uapi interfaces
On Sat, Jan 28, 2023 at 1:17 AM Christian K?nig <christian.koenig at amd.com> wrote: > > Am 27.01.23 um 15:44 schrieb Danilo Krummrich: > > [SNIP] > >>>> > >>>> What you want is one component for tracking the VA allocations > >>>> (drm_mm based) and a different component/interface for tracking the > >>>> VA mappings
2018 Jun 05
0
[PATCH v2 1/2] compiler-gcc.h: add gnu_inline to all inline declarations
...rx_tail sz bytes hereafter */ @@ -487,7 +487,7 @@ __inline static u8 *recvframe_put(union recv_frame *precvframe, sint sz) -__inline static u8 *recvframe_pull_tail(union recv_frame *precvframe, sint sz) +static inline u8 *recvframe_pull_tail(union recv_frame *precvframe, sint sz) { /* rmv data from rx_tail (by yitsen) */ @@ -511,7 +511,7 @@ __inline static u8 *recvframe_pull_tail(union recv_frame *precvframe, sint sz) } -__inline static union recv_frame *rxmem_to_recvframe(u8 *rxmem) +static inline union recv_frame *rxmem_to_recvframe(u8 *rxmem) { /* due to the design of 2...
2018 Jun 05
3
[PATCH v2 1/2] compiler-gcc.h: add gnu_inline to all inline declarations
On Tue, 2018-06-05 at 10:05 -0700, Nick Desaulniers wrote: > Functions marked extern inline do not emit an externally visible > function when the gnu89 C standard is used. Some KBUILD Makefiles > overwrite KBUILD_CFLAGS. This is an issue for GCC 5.1+ users as without > an explicit C standard specified, the default is gnu11. Since c99, the > semantics of extern inline have changed
2018 Jun 05
3
[PATCH v2 1/2] compiler-gcc.h: add gnu_inline to all inline declarations
On Tue, 2018-06-05 at 10:05 -0700, Nick Desaulniers wrote: > Functions marked extern inline do not emit an externally visible > function when the gnu89 C standard is used. Some KBUILD Makefiles > overwrite KBUILD_CFLAGS. This is an issue for GCC 5.1+ users as without > an explicit C standard specified, the default is gnu11. Since c99, the > semantics of extern inline have changed