<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.pchero21.com/index.php?action=history&amp;feed=atom&amp;title=Asterisk-asterisk.conf</id>
	<title>Asterisk-asterisk.conf - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.pchero21.com/index.php?action=history&amp;feed=atom&amp;title=Asterisk-asterisk.conf"/>
	<link rel="alternate" type="text/html" href="http://wiki.pchero21.com/index.php?title=Asterisk-asterisk.conf&amp;action=history"/>
	<updated>2026-04-18T22:17:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.2</generator>
	<entry>
		<id>http://wiki.pchero21.com/index.php?title=Asterisk-asterisk.conf&amp;diff=3890&amp;oldid=prev</id>
		<title>Pchero: Created page with &quot;== Overview == Asterisk의 설정파일 asterisk.conf 내용 정리.  == Sample === &lt;pre&gt; [directories](!) astetcdir =&gt; /etc/asterisk astmoddir =&gt; /usr/lib/asterisk/modules as...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.pchero21.com/index.php?title=Asterisk-asterisk.conf&amp;diff=3890&amp;oldid=prev"/>
		<updated>2020-11-26T06:41:48Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Overview == Asterisk의 설정파일 asterisk.conf 내용 정리.  == Sample === &amp;lt;pre&amp;gt; [directories](!) astetcdir =&amp;gt; /etc/asterisk astmoddir =&amp;gt; /usr/lib/asterisk/modules as...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Overview ==&lt;br /&gt;
Asterisk의 설정파일 asterisk.conf 내용 정리.&lt;br /&gt;
&lt;br /&gt;
== Sample ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[directories](!)&lt;br /&gt;
astetcdir =&amp;gt; /etc/asterisk&lt;br /&gt;
astmoddir =&amp;gt; /usr/lib/asterisk/modules&lt;br /&gt;
astvarlibdir =&amp;gt; /var/lib/asterisk&lt;br /&gt;
astdbdir =&amp;gt; /var/lib/asterisk&lt;br /&gt;
astkeydir =&amp;gt; /var/lib/asterisk&lt;br /&gt;
astdatadir =&amp;gt; /var/lib/asterisk&lt;br /&gt;
astagidir =&amp;gt; /var/lib/asterisk/agi-bin&lt;br /&gt;
astspooldir =&amp;gt; /var/spool/asterisk&lt;br /&gt;
astrundir =&amp;gt; /var/run/asterisk&lt;br /&gt;
astlogdir =&amp;gt; /var/log/asterisk&lt;br /&gt;
astsbindir =&amp;gt; /usr/sbin&lt;br /&gt;
&lt;br /&gt;
[options]&lt;br /&gt;
;verbose = 3&lt;br /&gt;
;debug = 3&lt;br /&gt;
;trace = 0              ; Set the trace level.&lt;br /&gt;
;refdebug = yes			; Enable reference count debug logging.&lt;br /&gt;
;alwaysfork = yes		; Same as -F at startup.&lt;br /&gt;
;nofork = yes			; Same as -f at startup.&lt;br /&gt;
;quiet = yes			; Same as -q at startup.&lt;br /&gt;
;timestamp = yes		; Same as -T at startup.&lt;br /&gt;
;execincludes = yes		; Support #exec in config files.&lt;br /&gt;
;console = yes			; Run as console (same as -c at startup).&lt;br /&gt;
;highpriority = yes		; Run realtime priority (same as -p at&lt;br /&gt;
				; startup).&lt;br /&gt;
;initcrypto = yes		; Initialize crypto keys (same as -i at&lt;br /&gt;
				; startup).&lt;br /&gt;
;nocolor = yes			; Disable console colors.&lt;br /&gt;
;dontwarn = yes			; Disable some warnings.&lt;br /&gt;
;dumpcore = yes			; Dump core on crash (same as -g at startup).&lt;br /&gt;
;languageprefix = yes		; Use the new sound prefix path syntax.&lt;br /&gt;
;systemname = my_system_name	; Prefix uniqueid with a system name for&lt;br /&gt;
				; Global uniqueness issues.&lt;br /&gt;
;autosystemname = yes		; Automatically set systemname to hostname,&lt;br /&gt;
				; uses 'localhost' on failure, or systemname if&lt;br /&gt;
				; set.&lt;br /&gt;
;mindtmfduration = 80		; Set minimum DTMF duration in ms (default 80 ms)&lt;br /&gt;
				; If we get shorter DTMF messages, these will be&lt;br /&gt;
				; changed to the minimum duration&lt;br /&gt;
;maxcalls = 10			; Maximum amount of calls allowed.&lt;br /&gt;
;maxload = 0.9			; Asterisk stops accepting new calls if the&lt;br /&gt;
				; load average exceed this limit.&lt;br /&gt;
;maxfiles = 1000		; Maximum amount of openfiles.&lt;br /&gt;
;minmemfree = 1			; In MBs, Asterisk stops accepting new calls if&lt;br /&gt;
				; the amount of free memory falls below this&lt;br /&gt;
				; watermark.&lt;br /&gt;
;cache_media_frames = yes	; Cache media frames for performance&lt;br /&gt;
				; Disable this option to help track down media frame&lt;br /&gt;
				; mismanagement when using valgrind or MALLOC_DEBUG.&lt;br /&gt;
				; The cache gets in the way of determining if the&lt;br /&gt;
				; frame is used after being freed and who freed it.&lt;br /&gt;
				; NOTE: This option has no effect when Asterisk is&lt;br /&gt;
				; compiled with the LOW_MEMORY compile time option&lt;br /&gt;
				; enabled because the cache code does not exist.&lt;br /&gt;
				; Default yes&lt;br /&gt;
;cache_record_files = yes	; Cache recorded sound files to another&lt;br /&gt;
				; directory during recording.&lt;br /&gt;
;record_cache_dir = /tmp	; Specify cache directory (used in conjunction&lt;br /&gt;
				; with cache_record_files).&lt;br /&gt;
;transmit_silence = yes		; Transmit silence while a channel is in a&lt;br /&gt;
				; waiting state, a recording only state, or&lt;br /&gt;
				; when DTMF is being generated.  Note that the&lt;br /&gt;
				; silence internally is generated in raw signed&lt;br /&gt;
				; linear format. This means that it must be&lt;br /&gt;
				; transcoded into the native format of the&lt;br /&gt;
				; channel before it can be sent to the device.&lt;br /&gt;
				; It is for this reason that this is optional,&lt;br /&gt;
				; as it may result in requiring a temporary&lt;br /&gt;
				; codec translation path for a channel that may&lt;br /&gt;
				; not otherwise require one.&lt;br /&gt;
;transcode_via_sln = yes	; Build transcode paths via SLINEAR, instead of&lt;br /&gt;
				; directly.&lt;br /&gt;
;runuser = asterisk		; The user to run as.&lt;br /&gt;
;rungroup = asterisk		; The group to run as.&lt;br /&gt;
;lightbackground = yes		; If your terminal is set for a light-colored&lt;br /&gt;
				; background.&lt;br /&gt;
;forceblackbackground = yes     ; Force the background of the terminal to be&lt;br /&gt;
                                ; black, in order for terminal colors to show&lt;br /&gt;
                                ; up properly.&lt;br /&gt;
;defaultlanguage = en           ; Default language&lt;br /&gt;
documentation_language = en_US	; Set the language you want documentation&lt;br /&gt;
				; displayed in. Value is in the same format as&lt;br /&gt;
				; locale names.&lt;br /&gt;
;hideconnect = yes		; Hide messages displayed when a remote console&lt;br /&gt;
				; connects and disconnects.&lt;br /&gt;
;lockconfdir = no		; Protect the directory containing the&lt;br /&gt;
				; configuration files (/etc/asterisk) with a&lt;br /&gt;
				; lock.&lt;br /&gt;
;stdexten = gosub		; How to invoke the extensions.conf stdexten.&lt;br /&gt;
				; macro - Invoke the stdexten using a macro as&lt;br /&gt;
				;         done by legacy Asterisk versions.&lt;br /&gt;
				; gosub - Invoke the stdexten using a gosub as&lt;br /&gt;
				;         documented in extensions.conf.sample.&lt;br /&gt;
				; Default gosub.&lt;br /&gt;
;live_dangerously = no		; Enable the execution of 'dangerous' dialplan&lt;br /&gt;
				; functions from external sources (AMI,&lt;br /&gt;
				; etc.) These functions (such as SHELL) are&lt;br /&gt;
				; considered dangerous because they can allow&lt;br /&gt;
				; privilege escalation.&lt;br /&gt;
				; Default no&lt;br /&gt;
;entityid=00:11:22:33:44:55	; Entity ID.&lt;br /&gt;
				; This is in the form of a MAC address.&lt;br /&gt;
				; It should be universally unique.&lt;br /&gt;
				; It must be unique between servers communicating&lt;br /&gt;
				; with a protocol that uses this value.&lt;br /&gt;
				; This is currently is used by DUNDi and&lt;br /&gt;
				; Exchanging Device and Mailbox State&lt;br /&gt;
				; using protocols: XMPP, Corosync and PJSIP.&lt;br /&gt;
;rtp_use_dynamic = yes          ; When set to &amp;quot;yes&amp;quot; RTP dynamic payload types&lt;br /&gt;
                                ; are assigned dynamically per RTP instance vs.&lt;br /&gt;
                                ; allowing Asterisk to globally initialize them&lt;br /&gt;
                                ; to pre-designated numbers (defaults to &amp;quot;yes&amp;quot;).&lt;br /&gt;
;rtp_pt_dynamic = 35		; Normally the Dynamic RTP Payload Type numbers&lt;br /&gt;
				; are 96-127, which allow just 32 formats. The&lt;br /&gt;
				; starting point 35 enables the range 35-63 and&lt;br /&gt;
				; allows 29 additional formats. When you use&lt;br /&gt;
				; more than 32 formats in the dynamic range and&lt;br /&gt;
				; calls are not accepted by a remote&lt;br /&gt;
				; implementation, please report this and go&lt;br /&gt;
				; back to value 96.&lt;br /&gt;
;hide_messaging_ami_events = no;  This option, if enabled, will&lt;br /&gt;
                ; suppress all of the Message/ast_msg_queue channel's&lt;br /&gt;
                ; housekeeping AMI and ARI channel events.  This can&lt;br /&gt;
                ; reduce the load on the manager and ARI applications&lt;br /&gt;
                ; when the Digium Phone Module for Asterisk is in use.&lt;br /&gt;
&lt;br /&gt;
; Changing the following lines may compromise your security.&lt;br /&gt;
;[files]&lt;br /&gt;
;astctlpermissions = 0660&lt;br /&gt;
;astctlowner = root&lt;br /&gt;
;astctlgroup = apache&lt;br /&gt;
;astctl = asterisk.ctl&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Directories ==&lt;br /&gt;
Asterisk 에서 사용하는 디렉토리 정보들을 설정한다.&lt;br /&gt;
&lt;br /&gt;
[[category:asterisk]]&lt;/div&gt;</summary>
		<author><name>Pchero</name></author>
	</entry>
</feed>