diff options
author | Michael Geddes <openwrt@frog.wheelycreek.net> | 2009-01-19 21:37:03 +0000 |
---|---|---|
committer | Michael Geddes <openwrt@frog.wheelycreek.net> | 2009-01-19 21:37:03 +0000 |
commit | 06cdb072113646a99d4348c5bca15a7a8fa866c0 (patch) | |
tree | ab201542afa64d25e62b0cf768a1749edc352b8f | |
parent | b204c9ec8d686a84a7eefa15afd0b5b6ebb31bf9 (diff) |
Allow _* tags on sip configs
-rwxr-xr-x | contrib/package/asterisk-xip/files/uci/sipiaxconf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/package/asterisk-xip/files/uci/sipiaxconf b/contrib/package/asterisk-xip/files/uci/sipiaxconf index ab2e8fc47..eb88b7597 100755 --- a/contrib/package/asterisk-xip/files/uci/sipiaxconf +++ b/contrib/package/asterisk-xip/files/uci/sipiaxconf @@ -356,6 +356,7 @@ handle_sip() { eval "target_$1_SIP_${sectionname}=\"$2\"" ;; *_LENGTH) ;; + _*) ;; *) eval sip_last_$1="$2" local opt=${1%_ITEM*} |