]> git.ipfire.org Git - thirdparty/asterisk.git/commit
func_callerid: Warn about invalid redirecting reason.
authorNaveen Albert <asterisk@phreaknet.org>
Sat, 26 Nov 2022 00:03:57 +0000 (00:03 +0000)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Tue, 20 Dec 2022 14:46:23 +0000 (08:46 -0600)
commit914c8e28c1bb99b8217f93b51ce8f59870350fb6
treec748bad4b26cad35ecfd8804bfdcf13bf20fd7ee
parentd141f3a8218357ca01a7c640e5abd2dc1fa77015
func_callerid: Warn about invalid redirecting reason.

Currently, if a user attempts to set a Caller ID related
function to an invalid value, a warning is emitted,
except for when setting the redirecting reason.
We now emit a warning if we were unable to successfully
parse the user-provided reason.

ASTERISK-30332 #close

Change-Id: Ic341f5d5f7303b6f1115549be64db58a85944f5a
funcs/func_callerid.c