]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_queue: Set correct value by default for shared_lastcall
authorRodrigo Ramírez Norambuena <a@rodrigoramirez.com>
Mon, 29 Apr 2019 16:13:07 +0000 (12:13 -0400)
committerRodrigo Ramírez Norambuena <a@rodrigoramirez.com>
Mon, 29 Apr 2019 16:13:07 +0000 (12:13 -0400)
commited615afb7e0d630a58feba569c657eadc6ddc0a9
tree656323e3524274987c3d99e4e1fd87a4743945fd
parent4f69ea928a52713689d89b088e1a416ab9938888
app_queue: Set correct value by default for shared_lastcall

There a long history here:

In commit dd1e62c095c has introduce by default shared_lastcall = true by
default but this now only happen is there not [general] directive in
queues.conf

After that, the commit 4b50e3f1ee84ae29da6d9eb3cfd9896a49d2394b fix the
sample file.

We'll need to keep the same setting if there a general or not section in
configuration file since the shared_lastcall is by a long time in
sample files as default value to 'no'.

Change-Id: Id44faec370136df8d57902b453ad4059ed21b94c
apps/app_queue.c
configs/samples/queues.conf.sample