diff options
author | Michael Geddes <openwrt@frog.wheelycreek.net> | 2009-01-19 12:12:22 +0000 |
---|---|---|
committer | Michael Geddes <openwrt@frog.wheelycreek.net> | 2009-01-19 12:12:22 +0000 |
commit | c1eb7cf48160136ff7d206cfa8487249e29db5fd (patch) | |
tree | 21a73697390c41b292bd2875fe141d02f082e792 /contrib/package/asterisk-xip/files/uci/disaconf.txt | |
parent | c67c720fc8fcecf44299349c66e1eb5b72720acd (diff) |
DISA dialplan support.
Diffstat (limited to 'contrib/package/asterisk-xip/files/uci/disaconf.txt')
-rw-r--r-- | contrib/package/asterisk-xip/files/uci/disaconf.txt | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/contrib/package/asterisk-xip/files/uci/disaconf.txt b/contrib/package/asterisk-xip/files/uci/disaconf.txt new file mode 100644 index 0000000000..c7c02dc9c9 --- /dev/null +++ b/contrib/package/asterisk-xip/files/uci/disaconf.txt @@ -0,0 +1,29 @@ + +disa {name} Create a DISA menu + context - Default context to allow access to + mailbox - Default mailbox for stutter-tone + timeout - Timeout in seconds + passcode - Fallback passcode (if no entries) + +disaentry Add an entry for the DISA menu + disa - parent disa to add to + passcode - Passcode for entry + context - context for this entry to allow access to + mailbox - Mailbox for stutter tone + callerid - Override Callerid + +example: +config 'disa' 'disagroup' + option 'context' 'foo' + option 'mailbox' '1001@default' + +config 'disaentry' + option 'disa' 'disagroup' + option 'passcode' '12345678' + option 'callerid' '"Jo Blo"' + +config 'disaentry' + option 'disa' 'disagroup' + option 'passcode' '455667' + option 'context' 'bar' + |