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: 913 ( +2, -1 )

Created: 2008-09-30 22:35:22 -0400 (49 days 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: 912 ( +22, -20 )

Created: 2008-07-27 00:47:16 -0400 (3 months 23 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: 910 ( +4, -12 )

Created: 2008-07-25 01:00:20 -0400 (3 months 25 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: 918 ( +31, -3 )

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

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

425 annotated / raw | Diffs: previous, other | Lines: 890 ( +23, -21 )

Created: 2008-07-02 23:52:27 -0400 (4 months 17 days ago) | Author: derek | Changeset: 425

Tidy up locks in creation of identities.
Now, we correctly set them, so there is no deadlock on faulty initialisation.

419 annotated / raw | Diffs: previous, other | Lines: 888 ( +3, -32 )

Created: 2008-06-12 23:11:52 -0400 (5 months 6 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.

417 annotated / raw | Diffs: previous, other | Lines: 917 ( +8, -32 )

Created: 2008-05-27 19:09:44 -0400 (5 months 23 days ago) | Author: derek | Changeset: 417

Fix the comms constructor, so we avoid the call of pure virtual functions.
the commsProvider internal thread must start work after the creation of everything has completed.

Correctly send a message back to the remote controller that the call has been established. This is
useful in those scripts that want to know when the call is operational.

412 annotated / raw | Diffs: previous, other | Lines: 941 ( +26, -12 )

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..

409 annotated / raw | Diffs: previous, other | Lines: 927 ( +1, -1 )

Created: 2008-05-06 00:44:14 -0400 (6 months ago) | Author: derek | Changeset: 409

fix logic in handling frames that initiate, but never go anywhere.
These frames are now correctly deleted, and the leaks are fixed...

405 annotated / raw | Diffs: previous, other | Lines: 927 ( +2, -1 )

Created: 2008-04-23 00:38:52 -0400 (6 months ago) | Author: derek | Changeset: 405

Make current with ptlib.

396 annotated / raw | Diffs: previous, other | Lines: 926 ( +33, -34 )

Created: 2008-03-27 18:33:08 -0400 (7 months ago) | Author: derek | Changeset: 396

Move to the new ptlib/opal layout, with bool, and not BOOL, and true,
(but not TRUE)  and false (but not FALSE).

394 annotated / raw | Diffs: previous, other | Lines: 927 ( +52, -64 )

Created: 2007-08-23 01:22:58 -0400 (14 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: 939 ( +2, -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.

390 annotated / raw | Diffs: previous, other | Lines: 938 ( +2, -1 )

Created: 2007-08-06 00:21:14 -0400 (15 months ago) | Author: derek | Changeset: 390

Tidy ups. Work on making udp channel/ep consistant with opal.
Tidy up python icon look.
fix typos in docs.

251 annotated / raw | Diffs: previous, other | Lines: 937 ( +6, -3 )

Created: 2007-05-14 23:03:54 -0400 (18 months ago) | Author: derek | Changeset: 251

Tidy up reporting.

248 annotated / raw | Diffs: previous, other | Lines: 934 ( +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.

231 annotated / raw | Diffs: previous, other | Lines: 934 ( +10, -2 )

Created: 2007-01-11 21:53:19 -0500 (22 months ago) | Author: derek | Changeset: 231

Add handling of the message, "reporttome", so any controller can ask
any sofa node to send all messages to a new controlling entity.

148 annotated / raw | Diffs: previous, other | Lines: 926 ( +5, -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: 921 ( +7, -5 )

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

Update library to work better.

63 annotated / raw | Diffs: previous, other | Lines: 919 ( +7, -1 )

Created: 2006-08-10 00:37:26 -0400 (2 years 3 months ago) | Author: mjerris | Changeset: 63

Compile changes for msvc 2005.

60 annotated / raw | Diffs: previous, other | Lines: 913 ( +1, -1 )

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.

59 annotated / raw | Diffs: previous, other | Lines: 913 ( +11, -1 )

Created: 2006-08-08 18:08:02 -0400 (2 years 3 months ago) | Author: derek | Changeset: 59

Add ability for server to generate a unique ID. This is useful for when there are
multiple controllers, and we don't know the id of the other controllers.
Add command to query server, and ask the server what our id is. This command is used
when we ask the server to assign us an ID.
Add facility so that when node X dies on the server, the server will advise node Y.
This is useful to handle the case when node X crashes.

2 new annotated / raw | Lines: 903 ( +903, -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.