ssip: Sample SSIP Dialog

 
 5.1 Example of an SSIP Dialog
 =============================
 
 The following example illustrates a sample dialog with SSIP. The client
 connects to a Speech Server, sets all the common parameters, sends two
 text messages, displays the list of clients, instructs Speech Server to
 repeat the second message, and closes the connection.  Lines starting
 with a numeric code are response lines of the server, other lines are
 the lines sent by the client.
 
      SET SELF CLIENT_NAME joe:vi:default
      208 OK CLIENT NAME SET
      SET SELF PRIORITY MESSAGE
      202 OK PRIORITY SET
      SPEAK
      230 OK RECEIVING DATA
      Hello, I'm am SSIP communication example!
      How are you?
      .
      225 OK MESSAGE QUEUED
      SPEAK
      230 OK RECEIVING DATA
      Still there?
      .
      225 OK MESSAGE QUEUED
      HISTORY GET CLIENT_LIST
      240-1 jim:Emacs:default 0
      240-2 jim:Emacs:default 0
      240-3 unknown:unknown:unknown 0
      240-4 jim:Emacs:default 1
      240-5 joe:vi:default 1
      240 OK CLIENTS LIST SENT
      HISTORY GET LAST
      242-39 joe:vi:default
      242 OK LAST MSG SENT
      HISTORY SAY 39
      225 OK MESSAGE QUEUED
      QUIT
      231 HAPPY HACKING