]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_pubsub: Treat "prune_on_boot" as a yes / no.
authorJoshua Colp <jcolp@digium.com>
Fri, 27 Jul 2018 15:46:12 +0000 (15:46 +0000)
committerJoshua Colp <jcolp@digium.com>
Fri, 27 Jul 2018 15:47:08 +0000 (10:47 -0500)
commit9165735a7dcb806e6402e519b8b81a5f694dcc94
treeb8795e9f5569feaec701ab7a8057746f1bd41e78
parentf5fcff17bddbaff62375ace5314c8428e31449d4
res_pjsip_pubsub: Treat "prune_on_boot" as a yes / no.

The alembic for the PJSIP subscription persistence table has the
"prune_on_boot" field as a boolean. While in Asterisk we are
tolerant of many different definitions of true and false in the
database we only accept "yes" and "no". This change makes the
field treated as a yes/no instead of an integer, thus storing
"yes" and "no" instead of "1" and "0".

Change-Id: Ic8b9211b36babefe78f70def6828a135a6ae7ab6
res/res_pjsip_pubsub.c