mirror of https://github.com/sipwise/sems.git
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1306 8eb893ce-cfd4-0310-b710-fb5ebe64c474sayer/1.4-spce2.6
parent
572274d3c5
commit
3b18f2a3dc
@ -0,0 +1,15 @@
|
||||
import(mod_conference)
|
||||
|
||||
initial state lobby
|
||||
enter { playFile(wav/default_en.wav) };
|
||||
|
||||
state room;
|
||||
|
||||
transition "lobby to room" lobby - noAudioTest / {
|
||||
conference.setPlayoutType(adaptive)
|
||||
conference.join(myroom)
|
||||
} -> room;
|
||||
|
||||
transition "bye recvd" (lobby, room) - hangup / stop(false) -> end;
|
||||
|
||||
state end;
|
||||
Loading…
Reference in new issue