[asterisk-dev] Meetme CONFFLAGs

Olle E. Johansson oej at edvina.net
Mon Apr 18 10:09:16 CDT 2011


       CONFFLAG_NO_AUDIO_UNTIL_UP = (1 << 31),
};

/* !If set play an intro announcement at start of conference */
#define CONFFLAG_INTROMSG ((uint64_t)1 << 32)




Why is the CONFFLAG_INTROMSG declared separately from the other CONFFLAGs? 

If I add a new CONFFLAG, do I need to move this to another value?

/O



More information about the asterisk-dev mailing list