Hello.
In "/doc/Howstart_noproxy.txt" and http://ftp.iptel.org/pub/sems/doc/current/howtostart_noproxy.html in section "Creating and running a simple DSM applications" there is a bad DSM example. 1. Instead initial state BEGIN { playFile(/usr/local/lib/sems/audio/webconference/first_participant.wav }; should be initial state BEGIN enter { playFile(/usr/local/lib/sems/audio/webconference/first_participant.wav); }; 2. Instead transition "typed a key" BEGIN - keyTest(#key < 10) / { should be transition "typed a key" TYPING - keyTest(#key < 10) / { This might confuse new developers, especially because of SEMS doesn't print any error in the log. [email protected] www.oyster-telecom.ru
_______________________________________________ Sems mailing list [email protected] http://lists.iptel.org/mailman/listinfo/sems
