[RavenclawDev 249] receiving messages from INPUT_LINE_CONFIGURATION
Svetlana Stenchikova
svetastenchikova at gmail.com
Sun Apr 15 17:44:37 EDT 2007
My Dialog manager has statements:
INPUT_LINE_CONFIGURATION("set_grammar=bla")
These messages should be broadcast to all servers, right?
I am intercepting this message in the ASR server with
serverOpSetDialogState function.
I also get a call in serverOpSetGrammar() in my ASR seerver
I am now trying to get the same message in the TTY server. I added
the messages in the pgm file, so when the TTY server starts up, it
prints:
{c JavaTTY
:signatures (("setgrammar"
()
2
6
()
2)
( "processparse"
()
2
6
()
2)
( "speak"
()
2
6
()
2)
( "reinitialize"
()
2
6
()
2)
( "setdialogstate"
()
2
6
()
2))
however the tty server does not seem to get neither SetDialogState nor
SetGrammar messages.
What could be a reason for the tty server not getting these messages?
thank you
Svetlana
More information about the Ravenclaw-developers
mailing list