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:
29c406a
)
Allow voicezone to have a 'name' option rather than having a named section.
author
Michael Geddes
<redacted>
Sun, 18 Jan 2009 12:49:36 +0000
(12:49 +0000)
committer
Michael Geddes
<redacted>
Sun, 18 Jan 2009 12:49:36 +0000
(12:49 +0000)
contrib/package/asterisk-xip/files/uci/voicemailconf
patch
|
blob
|
history
diff --git
a/contrib/package/asterisk-xip/files/uci/voicemailconf
b/contrib/package/asterisk-xip/files/uci/voicemailconf
index 5a32842fd92604500e9bf2d5d82c650e98168aa2..854bc913e4a6746e76f657fe66254b3c10af23bf 100755
(executable)
--- a/
contrib/package/asterisk-xip/files/uci/voicemailconf
+++ b/
contrib/package/asterisk-xip/files/uci/voicemailconf
@@
-166,6
+166,7
@@
handle_voicezone() {
voicezone_name=$1
option_cb() {
case $1 in
+ name) voicezone_name="$2" ;;
zone) voicezone_zone="$2" ;;
message) voicezone_message="$2" ;;
*) logerror "Invalid voicezone option: $1"
git clone https://git.99rst.org/PROJECT