git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
b204c9e
)
Allow _* tags on sip configs
author
Michael Geddes
<redacted>
Mon, 19 Jan 2009 21:37:03 +0000
(21:37 +0000)
committer
Michael Geddes
<redacted>
Mon, 19 Jan 2009 21:37:03 +0000
(21:37 +0000)
contrib/package/asterisk-xip/files/uci/sipiaxconf
patch
|
blob
|
history
diff --git
a/contrib/package/asterisk-xip/files/uci/sipiaxconf
b/contrib/package/asterisk-xip/files/uci/sipiaxconf
index ab2e8fc47da4f3085186a0f2c2fbb46b3cf6f9e6..eb88b7597a0325b124934033d769b57e76d11c7b 100755
(executable)
--- 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*}
git clone https://git.99rst.org/PROJECT