]> 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)
committerGeorge Joseph <gjoseph@digium.com>
Tue, 20 Dec 2022 14:53:25 +0000 (08:53 -0600)
commitcbb1fd2cb9e24b5ed268e9af9be66f22b1bf03eb
tree49b96ac1c47705dbf82cce9de53e98f8e22a3a13
parent115a1b4f0a9620d4771170b58a99a4917aa24217
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