]> git.ipfire.org Git - thirdparty/asterisk.git/commit
cli: Add module refresh command
authorNaveen Albert <asterisk@phreaknet.org>
Wed, 15 Dec 2021 14:23:06 +0000 (14:23 +0000)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Wed, 5 Jan 2022 17:27:04 +0000 (11:27 -0600)
commit1c2f311ba316f7dd2d2de040d2d4ce06f834e1b5
treee3d9b80148c01c6f9b0d4250e867b7249da16c16
parent775c371d090318fd0320bf10d8c7b5a1502bb796
cli: Add module refresh command

Adds a command to the CLI to unload and then
load a module. This makes it easier to perform
these operations which are often done
subsequently to load a new version of a module.

"module reload" already refers to reloading of
configuration, so the name "refresh" is chosen
instead.

ASTERISK-29807 #close

Change-Id: I595f6f11774a0de2565a1fba38da22309ce93a2c
doc/CHANGES-staging/cli_refresh.txt [new file with mode: 0644]
main/cli.c