Relative-periodic-announce Default Value

Home » Asterisk Users » Relative-periodic-announce Default Value
Asterisk Users 1 Comment

Hi

Using asterisk 1.8.23.1 on CentOS6

If I do not explicitly set a value for relative-periodic-announce, what default value will all the queues inherit?

Regards

Ish

One thought on - Relative-periodic-announce Default Value

  • I’ve just spotted this line in apps/app_queue.c

    unsigned int relativeperiodicannounce:1;

    So I’m going to assume the default is yes. Please let me know if that assumption is wrong.