[RavenclawDev 376] (MeetingLine) [32] Configurations: 1) Added session manager routes to pgm file

tk@edam.speech.cs.cmu.edu tk at edam.speech.cs.cmu.edu
Sat Sep 15 22:36:55 EDT 2007


An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/ravenclaw-developers/attachments/20070915/1c91b4b6/attachment.html
-------------- next part --------------
Modified: Configurations/Desktop-Festival/MeetingLine-hub.pgm
===================================================================
--- Configurations/Desktop-Festival/MeetingLine-hub.pgm	2007-09-14 20:47:17 UTC (rev 31)
+++ Configurations/Desktop-Festival/MeetingLine-hub.pgm	2007-09-16 02:36:53 UTC (rev 32)
@@ -39,6 +39,14 @@
 INIT: :greeting "Welcome to the CMU MeetingLine 1.0!"
 
 ;; -------------------------------------------------
+;; The session manager 
+;; -------------------------------------------------
+
+SERVER: SessionManager at localhost:11002
+OPERATIONS: reinitialize request_init_session notify_closing_session end_session
+INIT: :greeting "Welcom to the CMU MeetingLine 1.0!"
+
+;; -------------------------------------------------
 ;; The Kalliope server will convert text from the 
 ;; language generation (NLG) server to speech heard
 ;; by the caller
@@ -114,6 +122,11 @@
 IN:
 OUT:
 
+;; Sombody requested a session init
+RULE: :request_init_session --> SessionManager.request_init_session
+IN:
+OUT:
+
 ;; The session server has triggered a new session
 RULE: :init_session | :call_answered --> Builtin.new_session
 IN:

Modified: Configurations/Desktop-Festival/startlist.config
===================================================================
--- Configurations/Desktop-Festival/startlist.config	2007-09-14 20:47:17 UTC (rev 31)
+++ Configurations/Desktop-Festival/startlist.config	2007-09-16 02:36:53 UTC (rev 32)
@@ -57,3 +57,6 @@
 
 PROCESS: $BIN\MeetingLineDM -config MeetingLineDM.cfg
 PROCESS_TITLE: MeetingLineDM
+
+PROCESS: $BIN\SessionManager
+PROCESS_TITLE: Session Manager

Modified: Configurations/Desktop-Swift/MeetingLine-hub.pgm
===================================================================
--- Configurations/Desktop-Swift/MeetingLine-hub.pgm	2007-09-14 20:47:17 UTC (rev 31)
+++ Configurations/Desktop-Swift/MeetingLine-hub.pgm	2007-09-16 02:36:53 UTC (rev 32)
@@ -39,6 +39,14 @@
 INIT: :greeting "Welcome to the CMU MeetingLine 1.0!"
 
 ;; -------------------------------------------------
+;; The session manager 
+;; -------------------------------------------------
+
+SERVER: SessionManager at localhost:11002
+OPERATIONS: reinitialize request_init_session notify_closing_session end_session
+INIT: :greeting "Welcom to the CMU MeetingLine 1.0!"
+
+;; -------------------------------------------------
 ;; The Kalliope server will convert text from the 
 ;; language generation (NLG) server to speech heard
 ;; by the caller
@@ -114,6 +122,11 @@
 IN:
 OUT:
 
+;; Sombody requested a session init
+RULE: :request_init_session --> SessionManager.request_init_session
+IN:
+OUT:
+
 ;; The session server has triggered a new session
 RULE: :init_session | :call_answered --> Builtin.new_session
 IN:

Modified: Configurations/Desktop-Swift/startlist.config
===================================================================
--- Configurations/Desktop-Swift/startlist.config	2007-09-14 20:47:17 UTC (rev 31)
+++ Configurations/Desktop-Swift/startlist.config	2007-09-16 02:36:53 UTC (rev 32)
@@ -57,3 +57,6 @@
 
 PROCESS: $BIN\MeetingLineDM -config MeetingLineDM.cfg
 PROCESS_TITLE: MeetingLineDM
+
+PROCESS: $BIN\SessionManager
+PROCESS_TITLE: Session Manager

Modified: Configurations/Desktop-TTY/MeetingLine-hub.pgm
===================================================================
--- Configurations/Desktop-TTY/MeetingLine-hub.pgm	2007-09-14 20:47:17 UTC (rev 31)
+++ Configurations/Desktop-TTY/MeetingLine-hub.pgm	2007-09-16 02:36:53 UTC (rev 32)
@@ -31,6 +31,14 @@
 INIT: :greeting "Welcome to the CMU MeetingLine 1.0!"
 
 ;; -------------------------------------------------
+;; The session manager 
+;; -------------------------------------------------
+
+SERVER: SessionManager at localhost:11002
+OPERATIONS: reinitialize request_init_session notify_closing_session end_session
+INIT: :greeting "Welcom to the CMU MeetingLine 1.0!"
+
+;; -------------------------------------------------
 ;; The phoenix server will parse utterances
 ;; emitted by the sphinx server
 ;; -------------------------------------------------
@@ -96,6 +104,11 @@
 IN:
 OUT:
 
+;; Sombody requested a session init
+RULE: :request_init_session --> SessionManager.request_init_session
+IN:
+OUT:
+
 ;; The session server has triggered a new session
 RULE: :init_session | :call_answered --> Builtin.new_session
 IN:

Modified: Configurations/Desktop-TTY/startlist.config
===================================================================
--- Configurations/Desktop-TTY/startlist.config	2007-09-14 20:47:17 UTC (rev 31)
+++ Configurations/Desktop-TTY/startlist.config	2007-09-16 02:36:53 UTC (rev 32)
@@ -43,3 +43,6 @@
 
 PROCESS: $BIN\MeetingLineDM -config MeetingLineDM-tty.cfg
 PROCESS_TITLE: MeetingLineDM
+
+PROCESS: $BIN\SessionManager
+PROCESS_TITLE: Session Manager

Modified: Meetingline.sln
===================================================================
--- Meetingline.sln	2007-09-14 20:47:17 UTC (rev 31)
+++ Meetingline.sln	2007-09-16 02:36:53 UTC (rev 32)
@@ -45,13 +45,6 @@
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SessionManager", "Agents\SessionManager\SessionManager.vcproj", "{DA610A10-C684-4C6C-9176-4865401B3A66}"
 EndProject
 Global
-	GlobalSection(SourceCodeControl) = preSolution
-		SccNumberOfProjects = 1
-		SccProjectUniqueName0 = Agents\\SessionManager\\SessionManager.vcproj
-		SccProjectName0 = \u0022$/CommonAgents/SessionManager\u0022,\u0020OCLCAAAA
-		SccLocalPath0 = Agents\\SessionManager
-		SccProvider0 = MSSCCI:Microsoft\u0020Visual\u0020SourceSafe
-	EndGlobalSection
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
 		Debug|Win32 = Debug|Win32
 		FestivalDebug|Win32 = FestivalDebug|Win32
@@ -103,8 +96,8 @@
 		{9CDBFBA5-F7EB-432F-A7CF-2E80322FE2ED}.FestivalDebug|Win32.Build.0 = FestivalDebug|Win32
 		{9CDBFBA5-F7EB-432F-A7CF-2E80322FE2ED}.FestivalRelease|Win32.ActiveCfg = FestivalRelease|Win32
 		{9CDBFBA5-F7EB-432F-A7CF-2E80322FE2ED}.FestivalRelease|Win32.Build.0 = FestivalRelease|Win32
-		{9CDBFBA5-F7EB-432F-A7CF-2E80322FE2ED}.Release|Win32.ActiveCfg = Release|Win32
-		{9CDBFBA5-F7EB-432F-A7CF-2E80322FE2ED}.Release|Win32.Build.0 = Release|Win32
+		{9CDBFBA5-F7EB-432F-A7CF-2E80322FE2ED}.Release|Win32.ActiveCfg = SwiftRelease|Win32
+		{9CDBFBA5-F7EB-432F-A7CF-2E80322FE2ED}.Release|Win32.Build.0 = SwiftRelease|Win32
 		{9CDBFBA5-F7EB-432F-A7CF-2E80322FE2ED}.SwiftDebug|Win32.ActiveCfg = SwiftDebug|Win32
 		{9CDBFBA5-F7EB-432F-A7CF-2E80322FE2ED}.SwiftDebug|Win32.Build.0 = SwiftDebug|Win32
 		{9CDBFBA5-F7EB-432F-A7CF-2E80322FE2ED}.SwiftRelease|Win32.ActiveCfg = SwiftRelease|Win32


More information about the Ravenclaw-developers mailing list