Commit Graph

205 Commits

Author SHA1 Message Date
marian 76c182e440 Implemented jabber server. Changed jingle channel to support the new jabber library. Replaced tinyxml with yate own XML library. Added openssl support for server. Work in progress in jabber client support.
git-svn-id: http://voip.null.ro/svn/yate@2882 acf43c95-373e-0410-b603-e72c3f656dc1
2009-11-02 16:05:39 +00:00
paulc 0c6cad75d7 Added new modules to main package and qt4client
Fixed distro and relese variables of RPM specfile
Bumped version to 2.1.0

git-svn-id: http://voip.null.ro/svn/yate@2879 acf43c95-373e-0410-b603-e72c3f656dc1
2009-11-02 07:15:58 +00:00
paulc c229b73948 It is possible to configure --with-spandsp=static to avoid runtime version trouble.
git-svn-id: http://voip.null.ro/svn/yate@2865 acf43c95-373e-0410-b603-e72c3f656dc1
2009-10-05 10:36:37 +00:00
paulc c9b481c5ba Support for newer versions of spandsp with separate RX and TX pages stats.
git-svn-id: http://voip.null.ro/svn/yate@2864 acf43c95-373e-0410-b603-e72c3f656dc1
2009-10-05 08:53:43 +00:00
paulc 41923043b4 Weed out some older and incompatible versions of spandsp.
git-svn-id: http://voip.null.ro/svn/yate@2863 acf43c95-373e-0410-b603-e72c3f656dc1
2009-10-05 08:02:24 +00:00
paulc b2a0f337d4 Accept some spandsp versions older than 0.0.6, provide wrappers around incompatible member access methods.
git-svn-id: http://voip.null.ro/svn/yate@2861 acf43c95-373e-0410-b603-e72c3f656dc1
2009-10-02 13:13:45 +00:00
paulc 5eeab258d3 Use inet_ntop, inet_pton and gethostbyname_r if available on system.
git-svn-id: http://voip.null.ro/svn/yate@2859 acf43c95-373e-0410-b603-e72c3f656dc1
2009-10-02 10:00:23 +00:00
paulc 2bd88556e9 Build the SCTP flags in configure, they may be needed outside the engine.
git-svn-id: http://voip.null.ro/svn/yate@2846 acf43c95-373e-0410-b603-e72c3f656dc1
2009-09-21 11:37:38 +00:00
paulc 057a2c95b8 Try to find Fedora-style moc-qt4 in PATH before falling back to moc.
git-svn-id: http://voip.null.ro/svn/yate@2819 acf43c95-373e-0410-b603-e72c3f656dc1
2009-09-01 17:21:13 +00:00
paulc 5b8b3431c6 Added separate library for interpreting lines of a SDP.
git-svn-id: http://voip.null.ro/svn/yate@2804 acf43c95-373e-0410-b603-e72c3f656dc1
2009-08-24 11:58:41 +00:00
paulc afa5189def When checking for prctl() include unistd.h so we pull in sys/cdefs.h
git-svn-id: http://voip.null.ro/svn/yate@2766 acf43c95-373e-0410-b603-e72c3f656dc1
2009-07-23 13:50:22 +00:00
paulc 67f1f67397 Use AC_TRY_LINK when looking for pthread_mutex_timedlock and sem_timedwait so we can detect platforms where these are declared but not implemented.
git-svn-id: http://voip.null.ro/svn/yate@2765 acf43c95-373e-0410-b603-e72c3f656dc1
2009-07-23 13:26:48 +00:00
paulc 4c45cb8097 Include <time.h> as on some platforms is required for struct timespec.
git-svn-id: http://voip.null.ro/svn/yate@2762 acf43c95-373e-0410-b603-e72c3f656dc1
2009-07-22 13:09:21 +00:00
paulc 09b07f4b00 Added Semaphore class, made Mutex derive from (new class) Lockable, made Lock able to get a lock on any Lockable - Mutex or Semaphore.
Use pthread_mutex_timedlock and sem_timedwait if available on platform.
Fixed a bug in the IAX channel exposed by Mutex having virtual methods.


git-svn-id: http://voip.null.ro/svn/yate@2761 acf43c95-373e-0410-b603-e72c3f656dc1
2009-07-22 12:57:14 +00:00
paulc f99885ef26 Detect prctl availability when configuring.
git-svn-id: http://voip.null.ro/svn/yate@2730 acf43c95-373e-0410-b603-e72c3f656dc1
2009-06-22 12:22:52 +00:00
paulc 6b70a1bfbd Fixed building osschan on FreeBsd where soundcard.h is in include/sys
git-svn-id: http://voip.null.ro/svn/yate@2690 acf43c95-373e-0410-b603-e72c3f656dc1
2009-06-05 17:39:29 +00:00
paulc 32cf49f174 Configure can receive explicit path to openssl base directory, assumes
libssl and libcrypto are in the linker's path.


git-svn-id: http://voip.null.ro/svn/yate@2686 acf43c95-373e-0410-b603-e72c3f656dc1
2009-06-04 14:52:08 +00:00
paulc 745c7ff8c9 Check for regcomp only if we would use it.
git-svn-id: http://voip.null.ro/svn/yate@2684 acf43c95-373e-0410-b603-e72c3f656dc1
2009-06-04 14:02:57 +00:00
paulc 4a878425fc Use normal function check instead of AC_FUNC_MALLOC as we never call it
to allocate zero bytes.
AC_FUNC_MALLOC cannot be tested wile cross-compiling and its default 
behaviour disturbs subsequent tests.


git-svn-id: http://voip.null.ro/svn/yate@2680 acf43c95-373e-0410-b603-e72c3f656dc1
2009-06-03 12:34:07 +00:00
paulc e301807aa1 Reserve $LIBS and @LIBS@ for the system libraries that can be passed to
the configure script.


git-svn-id: http://voip.null.ro/svn/yate@2678 acf43c95-373e-0410-b603-e72c3f656dc1
2009-06-01 19:17:54 +00:00
paulc 73a6278b93 Made resolver checks stricter to avoid false positives because
of implicit declaration.


git-svn-id: http://voip.null.ro/svn/yate@2675 acf43c95-373e-0410-b603-e72c3f656dc1
2009-06-01 17:13:45 +00:00
paulc 35beaecc0a Use the system detected CFLAGS instead of hardcoding -O2
git-svn-id: http://voip.null.ro/svn/yate@2673 acf43c95-373e-0410-b603-e72c3f656dc1
2009-06-01 16:06:14 +00:00
paulc 69da61247f Detect the proper threading library where pthread_mutexattr_settype is
located.
Look for regcomp only when not using internal regexp.


git-svn-id: http://voip.null.ro/svn/yate@2672 acf43c95-373e-0410-b603-e72c3f656dc1
2009-06-01 15:42:34 +00:00
paulc 8134763af6 Building of wpcard and tdmcard modules can be disabled independently of detecting wanpipe.
git-svn-id: http://voip.null.ro/svn/yate@2629 acf43c95-373e-0410-b603-e72c3f656dc1
2009-05-15 14:35:48 +00:00
paulc 184021d1b4 Find installed Wanpipe headers if available, let tdmcard compile if found.
The Linux kernel headers are only used as fallback for wpcard.


git-svn-id: http://voip.null.ro/svn/yate@2619 acf43c95-373e-0410-b603-e72c3f656dc1
2009-05-08 16:03:59 +00:00
paulc e8d50f4051 Allow mysqldb to compile on systems without mysql_set_character_set.
git-svn-id: http://voip.null.ro/svn/yate@2539 acf43c95-373e-0410-b603-e72c3f656dc1
2009-03-24 19:59:59 +00:00
paulc 2b53e8220b Updated detection and fax channel to work with spandsp 0.0.6 pre3
git-svn-id: http://voip.null.ro/svn/yate@2411 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-03 19:36:40 +00:00
paulc d83580c267 Fixed libpq.so detection in lib vs. lib64
git-svn-id: http://voip.null.ro/svn/yate@2388 acf43c95-373e-0410-b603-e72c3f656dc1
2008-12-03 13:49:14 +00:00
paulc 5e559c8747 Retrieve the QtNetwork include and library parameters for modules in need.
git-svn-id: http://voip.null.ro/svn/yate@2376 acf43c95-373e-0410-b603-e72c3f656dc1
2008-11-29 15:56:26 +00:00
paulc 7ac8647e3a Compile with the new HWEC API if wanec_iface_api.h file is present.
git-svn-id: http://voip.null.ro/svn/yate@2359 acf43c95-373e-0410-b603-e72c3f656dc1
2008-11-24 12:04:03 +00:00
paulc bbf64c9a1c Added way to put SVN revision in package.
git-svn-id: http://voip.null.ro/svn/yate@2214 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-18 15:33:08 +00:00
paulc 458407c891 Fixed detection of Qt by pkgconfig from yet another stupid place.
git-svn-id: http://voip.null.ro/svn/yate@2139 acf43c95-373e-0410-b603-e72c3f656dc1
2008-08-04 06:36:08 +00:00
paulc 261993b48f Bumped version to 2.0.0-1
git-svn-id: http://voip.null.ro/svn/yate@2138 acf43c95-373e-0410-b603-e72c3f656dc1
2008-08-04 05:29:19 +00:00
paulc 1835310602 Fixed UI look in Qt 4.2.x, install the wave files at the proper place.
git-svn-id: http://voip.null.ro/svn/yate@2136 acf43c95-373e-0410-b603-e72c3f656dc1
2008-08-04 03:54:44 +00:00
paulc 193bfdc322 Fix how include path is generated when PWLib exists only as source directory.
git-svn-id: http://voip.null.ro/svn/yate@2005 acf43c95-373e-0410-b603-e72c3f656dc1
2008-06-02 11:31:50 +00:00
paulc 67a13b0f15 Removed the GTK client.
git-svn-id: http://voip.null.ro/svn/yate@2004 acf43c95-373e-0410-b603-e72c3f656dc1
2008-05-30 12:36:57 +00:00
paulc 14f9c9448c Removed leftover error when AMR-NB is not detected.
git-svn-id: http://voip.null.ro/svn/yate@1985 acf43c95-373e-0410-b603-e72c3f656dc1
2008-05-15 10:23:26 +00:00
paulc 4b4d836687 Added AMR-NB codec based on 3GPP code converted to library by Stanislav Brabec.
git-svn-id: http://voip.null.ro/svn/yate@1984 acf43c95-373e-0410-b603-e72c3f656dc1
2008-05-15 10:13:52 +00:00
paulc f7e1c85140 Fixed FD_SETSIZE check.
git-svn-id: http://voip.null.ro/svn/yate@1949 acf43c95-373e-0410-b603-e72c3f656dc1
2008-04-24 11:05:13 +00:00
paulc c8866eecb6 Detect impossibility of setting FD_SETSIZE at configure time.
git-svn-id: http://voip.null.ro/svn/yate@1948 acf43c95-373e-0410-b603-e72c3f656dc1
2008-04-24 11:02:28 +00:00
paulc 6d73b5fb25 Fixes for building in FreeBSD.
git-svn-id: http://voip.null.ro/svn/yate@1946 acf43c95-373e-0410-b603-e72c3f656dc1
2008-04-24 10:10:01 +00:00
paulc 179acdc1aa Changed the order of pkgconfig packages tried for OpenSSL libraries.
git-svn-id: http://voip.null.ro/svn/yate@1863 acf43c95-373e-0410-b603-e72c3f656dc1
2008-03-31 15:00:06 +00:00
paulc 2e12aa6f8f Report version of found OpenH323 - solves Mantis #0000117
git-svn-id: http://voip.null.ro/svn/yate@1861 acf43c95-373e-0410-b603-e72c3f656dc1
2008-03-31 13:04:21 +00:00
paulc 4c0f579211 Locate gtkmozembed in the Debian/Ubuntu specific libxul
(patch by bsd in Mantis - #0000116)


git-svn-id: http://voip.null.ro/svn/yate@1860 acf43c95-373e-0410-b603-e72c3f656dc1
2008-03-31 11:30:30 +00:00
paulc 25eb77c279 Use openssl as fallback if libssl is unknown to pkg-config.
git-svn-id: http://voip.null.ro/svn/yate@1848 acf43c95-373e-0410-b603-e72c3f656dc1
2008-03-26 14:18:26 +00:00
paulc d00c6d7abe Detect OpenSSL.
git-svn-id: http://voip.null.ro/svn/yate@1844 acf43c95-373e-0410-b603-e72c3f656dc1
2008-03-25 15:29:10 +00:00
paulc 8ebdde0943 Removed accidentally duplicate line.
git-svn-id: http://voip.null.ro/svn/yate@1843 acf43c95-373e-0410-b603-e72c3f656dc1
2008-03-25 14:35:37 +00:00
marian 9e6b4a7900 Fixed Wanpipe echo canceller availability check.
Implemented link status detection in Wanpipe module.


git-svn-id: http://voip.null.ro/svn/yate@1782 acf43c95-373e-0410-b603-e72c3f656dc1
2008-03-14 16:13:28 +00:00
paulc 60c3ac11f5 Fixed minor typos - missing x in test.
git-svn-id: http://voip.null.ro/svn/yate@1736 acf43c95-373e-0410-b603-e72c3f656dc1
2008-02-23 21:47:18 +00:00
paulc 6880f4c0fc Attempt to detect pwlib and openh323 in /usr/local as well.
git-svn-id: http://voip.null.ro/svn/yate@1735 acf43c95-373e-0410-b603-e72c3f656dc1
2008-02-23 21:45:21 +00:00
paulc 9fa8bacade Make extra checks for MySQL, search for libs in lib too, not ony $ARCHLIB.
git-svn-id: http://voip.null.ro/svn/yate@1734 acf43c95-373e-0410-b603-e72c3f656dc1
2008-02-23 21:39:01 +00:00
paulc 1e97c553a9 Bumped version to 2.0.0 alpha2 and made --version report code status.
git-svn-id: http://voip.null.ro/svn/yate@1713 acf43c95-373e-0410-b603-e72c3f656dc1
2008-02-04 12:54:30 +00:00
paulc 92e76e4dfc Guess the proper instance of MOC in case it's not the first in path.
This can happen if both Qt3 and Qt4 are installed.


git-svn-id: http://voip.null.ro/svn/yate@1667 acf43c95-373e-0410-b603-e72c3f656dc1
2008-01-24 12:13:59 +00:00
paulc 6e42f58921 Detect Qt version and conditionally compile based on it.
git-svn-id: http://voip.null.ro/svn/yate@1602 acf43c95-373e-0410-b603-e72c3f656dc1
2008-01-08 14:43:34 +00:00
paulc aef0770394 Added Qt4 package and status tag.
git-svn-id: http://voip.null.ro/svn/yate@1596 acf43c95-373e-0410-b603-e72c3f656dc1
2008-01-07 21:07:07 +00:00
paulc 02a45d689f Changes required to compile Qt4 under Linux.
git-svn-id: http://voip.null.ro/svn/yate@1595 acf43c95-373e-0410-b603-e72c3f656dc1
2008-01-07 20:39:39 +00:00
paulc cbecedd5bd Fixed libraries directory name handling.
git-svn-id: http://voip.null.ro/svn/yate@1544 acf43c95-373e-0410-b603-e72c3f656dc1
2007-12-13 14:34:42 +00:00
paulc 7003e84fdb Guess the library directory name for the architecture, use it in checks.
git-svn-id: http://voip.null.ro/svn/yate@1543 acf43c95-373e-0410-b603-e72c3f656dc1
2007-12-13 14:14:29 +00:00
paulc cb37d2f114 Added enable and disable configure options for Zaptel and Wanpipe.
git-svn-id: http://voip.null.ro/svn/yate@1521 acf43c95-373e-0410-b603-e72c3f656dc1
2007-12-06 14:42:19 +00:00
marian feeb4b5b64 Added modem library makefile to the list of config files
git-svn-id: http://voip.null.ro/svn/yate@1499 acf43c95-373e-0410-b603-e72c3f656dc1
2007-11-27 14:35:43 +00:00
paulc 0883250323 Moved modules to proper location, added sample conf files for MGCP and heartbeat, removed traces of libpri.
git-svn-id: http://voip.null.ro/svn/yate@1485 acf43c95-373e-0410-b603-e72c3f656dc1
2007-11-23 16:34:33 +00:00
paulc d32c220960 Directory reorder #3
git-svn-id: http://voip.null.ro/svn/yate@1476 acf43c95-373e-0410-b603-e72c3f656dc1
2007-11-15 23:06:36 +00:00
paulc c713db5112 Applied Mikma's patch for MySQL options detection.
git-svn-id: http://voip.null.ro/svn/yate@1457 acf43c95-373e-0410-b603-e72c3f656dc1
2007-10-14 07:53:49 +00:00
paulc ec64da1d31 Bumped version to 1.3.0
git-svn-id: http://voip.null.ro/svn/yate@1441 acf43c95-373e-0410-b603-e72c3f656dc1
2007-08-27 17:26:32 +00:00
paulc 4db462ea8e Attempt to detect firefox-gtkmozembed as well.
git-svn-id: http://voip.null.ro/svn/yate@1418 acf43c95-373e-0410-b603-e72c3f656dc1
2007-08-04 13:22:07 +00:00
paulc 5a5652c19f If possible include zaptel/zaptel.h instead of linux/zaptel.h
git-svn-id: http://voip.null.ro/svn/yate@1401 acf43c95-373e-0410-b603-e72c3f656dc1
2007-07-22 17:48:00 +00:00
paulc 2616208fc0 Insert an optional YateLocal.ac at autoconf run time.
git-svn-id: http://voip.null.ro/svn/yate@1398 acf43c95-373e-0410-b603-e72c3f656dc1
2007-07-18 13:47:00 +00:00
paulc b86fb8cefb Bumped version number, preparing for 1.2.0
git-svn-id: http://voip.null.ro/svn/yate@1268 acf43c95-373e-0410-b603-e72c3f656dc1
2007-04-13 21:43:02 +00:00
paulc ef429419b8 Added speex codec - Mantis report #62, Mikael Magnusson's version.
git-svn-id: http://voip.null.ro/svn/yate@1124 acf43c95-373e-0410-b603-e72c3f656dc1
2006-12-07 01:57:35 +00:00
marian a16747a4a1 Added XML (from TinyXML) and Jingle component support.
Added STUN request and answer support for RTP and generic UDP sockets.


git-svn-id: http://voip.null.ro/svn/yate@1082 acf43c95-373e-0410-b603-e72c3f656dc1
2006-10-19 20:33:15 +00:00
paulc cde55dc943 Bumped version to 1.1.0 and stricter spandsp checking.
git-svn-id: http://voip.null.ro/svn/yate@1044 acf43c95-373e-0410-b603-e72c3f656dc1
2006-09-18 01:38:51 +00:00
paulc c2d31ab924 Updated fax channel to work with current spandsp. Added tone detector.
git-svn-id: http://voip.null.ro/svn/yate@1012 acf43c95-373e-0410-b603-e72c3f656dc1
2006-08-31 18:04:59 +00:00
paulc 9bb854fddd Included regexp library can be used for other non-Linux systems (*BSD).
git-svn-id: http://voip.null.ro/svn/yate@996 acf43c95-373e-0410-b603-e72c3f656dc1
2006-08-15 13:59:29 +00:00
paulc 8fbe078442 Bumped version number. Version 1.0.0 release 1
git-svn-id: http://voip.null.ro/svn/yate@963 acf43c95-373e-0410-b603-e72c3f656dc1
2006-07-07 14:07:18 +00:00
paulc aa8c5b6554 Build proper include path for Octasic headers.
git-svn-id: http://voip.null.ro/svn/yate@955 acf43c95-373e-0410-b603-e72c3f656dc1
2006-07-06 21:14:11 +00:00
paulc 35e80009f8 Added support for hardware echo/dtmf on Wanpipe
git-svn-id: http://voip.null.ro/svn/yate@954 acf43c95-373e-0410-b603-e72c3f656dc1
2006-07-06 15:47:23 +00:00
paulc cdbb9141d0 Removed references to old IAX library and module.
git-svn-id: http://voip.null.ro/svn/yate@943 acf43c95-373e-0410-b603-e72c3f656dc1
2006-07-05 19:17:49 +00:00
paulc c28e4d627f Bumped version no, preparing for release.
git-svn-id: http://voip.null.ro/svn/yate@929 acf43c95-373e-0410-b603-e72c3f656dc1
2006-07-04 19:11:58 +00:00
paulc b5a096c7ac Added support for hardware DTMF detection.
git-svn-id: http://voip.null.ro/svn/yate@906 acf43c95-373e-0410-b603-e72c3f656dc1
2006-06-27 21:57:41 +00:00
paulc d084c10b8d Disabled default SCTP detection as it breaks compilation on some platforms.
git-svn-id: http://voip.null.ro/svn/yate@904 acf43c95-373e-0410-b603-e72c3f656dc1
2006-06-27 12:57:54 +00:00
paulc 36ff81e7c9 Added libyateiax and yiaxchan by Marian Podgoreanu.
git-svn-id: http://voip.null.ro/svn/yate@871 acf43c95-373e-0410-b603-e72c3f656dc1
2006-06-18 13:28:25 +00:00
paulc 64ffa09d1a Properly install dogygen API docs and help files.
git-svn-id: http://voip.null.ro/svn/yate@858 acf43c95-373e-0410-b603-e72c3f656dc1
2006-06-11 14:41:04 +00:00
paulc ad7f82e9f3 API docs can be built with doxygen. Also cleaned headers to generate
proper documentation.


git-svn-id: http://voip.null.ro/svn/yate@845 acf43c95-373e-0410-b603-e72c3f656dc1
2006-06-08 18:31:00 +00:00
paulc 5445a03a7f Fixed the check for linker reporting unresolved symbols.
git-svn-id: http://voip.null.ro/svn/yate@822 acf43c95-373e-0410-b603-e72c3f656dc1
2006-05-29 18:40:33 +00:00
paulc e4527a4da3 Added check if ld supports --unresolved-symbols=ignore-in-shared-libs
git-svn-id: http://voip.null.ro/svn/yate@821 acf43c95-373e-0410-b603-e72c3f656dc1
2006-05-29 18:17:14 +00:00
paulc 7729cdc54b Added a set of relaxed linker flags that do not check all references.
git-svn-id: http://voip.null.ro/svn/yate@819 acf43c95-373e-0410-b603-e72c3f656dc1
2006-05-29 08:46:41 +00:00
paulc 7f57bba0fc Moved all classes in all modules in anonymous namespaces.
Added RTLD_GLOBAL dlopen()ing so symbols exported by libraries loaded by
modules will be available.


git-svn-id: http://voip.null.ro/svn/yate@813 acf43c95-373e-0410-b603-e72c3f656dc1
2006-05-27 14:53:18 +00:00
paulc f24430e3c4 Added support for Google coredumper.
git-svn-id: http://voip.null.ro/svn/yate@811 acf43c95-373e-0410-b603-e72c3f656dc1
2006-05-26 13:03:14 +00:00
paulc eb456026b3 Added enable/disable option for SCTP and better header usability detection.
git-svn-id: http://voip.null.ro/svn/yate@797 acf43c95-373e-0410-b603-e72c3f656dc1
2006-05-19 10:15:21 +00:00
paulc d59cd027a6 Added SCTP and netinet/sctp.h checking
git-svn-id: http://voip.null.ro/svn/yate@759 acf43c95-373e-0410-b603-e72c3f656dc1
2006-04-26 19:49:03 +00:00
paulc ec0a0f3d7a *** empty log message ***
git-svn-id: http://voip.null.ro/svn/yate@747 acf43c95-373e-0410-b603-e72c3f656dc1
2006-04-11 23:59:28 +00:00
paulc e303d5e671 Fixed PWlib version comparation for good (or until version gets 3 digits)
git-svn-id: http://voip.null.ro/svn/yate@746 acf43c95-373e-0410-b603-e72c3f656dc1
2006-04-11 23:39:09 +00:00
paulc de70144848 Fixed compilation with pwlib >= 1.10
git-svn-id: http://voip.null.ro/svn/yate@745 acf43c95-373e-0410-b603-e72c3f656dc1
2006-04-11 23:18:56 +00:00
paulc c3bd93a0b7 Added ALSA channel by Pablo Sampere.
git-svn-id: http://voip.null.ro/svn/yate@734 acf43c95-373e-0410-b603-e72c3f656dc1
2006-04-01 20:36:05 +00:00
paulc 496179c49e Searching libpq.so in lib64 if not found in lib.
git-svn-id: http://voip.null.ro/svn/yate@716 acf43c95-373e-0410-b603-e72c3f656dc1
2006-03-22 22:03:11 +00:00
paulc 3490d2d891 Refactored locking and list iteration to solve deadlocks and race conditions.
git-svn-id: http://voip.null.ro/svn/yate@639 acf43c95-373e-0410-b603-e72c3f656dc1
2006-01-12 05:32:06 +00:00
paulc 8d5c32c584 Added PBX base classes an a database driven multi router.
git-svn-id: http://voip.null.ro/svn/yate@636 acf43c95-373e-0410-b603-e72c3f656dc1
2006-01-09 23:21:07 +00:00
paulc 445f38a616 Added explicit path to ptlib-config to handle multiple versions installed.
git-svn-id: http://voip.null.ro/svn/yate@633 acf43c95-373e-0410-b603-e72c3f656dc1
2006-01-09 03:59:57 +00:00
paulc 15cd188d99 Detect Gtk embedded Mozilla even when provided by Firefox.
git-svn-id: http://voip.null.ro/svn/yate@618 acf43c95-373e-0410-b603-e72c3f656dc1
2005-12-27 05:52:30 +00:00
paulc dabc0f5683 Worked around output of old wc -l command.
git-svn-id: http://voip.null.ro/svn/yate@616 acf43c95-373e-0410-b603-e72c3f656dc1
2005-12-24 15:49:19 +00:00