Displaying 2 results from an estimated 2 matches for "miniphone".
2003 May 20
1
Error Connecting using libiax
I have been working on a cross platform library for connecting to asterisk along with Steve Kann. I recently was testing the library against the recent code for asterisk from CVS and got the following error when using the command line client (similar to miniphone).
Text Based Telephony Client.
TeleClient> call 192.168.2.40
TeleClient> Unknown event: 15
dump
Dumping call!
TeleClient> quit
Good bye!
Does anyone have an idea what I'm missing here? Does libiax need to be updated? Let me know. Thanks.
Shawn Lawrence
-------------- next part -...
2005 Mar 01
1
[Asterisk-biz] IAX2 web client that works withg723 / g729. We got One
...al.com>
Copyright (C) 2001-2002, Omar Carvajal
================================================================
COMPILATION
These instructions are made for the Microsoft Visual C++ 6 compiler.
Add the following directories in the include path:
gsm\inc
gsm\src
libiax\src Make sure the miniphone.h file is in the
directory, this is available from the CVS version
After adding those directories to the path, go ahead and compile the
ActiveX from the Build->Build virt1800.ocx menu option.
I have also included a MS Visual Basic project to test the ActiveX,
available in the vbtest directory....