]> git.ipfire.org Git - thirdparty/asterisk.git/commit
func_callerid: Always format ANI2 as two digits.
authorNaveen Albert <asterisk@phreaknet.org>
Sat, 26 Apr 2025 12:38:45 +0000 (08:38 -0400)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Tue, 29 Apr 2025 12:13:48 +0000 (12:13 +0000)
commit923e6d471af8dcb487cee6bf57ee07399ee2e65d
treef6cc56316d16a54012e485fd8ab48e8d316ed846
parentf6ceeff523c7220976c4790651cbf1bf15758a70
func_callerid: Always format ANI2 as two digits.

ANI II is always supposed to be formatted as two digits,
so zero pad when formatting it if necessary.

Resolves: #1222
funcs/func_callerid.c