Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Feed
openwrt-telephony
Commits
31c7555c
Commit
31c7555c
authored
Jul 22, 2021
by
Grzegorz Sluja
Browse files
Use graceful shutdown of asterisk to allow sending deregister messages
parent
1aabf6ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
net/asterisk/files/asterisk.init
View file @
31c7555c
...
...
@@ -21,7 +21,7 @@ msg_log() {
stop_and_wait_asterisk
()
{
pidof
$NAME
>
/dev/null
&&
{
killall
-q
$NAME
$PROG
-rx
"core stop gracefully"
}
pid
=
$(
pidof
$NAME
>
/dev/null
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment