Displaying 20 results from an estimated 4000 matches similar to: "Bug in SUBSCRIBE handling : running out of RTP ports"
2005 Feb 07
1
Provider with GA DIDs and LNP
Hi,
I am looking for a provider that can provide DIDs in Atlanta, GA (national
in future) and who can port an existing number. LiveVoip is a perfect fit
but doesn't do LNP :-(.
Currently I only need a handful of numbers ported, but will have more
requirement in future. I'll need unlimited simultaneous incoming/outgoing
calls (can pay for incoming as well).
Any pointers are much
2005 Feb 22
1
Polycom IP 500 : Displaying digits dialed after connection
Hello All,
I am wondering if there is a way to make Polycom IP 500 SIP phone display
digits dialed after a call is connected. For example, when I call an IVR,
after the connection is complete, the digits dialed to enter account number
etc are not displayed on the phone. They are sent to the target. My users
are asking to see the digits dialed as they are used to seeing them on our
old Nortel
2008 May 21
2
How to know the environment (development/test/production) inside a worker
Hi Guys,You can start backgroundRb in different environments using -e
option.
./script/backgroundrb -e production
I like to run a rake task from my worker - something like rake
RAILS_ENV=proper_environment thinking_sphinx:start
I am not sure how to figure out the environment with which the backgroundRb
is started from inside a worker task. Any help is appreciated. Thanks for
your time.
Regards
2009 May 06
3
Using ActiveRecord in FXRuby application
Hello,
I am a newbie to FXRuby development.
I like the fact that I can write the code in Ruby for cross-platform
GUI development. I am developing a desktop application that needs to
save some information to a database. I am using ActiveRecord for this
purpose.
My code works fine when I don''t require fox16 and include Fox. But
once I do that I get a bunch of warnings.
Here is the sample
2008 May 29
0
How to know the environment (development/test/production) inside a worker - FIXED
Hi Guys,Looks like I have to do this in backgroundrb.yml
:backgroundrb:
:ip: 0.0.0.0
:production:
:backgroundrb:
:port: 11008 # use port 11008
:environment: production
That is, have an entry for "environment: production" under :production:,
This seems to have fixed the issue.
Regards
Sarat
On 5/29/08, Sarat Kongara <saratkongara at gmail.com> wrote:
>
>
2009 Apr 20
7
Fitting linear models
I am not sure if this is an R-users question, but since most of you here
are statisticians, I decided to give it a shot.
I am using the lm() function in R to fit a dependent variable to a set
of 3 to 5 independent variables. For this, I used the following
commands:
>model1<-lm(function=PBW~SO4+NO3+NH4)
Coefficients:
(Intercept) SO4 NO3 NH4
0.01323 0.01968
2009 Feb 03
3
Boxplots by variable
Dear R users,
I have a matrix "final" which looks like this:
final
oSO4 oNO3 mSO4 mNO3
[1,] 3.3728 0.2110 1.9517421 1.01883602
[2,] 0.8249 0.0697 1.5970292 0.11368781
[3,] 0.2636 0.1004 0.6012445 0.24356332
[4,] 8.0072 0.3443 6.1016998 3.63207149
[5,] 13.5079 0.6593 12.4011068 1.55323386
[6,] 6.1293 0.1989 5.7620926 0.12884845
[7,] 0.6004 0.0661
2009 Apr 14
2
Controlling widths in write.fwf()
Is there a way to handle the widths of values being written to a file
using wrtite.fwf() ?
For example, I used read.fwf(file, width.vector) to read a file. After
making the necessary data manipulation, I want to write the data to a
new file in the same width.vector format. Is there a way to specify
this?
Thanks in Advance
Aparna
[[alternative HTML version deleted]]
2009 Apr 22
2
Exporting objects plotted with plot3d() - rgl package
Dear all,
Can anybody tell me how to export a 3d figure made with the plot3d
function? I'm careless about whether it's still interactive or not in
another format, as long I can get it out of R.
Thanks!
Alejandro Gonz?lez
Departamento de Biodiversidad y Conservaci?n
Real Jard?n Bot?nico
Consejo Superior de Investigaciones Cient?ficas
Claudio Moyano, 1
28014 Madrid, Spain
Tel +0034
2011 Mar 15
1
signal amplified by asterisk
Hi there,
i called one asterisk server from another asterisk server. The calling
server played back a audio data und the answering server recorded the audio
sample using record() function.
I tried both ISDN, VoIP connections. Camparing with the original audio data,
the recorded samples from both connections were amplified by asterisk, so
that the recording were much louder. But I didn't
2016 Jun 06
4
PJSIP subscribe
Hello,
I'm trying to use presence with PJSIP and I have a "issue".
I created correctly hint priorities like:
exten => 1000,hint,PJSIP/1000
exten => 1001,hint,PJSIP/1001
Extension 1000 can subscribe extension 1001 y vice-versa. The problem is
when the extension 1000 make or receive a call. In the softphone where
the extension is present on buddy list, the extension appear
2008 May 23
0
Backgroundrb-devel Digest, Vol 24, Issue 7
Hi, all. Just wondering if anyone has tried using the Paperclip file
upload plugin with Backgroundrb. My current implementation uses
attachment_fu - I save the file initially to the file system without
generating thumbs, then a bdrb process picks up that file, generates
thumbs, and saves to S3. This works fine and dandy, the only hitch is
I want to save image metadata in the same table
2010 Dec 07
1
[headset/mic] Volume too low + echo in *
Hello,
I'm having the following problem when using a headset on XP
connected to an on-board Realtek soundcard on an AsusTek M2N68-AM Plus
motherboard:
- Using any sound recorder (Windows', Audacity, XLite), the level is
just too low when speaking at a conversational level, even with the
microphone level pumped all the way up (line displayed totally flat in
Recorder)
2007 May 29
2
Noise suppression less than AGC gain
Hi,
I've had a small case with noise suppression and AGC. I have a fairly
noisy environment here, and with the default parameters, noise
suppression works fairly well while I talk. However, when I shut up, AGC
starts slowly increasing the gain until it has amplified whatever noise
is left to levels about equal to having no filtering at all. As soon as
I talk, AGC backs down fairly quick
2009 Feb 27
1
Large 3d array manipulation
I have a large 3 dimensional array of size (243,246,768)
The first dimension is Rows, second is columns and the third is Time.
So for each row and column, I want to calculate the mean of time steps
1:8, 2:9, 3:10 and so on and assign the values to a new array. For this
I am using the following script.
for(i in 1:243)
{
for(j in 1:246)
{
for(k in 1:768)
{
newVar[i,j,k] <- mean(
2009 Feb 06
1
Tables in legend
I need to create a legend for a simple scatter plot in the following
format.
This is Blah1 number1 number2
This is Blah2 number3 number4
.
.
.
This is Blah6 number11 number12
I looked up these help pages and found the following solution.
lStr<-c(Blah1, Blah2,....Blah6, number 1, number2, ...number12)
legend(x="topright",lStr,ncol=3)
So this creates the tabular format I am
2005 Jun 22
1
Speech detection in preprocessor with echo
agc_gain seemed to fit with the idea of what I wanted to do, it was
easy to understand its units and behavior, and freezing it produced
the desired results. Also I wanted to cap it, so that's done at the
same place, and that definitely works.
All I want to do is be able to freeze AGC adaptation and put an
upper bound on the AGC (for example, 2x amplification). Both of
these things seem
2005 Oct 15
1
help with openssh
Can anybody help me with this : ?
I first generated rsa key with this :
ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key
then I went on to generate the DSA key too....(just incase my SSHD does not
like RSA).
ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key
and then I ran
root at 00_00_09_PECA_NP1:/usr/bin# sshd -d -d -d -d -d -d -d -d -d
debug3: RNG is ready, skipping seeding
debug2:
2017 Feb 28
2
Systemd debug logging turned on in CentOS 7
On Tue, Feb 28, 2017 at 10:49 AM, Valeri Galtsev <galtsev at kicp.uchicago.edu>
wrote:
>
> On Tue, February 28, 2017 9:22 am, Rob DeSanno wrote:
> > Last time I saw it, I had just upgraded my CentOS 7 box with the
> > 3.10.0-514 kernel and it rebooted already configured into debug mode.
> Not
> > sure if this is a ???feature?? of the newer kernels or not but glad
2014 Jul 31
0
CentOS6: sound prefs, how to limit output volume to the un-amplified range?
Hello there,
recently installed CentOS6 on a (quite old) 64-bit system, and from the
GNOME's sound preference app, I can see that the Output volume range is
said "amplified" from 63% to 100%. Below 63% it's unamplified.
No idea what's implied behind this amplification (I don't see this on
other desktops), but I notice that when "amplified" the sound is pretty