[RavenclawDev 257] Re: receiving messages from INPUT_LINE_CONFIGURATION

Svetlana Stenchikova svetastenchikova at gmail.com
Tue Apr 17 12:23:18 EDT 2007


Broadcast message is not sent to all servers, but only those specified
in broadcast_state of in the cfg file for the server.

broadcast_state = sphinx.set_dialog_state;tty-sphinx.set_dialog_state


On 4/15/07, Svetlana Stenchikova <svetastenchikova at gmail.com> wrote:
> 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