diff options
author | Michael Geddes <openwrt@frog.wheelycreek.net> | 2009-01-18 12:49:36 +0000 |
---|---|---|
committer | Michael Geddes <openwrt@frog.wheelycreek.net> | 2009-01-18 12:49:36 +0000 |
commit | 4f1243271d59c58b6cc7ae016189bda22bb118f8 (patch) | |
tree | 916de3c4b574f65ff683d3994aa4acf504620068 | |
parent | 29c406acea9677abeb351d3d2060d5662b4d42c3 (diff) |
Allow voicezone to have a 'name' option rather than having a named section.
-rwxr-xr-x | contrib/package/asterisk-xip/files/uci/voicemailconf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/package/asterisk-xip/files/uci/voicemailconf b/contrib/package/asterisk-xip/files/uci/voicemailconf index 5a32842fd..854bc913e 100755 --- 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" |