
 x run_invite_event per DSM script
 o explicit condition ordering (explicit priority)
 o checking of FSM consitency (e.g. target state names)
 o better error reporting in script compilation (e.g. line number)
 x better error handling (exceptions)
 x 'not' operator on conditions
 o 'or' operator
 x provide session init function for modules
 x embed python interpreter in module ?
   -> py( ... python code ... ) condition and action
 x correct en/decode DI args (e.g. arrays)
 o replace DSMSession::map<string, string> var with map<string, AmArg>
   var -> avar
 x register scripts as app  
 x mod_mysql 
 o session creation from module
