diff options
author | Michael Geddes <openwrt@frog.wheelycreek.net> | 2009-01-14 01:43:06 +0000 |
---|---|---|
committer | Michael Geddes <openwrt@frog.wheelycreek.net> | 2009-01-14 01:43:06 +0000 |
commit | caf356d2d9197f0891a2c603ee7fff7ab75bace5 (patch) | |
tree | 5b9e6a8468f4b802ab7eaa08baea507e22d322db /contrib/package | |
parent | 66b15da9be92230d276c3888aca6da5d03823dfc (diff) |
Document dialplangoto.
Add inzone documentation
Diffstat (limited to 'contrib/package')
-rw-r--r-- | contrib/package/asterisk-xip/files/uci/dialplanconf.txt | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/contrib/package/asterisk-xip/files/uci/dialplanconf.txt b/contrib/package/asterisk-xip/files/uci/dialplanconf.txt index eef930bd3..2c1fe0a64 100644 --- a/contrib/package/asterisk-xip/files/uci/dialplanconf.txt +++ b/contrib/package/asterisk-xip/files/uci/dialplanconf.txt @@ -21,7 +21,7 @@ dialplangeneral internationalout dialplan {name} - Define a dialplan context - include + include (list) #=mailbox|voice|meetme|saytime|clock dialplanexten - Add number to Dialplan for ringing an extension @@ -35,7 +35,9 @@ dialplanexten - Add number to Dialplan for ringing an extension answerfirst - Answer before dialing dialplangoto - dialplan|extension|target) + dialplan - Dialplan to add to + extension - Number to dial + target - Goto Target dialplansaytime dialplan - Dialplan to add to @@ -52,8 +54,11 @@ dialzone {name} - Outgoing zone. addprefix - Prexix required to dial out. localprefix - Prefix for a local call -inzone - TODO +inzone {name} + include (list) - Other zones to include + match (list) - Number to match + caller (list) - Caller number to match + goto - Forward to zone. incominggeneral allowtransfer - Default Allow transfers for Dial() @@ -61,9 +66,9 @@ incominggeneral answerfirst - Default value for incoming calls mailbox - Default global mailbox for incoming calls lastcall - Subroutine Context to store Last incoming call - lastcalltype - Method for calling lastcall (default goto) goto|gosub|macro|start + lastcalltype - Method for calling lastcall (default macro) goto|gosub|macro|start missed - Subroutine context to store last missed call dialplan context - missedtype - Method for calling 'missed' context goto|gosub|macro|start + missedtype - Method for calling 'missed' context macro|gosub|macro|start incoming {name} - Incoming zone allowtransfer - Allow transfers for Dialed extension @@ -78,7 +83,7 @@ incoming {name} - Incoming zone aftertimeout - Target macro/goto once the timeout has past, before voicemail aftertimeouttype - Type of the target (macro|start|goto) lastcall - Subroutine Context to store Last incoming call - lastcalltype - Method for calling lastcall (default goto) goto|gosub|macro|start + lastcalltype - Method for calling lastcall (default macro) goto|gosub|macro|start missed - Subroutine context to store last missed call dialplan context missedtype - Method for calling 'missed' context goto|gosub|macro|start |