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