X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=apppbx.h;fp=apppbx.h;h=8b4950689c3e44fe5c5c765a01b94aed62103be4;hp=a37fc44434bd722880eea87c9b5c3f105c05eec4;hb=f851ca0d9e22673b7cc0a7c2f539c9d51b9b77f8;hpb=57defecea870c265179b69f811416c7a4659b0ee diff --git a/apppbx.h b/apppbx.h index a37fc44..8b49506 100644 --- a/apppbx.h +++ b/apppbx.h @@ -160,7 +160,8 @@ class EndpointAppPBX : public EndpointApp /* efi */ int e_efi_state; /* current spoken sample */ int e_efi_digit; /* current spoken digit */ - + +#ifdef WITH_CRYPT /* crypt states and vars */ int e_crypt; /* current user level crypt state */ int e_crypt_state; /* current crypt manager state */ @@ -192,6 +193,7 @@ class EndpointAppPBX : public EndpointApp int e_crypt_keyengine_busy; /* current job and busy state */ int e_crypt_keyengine_return; /* return */ struct lcr_timer e_crypt_handler; /* poll timer for crypt events */ +#endif /* messages */ void hookflash(void);