]> git.ipfire.org Git - thirdparty/asterisk.git/commit
callerid: Allow specifying timezone for date/time.
authorNaveen Albert <asterisk@phreaknet.org>
Thu, 18 May 2023 17:31:14 +0000 (17:31 +0000)
committerAsterisk Development Team <asteriskteam@digium.com>
Mon, 10 Jul 2023 11:49:47 +0000 (11:49 +0000)
commitba1c363d3e5901c405151249a9b4ae69e84648cb
treec2592ecd1b17fc0c8d795f44339638115fb2eeb8
parentc8b7570cadb8c4268f1956d7cb09afa5b0a22f03
callerid: Allow specifying timezone for date/time.

The Caller ID generation routine currently is hardcoded
to always use the system time zone. This makes it possible
to optionally specify any TZ-format time zone.

Resolves: #98
ASTERISK-30330

(cherry picked from commit d3227a614a352d350f90695b2286e8e761a32be2)
include/asterisk/callerid.h
main/callerid.c