summaryrefslogtreecommitdiffhomepage
path: root/contrib/package/asterisk-xip/files/uci/dialplanconf.txt
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-11-16 15:10:23 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-11-16 15:10:23 +0000
commit39a48ea2699eeb51eefa8ed92de91258a04bc8a1 (patch)
treeeb1bfcf2b2fd648c4f4ea20b3056ecb9682b9d0e /contrib/package/asterisk-xip/files/uci/dialplanconf.txt
parentce8855055915b91d6a388f9967c0244f8be8921b (diff)
contrib: remove asterisk-xip
Diffstat (limited to 'contrib/package/asterisk-xip/files/uci/dialplanconf.txt')
-rw-r--r--contrib/package/asterisk-xip/files/uci/dialplanconf.txt90
1 files changed, 0 insertions, 90 deletions
diff --git a/contrib/package/asterisk-xip/files/uci/dialplanconf.txt b/contrib/package/asterisk-xip/files/uci/dialplanconf.txt
deleted file mode 100644
index 37b5a95dd6..0000000000
--- a/contrib/package/asterisk-xip/files/uci/dialplanconf.txt
+++ /dev/null
@@ -1,90 +0,0 @@
-
-dialplangeneral
- asterisk options:
- static
- writeprotect
- canreinvite
- clearglobalvars
-
- global settings for dialzone out:
- lastdialed
- lastdialedtype
-
- Global option for dialplanexten:
- answerfirst
- dialtimeout
- allowtransfer - allow transfers in dialing
-
- voiceboxext Extension to use for voicebox set on local client
-
- international
- internationalout
-
-dialplan {name} - Define a dialplan context
- include (list)
- #=mailbox|voice|meetme|saytime|clock
-
-dialplanexten - Add number to Dialplan for ringing an extension
- dialplan - Dialplan to add to
- extension - Number to dial
- type - Channel type sip/iax/local
- target - Target [type/]target
- dialextension - Extension to dial
- voicebox - Voicebox to fall back to
- timeout - Timeout for dial
- answerfirst - Answer before dialing
-
-dialplangoto
- dialplan - Dialplan to add to
- extension - Number to dial
- target - Goto Target
-
-dialplansaytime
- dialplan - Dialplan to add to
- extension - Number to dial
- zone - Time Zone to use
- format - Format to use.
-
-dialzone {name} - Outgoing zone.
- uses - Outgoing line to use: TYPE/Name
- match (list) - Number to match
- countrycode - The effective country code of this dialzone
- international (list) - International prefix to match
- localzone - dialzone for local numbers
- addprefix - Prexix required to dial out.
- localprefix - Prefix for a local call
-
-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()
- timeout - Default timeout for incoming calls
- 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 macro) goto|gosub|macro|start
- missed - Subroutine context to store last missed call dialplan context
- missedtype - Method for calling 'missed' context macro|gosub|macro|start
-
-incoming {name} - Incoming zone
- allowtransfer - Allow transfers for Dialed extension
- timeout - Timeout for call
- answerfirst - Answer the incoming call before Ringing
- mailbox - Voicemail mailbox to use when
-
- beforeanswer - Time to ring before asterisk 'answers' and takes control of the call
- menucontext - EXITCONTEXT for the ring once asterisk is handling the call
- match - Dialed number to match
- matchcaller - Caller to match
- 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 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
- target (list) - Add local extension type/Name
-