backup
[lcr.git] / message.h
index ce1bb76..1c2df57 100644 (file)
--- a/message.h
+++ b/message.h
@@ -241,8 +241,8 @@ struct park_info {
 struct param_data {
        unsigned char data[512]; /* audio/hdlc data */
        int len; /* audio/hdlc data */
-       unsigned long port_id; /* to identify the source of this data */
-       int port_type; /* type of the source's port  */
+//     unsigned long port_id; /* to identify the source of this data */
+//     int port_type; /* type of the source's port  */
 };
 
 struct param_play {
@@ -351,7 +351,6 @@ enum { /* messages between entities */
        MESSAGE_VBOX_TONE,      /* set answering VBOX tone */
        MESSAGE_TONE_COUNTER,   /* tone counter (for VBOX tone use) */
        MESSAGE_TONE_EOF,       /* tone is end of file */
-       MESSAGE_VBOX_RECORD,    /* tell endpoint to start recording */
 };
 
 #define MESSAGES static const char *messages_txt[] = { \
@@ -383,7 +382,6 @@ enum { /* messages between entities */
        "MESSAGE_VBOX_TONE", \
        "MESSAGE_TONE_COUNTER", \
        "MESSAGE_TONE_EOF", \
-       "MESSAGE_VBOX_RECORD", \
 };