]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_console: Use correct parameter for 'set active'
authorOron Peled <oron.peled@xorcom.com>
Tue, 19 Dec 2017 08:50:04 +0000 (10:50 +0200)
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>
Tue, 19 Dec 2017 16:59:01 +0000 (10:59 -0600)
commit1cb6b3b1a5942c11f7647a4854427cbcba3c347b
tree8791f3ebd322bdaa8d1f31b925cb8cde5f3142bf
parentf7889bcd14827ff57d7f1a2be191691a0b0bc2d4
chan_console: Use correct parameter for 'set active'

chan_console supports multiple devices but the CLI only works on a
single device. 'console set active' selects this device.

Sadly that CLI picks the wrong command-line parameter and will only
work for a device called 'active'.

ASTERISK-27490 #close

Change-Id: I2f0e5fe63db19845bee862575b739360797dc73d
channels/chan_console.c