Added "release" action and timeout to "execute" action.
[lcr.git] / message.h
index a7f15b7..3c775cc 100644 (file)
--- a/message.h
+++ b/message.h
@@ -199,6 +199,7 @@ struct disconnect_info {
        int cause;                      /* reason for disconnect */
        int location;                   /* disconnect location */
        char display[84];               /* optional display information */
+       int force;                      /* special flag to release imediately */
 };
 
 /* call-info structure REDIR */