Commit Graph

24 Commits

Author SHA1 Message Date
paulc 682c4c9d2a Use static const Regexps wherever possible to speed up code.
git-svn-id: http://yate.null.ro/svn/yate/trunk@3391 acf43c95-373e-0410-b603-e72c3f656dc1
2010-06-17 11:38:46 +00:00
paulc 245cd8d3ae Added basic sample rate control in ALSA, OSS, conference and MOH.
git-svn-id: http://yate.null.ro/svn/yate/trunk@3161 acf43c95-373e-0410-b603-e72c3f656dc1
2010-03-30 15:06:50 +00:00
paulc 2186793f38 The worker thread of ThreadedSource now keeps it referenced.
New methods of DataEndpoint, CallEndpoint and ThreadedSource allow easier handling of concurrent operations.
Modules using ThreadedSource were modified to use the new API.


git-svn-id: http://yate.null.ro/svn/yate/trunk@2827 acf43c95-373e-0410-b603-e72c3f656dc1
2009-09-07 23:49:12 +00:00
paulc 5499650213 Changed thread names to be uniform and easily readable.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2733 acf43c95-373e-0410-b603-e72c3f656dc1
2009-06-22 14:48:26 +00:00
paulc c669a24f90 Added mutex names to most Yate modules.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2613 acf43c95-373e-0410-b603-e72c3f656dc1
2009-05-05 14:06:39 +00:00
paulc 963a317055 Made music-on-hold command line parametrizable.
Fixed a lack of mutex locking during module reinitialization.


git-svn-id: http://yate.null.ro/svn/yate/trunk@2187 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-08 15:19:25 +00:00
paulc 26545b7eee Fixed a race bug accessing the sources list.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2008 acf43c95-373e-0410-b603-e72c3f656dc1
2008-06-03 16:18:54 +00:00
paulc 6630a1bd8b Improved passing of parameters to outgoing calls.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1307 acf43c95-373e-0410-b603-e72c3f656dc1
2007-05-11 10:08:10 +00:00
paulc 79ebaa04d9 Set the source thread name to help in debugging.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1280 acf43c95-373e-0410-b603-e72c3f656dc1
2007-04-18 00:59:24 +00:00
paulc 93719a4fcc Character mode telnet server allows for interactive line edit.
Support for line completion on TAB key.
The Windows telnet client should be happy with line endings.


git-svn-id: http://yate.null.ro/svn/yate/trunk@1076 acf43c95-373e-0410-b603-e72c3f656dc1
2006-10-17 20:40:01 +00:00
paulc cda2d9f1c2 Updated copyright and FSF address.
git-svn-id: http://yate.null.ro/svn/yate/trunk@815 acf43c95-373e-0410-b603-e72c3f656dc1
2006-05-27 15:08:43 +00:00
paulc 4a292bd06b 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://yate.null.ro/svn/yate/trunk@813 acf43c95-373e-0410-b603-e72c3f656dc1
2006-05-27 14:53:18 +00:00
paulc 08a4d2d5d3 Applied Olaf Conradi's patch to always use Thread's usleep instead of system.
git-svn-id: http://yate.null.ro/svn/yate/trunk@752 acf43c95-373e-0410-b603-e72c3f656dc1
2006-04-17 19:10:58 +00:00
paulc 2e625f110d Added caller channel id in rmanager output.
Analyzer outputs quality estimation.


git-svn-id: http://yate.null.ro/svn/yate/trunk@707 acf43c95-373e-0410-b603-e72c3f656dc1
2006-02-28 14:39:58 +00:00
paulc 7162de80d4 Fixes for Windows compilation suggested by Faizan Naqvi (Tili).
Added names for thread priorities.
Fixed the way some channels handle timestamps (broken by the delta->full API change).


git-svn-id: http://yate.null.ro/svn/yate/trunk@536 acf43c95-373e-0410-b603-e72c3f656dc1
2005-10-07 22:03:19 +00:00
paulc e88f37919c Multiple media channels related changes.
git-svn-id: http://yate.null.ro/svn/yate/trunk@492 acf43c95-373e-0410-b603-e72c3f656dc1
2005-09-02 16:39:00 +00:00
paulc 1ba919d70b Added setting of "peerid" in call.execute to most modules.
git-svn-id: http://yate.null.ro/svn/yate/trunk@404 acf43c95-373e-0410-b603-e72c3f656dc1
2005-06-14 12:36:03 +00:00
paulc 0c91035b75 Renamed variable to avoid clash with newly defined method name.
git-svn-id: http://yate.null.ro/svn/yate/trunk@360 acf43c95-373e-0410-b603-e72c3f656dc1
2005-05-16 18:58:00 +00:00
paulc e6437cb185 Removed any traces of oRTP, fixed a minor type in MOH.
git-svn-id: http://yate.null.ro/svn/yate/trunk@348 acf43c95-373e-0410-b603-e72c3f656dc1
2005-05-14 01:48:57 +00:00
paulc ab4ae958d5 Direct Sound channel, thread fixes
git-svn-id: http://yate.null.ro/svn/yate/trunk@347 acf43c95-373e-0410-b603-e72c3f656dc1
2005-05-14 01:38:58 +00:00
paulc b52a90a618 Updated copyright years, fixed %ll formatting.
git-svn-id: http://yate.null.ro/svn/yate/trunk@320 acf43c95-373e-0410-b603-e72c3f656dc1
2005-04-29 22:05:07 +00:00
paulc 14da393886 Made compile some modules, added socket address class.
git-svn-id: http://yate.null.ro/svn/yate/trunk@315 acf43c95-373e-0410-b603-e72c3f656dc1
2005-04-28 17:40:41 +00:00
paulc 8123c918b2 Moved the engine away, added install-noapi
git-svn-id: http://yate.null.ro/svn/yate/trunk@260 acf43c95-373e-0410-b603-e72c3f656dc1
2005-03-18 18:16:59 +00:00
paulc 10af040d96 Added Music On Hold by Maciek Kaminski <maciejka_at_tiger.com.pl>
git-svn-id: http://yate.null.ro/svn/yate/trunk@257 acf43c95-373e-0410-b603-e72c3f656dc1
2005-03-17 13:20:28 +00:00