search for: lyling

Displaying 20 results from an estimated 267 matches for "lyling".

Did you mean: lying
2010 Aug 13
6
Asterisk on AMD
Does anyone have any feelings one way or the other about running Asterisk on AMD vs running Asterisk on Intel? Thanks, Lyle J. McKarns ------------------------------------------- Networking/Linux Engineering Team n|m Nexus Management 4 Industrial Parkway Suite 101 Brunswick, Maine 04011 Tel (USA) : 1 207 319 1105 Tel (UK) : 0207 100 4968 Fax : 1 207 725 8552 Nexus Management,
2015 Jun 24
2
"connect at power-on" NIC feature equivalent to that found in ESX
With ESX and the vSphere Client, I can enable or disable a VM's NIC to "connect at power-on". This is very useful when cloning, since you can leave the NIC not connected, power-up the VM, connect to it's console, and modify ifcfg-eth0 etc, before bringing the VM online. Is there a virsh equivalent way of doing this. Thanks....Lyle
2004 Sep 21
3
Uniden uip200
I got a Uniden UIP200 and started to configure it and I am lost.... I have a tftp server setup on my * server and have the files unidencom.txt and uniden<mac>.txt there. But it doesn't quite work yet. It registers as a sip phone (sip show peers), but I cann't dial it and the display shows #1 disconnected all the time. It has firmware version BS4.59a in it. I have no idea if I
2008 Sep 30
1
OT: real 2 line phone vs. 1 line and call waiting
I'm looking into getting a new phone and wondering what the difference in functionality is between a single line phone with call waiting and a real 2 line phone (either a real SIP phone or an analog 2 line phone and a 2 port ATA) is. Why would I want the real 2 lines vs. just being able to take an incoming call via call-waiting? Cheers, b. -------------- next part -------------- A non-text
2004 Jul 20
7
radiobuttons are weird in 1.2.x series
Hello all, Run groupbox.rb example in any of the two alpha versions and click the radiobutton in the upper right group box (those named Hilvesum 1, Hilversum 2, etc). You''ll notice that once a radiobutton is checked, it remains checked when some other radiobutton is checked. What''s the reason? Thank you. -- Best regards, Yuri Leikind
2012 Jun 18
1
TDM410 PTSN line setup with 1 analog phone
Hello, I have a current asterisk 1.8.13.0 asterisk-addons 1.6.24 asterisk-sounds 1.2.1 dahdi-linux-complete 2.6.1+2.6.1 libpri 1.4.12 and asterisk-gui 2.1.0.rc1 (not trying to use the gui, want to do everything by hand) with a TDM410 with 2FXO and 2FXS. I have my POTS (PTNS) line plugged into port 1 (FXO) and a analog phone connected to port 3 (FXS). I compiled asterisk with asterisk
2008 Aug 18
3
FXRuby FXScintilla question
Hello, I have started learning FXRuby about 2 weeks ago. Now I''m trying to launch the scintilla_test.rb from the fxruby-1.6 installation directory (/usr/lib/ruby/gems/1.8/gems/fxruby-1.6.16/examples) and get this error: /usr/lib/ruby/gems/1.8/gems/fxruby-1.6.16/lib/fox16/kwargs.rb:2007:in `old_initialize'': wrong number of arguments (8 for 0) (ArgumentError) from
2010 Aug 04
16
Moving On
Cross-posted to the blog (at http://lylejohnson.name/blog/2010/08/04/moving-on/): When Jamis Buck wrote last year about ceasing development on Capistrano, his post really struck a chord with me. If this post reminds you of that one, it''s because I re-read it before sitting down to compose this one. It was the next best thing to having Jamis on hand to give me a pep talk before I had to
2004 Dec 30
4
Voicemail and Zapatel
My PSTN line doesn't allways hang up properly after it goes to voicemail. The problem occurs when a caller hangs up during the initial greeting. Even though the hangup accured, voicemail continues to record, usually a fast busy and/or a teleco generated "please hangup now" message. After the voicemail.conf 'maxmessage=180' expires the line simply stays offhook. The hardware
2006 Apr 27
4
FXRuby installation
I have fox 1.4.33 installed. All installation steps of FXRuby (config,setup,install) passed successfully, but when I try to load fox14 (require ''fox14'') it gives me an error: LoadError: /usr/local/lib/ruby/site_ruby/1.8/i686-linux/fox14.so: undefined symbol: removeTimeout__Q22FX5FXAppPQ22FX7FXTimer - /usr/local/lib/ruby/site_ruby/1.8/i686-linux/fox14.so I use ruby
2009 Sep 07
2
[LLVMdev] 2.6 request - Bug 4879
First-- thanks to Daniel Dunbar for reporting this issue from my earlier coarse report on IRC and to Devang Patel for fixing it. I'm writing to request that this fix (r81058) find its way into the 2.6 release. Code compiled with clang that uses VLAs is horribly broken without r81058 (at least on x86-64). I don't know if it has any other implications but it's definitely
2011 Apr 07
2
Asterisk Avaya SIP Trunking One Way Audio
I am facing one way audio problem in sip trunking between asterisk and avaya. +-------------+ +----+ | avaya sip |-------| P1 | +-------------+ +----+ | | | +-------------+ | Asterisk | WAN
2009 Oct 20
8
Pre-release FXRuby binary gems for testing
All, A couple of new build platforms have come into the picture since the last FXRuby release and I''m trying to make sure they''re supported. That is to say, I want to be able to provide precompiled binary gems so that users on those platforms don''t have to build everything from source. I think I''m there, but I could use your help testing if you have
2010 Jul 28
6
FXTextField.connect(SEL_CHANGED)
When I do an assignment to the text in a FXTextField, SEL_CHANGED is not raised. The text is changed on the screen. How do I detect that the text has been changed and/or ... how do I raise SEL_CHANGED? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/fxruby-users/attachments/20100728/e0d169e5/attachment.html>
2008 May 18
8
FXTable::fitColumnsToContents
On May 17, 2008, at 6:54 AM, David Toll wrote: > I tried to submit the following message to the "fxruby-users" > message board (I clicked the link to send it as an email to fxruby-users at rubyforge.org > , but the message did not appear). I conclude I do not know how to > submit questions to this message board. You need to be subscribed to the mailing list before you
2009 Jun 23
9
Learning FXRuby please help!
Hi all, I''m trying to get text on to the screen in response to pressing a button. This code doesn''t work, and I don''t know why. My puts command says that the window is shown, but it''s not displayed. Also, it seems to me that there should be an easier way to get text on a screen in response to pressing a button. Any hints? Thanks! Marlene require
2006 Mar 28
11
setting widget attributes
I''m trying to set attributes of widgets in subclasses like the following. class PersonTable < FXTable def initialize(owner) options = TABLE_COL_SIZEABLE super(owner, nil, 0, options) visibleRows = 5 ... end end visibleRows doesn''t get set. However, if I do this self.visibleRows = 5 then it does. Shouldn''t it work without "self."?
2009 Sep 08
0
[LLVMdev] 2.6 request - Bug 4879
On Sep 7, 2009, at 2:27 PM, Michael Lyle wrote: First-- thanks to Daniel Dunbar for reporting this issue from my > earlier coarse report on IRC and to Devang Patel for fixing it. > > I'm writing to request that this fix (r81058) find its way into the > 2.6 release. Code compiled with clang that uses VLAs is horribly > broken without r81058 (at least on x86-64). I don't
2004 Aug 06
1
oem x100p undefined symbol ast_get_txt
I am putting together my first *. I had it running with two other pc's running xlite and setup voicemail and a couple of menus and submenus and had that running well. I had order a couple of oem x100p cards from digitnetworks. I installed them as they said with their voicepet2.2.zip drivers and did the modprobe on zaptel and wcfxo and then ran ztcfg -vv and got this: Zaptel Configuration
2004 Dec 24
1
Uniden UIP200 firmware v4.63
I just spent the last hour or so trying to get this firmware to work across a NAT with no success. I have a GS BT101 working through the same NAT, so I don't think it's the NAT itself. I have a STUN setup in * and pointed the UIP200 to it and I tryed several combinations of nat= in the sip.conf and in the config files for this phone. No luck(yes, I did a reload now with each change in