search for: zt_conf_digitalmon

Displaying 2 results from an estimated 2 matches for "zt_conf_digitalmon".

2004 Jan 12
1
Install problem (compile error)
Hi! I am trying to install asterisk-0.5.0. For now I have installed libpri-0.4.0, now I'm getting the following error message when I do the make: chan_zap.c: In function `conf_add': chan_zap.c:836: `ZT_CONF_DIGITALMON' undeclared (first use in this function) chan_zap.c:836: (Each undeclared identifier is reported only once chan_zap.c:836: for each function it appears in.) chan_zap.c: In function `isourconf': chan_zap.c:866: `ZT_CONF_DIGITALMON' undeclared (first use in this function) make[1]: *** [ch...
2004 Mar 31
4
ANNOUNCEMENT : MeetMe Web User Interface
...efine ZT_CONF_CONFANN 5 /* conference announce mode */ #define ZT_CONF_CONFMON 6 /* conference monitor mode */ #define ZT_CONF_CONFANNMON 7 /* conference announce/monitor mode */ #define ZT_CONF_REALANDPSEUDO 8 /* real and pseudo port both on conf */ #define ZT_CONF_DIGITALMON 9 /* Do not decode or interpret */ #define ZT_CONF_FLAG_MASK 0xff00 /* mask for flags (65280) */ #define ZT_CONF_LISTENER 0x100 /* is a listener on the conference (256)*/ #define ZT_CONF_TALKER 0x200 /* is a talker on the conference (512)*/ #define ZT_CONF_PSEUDO_LIS...