Displaying 20 results from an estimated 200 matches similar to: "Regarding GSOC 2014"
2010 Aug 28
5
native ZFS on Linux
This just popped up:
> In terms of how native ZFS for Linux is being handled by [KQ
> Infotec], they are releasing their ported ZFS code under the Common
> Development & Distribution License and will not be attempting to go
> for mainline integration. Instead, this company will just be
> releasing their CDDL source-code as a build-able kernel module for
> users and
2006 Jul 19
2
echo cancellation seg faults
Probably the level of your signal is too low and/or you're just not
letting it time to adapt.
Jean-Marc
Le mercredi 19 juillet 2006 ? 19:00 -0400, ac2491@columbia.edu a ?crit :
> On closer looks and debugging I always end up in
>
> speex_echo_cancel function with comment
> /* Temporary adaption rate if filter is not adapted correctly */
>
>
> Does this give any clue
2006 Jul 19
2
echo cancellation seg faults
Hi,
If I pass the same ref and the echo data to the echo cancellation
API, I am expecting silence as output. I get back the original
audio data. Is this correct?
Thanks
-Anurag
Quoting ac2491@columbia.edu:
> Hi Jean,
>
> I got the earlier problem fied with correct NN and tail values.
> But
> I dont see any echo being cancelled. To the echo cancel API I am
> giving, audio
2014 Jun 27
4
Attack on Sip server.
Hi All.
Someone is attacking on my SIP server.
There are lot of requests coming in and I am not able to stop it because I
am unable to detect the IP address.
I used wireshark to capture the packets.
Although I am using very strong password for my SIP users but still is
there any way to drop these packets and stop this attack.
I tried dropping packet after matching some string (most of the
2006 Jul 18
2
echo cancellation seg faults
Hi,
For my VoIP application machine A sends speex encoded audio of to
machine B and vice versa at. Data is captured in PCM 8Khz, 16 bit
and then encoded using speex 1.1.12
The packet A played and the packet A captured through mic are the
input to speex echo canceller. So I am trying to remove traces of
packet A played from the captured data. I have followed example
testecho.c
All I hear is some
2002 Sep 01
3
Unable to print
Hi,
I am using Microsoft Word Viewer to view documents via wine. CUPS
is installed and working perfectly.
But when I try to print via Word Viewer, it says no printer found
:(.
I checked the config file in wine, and its shows that CUPS is
present.
Kindly let me know how to get it working :)
-Regards Anurag
__________________________________________________________
Give your Company an email
2014 Jun 26
1
Executing an AGI python script in Asterisk after call is bridged.
Hi All,
There is an option of starting the recording of call after the call is
bridged. [ b option].
Is there any way of running an AGI script only if call is bridged otherwise
not.
Thanks
--
Anurag Rana
http://newbie42.blogspot.in/
On the trampoline of life's experiences, Striving towards a saintly life in
the midst of these materialistic turbulences.
-------------- next part
2014 Sep 07
2
Pattern Extension not working in Dialplan
Hi,
I created a dummy dialplan where I ask the user to enter the age.
[macro-age]
exten => s,1,Background(my/age) ;;Play recorded message to enter age
exten => s,n,WaitExten(10)
exten => _XX,1,Set(AGE=${EXTEN}) ;; this line is not executing, instead
dialplan is terminating with error given below.
exten => s,n,NoOp(${AGE})
exten => s,n,GotoIf($[${LEN(${AGE})} >
2014 Sep 28
2
How to append the recording file.
Hi All,
I am trying to record the call using MixMonitor.
exten=>_XXXX,n,MixMonitor(${EXTEN}.wav,b)
What i want to do is-
when first time a call is made to some number say 1100, a new file
(1100.wav) is created.
When call is made 2nd or 3rd time, no new file is created instead call
recording is appended to file created in above step.
Now I know that 'a' option is used to append the
2014 Jun 25
1
Echo Cancellation when calling from softphone to mobile.
Hi,
I am using Twinkle to call mobile phone but there is too much noise on the
mobile user's end. Mobile user's voice is echoed back to user. While on
twinkle end everything is fine.
Using Asterisk 11.
Please suggest some way to mitigate the problem.
Thanks.
--
Anurag Rana
http://newbie42.blogspot.in/
On the trampoline of life's experiences, Striving towards a saintly life in
2014 Jun 26
1
Changing recorded file storage directory.
Hi All,
In asterisk, default directory to store the call-recording files is
/var/spool/asterisk/monitor.
Can we change this directory? How?
--
Anurag Rana
http://newbie42.blogspot.in/
On the trampoline of life's experiences, Striving towards a saintly life in
the midst of these materialistic turbulences.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Aug 19
4
SVN installation problem in ferret
Hello,
I am not able to run this command given in the tutorial
http://projects.jkraemer.net/acts_as_ferret/
*Inside your Rails project*
Please use
script/plugin install
svn://projects.jkraemer.net/acts_as_ferret/tags/stable/acts_as_ferret
gem is installed.
i have added the desired line in environment.rb as well
but while running this particular command of svn://.. nothing actually
2013 Apr 05
1
Using hmac-sha2-256 in OpenSSH 6.2p1
Hi,
I could not use hmac-sha2-256 in OpenSSH 6.2p1. I tried configuring in
sshd_config file also, but the server was not starting. How can I use
hmac-sha2-256 & hmac-sha2-512 in OpenSSH server in accordance with RFC
6668?
I have installed OpenSSH in a computer with the following configuration:
Architecture: x86 32-bit
OS: RHEL AS 4 (Nahant update 4) (Linux version 2.6.9-42.EL)
Thanks and
2002 Aug 30
1
Printing in Wine
Hello,
I am using Wine to run Tally, an accounting package. Over the
network, we are able to print documents using OpenOffice as we
have CUPS installed. I read the DOCS related to printing in Wine
and they say, I dont need to configure wine if I have CUPS
installed. But whenever I issue the print command in tally,
nothing happens. I checked out /var/log/messages but didn't find
any
2014 Jun 27
1
How to execute an AGI script for each call.
Hi All,
I am trying to execute some AGI script no matter what extension is called.
There is 'h' extension to call AGI script when any call hangs up no matter
what extension hangup.
for example ->
[some-context]
/// something here which call AGI script no matter what extension receive
call.
exten => 111,1,Dial(SIP/111)
exten => 112,1,Dial(SIP/112)
exten => h,1,AGI(pt.py)
2014 Jul 13
1
Recording sound.
Hi All,
I am calling mobile numbers from Soft-phone and recording the call.
In recording the level of sound from the receiver's side is perfect (loud
enough) but my voice's sound level is very weak. I barely can hear it.
During the call receiver is able to hear me. But in recording my part of
conversation is barely audible.
I am recording using MixMonitor().
Is there anything that can
2014 Sep 17
1
${ANSWEREDTIME} returning null
Hi,
I am initiating a call using call files. In 'h' extension I am trying to
collect the value of ANSWEREDTIME variable but it is returning null.
While It works fine when call is not generated using call files instead is
generated from softphone.
any idea what might be wrong?
thanks
Anurag Rana
http://newbie42.blogspot.in/
-------------- next part --------------
An HTML attachment was
2008 May 31
1
Can Wine run on anything other than x86 ?
I was just reading this article
http://blog.sillica.com/2008/05/30/valve-source-engine-to-hit-linux-soon/
and author suggests that one of the Wine derivative has been used on
PS2 in order to run the DirectX features using OpenGL.
Is it technically possible to do with Wine? For all I know, Wine
waited a long to get to Mac and port was only successful after Apple
started using Intel CPU's.
2006 Jul 24
2
Fix for lsp.c for 16-bit platforms (TI C55x DSP)
Jean-Marc,
Last week I tried the SVN code (build 11700) on the TI C55x DSP, and found that operation was broken again. I traced this to build 11522, committed on 5 June. The problem is in lsp.c, function lsp_to_lpc(). The line (lsp.c line 461 in build 11700):
xin = 1<<(QIMP-1); /* 0.5 in QIMP format */
evaluates to zero. The following change corrects the problem:
xin =
2013 Apr 27
1
file corruption
I am using rsync in my project for copying database binary files over the
network from active module to standby module.
Once in a while files found to be corrupt on standby module when copying is
done first time.When I checked the active module
at that time files found to be proper.
rsync is completing successful without giving any errors.
On comparing both files I see a big hole in standby file