You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sems/doc/dsm/examples/test_byehdr.dsm

7 lines
141 B

initial state START
enter {
playFile(wav/default_en.wav);
};
transition "got bye" START - hangup / log(1, #headers) -> end;
state end;