Displaying 20 results from an estimated 1000 matches similar to: "OT- Using TR-069"
2007 Feb 27
3
Icecast source encoder that can handle http streams?
I need to set up an icecast server which will stream out local MP3s
sometimes and relay another internet radio station at other times. In
order to do this, it seems like the icecast relay support won't help
me - there's no way to turn that on and off without changing the
icecast config and restarting the server. The only external icecast
source app that seems to handle http
2010 Apr 26
1
1.6.2 - Pickup and SIP Replaces header
Hello,
I'm using Thomson/Technicolor ST2030S hardphones with Asterisk 1.6.
Changing from 1.6.1.18 to 1.6.2.6, I can see a change in Pickup's behaviour
and I'm a bit confused about it.
With 1.6.2.6, when extension 7791 is calling extension 7792, I can see
INVITE messages coming in and out Asterisk.
I can also see a NOTIFY message advertising this call to subscriber 7793,
for instance.
2008 Jun 12
5
[RFC][PATCH 0/3] configfs: Miscellaneous fixes
Hi,
The following patches fix few bugs/APIs in configfs. The third one depends on
the patch introducing configfs_dirent_lock previously submitted in
http://lkml.org/lkml/2008/6/12/232
Louis
--
Dr Louis Rilling Kerlabs
Skype: louis.rilling Batiment Germanium
Phone: (+33|0) 6 80 89 08 23 80 avenue des Buttes de Coesmes
http://www.kerlabs.com/ 35700 Rennes
2009 Jul 20
0
No subject
<snip>
Replaces: pickup-9582-c0a80101-d-4 at 192.168.101.102
<snip>
This Replaces header refers to RFC3891 which is not yet supported in
Asterisk (see http://www.voip-info.org/wiki/view/Asterisk+SLA)
This INVITE fails with :
<snip>
chan_sip.c: Trying to pick up 7792 at subs
<snip>
app_directed_pickup.c: No target channel found for 7792.
If I'm dialing *87792 instead
2007 May 31
3
where to get list of all ActiveRecord classes
Anybody know how to get a list of all your model classes from a rails
environment?
I''d like to do something like "ActiveRecord::Base.subclasses" but that
gives me:
pcollins@horatio:~/proj/foobox$ script/console
Loading development environment.
>> ActiveRecord::Base.subclasses
NoMethodError: protected method `subclasses'' called ...
Anybody know how to do
2006 May 26
3
Breakdowns in has_many abstraction
I discovered an interesting aspect of has_many behavior that I''m
struggling to work around. I''m not sure if I''m doing something wrong,
or if it''s a legitimate bug, or if it''s an inherent part of Rails that
I just have to learn to deal with.
It boils down to these two problems:
- changes in collection objects (i.e. models that belong_to a
container
2003 Apr 03
2
Printing zero as dot
I'm pretty sure I've seen some examples of a function printing zero
entries in a matrix as dots, but I'm not able to find it now...
Any suggestions...? Thanks in advance. (Of course, I might have dreamt
of such a function...)
Best,
Giovanni
--
__________________________________________________
[ ]
[ Giovanni Petris
2020 Jun 13
3
Voice "broken" during calls
Am 13.06.2020 um 22:09 schrieb Antony Stone:
Hi Antony
> You are *assuming* that it's the codec causing the difference.
Well, I really don't know what I can think, now...
> We don't know that.
>
> Let me get this clear, to make sure I understand (differences emphasised):
>
> 1. You use *a VoIP softphone app* on your mobile, which is registered by SIP,
> to
2008 Oct 06
10
Uninitialized constant Spec:Story
Hi, I''m fairly new to Rails and v. new to RSpec. Think it looks pretty
useful and so I''m trying it out for the first time. I have installed the
rspec-rails gem and created a simple plain text my_story file and
my_story.rb file along the lines described here -
http://www.tomtenthij.co.uk/2008/1/25/rspec-plain-text-story-runner-on-a-fresh-rails-app.
When I run
2020 Jun 14
2
Voice "broken" during calls
Am 13.06.2020 um 22:56 schrieb Antony Stone:
Hi Antony,
> I would like to see a much simpler one-for-one comparison: only change one
> thing at a time, and see what the difference is.
>
> So: I suggest you try *two* independent *pairs* of tests:
OK
> 1a. Using your Android phone, connect using your home wireless network (I
> assume you have a wireless network, if not then
2012 Jun 17
5
[LLVMdev] Which pass converts call printf to puts?
I found that LLVM optimized the IR by replacing printf with puts. I
wondered which pass did this optimization? And is it common that puts is
faster (and some other metric) than printf?
--
Thanks
Thomson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120617/08aa6c45/attachment.html>
2012 Jun 26
2
[LLVMdev] Does anaysis group only contain passes?
Thanks, John.
This sounds reasonable that the analysis group just provides an interface
to its implementors (pass). Then I have another question, is it allowed to
specify multiple pass in the same analysis group in the command line for
opt? If yes, which pass will be used for the call of
getAnaysis<AnalysisGroup>()?
-Thomson
On Mon, Jun 25, 2012 at 10:34 PM, John Criswell <criswell at
2020 Jun 14
4
Voice "broken" during calls
Am 13.06.2020 um 22:56 schrieb Antony Stone:
Hi again,
> 2b. Take your Thomson telephone to some other location with Internet access,
> let it register to your home Asterisk server, and them make a call to the same
> number yet again. I'm sure you can get the Thomson to connect to Asterisk via
> some external network, since you say you can do this from your Android phone.
1999 Sep 09
1
read.table bug
Suppose we have a data file containing:
"Smith, John", 120, 90
"Thomson, Peter", 110, 85
there are 3 variables in it. If we use
x <- read.table("tmp.txt", sep=",")
to read the data to a data.frame,
the result will be 4 columns.
Splus 4.0 have no problem with this kind
of data.
Li Dongfeng
1999 Sep 09
1
read.table bug
Suppose we have a data file containing:
"Smith, John", 120, 90
"Thomson, Peter", 110, 85
there are 3 variables in it. If we use
x <- read.table("tmp.txt", sep=",")
to read the data to a data.frame,
the result will be 4 columns.
Splus 4.0 have no problem with this kind
of data.
Li Dongfeng
2012 Jan 26
1
(no subject)
Dear Rhelp,
When I try to plot a barplot, I get the following message:
Error in plot.new() : figure margins too large
What does this mean and how can I fix it?
I appreciate your help,
Horatio Gates
[[alternative HTML version deleted]]
2010 Jul 13
9
Xen 4 Ubuntu Lucid panics
I have tried 4 time unsuccessfully to install Xen 4 on Ubuntu Lucid (10.4) 64
bit version using the tutorial at
http://bderzhavets.wordpress.com/2010/04/24/set-up-ubuntu-10-04-server-pv-domu-at-xen-4-0-dom0-pvops-2-6-32-10-kernel-dom0-on-top-of-ubuntu-10-04-server/
on a Lenovo thinkcentre workstation.
When I boot I get a kernel panic. If I boot the Linux kernel that I compiled
using the
2011 Jul 10
2
Thomson ST022 - External Call problems
Hy all of you,
I've successfully installed a freepbx solution with 10 extensions :
- 5 on Linksys SPA922
- 1 on Linksys SPA942
- 1 on Thomson ST022
Everything seems to work fine with all the hardphones excepts last week.
The thomson has a strange behaviour. It can reach french mobile cell
phones but when it reaches "fix" phones, the correspondant can't hear
the caller.
What
2012 Jun 24
2
[LLVMdev] Does anaysis group only contain passes?
I found that ProfileInfo is contained in an analysis group, but ProfileInfo
class itself is not derived from any base classes of passes, so it appears
not to be a pass. Anything I missed here?
Thanks,
-Thomson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120624/7f26ca93/attachment.html>
2014 Jan 12
2
[LLVMdev] How are OutputOperandList and InputOperandList used?
I saw many definitions derived from Instruction defines OutputOperandList
and InputOperandList (usually in the xxxInstrFormats.td), but I don't see
where they are referenced. Anything I missed here?
Thanks,
-Thomson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140112/e6e87e9f/attachment.html>