Displaying 20 results from an estimated 17431 matches for "signals".
Did you mean:
signal
2003 Jun 23
1
help with pri configuration..
Hi all,
can somebody help me with pri configuration?
Here my zapata.conf:
; Zapata telephony interface
;
; Configuration file
[channels]
switchtype=euroisdn
signalling=pri_cpe
;group=1
channel => 1-15,17-31
;group=2
channel =>32-46,48-62
;group=3
channel => 63-77,79-93
;group=4
channel => 94-108,110-124
And here my zaptel.conf:
zaptel.conf [----] 0 L:[ 1+ 0
2004 Dec 02
4
TE110P + Asterisk
Hi,
I've just got a TE110P card and installed at Asterisk.
I configured zapata.conf, according to
www.digium.com/index.php?menu=configuration, but the following error is
happening:
...
...
...
[chan_phone.so] => (Linux Telephony API Support)
== Parsing '/etc/asterisk/phone.conf': Found
== Registered channel type 'Phone' (Standard Linux Telephony API Driver)
2003 Apr 09
5
httpd exited on signal 11
Hello Folks,
I have used FreeBSD-4.8-RC and apache 1.3.2x. In some days,my dmesg
has shown as the lines;
pid 9229 (httpd), uid 80: exited on signal 11
pid 10106 (httpd), uid 80: exited on signal 11
pid 9842 (httpd), uid 80: exited on signal 11
pid 35708 (httpd), uid 80: exited on signal 11
pid 9371 (httpd), uid 80: exited on signal 11
pid 10337 (httpd), uid 80: exited on
2004 Jan 31
2
TE410P E1 PRI problem
Hi everyone!
Here is my configuration and messages taken from Asterisk startup. The E1 PRI trunk is connected to our national telecom company here in Croatia. When I call from outside over this trunk to my company I get 'error in connection' respnse. In the same moment I can't see anything in Asterisk, nothing that will tell me that the call reached Asterisk. I think there is a
2005 Oct 05
2
Confused
Hi all,
I really don't know where to go from here. I've traced and pasted, but
never heard responses....
I'm getting the following (see bottom of this email) in a single day of
dmesg....most of the time the error message in the log file is something like:
Oct 5 09:21:43 mail1 dovecot: imap(*****): file mbox-save.c: line
280 (mbox_save_init_file): assertion failed:
2011 Aug 11
2
Extract values from a data frame
...- 2:6
intensity.signal.2 <- 1:5
signal.3 <- c("NA", "15.4", "error", "NA", "17")
length.signal.3 <- c("NA", 2, 3, "NA", 4)
intensity.signal.3 <- c("NA",4, 5, "NA", 5)
#(there are actually up to 16 signals and 50 names, but I made this short
for the example)
df <- data.frame(cbind(name, signal.1, length.signal.1, intensity.signal.1,
signal.2,
length.signal.2, intensity.signal.2, signal.3,
length.signal.3,
intensity.signal.3))
I need to "fish o...
2018 Jan 23
8
Sending Signal to remote process
...com/questions/48377993/forwards-sigterm-over-ssh
According to this[1] answer, openssh does not implement this.
It would be realy great if openssh could forward the signal to the remote-command.
What do you think?
Regards,
Thomas G?ttler
[1] https://stackoverflow.com/questions/46333657/send-signals-to-remote-process-with-python/47581495#47581495
--
Thomas Guettler http://www.thomas-guettler.de/
I am looking for feedback: https://github.com/guettli/programming-guidelines
2023 May 22
1
[PATCH 1/3] signal: Don't always put SIGKILL in shared_pending
When get_pending detects the task has been marked to be killed we try to
clean up the SIGKLL by doing a sigdelset and recalc_sigpending, but we
still leave it in shared_pending. If the signal is being short circuit
delivered there is no need to put in shared_pending so this adds a check
in complete_signal.
This patch was modified from Eric Biederman <ebiederm at xmission.com>
original
2010 Nov 02
0
Noise while passing channel using tde205p card
Hello,
I have an Asterisk box with a digium TDE205p card. The problem is that I
have several "Goto(s-${DIALSTATUS}" sentences and while the call is
trying to find a free channel to establish the call, I get a little
noise in each "Zap/... is proceeding passing it to Zap/..." line.
My configuration is:
Digium card: TE205P
Asterisk Version: 1.4.21.2
2009 Mar 08
3
[LLVMdev] Compiling LLVM on MinGW
Like this:
llvm[1]: Compiling Signals.cpp for Debug build
In file included from Signals.cpp:33:
Win32/Signals.inc:262: error: `sys' has not been declared
Win32/Signals.inc: In function `void AddSignalHandler(void (*)(void*), void*)':
Win32/Signals.inc:266: error: `KillSigs' was not declared in this scope
Win32/Signals.inc:2...
2010 Mar 03
5
filtering signals per day
Hello R lovers,
I have a vector of dates and signals. I want to filter the signals per day
in a way that only the first signal of the day remains like this:
Dates Signals Filtered Signal
2006-11-02 0 0
2006-11-02 1 1
2006-11-02 0 0
2006-11-02...
2007 Dec 03
0
object framework design, part II: COMMUNICATION
...guments. It's a regular
function call, hence also very efficient.
As member functions can't access members or children provided by
interfaces that are part of derived types or loaded after the member
functions own interface, some other form of communication interface is
required as well.
Signals
Signals are basically just member functions for which invocation can be
connected to a member function of one of its descendants. It's also
possible to connect invocation to a member function of the object itself
but the function must then be part the interface with signal, a
base-type interfa...
2009 Mar 08
0
[LLVMdev] Compiling LLVM on MinGW
On Mar 8, 2009, at 4:21 AM, Lennart Augustsson wrote:
> Like this:
>
> llvm[1]: Compiling Signals.cpp for Debug build
> In file included from Signals.cpp:33:
> Win32/Signals.inc:262: error: `sys' has not been declared
> Win32/Signals.inc: In function `void AddSignalHandler(void (*)
> (void*), void*)':
> Win32/Signals.inc:266: error: `KillSigs' was not declared in thi...
2006 Dec 19
1
Bug: (dovecot-auth), exited on signal 6
Hello
What additional information I should give?
uname -a
FreeBSD mail 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #1: Thu Oct 19
16:57:14 UTC 2006 root@:/usr/obj/usr/src/sys/my i386
mail# dovecot --version
1.0.rc15
mail# dovecot --build-options
Build options: ioloop=kqueue notify=kqueue openssl
SQL drivers: mysql
Passdb: checkpassword pam passwd passwd-file sql
Userdb: checkpassword passwd
2005 May 30
2
Error in Zapata Config?
When I reload the config, I see this error in the CLI. However, I don't see
what I have done wrong:
== Parsing '/etc/asterisk/zapata.conf': Found
May 30 16:38:42 WARNING[12630]: chan_zap.c:10088 setup_zap: Ignoring
signalling
-- Reconfigured channel 1, FXO Kewlstart signalling
May 30 16:38:42 WARNING[12630]: chan_zap.c:10088 setup_zap: Ignoring
signalling
-- Reconfigured
2004 Mar 11
5
fft question
Hi!
I am using the fft() function the base package to transform some 1d signal.
If I use this standar fucntion I get a very huge first fourier coeficient.
I think this dues to the handling of the borders of the signal.
Usually in fft especially in image processing the signal is simulated to be continuous by adding the signal several times periodically. My question is, is there some function
2005 Nov 05
3
Signal id and signal sender pid using dtrace
Hi
I have a process which reads a socket using recvfrom. After sometime, for no apparent reason, recvfrom exits with an EINTR causing the sender to barf too. Basically the socket on which these processes were communicating no longer exists. On writing a dtrace, I could determine that a signal was received at that socket causing the EINTR. I do not know of way to see who sent the signal (which
2004 Sep 25
1
[LLVMdev] Linking tblgen debug executable (without symbols) on MinGW
...ode not present on the
platform) the source code of the LLVM tblgen tool on the MinGW platform.
However, when linking the object files the linker does not succeed:
--------------------------
Linking tblgen debug executable (without symbols)
C:/MinGW/msys/local/build/llvm/lib/Debug/libLLVMsystem.a(Signals.o)(.text+0x7e3):
In function `Z28LLVMUnhandledExceptionFilterP19_EXCEPTION_POINTERS':
C:/MinGW/msys/local/build/llvm/lib/System/platform/Signals.cpp:163:
undefined reference to `_imp__SymSetOptions at 4'
C:/MinGW/msys/local/build/llvm/lib/Debug/libLLVMsystem.a(Signals.o)(.text+0x806):C:/M...
2004 Sep 23
10
MFC/R2
Hi all,
I have begun the release of my MFC/R2 protocol software. At
http://www.opencall.org/installing-mfcr2.html there are instructions for
installing what I have released so far. This is the MFC/R2 protocol
software, and a test program. The software to interface Asterisk to the
MFC/R2 code will be released shortly. It used to work, but it hasn't
been touched for a while, and Asterisk
2004 Sep 24
2
[LLVMdev] Little win32/Signals.cpp patch
...it's not possible to use hash_map and hash_set
of microsoft)
cl /nologo /TP /EHsc /GR /Zi /Yd /D__STDC_LIMIT_MACROS
/DHAVE__FINITE_IN_FLOAT_H /DHAVE__ISNAN_IN_FLOAT_H /DHAVE_WINDOWS_H
/ISTLport-4.6.2\stlport /Illvm\include /Iinclude /Ibuild_vc71\inclu
de /Illvm\include /c llvm\lib\System\Signals.cpp
/Fobuild_vc71\lib\System\Signals.obj
Signals.cpp
d:\home\arathorn\sandbox\llvm\llvm\lib\System\platform\Signals.cpp(127)
: error C2039: 'remove' : is not a member of '_STL'
d:\home\arathorn\sandbox\llvm\llvm\lib\System\platform\Signals.cpp(127)
: error C3861: 'remove'...