mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-03 16:04:53 +01:00
voice_client: remove unused code
This commit is contained in:
parent
255bb23bcd
commit
7c84202d60
1 changed files with 0 additions and 13 deletions
|
|
@ -2081,19 +2081,6 @@ pbx_fix_ownership()
|
|||
chown $ASTUSER:$ASTGROUP -R $ASTDIRSRECURSIVE
|
||||
}
|
||||
|
||||
#Load brcm line types and counts using the brcminfo util
|
||||
lineType=""
|
||||
for x in $(brcminfo)
|
||||
do
|
||||
case $x in
|
||||
"DECT") lineType="dectCount" ;;
|
||||
"FXS") lineType="fxsCount" ;;
|
||||
"FXO") lineType="fxoCount" ;;
|
||||
"All") lineType="allCount" ;;
|
||||
[0-9]) eval "$lineType=$x" ;;
|
||||
esac
|
||||
done
|
||||
|
||||
#
|
||||
# Calculate a name for each brcm line, depending on port type
|
||||
# and number. The name is used to make UI look better.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue