search for: libiax2

Displaying 20 results from an estimated 21 matches for "libiax2".

Did you mean: libiax
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
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 fin...
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)
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
2003 Jun 02
1
Announcing IAXCLIENT v0.02 A cross-platform IAX client.
...eatures upcoming would include: 1) Audio processing code: Audio level detection, for callbacks to GUI "level meters", silence detection, and Automatic Gain Control (for adjusting input "levels" automatically) [perhaps also better handling of clipped inputs?] 2) Upgrades to libiax2 3) Simple, and lightweight GUIs for Win32 and MacOSX 4) testing and tweaking of jitter buffers, recovery, and other reliability enhancements [after first moving to libiax2]. -SteveK -- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/p...
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 systems we have, etc. hence my doin...
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 Web site and from a few other places. Some links are below. http://www.sokol-associates.com/Body.asp?In...
2005 Jan 11
3
iax.conf qualify=yes not working?
We have many IAXy devices in the field now. In all cases, in iax.conf, we have "qualify=yes", so that using "iax2 show peers", we can see whether or not the device is currently online. In some cases, the IAXy device and/or Asterisk are not communicating their qualification, because "iax2 show peers" shows the device as status UNKNOWN. However, when a user picks up
2007 Mar 17
2
SV: How to detect SpeexBits corruption
I was curious if you had ever peeked at a Teamspeak voice packet? I already have large chunks of the protocol torn apart. I believe the voice packets are the last big hurdle. As I know nothing about speex encoding, it is proving difficult to figure out the start of the actual voice data and/or any voice specific state data contained within the packet. If you have any information and are
2007 Mar 17
1
SV: How to detect SpeexBits corruption
...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 you > how many actual samples are contained within, but the code can be > changed to do more generic parsing. > > -SteveK > > > Greg Copeland wrote: > > I was curious if you h...
2006 Jan 31
2
app_conference(Asterisk) with Speex
Just curious, how does Asterisk pack Speex frames in a packet. AFAIK, Linphone just sends raw packets, as specified in the RTP draft. Jean-Marc Le mardi 31 janvier 2006 ? 10:43 -0500, Steve Kann a ?crit : > jonathan blais wrote: > > I'm using Linphone. I tested with Asterisk and Speex only, I created > > a channel with echo and it worked. It seems to have problem when >
2006 Jan 31
0
app_conference(Asterisk) with Speex
...w many 20ms frames they contain. the function is: *static* *int* *speex_get_samples*(*unsigned* *char* *data, *int* len), and you just point it at some speex data, it it returns the number of samples that are there. Look for it at: http://cvs.sourceforge.net/viewcvs.py/iaxclient/iaxclient/lib/libiax2/src/iax.c?rev=1.71&view=markup -SteveK > Jean-Marc > >Le mardi 31 janvier 2006 ? 10:43 -0500, Steve Kann a ?crit : > > >>jonathan blais wrote: >> >> >>>I'm using Linphone. I tested with Asterisk and Speex only, I created >>>a c...
2007 Mar 17
0
SV: How to detect SpeexBits corruption
...peex 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 you how many actual samples are contained within, but the code can be changed to do more generic parsing. -SteveK Greg Copeland wrote: > I was curious if you had ever peeked at a Teamspeak voice packet? I &gt...
2003 Sep 19
0
phonecore, gnophone from CVS.
...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 after a while, it complains about "phonecore", but I can't find phonecore anywhere in the CVS. I found a couple of references about that being included in the gnophone, but it is no there (at least...
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 mirror. I've installed such system, since I prefer to have a quick view of the cvs changes via web. and chora is pretty good for that. Note that no cvs anon acce...
2004 Aug 16
1
Using Asterisk in home environment - room with speakers&mic as IP phone ?
Hi, I'm designing integrated home entertainment/automation system, where I plan to use only speakers, Microphone and IR receivers in each room for whole bunch of stuff (listening to music, (web) radio, speech announcements, etc...) - and would also like to include IP phone functionality - but the main problem is acoustic echo (cause this is speakerphone setup). Has anyone any idea or advice
2006 Jan 09
1
OT: IAXModem in inittab causes modem to be unres ponsive, running from console it's OK
faxguy, maybe you can tell me why As I've noted in previous posts I'm evaluating HylaFax with IAXModem. When I run iaxmodem and faxgetty through a console the modem works 100% I have yet to find a fax that it won't tie up with. When I run IAXmodem and faxgetty in initttab, the modem is extremely slow to respond and only actually does anything about half the time, the rest of the time
2006 Jan 09
1
OT: IAXModem in inittab causes modem to be u nres ponsive, running from console it's OK
...ease, but there has been so much development in spandsp due to iaxmodem that it would be very easy to get things conflicting there. That said, I don't see how running iaxmodem from inittab versus the console would make a difference there ... unless you have multiple versions of spandsp (or libiax2) installed on the system, and init's PATH is different than the PATH used when running in the console. If you have two versions of spandsp installed, then that would be a problem. Other than that, I don't know what it could be, unfortunately. Lee. _____________________________________...
2005 Nov 28
0
Asterisk project converts to Subversion version control system
...nd will continue to receive commit messages for the all the major projects on our SVN server (existing subscriptions are still in effect). In addition, there are new project specific commit mailing lists as well: asterisk-commits asterisk-addons-commits zaptel-commits libpri-commits libiax2-commits All of these lists are available on lists.digium.com. Additionally, the commit messages will contain 'X-SVN-Author' and 'X-SVN-Branch' mail headers to allow you to sort/filter the commit messages in any way you wish. One of the major benefits of this transition is that we...
2005 Jan 18
4
Asterisk monitoring with Nagios and IAX
Hi *, Does anyone have a lead on a Nagios plugin that speaks IAX or a small app to do so? I'm trying to set up remote monitoring for my Asterisk server and only IAX2 traffic is allowed through the firewall. Simply using check_udp to port 4569 yields no usable answer and Asterisk complains about receiving a midget packet or something like that :) jens