similar to: IVR menu sound processing for AMR and GSM + live test available

Displaying 20 results from an estimated 2000 matches similar to: "IVR menu sound processing for AMR and GSM + live test available"

2004 Sep 24
2
Re: [Asterisk-Dev] Free G.729 ready for download
I expropriated the right to rip Daniel's disclamer for use in my email too.. DISCLAIMER: You might have to pay royalty fees to the G.729 patent holders for using their algorithm. For easier testing I prepared codec_g729.so binaries and associated libraries and put them on the web: http://kvin.lv/pub/Linux/Asterisk/ arkadi.
2009 Mar 04
1
how to estimate distribution?
Dear R-Experts, I have an empirical dataset with 150 subjects for 24 observations. In each observation, each subject can have a score in the range 0:3. I made then a simple index making the sum of the values in each row, so each subject have a score between 0 and 72. I was thinking about what kind of theoretical distribution such an index should have, so I try to make things random like:
2007 Jul 30
3
Bind together two vectors of different length...
Dear everyone, I've got difficulties in realizing the following task: I have two vectors: A <- c(1:10) B<- seq(1,10,2) Now I want to make a table form vectors A and B as rows, and if a value of A isn't present B, then I want to put a N/A symbol in it: Output should look like this: 1 2 3 4 5 6 7 8 9 10 1 0 3 0 5 0 7 0 9 0 How can I do this in R? Thank you. -- Andris
2007 Sep 14
2
Prompt for extension with standard dial-tone.
Hi, What i want to do - is to give ability for answered call to hear regular dial tone and be able to enter phone number - that i would dial later. I tried to look at WaitExten and PlayTones, but they seem to not work together - WaitExten doesn't interrupt going on PlayTones. Is there any way how i could do that - so that it looks really natural? It would be silly to create long-long-long
2019 Dec 01
2
Mail-crypt won't encrypt emails
Hi, (Reposting as my previous post got zero replies.) We're running Dovecot 2.2.36 and we need to set up the mail-crypt plugin to encrypt all incoming and outgoing emails. Outgoing emails seem to get encrypted fine but the incoming ones don't. We tried everything including this config: mail_attribute_dict = file:%h/Maildir/dovecot-attributes mail_plugins = $mail_plugins mail_crypt
2012 Jun 15
1
Does Asterisk support AMR and AMR-WB
Hi all, I have a project for the 3G related, AMR and AMR-WB support. I'm using the client develop suite from the PortSIP(http://www.portsip.com), as their said support the AMR, AMR-WB with RFC4867. Now I have to setup a SIP server/SIP PBX in our Lab for test, does the Asterisk support these codecs and RFC4867 ? If no, there has any plugin to support this ? Also, any other Server/PBX which
2012 Mar 21
0
AMR Codec with Asterisk 1.8.9.1
Hi All, I would like to configure AMR codec in asterisk 1.8.9.1. After lots of research i found " http://sourceforge.net/projects/asterisk-amr/files/" thie link, and follow steps to configure amr. codec_amr.so successfully compiled and load in asterisk. *> core show translation * Translation times between formats (in microseconds) for one second of data Source
2010 Aug 25
1
AMR Codec
Has anyone successfully compiled the AMR codec into an Asterisk install, and if so, what steps did you take? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100825/b3db9f37/attachment.htm
2007 May 04
1
AMR vs Speex on wireless networks.
In order to develop a Voip application, today i should make it robust to bit-errors over wireless networks. This is an actually lack of Speex, infact what i've understood is that if a packet arrives corrupted, i must pass NULL to the decoder in order to let it know. My target is to use UDP (with checksum field disabled) and exploit also corrupted packets giving them to the AMR codec. Otherwise
2010 Mar 29
0
amr
Just noticed that packman has precompiled versions of amr codec. Both wideband and narrowband. Can these be used for asterisk? Heard some nice about AMR (in general) If so, any one around with experience with either?? hw
2018 Jul 20
2
G729
> > ​The community would benefit if a non/licensed version of G729 would be > included with Asterisk​, since the license expired. The current codec > source code posted still requires licensing. > ​I am sure Digium would not prefer to ​ ​acknowledge this, but the phenomenal growth of Asterisk is due to the a​availability of a free G729 codec compiled and distributed free by Arkadi
2013 Feb 15
0
how to incorporate amr codec with asterisk 11
Hi all, please, what are the procedures to add amr codec to my asterisk 11 (latest asterisk version). Thank you so much.
2006 Apr 03
0
[amr] raid config went from RAID5 to RAID0 ?
I just noticed something very strange on one of our Dell PE1750 servers. It is running FreeBSD 4-STABLE on dual CPU's with the embedded Dell Raid controller (amr driver). Attached are 3 disks of 145GB. On a RAID5 logical drive this gives me ~280GB storage. Up until the last reboot (35 days ago) the 'amrcontrol' status utility gave me: Logical drive 0 Stipes blah Size blah
2014 Apr 30
2
AMR installation error
make gives this: codec_amr.c: In function 'amrtolin_sample': codec_amr.c:227: error: 'AST_FORMAT_AMRNB' undeclared (first use in this function) codec_amr.c:227: error: (Each undeclared identifier is reported only once codec_amr.c:227: error: for each function it appears in.) codec_amr.c: In function 'lintoamr_frameout': codec_amr.c:345: warning: unused variable
2007 May 05
0
AMR vs Speex on wireless networks.
Rethinking to BER in UMTS, it seems acceptable to use speex on it do you agree? ----- Messaggio originale ----- Da: marzullo maio <marzullo63@yahoo.it> A: Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> Cc: speex-dev@xiph.org Inviato: Sabato 5 maggio 2007, 23:06:40 Oggetto: Re: [Speex-dev] AMR vs Speex on wireless networks. NB for CSD/HSCSD and WB for UMTS/HSDPA. The UMTS/HSDPA
2007 May 05
0
AMR vs Speex on wireless networks.
NB for CSD/HSCSD and WB for UMTS/HSDPA. The UMTS/HSDPA services already provides an excellent turbo code correction. For what i know i can tell you more about corrupted packets. The BER ranges from 10^-5 to 10^-2 for CSD/HSCDS in transparent mode, and from 10^-9 to 10^-6 for UMTS/HSDPA. It depends on signal quality and if you're walking/standing or if you're in real mobility (for example
2006 Mar 01
1
New 'amr' driver and linux MegaMGR
Hi, according to http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/amr/amr.c?only_with_tag=RELENG_6 it seems MegaMGR for linux now can work. Any experience? -- Cris, member of G.U.F.I Italian FreeBSD User Group http://www.gufi.org/
2007 Sep 12
2
Callback for unanswered transfers...
Hi, Does anybody know if there is a way for a call goes back to transferer if unanswered ? Thanks Luis A P Barbosa -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070912/1e356013/attachment.htm
2008 Oct 28
0
samba 3.2.3: win2k join fails, xp join works
Hi, I recently upgraded my pdc server(samba3.0.x+ldap) to debian lenny( samba 3.2.3). After the upgrade, the win2k join is no longer working and returns "Logon failure: the User Name unknown or bad password". The Xp join works properly. The same thing seems to be happen to other users; same problem and same logs:
2018 Jul 23
2
G729
20.07.2018 23:35, John Kiniston пишет: > > On Fri, Jul 20, 2018 at 11:41 AM Saint Michael <venefax at gmail.com > <mailto:venefax at gmail.com>> wrote: > > ​The community would benefit if a non/licensed version of G729 > would be included with Asterisk​, since the license expired. > The current codec source code posted still requires