similar to: gsm file

Displaying 20 results from an estimated 10000 matches similar to: "gsm file"

2006 Jun 12
2
Bug in Voicemail ??
Hello, I have setup an Asterisk 1.2.7.1 system, with a working voicemail box: /etc/asterisk/extensions.conf exten => 83086921,1,Answer exten => 83086921,2,Dial(SIP/stefan,5,r) exten => 83086921,3,VoiceMail,u111 exten => 83086921,4,Hangup exten => 83086921,103,VoiceMail,b111 exten => 83086921,104,Hangup /etc/asterisk/voicemail.conf [default] language=de 111 =>
2005 Mar 21
2
Ext matching problems
Hello everyone... I'm trying to get up a testing pbx installation. Following instructions of what've read from the handbook and from asterisk's wiki, I wrote the dial plan as follows: [general] ; ; static = yes ;[globals] ; [default] ; exten => 0,1,Answer() exten => 0,2,Playback(fcopba1) exten => 0,3,Hangup() exten => *0,1,Answer() exten => *0,2,Record(fcopba1:gsm)
2005 Feb 22
4
mp3 to gsm?
i have got a music file with extension mp3 and it is not workign with background() is there any way to convert the mp3 to gsm or any other codec? Kindest Muhammad Muzzamil Luqman -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050222/2ba5a4f0/attachment.htm
2018 Jun 06
3
Help attack DDOS
i used this command netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n I've also changed the port and it shows a flood of ips blocking the icecast 2018-06-06 4:36 GMT-05:00 Geoff Shang <geoff at quitelikely.com>: > On Tue, 5 Jun 2018, Victor Moreno wrote: > > I have a problem with the icecast. When I activate the service I am having >> an
2018 Jun 05
4
Help attack DDOS
Hi. I have a problem with the icecast. When I activate the service I am having an exesive consumption in the ip queries. It seems like a DDOS attack. How can I mitigate this attack? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20180605/bd03e5eb/attachment.htm>
2018 Jun 05
2
Help attack DDOS
I ask because I only receive attacks when I activate icecast. I can not do anything at the application level ?. i used ubuntu server 16.04. thanks. 2018-06-05 14:52 GMT-05:00 Alejandro Flores <alex at mordormx.net>: > I think you should contact to your connectivity provider, hopefully they > can provide you the Anti DDOS protection. > > > On Tue, Jun 5, 2018 at 2:16 PM,
2006 Jun 29
1
beronet BNS40 led blinking: not working or not connected?
Hi, I've just installed a beronet BNS40 on Asterisk 1.2.9.1. Everything seems ok, asterisk gives no error (nothing inside logs) but the 4 led on the back of the card (which is NOT connected to an ISDN line) are red and flashing....what does it mean? Is it not properly working or it means the card is not connected to any ISDN line? The card handbook says the card has red led but not their
2018 Jun 15
1
Help attack DDOS
Send the command output. i installed in other server and it's the same result. 2018-06-06 9:53 GMT-05:00 Alejandro Flores <alex at mordormx.net>: > What's the command output? > > On Wed, Jun 6, 2018, 9:50 AM Victor Moreno <vitjam at gmail.com> wrote: > >> i used this command >> netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c |
2005 Jul 04
2
voicemail (gui vmail.cgi) patch
Hi, How could I change the default permissions for voicemails? When I try to install the patch mentioned at http://www.voip-info.org/tiki-index.php?page=Asterisk+gui+vmail.cgi, I get the following response: patch < voicemail.patch patching file app_voicemail.c Hunk #1 FAILED at 39. Hunk #2 FAILED at 119. Hunk #3 FAILED at 296. Hunk #4 FAILED at 1248. Hunk #5 FAILED at 1273. Hunk #6
2001 Sep 19
4
Building a dll for windows
This is a recurrent question but could not find the answer in the documentation. I want to build a dll for windows from a fortran program to be loaded with dyn.load. I can do it easily for linux with: g77 -shared -o foo.dll foo.f The g77 compiler (mingw-1.01) for windows does not recognise the -shared option. In windows the Writing extensions manual tells to use Rcmd SHLIB but I can't
2001 May 10
4
Passing a workspace file as argument
What is the best way (if possible) to pass the name of a workspace file to R when it starts so it is loaded instead of .RData ? I would like to know this for Linux and windows version. For windows I would like to associate the .RData extension so doubleclicking the file starts R and loads it. Thanks -- Victor Moreno V.Moreno at ico.scs.es Servei
2001 Aug 16
1
Windows metafiles in Linux
Just want to express MHO that the graphics produced by wmf.graph() in Splus 6 for Linux is only of barely acceptable quality (e.g., hallow circles were drawn too thick, making the plot look rather awkward). Andy -----Original Message----- From: Prof Brian D Ripley [mailto:ripley at stats.ox.ac.uk] Sent: Thursday, August 16, 2001 10:49 AM To: Victor Moreno Cc: r-help at stat.math.ethz.ch Subject:
2007 Apr 05
1
data.frame backwards compatibility (PR#9601)
Full_Name: Victor Moreno Version: R2.5.0 OS: windows Submission from: (NULL) (68.40.63.169) This may not be a bug, but seems not yet documented. Some data.frames created with development version 2.5.0, when read in 2.4.1, show error: Error in dim.data.frame(chip23) : negative length vectors are not allowed A dump of the data.frame shows as last code: , row.names = as.integer(c(NA, -7269)),
2004 Jan 12
4
Bandwidth ? + Doc + cdr
Hi, How much bandwidth do I need for 1 conversation ? I know it depends on the codecs, in X-lite I can see a codec called gsm, and the grandstream aha analog/ip converter have a codec called 721. Doc. I have found the asterisk handbook, but only a draft from marts 2003 anything newer ? Guides/howtos are welcome as well. anyone have a php interface to accounting ? /HHA
2005 Oct 11
1
summary of Surv object crashes R 2.2.0 (PR#8203)
Full_Name: Victor Moreno Version: 2.2.0 OS: windows Submission from: (NULL) (213.151.99.160) summary of an object class Surv (package survival) hangs and closes R 2.2.0 I would like to have Surv objects in a data frame to build models easier: t<-rexp(100) s<-rbinom(100,1,.3) surv<-Surv(t,s) x1<-rnorm(100,10,2) x2<-rnorm(100,10,2) dat<-data.frame(surv,x1,x2)
2015 Dec 09
4
Problemas de instalación
Buenos días, He cambiado la versión de R como siempre a través de: install.packages("installr") library(installr) updateR() En esta ocasión trabajando bajo windows 10. La versión 3.2.2 me ofrece menos mirror, pero mi principal problema es que no soy capaz de trabajar con Rcommander (ahora lo hago con RStudio) me da la siguiente salida: > utils:::menuInstallPkgs() --- Please select a
2006 Jun 13
1
timeout 't'
Hello, I have found that the timeout 't' takes to much time to be executed, around 10 seconds. Is there a place to configure this timeout ? thanks -- Victor Moreno CISL SPAIN, S.L. Parque Tecnol?gico de Andaluc?a Edif. Bic Euronova Avda. Juan L?pez Pe?alver, 21 29590 Campanillas (M?laga) Fax +34 95 10 10 561 Tlfn.: +34 95 10 10 581 Web: http://www.cisl.es Email: victor@cisl.es Skype:
2018 Jun 06
1
Help attack DDOS
netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n 1 101.201.239.150 1 103.10.228.221 1 103.105.228.102 1 103.1.186.123 1 103.19.81.76 1 103.205.134.178 1 103.205.26.95 1 103.25.192.150 1 103.26.56.30 1 103.27.0.15 1 103.28.225.17 1 103.39.49.204 1 103.42.162.58 1 103.48.56.130 1
2006 Jun 12
2
How to retrieve voicemail
Hi, voicemail are working ok, I receive message as attach via email. My question is : how can the user call asterisk and listen to his voicemessages ? thanks Victor
2004 Aug 23
4
Telemarketer screening
I have been bugging by a telemarketer who does not take any cue at all. So I look up the Asterisk Handbook and send his call with the respect caller id to my voicemail. Has any one implemented any of this feature with database for more caller ids to be included?? David Kwok