]> 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:22:11 +0000 (11:22 -0600)
commitef00ff4e1eb7ba0ace7539e2599fab03ecccddeb
tree973ec5df4f10dd9c61d15c2335a0c2fcfbd5508f
parentdc5d70f29b2b698f12411ea6dadfc585249a4534
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