similar to: Terminating VoIP calls with Asterisk

Displaying 20 results from an estimated 3000 matches similar to: "Terminating VoIP calls with Asterisk"

2004 Jun 29
0
Compiling libiax2 on windows
Hi! I'm trying to compile libiax2 on windows using msvc6. In the libiax2\src\iax.c file, line 670, I'm getting a: error C2229: struct "__unnamed" has an illegal zero-sized array It seems to complain due to the last member of iax_frame. Does anybody knows what should I do to make it compile? FWIW, it compiles fine using gcc on cygwin. Thank you in advance for any tips!
2004 Jul 23
0
Problems calling a phone number through a X101P card
Hi! I've bought a Wildcard X101P card to play a bit with asterisk. I'm just trying to place a call to a number, wait until the receiver takes the call, and then play one of the .gsm sound files. I'm in France, so first I tried modprobing wcfxo with opermode=1, but the DAA mode remained FCC, so I changed the opermode variable in wcfxo.c to 1 by hand and recompiled & reinstalled
2004 Aug 12
2
X100P a winmodem?
Hi Perhaps people with more logic/electrical knowledge then I could address this....
2011 Nov 13
1
hydroTSm-hydroGOF
Por favor podrian ayudarme con esos paquetes (hydroTSm-hydroGOF), si tienen algunas ayudas con las escrituras para ejecutar los comandos de cada uno de ellos seria excelente, necesito mucha ayuda en esto, desde ya muchas gracias saludos -- *Diego G. Mejía V. Medio Ambiente-Universidad Nacional de Loja* *Grupo de Ciencias de la Tierra y del Ambiente (GCTA)* *Investigador* *Universidad de Cuenca*
2016 Jul 15
4
VoiceMail Audio playing
Hi Madushan Maybe I was not clear ?. After SIP negotiation and SDP set up on the VoiceMail Server ?. Is there a file to specify a MGw (the machine that deliver RTP packages to end user)? From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Madushan Geethanga Sent: 15 July 2016 13:00 To: Asterisk Users Mailing List - Non-Commercial
2006 Feb 06
1
Will not authenticate incoming VOIP provider calls
I running Asterisk 1.1 on Mandriva 2006. Everything works fine, can connect with softphone, send outgoing calls to VOIP provider. The only (and big) problem is that Asterisk refuses to authenticate incoming calls with the message (in the log): Failed to authenticate user "XXXXXXXXXX" <sip:XXXXXXXXXX@209.17.160.129> From what I've read in the various docs I could access, I
2010 Mar 25
4
3 levelplots and 1 colorbar
I want to create a simple plot containing three levelplots with one colorbar. I used the "Three levelplots" code below, but the third levelplot is drawn smaller than the first two. However, if I try the "Two levelplots" code below it works well. Can anybody tell me how could I draw three levelplots (of the same size) with one colorbar. Thanks in advance, Joaquin ### Three
2006 Feb 21
1
wireframe, axis label-axis separation, xlab rotation
Greetings, A couple of questions: 1. I am using wireframe. It prints 3d plots nicely on screen, but when I use a postscript device the z-axis label merges with the z-axis. Is there any option to control their separation? 2. Again, using wireframe, I rotate the whole plot using the screen parameter. However, the x- and y-axis labels (xlab and ylab) remain horizontal. How could I rotate them?
2013 Apr 19
1
How to select the scale parameter for Gabor transform (Rwave)?
Dear list, I am trying to choose the scale parameter for the cgt transform but I don't know how to do it. In time I would like to be able to separate points 30 samples apart, and in frequency I would like to separate bands 0.04 Hz apart. I tried the two approaches described below and they gave me different results. I would appreciate advise on how to do this. The Rwave Gabor transform uses
2005 Nov 22
0
Cross compiling with Qt and MinGW for Linux
Hello I installed qt-win-opensource-4.0.1-mingw in Wine. I copied all dll's into system32 directory, and mingw10.dll too (because qt need it). Then i compiled a simple "Hello World!" with Qt dlls using MinGW for linux. I have no problem with cross compiling (0 errors & 0 warnings). But when i run the app, wineserver & wine-preloader eat 90% of RAM and CPU and show only
1999 Oct 14
0
Fractal dimension for R ?
Hello to everybody, Does anyone know if the Fractal dimension (an MDS technique looking the intrinsic dimension of data) is available for R? Thanks in advance, joaquin --- Joaqu?n Ordieres Mer? http://www.unirioja.es/dptos/dim ?rea Proyectos de Ingenier?a e-mail:joaquin.ordieres at dim.unirioja.es Dpto. Ingenier?a Mec?nica Universidad de La Rioja
2016 Jul 15
2
VoiceMail Audio playing
Hi Guys Which module on Asterisk is the one in charge of playing the VoiceMail Server Audio to the end customer? I have work with MRFP but is it a module included in the SW? Need and external source? BR Joaquin This email is confidential and may be subject to privilege. If you are not the intended recipient, please do not copy or disclose its content but contact the sender immediately upon
2015 Sep 04
2
Añadir escala a un mapa
Hola a tod en s, Este es el código principal que utilizo para diseñar mi zona de estudio (cuenca): png("mapa_zona_estudio.png", units="in", width=9, height=8.5, res=300) # Vamos a pintar los distintos instrumentos de medida sobre el mapa (junto con éste) y añadimos leyenda ggmap(mapa, extend='device', legend="left", base_layer=ggplot(datos, aes(x=lon,
2002 May 14
2
Printing a plot on Windows
I am using R 1.5.0 for Windows. When trying to print a plot produced by R clicking on the printer icon, or by clicking on "FILE - Print", there is no response. This happens under Windows 95 and 98. Has somebody found this problem? Is there a solution besides saving the plot and printing it using another application? Thanks for the help. Joaquin Diaz-Saiz
2010 Dec 30
2
unexpected input in rpart
Hi all, I'm a newbee using R. I need to do a classification tree using the rpart package. Basically I have a set of birds of known sex and several morphological measurements and we want to predict the sex using the morphology. I read my csv file and it shows up in R no problem, looks fine but when I execute the following rpart command
2005 Jan 12
0
Terminating VOIP calls on EuroISDN PRI interface ?
Hi, I'm looking for HW to terminate VOIP calls (SIP, if IAX2 even better) from remote Asterisks on PRI EURO ISDN interface. One option is PC with Asterisk and PRI card, but are there any embedded devices to do that ? Will they be at same price or more expensive ? Regards, Rob.
2009 Oct 14
14
spec-ing private methods?
On Wed, Oct 14, 2009 at 5:49 PM, Scott Taylor <scott at railsnewbie.com> wrote: > > On Oct 14, 2009, at 3:36 PM, Joaquin Rivera Padron wrote: > > hello there, > how do you tipically spec private methods? The thing is ? have something > like this: > > def some_method > ?? complex_method + other_complex_methods > end > > private > def complex_method...
2007 Apr 11
1
User defined grid on map
This may be a trivial question for some of you: Is there a way to add defined grid sizes on specific areas of a map?. I want to add 10kmx10km grids to all California coastal counties: "california,alameda", "california,contra costa", "california,del norte", "california,humboldt", "california,los angeles", "california,marin",
2005 Jul 12
1
Problems with BDE
Hello I am trying to run a program that use BDE, but i get the error: An error occurred while attempting to initializa the Borland Database Engine. I installed BDE 4.51 and 5.1 but is equal. What is wrong?? Some ideas?? Regards Joaquin
2005 Apr 13
2
error executing the smbclient
Dear Samba Team, I have this error executing the smbclient program on a SCO Unix Open Server 5.0.2 : dynamic linker : smbclient : error opening /usr/local/lib/libncurses.so.4 Killed I checked it, but I don't have any library with that name. What can I do? Thanks & regards, Fabian Bustamante CARTOPEL GROUP Cuenca - Ecuador.