Leif Neland wrote:
#define OPT_PEER_H ((uint64_t)1 << 34) #define OPT_SINGLE_BUSY ((uint64_t)1 << 35) but all these constants have the value zero! I'm compiling on FreeBSD, asterisk seems to work anyway... Whats going on?
doh... 64 bits doesn't fit in %d %llu works better. Leif
_______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
