Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 440 2

latest revision download Branch trunk

440 annotated / raw | Diffs: previous, other | Lines: 449 ( +1, -1 )

Created: 2008-09-30 22:35:22 -0400 (2 months ago) | Author: derek | Changeset: 440

lots and lots and lots of fixes, to bring it up date
with the latest ptlib/opal combination.
Improve reliability - add read/write locks.

433 annotated / raw | Diffs: previous, other | Lines: 449 ( +20, -20 )

Created: 2008-07-27 00:47:16 -0400 (4 months 5 days ago) | Author: derek | Changeset: 433

Big tidy up. Move all comamnd handling to use Const,
so that the strings are handled as efficiently as possible.

432 annotated / raw | Diffs: previous, other | Lines: 449 ( +0, -6 )

Created: 2008-07-25 01:00:20 -0400 (4 months 7 days ago) | Author: derek | Changeset: 432

Lots of tidy ups to improve the efficiency of the voip subsystem.
Minor cleanups to callflow to make it more robust.

427 annotated / raw | Diffs: previous, other | Lines: 455 ( +19, -1 )

Created: 2008-07-20 22:42:15 -0400 (4 months 11 days ago) | Author: derek | Changeset: 427

Tidy up formatting.
Add new methods so descendant class can process additional commands.

419 annotated / raw | Diffs: previous, other | Lines: 437 ( +14, -9 )

Created: 2008-06-12 23:11:52 -0400 (5 months 18 days ago) | Author: derek | Changeset: 419

Add handling of the messageframe so that descendants can work out
when they have started running.

Tidy up the dumpmem command, to have less allocs in it.

412 annotated / raw | Diffs: previous, other | Lines: 432 ( +6, -0 )

Created: 2008-05-20 17:59:05 -0400 (6 months ago) | Author: derek | Changeset: 412

Tidy up the dumping of memory while a sofa utility is running..

397 annotated / raw | Diffs: previous, other | Lines: 426 ( +16, -16 )

Created: 2008-03-27 22:11:53 -0400 (8 months ago) | Author: derek | Changeset: 397

Move away from BOOL, TRUE, FALSE.
start working on a configure script to build the library.

394 annotated / raw | Diffs: previous, other | Lines: 426 ( +5, -1 )

Created: 2007-08-23 01:22:58 -0400 (15 months ago) | Author: derek | Changeset: 394

*Tweaks to make it more easier to use - and match the OPAL
 call progress phases. More work is requried here.
*Modify logging levels.

392 annotated / raw | Diffs: previous, other | Lines: 422 ( +1, -1 )

Created: 2007-08-06 01:10:17 -0400 (15 months ago) | Author: derek | Changeset: 392

Make the ProcessAnswer method virtual. Fix follow on things.

248 annotated / raw | Diffs: previous, other | Lines: 422 ( +4, -4 )

Created: 2007-05-14 22:16:25 -0400 (18 months ago) | Author: derek | Changeset: 248

Change some args to const PString &, which saves on CPU.

247 annotated / raw | Diffs: previous, other | Lines: 422 ( +7, -3 )

Created: 2007-04-19 22:30:57 -0400 (19 months ago) | Author: derek | Changeset: 247

fixes, so it compiles with the absolute latest opal cvs.
This includes precompiled headers of ptlib.h, which does supposedly
reduce the compile time.

148 annotated / raw | Diffs: previous, other | Lines: 418 ( +6, -0 )

Created: 2006-10-10 16:48:03 -0400 (2 years 1 month ago) | Author: derek | Changeset: 148

updates, new instructions,

100 annotated / raw | Diffs: previous, other | Lines: 412 ( +9, -4 )

Created: 2006-09-18 19:47:44 -0400 (2 years 2 months ago) | Author: derek | Changeset: 100

Update library to work better.

60 annotated / raw | Diffs: previous, other | Lines: 407 ( +2, -2 )

Created: 2006-08-08 19:07:15 -0400 (2 years 3 months ago) | Author: derek | Changeset: 60

Remove the SS prefix to applications like voip, am and mcu.
This is done at the code level, and public Id level.

Update the server docs to describe the adviseontermination,
connection with no id, and whoami commands.

2 new annotated / raw | Lines: 407 ( +407, -0 )

Created: 2006-05-17 19:11:59 -0400 (2 years 6 months ago) | Author: derek | Changeset: 2

Initial release of the Sofa Switch set of utilities.