Allow _* tags on sip configs
authorMichael Geddes <openwrt@frog.wheelycreek.net>
Mon, 19 Jan 2009 21:37:03 +0000 (21:37 +0000)
committerMichael Geddes <openwrt@frog.wheelycreek.net>
Mon, 19 Jan 2009 21:37:03 +0000 (21:37 +0000)
contrib/package/asterisk-xip/files/uci/sipiaxconf

index ab2e8fc..eb88b75 100755 (executable)
@@ -356,6 +356,7 @@ handle_sip() {
                                eval "target_$1_SIP_${sectionname}=\"$2\""
                        ;;
                        *_LENGTH) ;;
+                       _*) ;;
                        *)
                                eval sip_last_$1="$2"
                                local opt=${1%_ITEM*}