Displaying 20 results from an estimated 519 matches for "winking".
Did you mean:
linking
2005 Feb 18
6
W&M Wink timings for Nortel
Does anyone know the default E&M Wink timings for Nortel DID ports?
The default settings on Asterisk are:
; prewink: Pre-wink time (default 50ms)
; preflash: Pre-flash time (default 50ms)
; wink: Wink time (default 150ms)
; flash: Flash time (default 750ms)
; start: Start time (default 1500ms)
; rxwink: Receiver wink time (default 300ms)
;
2009 Feb 03
2
RBS T1 DID issue
Howdy,
New installation, trying to connect an RBS T1 with AMI/D4 framing and E&M
Wink. Using a Sangoma A102d and asterisk 1.4.22-2 on Centos5 (Trixbox
2.6.2.1).
Outbound calls work fine, but inbound calls fail to read the DID
information, and with debug set to 10 I get the following:
[Feb 2 19:40:23] DEBUG[25184] chan_zap.c: Monitor doohicky got event
Wink/Flash on channel 3
[Feb 2
2019 Apr 04
2
Unable to verify of llvm sources with the .sig files
With the new signature file I was able to verify, but there was
still a bad signature: "gpg: key 0x0FC3042E345AD05D: 1 bad signature"
which I highlighted below. Didn't seem to be a problem, but thought
I'd point it out. I'd be glad to do additional tests if you'd like.
$ gpg --list-keys
/home/wink/.gnupg/pubring.kbx
-----------------------------
pub
2005 Aug 16
1
Does Asterisk support T1 E&M Wink/Wink voice channels on any Digium/Sangoma hardware?
Hi,
Did anyone manage to connect either Digium or Sangoma T1 card to any other
PBX/gateway using T1 E&M Wink/Wink signaling? I'm trying to connect Avaya
Definity to an Asterisk box with T100P and so far no luck. (I know I can do
so with ISDN PRI, but need an additional ISDN processor card for Definity.)
I tried to connect Definity to Cisco 3640 CCME (call manager express) to
test the link
2005 Aug 22
0
Does Asterisk support T1 E&M Wink/Wink voicechannels on any Digium/Sangoma hardware?
I could only get *ANI*DNIS* working one way and that was setting my
signalling type on the Asterisk side to 'featd' The Definity won't send
*ANI*DNIS* information back to the asterisk as far as I can tell.
Other than that, I've been running it with wink/wink E&M for a while
now. TN464 circuit pack on the definity side, te110p on the asterisk
side. Just a crossover cable
2006 Feb 28
1
[LLVMdev] Using llvm-gcc with a simple program and the '-c' option
Reid Spencer wrote:
> On Mon, 2006-02-27 at 20:43 -0800, Wink Saville wrote:
>
>>> Try passing "-L/opt/llvm-1.6/llvm-gcc/lib/ -lcrtend" to llvm-ld.
>>>
>> This didn't work for me:
>> llvm-ld -o t1.app t1.bc t1.a -L/opt/llvm-1.6/llvm-gcc/lib/ -lcrtend.a
>>
>> I get two warning's about library 'crtend' missing
2005 Feb 03
2
E&M Wink problems
We're having some difficulty connecting a T1 fax board card to asterisk,
with E&M Wink. We've successfully connected it to other E&M Wink T1s,
but have been unable to get asterisk to hear it's dialing. Asterisk can
dial down to it with no problem, and it hears all the digits, but
whenever it sends digits down to asterisk, * always only "gets" the
first one.
This is
2016 Sep 06
5
Recommended computer resources to build llvm
And again...
LLVM_BUILD_LLVM_DYLIB:BOOL=ON
LLVM_LINK_LLVM_DYLIB:BOOL=ON
This one is the good one... maybe.
On Tue, Sep 6, 2016 at 11:35 PM, Alexandre Isoard <
alexandre.isoard at gmail.com> wrote:
> That is because I mistyped it:
> LLVM_ENABLE_LLVM_DYLIB:BOOL=ON
> LLVM_LINK_LLVM_DYLIB:BOOL=ON
>
> On Tue, Sep 6, 2016 at 11:31 PM, Wink Saville <wink at saville.com>
2016 Sep 07
2
Test failures building RELEASE_3.9.0/final
I ran "ninja check-asan" and no errors. But "ninja check-msan" had 117
errors.
I took the first FAILED test, which was for eventfd.cc, and executed the
command
line creating an eventfd executable in a temporary directory and then
executed that file using gdb. Finally, used bt to dump the stack.
I've emailed llvm-admin at lists.llvm.org to setup an account since
2006 Feb 28
0
[LLVMdev] Using llvm-gcc with a simple program and the '-c' option
On Mon, 2006-02-27 at 20:43 -0800, Wink Saville wrote:
> > Try passing "-L/opt/llvm-1.6/llvm-gcc/lib/ -lcrtend" to llvm-ld.
> This didn't work for me:
> llvm-ld -o t1.app t1.bc t1.a -L/opt/llvm-1.6/llvm-gcc/lib/ -lcrtend.a
>
> I get two warning's about library 'crtend' missing
>
You didn't get the instructions quite right. The option is
2006 Feb 28
3
[LLVMdev] Using llvm-gcc with a simple program and the '-c' option
Chris Lattner wrote:
> On Sun, 26 Feb 2006, Wink Saville wrote:
>> I then do the following in my makefile:
>>
>> llvm-gcc -c t1.c -o t1.bc
>> llvm-gcc -c t1sub1.c -o t1sub1.bc
>> llvm-gcc -c t1sub2.c -o t1sub2.bc
>> llvm-ar r t1.a t1sub1.bc t1sub2.bc
>> llvm-ar: creating t1.a
>> llvm-ld -o t1.app t1.bc t1.a /opt/llvm-1.6/llvm-gcc/lib/libcrtend.a
2019 Mar 29
2
Unable to verify of llvm sources with the .sig files
I'm on an Arch Linux system:
$ uname -a
Linux wink-desktop 5.0.4-arch1-1-ARCH #1 SMP PREEMPT Sat Mar 23 21:00:33
UTC 2019 x86_64 GNU/Linux
My gpg version is:
$ gpg --version
gpg (GnuPG) 2.2.15
libgcrypt 1.8.4
Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <
https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and
2016 Sep 06
2
Recommended computer resources to build llvm
On Tue, Sep 6, 2016 at 3:05 PM, Alexandre Isoard
<alexandre.isoard at gmail.com> wrote:
> LLVM_ENABLE_DYLIB
Where/when/how do you specify LLVM_ENABLE_DYLIB and LLVM_LINK_DYLIB?
I tried the following on the cmake command line:
$ cmake -G Ninja .. -DCMAKE_INSTALL_PREFIX=/home/wink/opt/llvm
-DLLVM_ENABLE_DYLIB=true -DLLVM_LINK_DYLIB=true
And got:
...
-- Performing Test
2007 Apr 24
1
E&M Wink start problem
Attempting to talk to an Eagle Telephonics switch at a disaster
exercise. Didn't think a plain old E&M wink start T1 would be this
much of an issue.
We finally got the Eagle to accept a call from *, but whilst I can
hear the person on the Eagle, they can't hear me. When they initiate
a dial out I only get the first 2 digits from their switch...
Does anyone have decent
2016 Sep 07
4
Test failures building RELEASE_3.9.0/final
I've "successfully" built 3.9.0 release but when I run "ninja check-all" I
got 208 Unexpected failures:
Expected Passes : 33997
Expected Failures : 198
Unsupported Tests : 685
Unexpected Failures: 208
Below is the log I captured running "time ninja check-all | tee
ninja-check-all.txt"
https://drive.google.com/open?id=0B-KTY7zi7eZHU2hGYTRtd01QZjA
2009 Mar 03
2
Asterisk analog DID with Adit 600
Hello All,
I'm trying to connect Asterisk to an Executone phone system with an
analog DID card and I'm hoping someone can help me figure out what I'm
doing wrong. The Executone DID card provides battery to the telco, when
the telco wishes to dial a DID it goes off-hook, waits for a wink from
the Executone and then dials the last three digits on the number with
pulse (as opposed
2004 Jan 30
9
Adtran 750 DID question.
...EM_W in zapata.conf. They work, however, no DNIS info is being passed. Do I need to signal these something different like loopstart or kewlstart, so the DNIS info gets passed? I watch the Tx/Rx bits from zttool, and everything looks okay coming from the Adtran. It looks like asterisk isn't winking properly.
When I had the lines misconfigured for fxs_ls the DNIS info was passing fine.
I'm running
zaptel-0.8.0
libpri-0.5.1
And asterisk CVS from 12/23/2003
RedHat 8.0
Dual 2.4 Xeon Processors (hyperthreading disabled)
2Gig Memory
Any help would be greatly appreciated.
Regards,
-sb
2011 Mar 01
1
[zapata.conf] What is "wink"?
Hello
I couldn't find information about what "wink" is in zapata.conf:
www.voip-info.org/wiki/view/Asterisk+config+zapata.conf#TimingParameters
Does someone know what it is, and how it differs from flash?
Thank you.
2005 Feb 22
1
Astersik CVS HEAD + T1 e&m wink + IAX client doesnt detect call answered on Zap channel
Hello,
I've got very annoying behaviour from our asterisk PBX.
We have 12 channels T1 e&m wink start for TDM and using iax softphones
internally (iaxcomm, but tried firefly-thirdparty and discarded for
bad sound quality).
Slackware 9.1 w/ kernel 2.4.26+ digium TE110P card.
In some cases when call is placed from softphone to TDM, system does
not detect call answered on Zap channel and
2003 Jul 10
3
T1 config for robbed-bit E&M AMI
I have a couple of live T1s sitting around and they are not ISDN(like most
of the people that are using Asterisk seem to be using), they are regular
old 24 channel, robbed-bit, E&M wink start, D4AMI T1 circuits.
Can I get these T1s to work with a T100P Digium card and asterisk?
Searching through the lists and the documentation I haven't seen any
examples of how to configure this kind