similar to: Compiling libiax2 on windows

Displaying 20 results from an estimated 200 matches similar to: "Compiling libiax2 on windows"

2004 Jun 17
0
Terminating VoIP calls with Asterisk
Hi, I'm a newbee to all this asterisk stuff, and after reading a fair amount of docs at the voip-info wiki, I was wondering if it will be possible to work out something as the following scheme: A B +-----+ +--------+ +----------+ +---------+ | SIP | | | Internet | PC | phone line | classic | |
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 May 31
1
Firefly / LibIAX2
Hi Does anybody know how to build the LibIAX2 from Virbiage? It has some nice features when using Firefly (Messaging, Status Indication). The source can be downloaded here: http://www.virbiage.com/3rdparty/. It does not contain any directions how to compile. Any hints? Thanks! Reto
2007 Jul 30
1
Programming with libiax2
Hi everyone, I am considering writing some code using libiax2. Are there any good resources to get started with this? Books? Sites? Thanks -- "I never look back darling, it distracts from the now", Edna Mode (The Incredibles)
2004 Aug 12
2
X100P a winmodem?
Hi Perhaps people with more logic/electrical knowledge then I could address this....
2007 Jul 17
0
ASA-2007-014: Stack buffer overflow in IAX2 channel driver
Asterisk Project Security Advisory - ASA-2007-014 +------------------------------------------------------------------------+ | Product | Asterisk | |----------------------+-------------------------------------------------| | Summary | Stack buffer overflow in IAX2 channel driver |
2007 Jul 17
0
ASA-2007-014: Stack buffer overflow in IAX2 channel driver
Asterisk Project Security Advisory - ASA-2007-014 +------------------------------------------------------------------------+ | Product | Asterisk | |----------------------+-------------------------------------------------| | Summary | Stack buffer overflow in IAX2 channel driver |
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*
2003 Jun 02
1
Announcing IAXCLIENT v0.02 A cross-platform IAX client.
Asterisk-people, Some of you may have heard that we were working on a simple, cross-platform IAX client library called "iaxclient". We've pretty much been "on vacation" with the project for a while, but recently have made some progress, and now have the library working across platforms, and a simple test client called "testcall", up and running on 3
2009 Aug 18
3
IAX2 ActiveX Control
hello, please any IAX2 ActiveX control that wrap libiax2 or libiaxclient? i want to develope my softphone in delphi thanks __________ Information from ESET NOD32 Antivirus, version of virus signature database 4345 (20090818) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com
2005 Mar 01
1
[Asterisk-biz] IAX2 web client that works withg723 / g729. We got One
Andres sounds as if this is Andres's own development. He mentioned IAX, not IAX2. My guess is that he might have used one of the IAX GPL Libraries and source trees, based on iaxClient and not libiax2. It is possible that Andres is not aware of the GPL terms that he has to adhere to, if he wants to commercialize this product. The Source code for IAX Phone is available from Steven Sokol's
2003 Nov 03
2
IAX2 Java library (was Re: New IAX software phone (for WIndows platform))
On 03/11/03 00:25, Mark Spencer wrote: > As a side note, I strongly would like to see someone implement a > client using libiax2 which implements IAX2 instead of the (now > obsolescent) IAX version 1. I'm implementing a Java-based IVR server (and yes, I know Asterisk does IVR, and no, it's not flexible enough to do what I want and no, it doesn't integrate well with the Java
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,
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.
2003 Sep 19
0
phonecore, gnophone from CVS.
Hi! I was trying to use gnophone with asterisk, but I can't make a call (It just get the a answer of "REJET"), but I can register an everything. Anyway, I decided to move to the cvs version of gnophone, so I checked out EVERYTHING from cvs.digium.com (yes, a cvs -z7 co .). I installed libiax2, gsm (the one that was inside gnophone), and got gnophone to start compiling. But
2003 Sep 28
0
Asterisk CVS viewer on line
Hi to all. I've put on line a cvs viewer for asterisk source code. Is based onto the suite horde+chora. The website is http://asterisk.espia-net.net The cvs modules shown are * asterisk * asterisk-addons * zaptel * zapata * libpri * libr2 * libiax * libiax2 * gnophone * phpconfig * gastman all revisions, branch , comments & whatever cvs is has been preserved. this could be a sort of
2006 Jan 31
0
app_conference(Asterisk) with Speex
Jean-Marc Valin wrote: >Just curious, how does Asterisk pack Speex frames in a packet. AFAIK, >Linphone just sends raw packets, as specified in the RTP draft. > > Asterisk expects speex frames to have a terminator. The phone I was referring to was the X-Ten/X-Lite phones, which seemed to be adding something _before_ the speex data to indicate the length of the frames.
2007 Mar 17
0
SV: How to detect SpeexBits corruption
I wrote a speex parser, which we use inside of asterisk and iaxclient. It can parse a stream of speex data into individual packets: See static int speex_get_samples(unsigned char *data, int len) (and it's 2 helper functions) in http://iaxclient.svn.sourceforge.net/viewvc/iaxclient/trunk/iaxclient/lib/libiax2/src/iax.c As it's written, it just looks at a bunch of speex data, and tells
2006 Jan 09
1
OT: IAXModem in inittab causes modem to be u nres ponsive, running from console it's OK
good tips ill try that out thanks ps is there a recommended runlevel or 2345 is ok? -----Original Message----- From: Lee Howard [mailto:faxguy@howardsilvan.com] Sent: Monday, January 09, 2006 1:59 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] OT: IAXModem in inittab causes modem to be unres ponsive, running from console it's OK Colin Anderson
2005 Nov 28
0
Asterisk project converts to Subversion version control system
The Asterisk development team is pleased to announce that we have migrated our project repositories and development processes over to the Subversion version control system! Effective immediately, the primary source code distribution point for Asterisk, Zaptel and other related projects (other than release tarballs of course) will be http://svn.digium.com. The actual SVN repositories are