Author: sayer
Date: 2009-03-11 02:30:27 +0100 (Wed, 11 Mar 2009)
New Revision: 1306
Added:
trunk/apps/dsm/doc/examples/test_conference.dsm
Log:
sample simple conference
Added: trunk/apps/dsm/doc/examples/test_conference.dsm
===================================================================
--- trunk/apps/dsm/doc/examples/test_conference.dsm 2009-03-11 01:26:29 UTC
(rev 1305)
+++ trunk/apps/dsm/doc/examples/test_conference.dsm 2009-03-11 01:30:27 UTC
(rev 1306)
@@ -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;
\ No newline at end of file
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev