Displaying 20 results from an estimated 1000 matches similar to: "linksys wip300 firmware"
2006 Jan 31
4
broadvoice??
Does anyone have any useful contact information for Broadvoice? I've
been unable to call Argentina from my Broadvoice line for almost a
month now. Their techs keep telling me they're "looking into it" but
I get no real information. I've had several other tickets open for
almost 8 months now.
I called their PR company this morning and apparently they dropped
Broadvoice
2005 Sep 01
1
OT: SCALE 4x -- Call For Papers
Hello,
The call for papers for SCALE 4x, the 2006 Southern California Linux
Expo, is now open. This event will be our fourth annual show. It
will be held on Feb 11-12, 2006 at the Los Angeles Airport Westin. We
are expecting 1,300+ in attendance this year. We are non-profit,
community run Linux, open-source and free software conference.
If you are working on something you believe the
2006 Feb 23
9
Linksys WIP300 WiFi Phone
Whoo hoo! I just received my WIP300 from voipsupply. I have to let it
charge before I can play with it.
A few quick comments:
- I started a Wiki page at voip-info to post issues, firmware news, etc.
I really like the wealth of info on the GXP-2000 page, so I wanted to
start something similar for this phone.
http://www.voip-info.org/wiki/index.php?page=Linksys%20WIP300
- My kit
2009 Sep 29
1
Using speex for gsm-efr coding
Hello,
I would like to know please whether I can use Speex for Gsm-Efr coding?
Best Regards,
Ilan Borenshtein
RT embedded engineer
ASOCS Ltd
E: ilan at asocstech.com
T: +972 (0)3 9012090 Ext. 214
M: +972 (0)50 5745100
F: +972 (0)3 9032112
www.asocstech.com <http://www.asocstech.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Oct 29
1
Plotting iregular time series
Hi,
I have several time series that I need to plot on the same plot.
There are 3 problems with these series:
1. they do not start or end at the same times
2. they have different time intervals (seconds, minutes or hours)
3. they all have random missing time steps of a few step to longer
periods of several days
The data is imported from a database as POSIXct so that the first column
holds the
2006 Oct 11
6
Asterisk + E1 with MFC/R2 in Argentina?
Hello,
Has somebody installed this configuration: Asterisk + E1 with MFC/R2
(Telef?nica Argentina) in Argentina before? I need to know if it?s
possible with MFC/R2 argentine variation.
Thanks in advance.
R.R. Libera
2007 Jun 08
5
Write to multiple databases as redundancy scheme
Hi,
Can Asterisk write to multiple MySQL databases in different machines,
at the same time, as a backup scheme?
If it does, where can that be configured? In res_mysql.conf file?
Does anyone ever made it?
Regards,
Ricardo.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Nov 20
1
My ignorance and Fuse (or glusterfs)
I have a very simple test setup of 2 servers each working as a glusterfs-server and glusterfs-client to the other in an afr capacity.
The gluster-c and gluster-s both start up with no errors and are handshaking properly..
One one server, I get the expected behaviour: I touch a file in the export dir and it magically appears in the others mount point. On the other server however, the file
2009 Dec 01
0
FW: FW: Using speex for gsm-efr coding
Hello,
I would like to ask please to remove all of my questions from the forum.
(see at the bottom of this email)
I was asking it by email and didn't know that it will be published in
the forum.
Thank you,
Ilan Borenshtein
________________________________
From: Ilan Borenshtein
Sent: Tuesday, December 01, 2009 2:50 PM
To: 'webmaster at xiph.org'
Subject: FW: FW: [Speex-dev]
2017 Jun 15
0
does glusterfs implement vfs api ?
On 06/15/2017 10:23 AM, Ilan Schwarts wrote:
> Hi,
>
> Does GlusterFS implement the Linux VFS functionality.
> I know its a user space FS, but user space FS should also implement VFS
> funtions.
> Is this true also to GlusterFS ?
The way I like to think about it is GlusterFS implements the Linux FUSE
API/ABI, which on Linux is integrated into the Linux VFS layer.
For Macs
2017 Jun 15
2
does glusterfs implement vfs api ?
Hi,
Does GlusterFS implement the Linux VFS functionality.
I know its a user space FS, but user space FS should also implement VFS
funtions.
Is this true also to GlusterFS ?
Thanks
--
-
Ilans
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20170615/a29d0b2d/attachment.html>
2008 Mar 07
6
creating a model registry
Hi all,
This is a problem I''ve approached so many times and always worked
around, that now I want to solve it once and for all. Say I have
something like this:
---
class X < ActiveRecord::Base
acts_as_wacky
end
module Wackinator
class ControlAllWackos
@@wackos = []
def self.kill_wackos
@@wackos.each(&:kill)
end
end
def acts_as_wacky
2008 Mar 04
3
remote_form_for does not work with method = :get
It seems that remote_form_for does not work with method = :get since
it does not change the prototype call. Is this a bug?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe
2008 Feb 23
3
Attachment_fu: how to remove images?
I just used attachment_fu for the first time, and it works quite well.
I have a user-model, and each of them has_one :image (and the images
belongs_to :user). I have a question on this though: how can i remove
images? Whenever i set a new image for a user (a user who already has
an image), then the table with images gets updated correctly, with the
user_id column of the old image set to null, and
2008 Feb 29
7
Moving pagination to the Model
I''m using will_paginate in a Post class method;
[code]def self.list(page)
paginate :per_page => 10,
:page => page,
:include => :user
end[/code]
I can happily use the method on my posts controller index action;
[code]
class PostsController < ApplicationController
def index
@posts = Post.list(params[:page])
respond_to do |format|
2009 Sep 24
5
Non-ActiveRecord based model being passed as string?
I have a model that looks like this (with various other methods)
class HsdPair
attr_accessor :hsd
def initialize(hsd)
@hsd = hsd
@current_display = 0
@has_changed_flag = false
end
end
After initializing this object in the controller
@hsd_pairs = HsdPair.new(@job.hsd_pairs)
using it in the view various times and in various ways, when I try to
pass this object back to the
2007 May 18
5
Phone losing IP address for a few seconds but doesn't drop call
Hi,
Recently I've noticed on a customer's GXP-2000 phone that it loses its IP
addresse for a few seconds, audio goes blank obviously, and after about
30-60 seconds get the same IP addresse back and resumes the call. This shows
that call was not dropped but phone lost connection with the server, whereas
the caller on the other end was still talking. This is just unacceptable as
this is
2005 May 23
5
Inbound call center - reliability \ scalabil ity with queues
For an inbound call center with 4 T1s and 30-50 agents on you would do just
fine with a single, one-processor machine. We have handled more than this on
a single P4 server although we use astGUIclient instead of Asterisk queues,
but the load is very similar. I would recommend a Sangoma Quad T1 card
because they are about 30% more efficient than Digium T1 cards.
When you say that you need to
2009 Apr 18
0
gettext-2.0.1, gettext_activerecord-2.0.1, gettext_rails-2.0.1
Hi,
Ruby-GetText-Package-2.0.1 and the families
(gettext-2.0.1, gettext_activerecord-2.0.1 and gettext_rails-2.0.1)
are now available.
Ruby-GetText-Package is the library/tools for message localization.
* gettext - Message localization libraries and tools for all kind of apps/libs.
* gettext_activerecord - ActiveRecord Localization
* gettext_rails - Rails support with gettext.
Changes
2008 Feb 22
12
DRY - in controller or model????
Hello.
I''m trying to make clean efficient code and would like to find out if
there is a "BEST" way to write code. I want this to run quickly and
efficiently for my app.
I''ve got a form that needs a select list created for new and edit
functions. Same list.
Do I do this in the controller and reference @list in the forms?
def new
@list = %w { apple orange banana }