diff --git a/channels/chan_zap.c b/channels/chan_zap.c index 990a4bdf8e..3dbbb3be87 100644 --- a/channels/chan_zap.c +++ b/channels/chan_zap.c @@ -577,8 +577,8 @@ static struct zt_pvt { unsigned int firstradio:1; unsigned int hanguponpolarityswitch:1; unsigned int hardwaredtmf:1; - unsigned int hidecallerid; - unsigned int hidecalleridname; /*!< Hide just the name not the number for legacy PBX use */ + unsigned int hidecallerid:1; + unsigned int hidecalleridname:1; /*!< Hide just the name not the number for legacy PBX use */ unsigned int ignoredtmf:1; unsigned int immediate:1; /*!< Answer before getting digits? */ unsigned int inalarm:1;