27 #ifndef OPAL_OPAL_OPALVXML_H
28 #define OPAL_OPAL_OPALVXML_H
36 #include <ptclib/vxml.h>
51 class OpalVXMLSession :
public PVXMLSession
53 PCLASSINFO(OpalVXMLSession, PVXMLSession);
57 PTextToSpeech * tts = NULL,
58 PBoolean autoDelete =
false
61 virtual void OnEndDialog();
62 virtual void OnEndSession();
63 virtual bool OnTransfer(
const PString & destination, TransferType type);
71 #endif // OPAL_OPAL_OPALVXML_H
Definition: connection.h:415