Commit Graph

25 Commits (a94de00b66459ddcb8dc8e691b184115503bb85e)

Author SHA1 Message Date
Stefan Sayer 5026ab7f50 DSM: support variables in range, e.g. range($myvar)
15 years ago
Stefan Sayer 26db3fae33 DSM: implement for ($x in range(2, 5))
15 years ago
Stefan Sayer d90e76a7d3 DSM: "for (x in array)" and "for (k,v in struct)"
15 years ago
Stefan Sayer 3b67569f69 reindent
15 years ago
Matthew Williams be62fe1ca5 implementation of functions in DSM
15 years ago
Matthew Williams f4b8287436 initial support for if blocks (no else)
15 years ago
Stefan Sayer aee8585091 DSM: adds onBeforeDestroy event handler to modules
15 years ago
Stefan Sayer 7dcb7e2abb added OpenSSL linking exception to license
16 years ago
Stefan Sayer d9aaac69f6 DSM: support $var in jumpFSM($var)/callFSM($var)
16 years ago
Stefan Sayer 40af0d1777 DSM: add system DSMs, DSMs unrelated to calls
16 years ago
Stefan Sayer 21265b0fc3 DSM: pass DSMSession along & save a dynamic_cast
16 years ago
Stefan Sayer 1fd9c544f6 rough consistency check for DSMs after loading
16 years ago
Stefan Sayer ccdbae75ed make varPrintArg usable from modules
16 years ago
Stefan Sayer b9176c56d0 - event params made writable with set() and sets(); used to return value from event processing
16 years ago
Stefan Sayer 22ba41b066 for outgoing calls, ringing/early/failed events.
16 years ago
Stefan Sayer 03bf1e1b15 json-rpc v2.0 module.
16 years ago
Stefan Sayer 2bc644353d updated core module with exceptions instead of errno
16 years ago
Stefan Sayer 5352e9abb7 DSM exceptions. SEMS-59.
16 years ago
Stefan Sayer 3e1065a504 B2BUA functions for DSM. See dsm_syntax.txt for the functions.
17 years ago
Stefan Sayer 67c1ffed32 o 'not' operator on conditions
17 years ago
Stefan Sayer dfbf9816c9 o onInvite event
17 years ago
Stefan Sayer 43370354fe o generic event (DSMEvent) posting between sessions (eventTest(), postEvent())
17 years ago
Stefan Sayer 33b27c7628 - session init function for modules (onInvite)
18 years ago
Stefan Sayer a4969b3fe4 mass setting Id svn property
18 years ago
Stefan Sayer c93ea5738f The DonkeySM: easy application development by state machine definitions
18 years ago