search for: liekly

Displaying 20 results from an estimated 73 matches for "liekly".

2005 Feb 16
3
capiECT problem
Hi, I'm trying to get capiECT working. I'd like to transfer call to another ISDN router connected extension and free channel from router to Asterisk. I get incoming call on CAPI and would liek to transfer it to dialed local extension - 400 in this case: [outbound-capi-local] exten => _4XX,1,NoOp(Transferring to local PBX ISDN number ${EXTEN} on msn CAPI/${CALLERIDNUM}) exten =>
2010 Mar 24
3
flash error & fade away
this is my current code: #notice { border: solid 1px #99cc99; background-color: #e2f9e3; color: #006600; padding: 5px; margin-bottom: 5px; } #notice.error { border-color: #e2f9e3; background-color: #eeaaaa; color: #cc0000; } <% flash.each do |key, msg| %> <%= content_tag :div, flash[:error] || flash[:notice], :id => ''notice'', :class =>
2002 Oct 14
3
Directory size display discrepency
Hi, I would liek to ask the list if any one can explain why there should be a discrepency in the directory sizes that are displayed when I use explorer on Windows. This has been reported to me by a user, I have never seen this before as I dont use windows if I can help it :-)... When I slect properties of a directory it has two enties Size and Size on disk As an example size says 33 bytes, size
2009 Jul 10
1
timestamp in jitterbuffer
Hi All, I'd liek to know what the timestamp in the jitter buffer stands for. In other words if I receive two packets "on time" how far apart should they be in terms of the jitter buffer timestamp? Thanks, Mustafa -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20090710/566fce44/attachment.htm
2006 Jun 08
1
early session audio on zap channel
Sorry about stupid question but I would liek to get help about Zap channel. We would like to get early media on session in progress from zap channel. But using the standard exten => _X.,1,Dial(Zap/g1/${EXTEN}|60|o) I don't hear any audio until someone pickup the phone. Now I can't now if there is a message from a mobile phone comany on session in progress. please help. regards
2010 Aug 18
2
Please help me run these games on linux
ok I just had my windows hardrive attacked by viruses and now that harddrive is dead till I can fix it.. so I'm back on linux, and I would liek to play some of my favorite windows games on my linux machine (thus doing away with my need for the god aweful operating system in the first place) so, heres a list of Games I'd like to see be put on the fun todo list for attempting to get them
2010 Jan 26
1
monitor option in libvirt ?
Hello, I woudl liek to start qemu-kvm with -monitor myfile.pipe options instead of default -monitor pty Anyway I have not found any way to tell libvirt (using virsh) that I want to set a specific -monitor option to the qemu-kvm command line. How can I do this ? I do not want to start manually qemu-kvm because in this way I will loose the libvirt VM management thanks Rick
2018 Jul 27
1
C7, just updated firefox, bugs
My FF 60 just crashed randomly when ever it feels liek it. ive since rolled back to older stable versions until community says its now stable. On 07/27/2018 03:37 PM, wwp wrote: Hello, On Thu, 12 Jul 2018 10:36:55 -0400 "mark" <m.roth at 5-cent.us><mailto:m.roth at 5-cent.us> wrote: I just updated the "critical" firefox update, and it is *seriously* buggy.
2006 Feb 24
8
Ruby site structure on Apache
I use a hosting company,it use appache for RoR I test a ''hello word'' code here http://www.smtservers.com/demo/ I can see the working code here http://www.smtservers.com/demo/public/say/hello My question is how to short the url like http://www.smtservers.com/demo/say/hello.I do not like public always in URL Thanks for help Mark -- Posted via http://www.ruby-forum.com/.
2004 Oct 09
2
Re:HELP
> There is no place for beginner to get a clue and still worse when they ask His email was unreadable, I gave him this link that is what he really needs http://www.bbc.co.uk/worldservice/learningenglish/ Ivan. ____________________________________________________________ Libero ADSL: navighi gratis a 1.2 Mega, senza canone e costi di attivazione. Abbonati subito su http://www.libero.it
2020 Aug 06
1
asterisk 13.33 and polycom
I am using asterisk 13.33.0 and POlycom phone with the latest firmware. The polycom phone is behind a firewall, the server is in the cloud. If the polycom has just booted - it receives a call, after some time (couple minutes) it no longer receives a ring. I see no errors in the CLI - looks just like the previous call as far as I can tell. Then reboot the phone and as soon as its ready call it
2018 Feb 12
4
domain users issue
Hi, Using a samba 4, and having users configured as primary group domain users (513) we detected that then if you execute net group /domain "Domain Users" then user is not showed in as member of domain users, if you remove from primary group and assign another group then with net group /domain "Domain Users" you can list this user as member. This generates that for example
2006 Apr 08
5
Creating sub actions
Hi, So finally I have also decided to roll my engines on Rails. But I am kind of stuck in a situation. I understand that for every model there is a controller class. This controller class has cirtain set of methods where each method defines cirtain action to be performed. And each of this action renders cirtain UI. [The background] Now let say I have a object "Car". Apart from
2006 Apr 07
4
belongs_to and lookup tables
I have two classes, Listing and Warranty. A Listing (think of it as a product) may or may not have a Warranty from a lookup table. When I want the Warranty.company for a given Listing I want to say the following: @listing = Listing.find(4) @company = @listing.warranty.company In order to do that I did the following: class Listing < ActiveRecord::Base belongs_to :warranty end and
2006 Jul 13
4
Update
Folks- I just commited another revision of the plugin. Nothing huge in this update but some extra features. Acl lists are now configurable in the config file. So you will want to blow away and recreate your config file again. Thanks to Georg Friedrich for this. And I applied Gunter Ladwig''s patch for singleton worker classes. These are workers that only have one instance of
2010 Dec 12
3
weird fail with conversion to bridges?
I''m converting my network from a "one interface per segment" to a "single connection with vlans", well, some hardware I have requires using different vlan IDs. suffice it to say I need bridges to connect a few different vlans that should all be one but can''t be because of firmware constraints. so my first step is to get shorewall to know about bridges.
2018 Feb 12
3
domain users issue
Hi, If you try net group /domain "Domain Users" in samba domain with domain users as primary group any user is showed, but If you try the same in a native AD then users are listed, try this to reproduce the error Thanks 2018-02-12 20:24 GMT+01:00 Trenta sis <trenta.sis at gmail.com>: > Hi Rowland, > > Not really sure if that is correct, tried with native AD and domain
2006 Jun 27
2
Bug in Firebug or in RJS? Or something else?
I''m getting a really strange result using RJS page.replace_html and wonder if anybody knows anything that could help me figure it out. I''m rendering a partial in a loop in edit.rhtml that puts a set of <div>s on the page, each <div> containing a checkbox_tag with an associated observe_field and a text_field_tag also with an associated observe_field. When the
2015 Jul 11
5
Re: Migrate Win2k3 to KVM
Hi, Do you need the exact error message (the codes)? I don't want Virtio. I want to boot my image first. As I mentioned I can't use the mergeide.req on the physical machine but I can do anything with the image (if I don't het error messages from the virt-win-reg). I don't know if my restore to iSCSI volume was perfect. There wasn't any error messages and the imag is able to
2004 Dec 23
3
one machine connects, others do not
I have samba 3.x running on FreeBSD 5.3, configuration info follows. One machine, mine, can connect to any share on the FreeBSD machine that i have access to. But no one else can connect, inclusive of me with the same credentials from the other computuers. All clients are WinXP Pro, some have SP2, some dont, mine does not. I had been running samba2.2 and was expierencing the same issue.