Allow _* tags on sip configs
This commit is contained in:
parent
b204c9ec8d
commit
06cdb07211
1 changed files with 1 additions and 0 deletions
|
@ -356,6 +356,7 @@ handle_sip() {
|
|||
eval "target_$1_SIP_${sectionname}=\"$2\""
|
||||
;;
|
||||
*_LENGTH) ;;
|
||||
_*) ;;
|
||||
*)
|
||||
eval sip_last_$1="$2"
|
||||
local opt=${1%_ITEM*}
|
||||
|
|
Loading…
Reference in a new issue