mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
voice-client: Fixed line name error caused by 60742c4.
This commit is contained in:
parent
7907ca2725
commit
338ed66325
1 changed files with 1 additions and 1 deletions
|
|
@ -2102,7 +2102,7 @@ set_line_name()
|
|||
if [ -n "$name_ix" ]; then
|
||||
for item in $(db get hw.board.VoicePortNames); do
|
||||
if [ $ix -eq $name_ix ]; then
|
||||
uci_set voice_client $tel_line name "$(echo '$item' |tr '[_]' '[ ]')"
|
||||
uci_set voice_client $tel_line name "$(echo $item | tr '[_]' '[ ]')"
|
||||
return
|
||||
fi
|
||||
ix=$((ix+1))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue