Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 432 135

latest revision download Branch trunk

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

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.

415 annotated / raw | Diffs: previous, other | Lines: 192 ( +9, -0 )

Created: 2008-05-25 21:36:03 -0400 (6 months ago) | Author: derek | Changeset: 415

Work hard on callflow so it compiles and runs a bit nicer.
Fix compatibility issues with wxwidgets 2.8.

414 annotated / raw | Diffs: previous, other | Lines: 183 ( +57, -58 )

Created: 2008-05-23 01:04:54 -0400 (6 months ago) | Author: derek | Changeset: 414

Many lines of tedious cahnges to get it to compile on wxWidgets 2.8 Sigh, job not finished.

269 annotated / raw | Diffs: previous, other | Lines: 184 ( +6, -6 )

Created: 2007-06-06 01:23:09 -0400 (17 months ago) | Author: derek | Changeset: 269

tidy up fixes resulting from work on the docs.

258 annotated / raw | Diffs: previous, other | Lines: 184 ( +13, -1 )

Created: 2007-05-17 19:45:54 -0400 (18 months ago) | Author: derek | Changeset: 258

tidyups for callflow utility. Get widgets to work correctly.
Add option handling to generated python script, with help options.
Add multiple toolbars to main window, which displays all options nicely.
MakeVoipCall diagram now responds to voip node termination, and uses
command line option in making a call.

257 annotated / raw | Diffs: previous, other | Lines: 172 ( +44, -15 )

Created: 2007-05-16 01:00:31 -0400 (18 months ago) | Author: derek | Changeset: 257

Add code to indicate acceptance of an incoming voip/tdm call.

224 annotated / raw | Diffs: previous, other | Lines: 143 ( +1, -1 )

Created: 2007-01-07 22:25:04 -0500 (22 months ago) | Author: derek | Changeset: 224

Various reliability fixes.
Better reporting in the voip module, better exceptions in python to cope
will callflow errors.

192 annotated / raw | Diffs: previous, other | Lines: 143 ( +7, -5 )

Created: 2006-11-13 19:25:37 -0500 (2 years ago) | Author: derek | Changeset: 192

Fix the end call icon, to generate the correct Python code.
Fix the voip call to illustrate timeout of getting the nodes.
Fix this so death does always register the shutdown timer.

185 annotated / raw | Diffs: previous, other | Lines: 141 ( +17, -7 )

Created: 2006-11-13 16:22:10 -0500 (2 years ago) | Author: derek | Changeset: 185

Protect every usage of the Python eval and exec with a
try/except clause. Thus, the user cannot terminate execution of
everything with a minor syntax error. Further, we get a more useful
printout of what is wrong.

148 annotated / raw | Diffs: previous, other | Lines: 131 ( +1, -1 )

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

updates, new instructions,

143 annotated / raw | Diffs: previous, other | Lines: 131 ( +6, -2 )

Created: 2006-09-28 00:54:02 -0400 (2 years 2 months ago) | Author: derek | Changeset: 143

Patches to fix niggly issues.

135 new annotated / raw | Lines: 127 ( +127, -0 )

Created: 2006-09-27 01:25:31 -0400 (2 years 2 months ago) | Author: derek | Changeset: 135

Join EndCall and MakeCall together, as there is heaps of similarities in the look and
code required.  Add new files, callstartstop to handle common pieces of code. Make
relevant downstream changes.