]> git.ipfire.org Git - thirdparty/asterisk.git/commit
core: Fix configuration of remote console socket path.
authorCorey Farrell <git@cfware.com>
Mon, 13 Nov 2017 22:20:27 +0000 (17:20 -0500)
committerCorey Farrell <git@cfware.com>
Mon, 13 Nov 2017 22:28:16 +0000 (17:28 -0500)
commit9c6d4ec022a45cadb9202b561a4dee5def5c49a5
tree3a18fbacd0f67ac63e0c49e6bcf8e8571cbe0fab
parentc7b7aefbc7b2b78886ef7929b4138bf28a90d155
core: Fix configuration of remote console socket path.

The remote console socket path is the combination of asterisk.conf
settings astrundir from [directories] and astctl from [files].
Unconditionally combine the two strings after processing all values
to ensure we end up with the correct socket path.

ASTERISK-27415

Change-Id: Ib1e2805d55d6b0955c6430a1a2a93acbf9b091e8
main/asterisk.c