similar to: mp3 to gsm?

Displaying 20 results from an estimated 3000 matches similar to: "mp3 to gsm?"

2005 Feb 22
4
does asterisk support menus?
Whenever some call comes in i want it to be automatically picked up and then it plays some message "Welcome to xyz, Press 1 for sales and 2 for support" and then it takes it to the particular extension of sales/support. can i achieve this thing using asterisk? Kindest Muhammad Muzzamil Luqman -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Feb 22
3
asterisk -vvvvvvvgrc?
what does the parameter -vvvvvvvgrc meanand are there any others as well? Kindest Muhammad Muzzamil Luqman -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050222/20195567/attachment.htm
2005 Feb 18
2
any good redhat 9.0 rpm reposiroty?
I have been googling for the RPM kernel-source-2.4.25-040218.i386.rpm or kernel-source-2.4.25-040218.i686.rpm for the last 59 hrs and couldn't succeed. Can someone suggest me some good Redhat Linux 9.0 rpm repositories. And will the Debian deb work with redhat or not? Kindest Muhamnmad Muzzamil Luqman -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Feb 25
1
msic while ringing
I want to setup a senario in which the callers hears to some music file while the phone is ringing and as soon as the line is answered the music is stopped palying. i.e. instead of the rings the caller listens to some music. Is is possible with asterisk? Kindest Muhammad Muzzamil Luqman -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Feb 17
4
can't enable trunking :(
I have successfully installed and configured the asterisk, the incoming and the outgoing calls are working fine, its a tremendous solution :) Now i want to enable trunking between two asterisk boxes, in the iax.conf i have put: [karachi] ... ... ... trunk=yes ... ... ... everything seems to work fine but when i load asterisk it says: -------------- Feb 17 10:59:14 WARNING[18726]:
2006 Feb 07
1
IVR Menu
Hi, I made a simple menu using the Background application and some wav files. I converted the wav files using for a in *.wav; do sox "$a" -r 8000 -c1 "`echo $a|sed -e s/wav//`gsm"; done (from http://www.voip-info.org/wiki/index.php?page=Convert%20WAV%20audio%20files%20for%20use%20in%20Asterisk) The first two files "01/bemvindo" and "01/menu_top" are good.
2005 Feb 18
0
can't see calling number
My asterisk environment is: ... -> [Asterisk PBX1] -> [Asterisk PBX2] -> [SIP Clients] Where the "..." are the normail landlines from where i am getting calls into my PBX1. As soon as i recieve a call into the PBX1 i use: exten=>BLAHBLAH,1,Dial(IAX2/PBX,10,tr) to forward it to the PBX2 but on the PBX2 side where i am supposed to choose between a number of sip clients, i
2005 Mar 19
1
noice sip to sip only???
i have been using the asterisk for some three weeks. Previously i was using the softphone iax-phone and now i have to shift to the sip phone xlite. The problem is that there's always unbearable noice in sip to sip calls. Is there any way to get rid of this???? Kindest MM Luqman -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Jun 08
2
gsm file
Hi, I'm newby here, reading the handbook and starting playing with *. What are the audio .gsm files in /var/lib/asterisk/sounds ? Playback command can only play .gsm ? how do i convert from .wav to .gsm ? Thanks a lot Victor
2016 Nov 16
2
Multiple location DC's with same hostnames
Hi, Not sure exactly how I would word the subject line so appologies in advanced. We are trying to accomplish the following scenario: Location 1: PDC: fs01.loc1.example.com IP: 10.0.0.1 Location 2: SDC: fs01.loc2.example.com IP: 10.0.1.1 Clearly when we join the SDC to the PDC there is a naming conflict. The end result would be to have clients at each site resolve the fs01 name to
2009 Dec 04
2
Standard deviation for each element in a set of matrices
Hello R-users, I would like to know how to find the standard deviation for each element in a set of matrices. Given the following files, File1 File2 File3 1 1 1 4 4 4 7 7 7 2 2 2 5 5 5 8 8 8 3 3 3 6 6 6 9 9 9 I want to calculate the standard deviation for every cell in the file (I'm using gridded data). The desired output is Output 3 3 3 3 3
2003 Aug 20
1
Syncronize large file
i have several large .tar backup file on the server it's about 2 GB and 4 GB the question is, if i syncronize using rsync to other computer, rsync will re-transfer the whole 1 big file, or only transfer part of the file ? or maybe i should reduce the size, by splitting the file into 650 Mb each. or it's the same as if transfering via FTP ? thanks Luqman.H ---------------------
2008 Sep 10
6
request: most repeated component of a list
Dear R community I have stored the results of arrays in a list consist of J-components (say 200 components). Each component containing same no of columns but may be different no of rows. e.g [[1]] [,1] [,2] [,3] [,4] [,5] [1,] 4 0 0 0 0 [2,] 4 3 4 0 0 [3,] 4 3 4 0 0 [4,] 4 3 0 0 0 [[2]] [,1] [,2] [,3] [,4] [,5]
2016 Apr 09
3
[FORGED] Generating random data with non-linear correlation between two variables
Please specify your goal in the oracle/psql analytical functions you know or specify what you mean by nonlinear correlation Sent from my iPhone > On Apr 9, 2016, at 6:09 AM, Muhammad Bilal <Muhammad2.Bilal at live.uwe.ac.uk> wrote: > > No its not. I am doing all these experiments for my own learning purpose. I am Oracle SQL & PLSQL programmer and I can do these things with
2006 Aug 24
5
Check values in colums matrix
Dear all, I apologize if my question is quite simple. I have a dataset (20 columns & 1000 rows) which some of columns have the same value and the others have different values. Here are some piece of my dataset: obj <- cbind(c(1,1,1,4,0,0,1,4,-1), c(0,1,1,4,1,0,1,4,-1), c(1,1,1,4,2,0,1,4,-1), c(1,1,1,4,3,0,1,4,-1), c(1,1,1,4,6,0,1,5,-1),
2009 Dec 30
2
select elements and transpose
Hi all, Given the following, > xx [[1]] V1 V2 V3 [1,] 1 2 3 [2,] 4 5 6 [3,] 7 8 9 [[2]] V1 V2 V3 [1,]10 11 12 [2,]13 14 15 [3,]16 17 18 [[3]] V1 V2 V3 [1,]19 20 21 [2,]22 23 24 [3,]25 26 27 how do i extract elements in each file so that after transpose, it looks something like the following; 1 10 19 2 11 20 3 12 21 and so on.. Thanks.. -- Muhammad
2009 Dec 27
3
Scaling error
Hi useRs, I ran into an inconsistent output problem again. Here is the simplify illustration I've got a matrix as follows > x V1 V2 V3 [1,] 1 2 3 [2,] 4 5 6 [3,] 7 8 9 Associated with the matrix is a scaling factor, sca, derived from, say the mean of the respective columns, V1-V3; > sca V1 V2 V3 2.5 1.7 3.6
2006 Aug 24
3
How to compare rows of two matrices
Dear all, I have a dataset train <- cbind(c(0,2,2,1,0), c(8,9,4,0,2), 6:10, c(-1, 1, 1, -1, 1)) test <- cbind(1:5, c(0,1,5,1,3), c(1,1,2,0,3) ,c(1, 1, -1, 1, 1)) I want to find which rows of train and test it different in its last column (column 4). The solution must be something like train [,1] [,2] [,3] [,4] [1,] 0 8 6 -1 [3,] 2 4 8 1 [4,] 1 0 9 -1
2006 Jan 27
5
How to convert decimals to fractions
Dear all, Are there any functions to convert decimals to fractions in R? I have the result: > summary(as.factor(complete.ID)) 0 0.0133333333333333 0.04 2256 488 230 0.0666666666666667 0.0933333333333333 0.106666666666667 2342 310 726 0.133333333333333
2006 Apr 11
2
About list to list - thanks
Thank you very much for your useful suggestions. These are exactly what I was looking for. foo <- list(foo1, foo2, foo3) lapply(foo, function(x) matrix(unlist(x), nrow = length(x), byrow = TRUE)) or lapply(foo, function(x) do.call('rbind', x)) Best, Muhammad Subianto On 4/11/06, Muhammad Subianto <msubianto at gmail.com> wrote: > Dear all, > I have a result my experiment