Displaying 20 results from an estimated 17426 matches for "signalable".
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
Hi everyone,
I have a data frame that looks *sort of* like this:
name <- letters[1:5]
signal.1 <- c("12", "bad signal", "noise", "10", "X")
length.signal.1 <- 5:9
intensity.signal.1 <- 3:7
signal.2 <- c("13", "noise", "19.2", "X", "V")
length.signal.2 <- 2:6
intensity.signal.2
2018 Jan 23
8
Sending Signal to remote process
I want ssh to forward the SIGTERM signal to the remote command.
Example:
ssh root at localhost /root/print-signal.py
Get PID of ssh:
ps aux| grep print-signal
Kill the matching ssh process:
kill pid-of-ssh
Unfortunately only the ssh process itself gets the signal, not the remote command (print-signal.py). The remote command
does not terminate :-(
How can I make ssh
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:266: error: `KillSigsEnd' was not declared in this scope
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 1 0
2006-11-02 1
2007 Dec 03
0
object framework design, part II: COMMUNICATION
COMMUNICATION
Method Invocation
The most common form of communication between an object and one of its
descendants is done by invoking one of the descendant's member
functions. Values can be passed to the descendant using function
arguments and values can be passed back to the ancestor using the return
value of the member function or one of its arguments. It's a regular
function call,
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
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
Hi
I've been able to semi compile (i.e. excluded code 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
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
Jeff Cohen wrote:
>But I compiled that under vc7.1 as it was!
>
>
;-((
Probably is an implicid includes, but I'm using the STLPort standard
library for LLVM (because 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