]> 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)
committerJoshua Colp <jcolp@sangoma.com>
Wed, 5 Jan 2022 17:32:10 +0000 (11:32 -0600)
commit4dcd77f6cc125e497cb11c86973b2b4a93ee7d24
tree232063d961ba35730b8086037911180cc5c3b38b
parentdc7daf57b01a62155edb441f0c0e743312a6cfe8
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