]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_page.c: Simplify dialplan using Page.
authorRichard Mudgett <rmudgett@digium.com>
Mon, 30 Dec 2019 02:41:30 +0000 (20:41 -0600)
committerRichard Mudgett <rmudgett@digium.com>
Mon, 6 Jan 2020 03:20:38 +0000 (21:20 -0600)
commit2780be334d44a0124f82e8c6e05660c1d32aa2fe
tree4926dbc9eeadaf8be9e576dfa05df390f2f87987
parent3818759e9c81a0a25d36d803430f69664cce1036
app_page.c: Simplify dialplan using Page.

Dialplan has to be careful about passing an empty destination list or
empty positions in the list.  As a result, dialplan has to check for
these conditions before using Page.  Simplify dialplan by making Page
handle these conditions gracefully.

* Made tolerate empty positions in the paged device list.

* Reduced some warnings associated with the 's' option to verbose
messages.  The warning level for those messages really serves no purpose
as that is why the 's' option exists.

ASTERISK-28638

Change-Id: I95b64a6d6800cd1a25279c88889314ae60fc21e3
apps/app_page.c
doc/CHANGES-staging/app_page_empty_page_list.txt [new file with mode: 0644]