search for: wink

Displaying 20 results from an estimated 519 matches for "wink".

Did you mean: link
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)...
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...
2019 Apr 04
2
Unable to verify of llvm sources with the .sig files
...e 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 rsa4096/0x9F79B9CEB03232F9 2018-04-18 [C] [expires: 2019-04-18] Key fingerprint = 0B15 37E2 6423 4EF7 7934 7A79 9F79 B9CE B032 32F9 uid [ultimate] Winthrop Lyon Saville III <wink at saville.com > sub rsa4096/0xD...
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 and all sett...
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 between the boxes. -Matt -----Original Message----- From: BJ Weschke [mailto:bweschke@gmail.com] Sent: Tuesday, August 16, 2005 10:03 PM To: Asterisk Users Mailing List -...
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 li...
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. T...
2016 Sep 06
5
Recommended computer resources to build llvm
...VM_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> wrote: > >> 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...
2016 Sep 07
2
Test failures building RELEASE_3.9.0/final
...should do let me know. Here's the output from the FAILED test: -- Testing: 120 tests, 12 threads -- Testing: FAIL: MemorySanitizer-x86_64 :: Linux/eventfd.cc (1 of 120) ******************** TEST 'MemorySanitizer-x86_64 :: Linux/eventfd.cc' FAILED ******************** Script: -- /home/wink/foss/llvm.3.9.0/build/./bin/clang --driver-mode=g++ -fsanitize=memory -mno-omit-leaf-frame-pointer -fno-omit-frame-pointer -fno-optimize-sibling-calls -m64 -gline-tables-only -O0 /home/wink/foss/llvm.3.9.0/projects/compiler-rt/test/msan/Linux/eventfd.cc -o /home/wink/foss/llvm.3.9.0/build/projects/...
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...
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...
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...
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 CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG - Failed -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: LLVM_ENABLE_DYLIB LLVM_LINK_DYLIB...
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 sample E&M Wink sta...
2016 Sep 07
4
Test failures building RELEASE_3.9.0/final
...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 Suggestions on next steps? -- Wink -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160906/468a93fc/attachment.html>
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 to DTMF) signalling. What I've done is purchase an Adit 600 with an FXO card. I've set the Adit T1 controller to use E&M signalling and the FXO card to use DPT signalling. I've set aste...
2004 Jan 30
9
Adtran 750 DID question.
Hello All, I've mostly solved my DID problem from a few days ago. Apparenly the lines weren't configured properly. Now heres the next question. 12 E&M wink lines from telco. I have them all plugging into an Adtran 750 with FXS cards. The Adtran ports are configured DPO. How do I signal this from Zaptel. I have them setup E&M in zaptel.conf and EM_W in zapata.conf. They work, however, no DNIS info is being passed. Do I need to signal these s...
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 I'...
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 of T1. Is anyone currently using these kind of T1s on their Asterisk system? Any help w...