summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMichael Geddes <openwrt@frog.wheelycreek.net>2009-01-19 21:37:03 +0000
committerMichael Geddes <openwrt@frog.wheelycreek.net>2009-01-19 21:37:03 +0000
commit06cdb072113646a99d4348c5bca15a7a8fa866c0 (patch)
treeab201542afa64d25e62b0cf768a1749edc352b8f
parentb204c9ec8d686a84a7eefa15afd0b5b6ebb31bf9 (diff)
Allow _* tags on sip configs
-rwxr-xr-xcontrib/package/asterisk-xip/files/uci/sipiaxconf1
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*}