Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 437 76

latest revision download Branch trunk

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

Created: 2008-07-27 19:56:10 -0400 (4 months 4 days ago) | Author: derek | Changeset: 437

check that the user has specified a python variable to
hold the output of the requestnewid operation. mark this
as a compile error if name not specified. Ensure this
compile error is correctly cleared on doing the next compile.

436 annotated / raw | Diffs: previous, other | Lines: 232 ( +15, -3 )

Created: 2008-07-27 19:26:14 -0400 (4 months 4 days ago) | Author: derek | Changeset: 436

Tidy up the errorchecking - ensure that the python code
copes with faulty input better.

435 annotated / raw | Diffs: previous, other | Lines: 220 ( +3, -2 )

Created: 2008-07-27 01:22:16 -0400 (4 months 5 days ago) | Author: derek | Changeset: 435

requestnewid command is changed, to now include a unique identifying string.
this means one RequestNewId node on the panel will not interfere with another.
Alternatively, multiple uses of a RequestNewid node on the panel will not
interfere with another.

415 annotated / raw | Diffs: previous, other | Lines: 219 ( +13, -2 )

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: 208 ( +76, -76 )

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.

357 annotated / raw | Diffs: previous, other | Lines: 208 ( +1, -1 )

Created: 2007-07-18 19:58:58 -0400 (16 months ago) | Author: derek | Changeset: 357

fix the location of the output point, so gravity works correctly.

353 annotated / raw | Diffs: previous, other | Lines: 208 ( +107, -36 )

Created: 2007-07-17 21:34:46 -0400 (16 months ago) | Author: derek | Changeset: 353

Alter Request Node shape completely. Redraw it as having
three outputs. a)just made request, b)received new node info
and c)timeout waiting on new node.

269 annotated / raw | Diffs: previous, other | Lines: 137 ( +1, -1 )

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

tidy up fixes resulting from work on the docs.

240 annotated / raw | Diffs: previous, other | Lines: 137 ( +1, -1 )

Created: 2007-02-13 19:19:29 -0500 (21 months ago) | Author: derek | Changeset: 240

Reliability issues resolved, and cope with malformed events better.

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

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.

160 annotated / raw | Diffs: previous, other | Lines: 129 ( +9, -5 )

Created: 2006-11-06 22:09:32 -0500 (2 years ago) | Author: derek | Changeset: 160

get the close down to work correctly (I think)
Get the requesting of a node to work, particularly when passing additional information.
Requesting of a node works when supplied text is a string (with quotes) or
consists of python variables.

154 annotated / raw | Diffs: previous, other | Lines: 125 ( +1, -1 )

Created: 2006-10-29 20:58:23 -0500 (2 years 1 month ago) | Author: derek | Changeset: 154

Remove empty quotes from additional information field.

152 annotated / raw | Diffs: previous, other | Lines: 125 ( +15, -5 )

Created: 2006-10-28 03:02:50 -0400 (2 years 1 month ago) | Author: derek | Changeset: 152

Add feature so that when requesting a worker node, you can supply
additional python arguements. Extend Makecall so that you specify the
destinaton as a python variable.

94 annotated / raw | Diffs: previous, other | Lines: 115 ( +1, -1 )

Created: 2006-09-14 22:44:56 -0400 (2 years 2 months ago) | Author: derek | Changeset: 94

Add units to title.

93 annotated / raw | Diffs: previous, other | Lines: 115 ( +30, -12 )

Created: 2006-09-14 22:43:05 -0400 (2 years 2 months ago) | Author: derek | Changeset: 93

Work on the handling of request node at some other sofaswitch entity.

76 new annotated / raw | Lines: 97 ( +97, -0 )

Created: 2006-09-07 01:14:21 -0400 (2 years 2 months ago) | Author: derek | Changeset: 76

Fixes. Move towards a saner compile process with a separate file for
call flow.