summaryrefslogtreecommitdiffhomepage
path: root/contrib/asterisk-xip/files/uci/dialplanconf.txt
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/asterisk-xip/files/uci/dialplanconf.txt')
-rw-r--r--contrib/asterisk-xip/files/uci/dialplanconf.txt84
1 files changed, 84 insertions, 0 deletions
diff --git a/contrib/asterisk-xip/files/uci/dialplanconf.txt b/contrib/asterisk-xip/files/uci/dialplanconf.txt
new file mode 100644
index 000000000..eef930bd3
--- /dev/null
+++ b/contrib/asterisk-xip/files/uci/dialplanconf.txt
@@ -0,0 +1,84 @@
+
+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
+ #=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
+ dialextension - Extension to dial
+ voicebox - Voicebox to fall back to
+ timeout - Timeout for dial
+ answerfirst - Answer before dialing
+
+dialplangoto
+ dialplan|extension|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
+ TODO
+
+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 goto) goto|gosub|macro|start
+ missed - Subroutine context to store last missed call dialplan context
+ missedtype - Method for calling 'missed' context goto|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 goto) goto|gosub|macro|start
+ missed - Subroutine context to store last missed call dialplan context
+ missedtype - Method for calling 'missed' context goto|gosub|macro|start
+