<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=VoIP_Cookbook%3A_Generic_SIP_configuration</id>
	<title>VoIP Cookbook: Generic SIP configuration - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=VoIP_Cookbook%3A_Generic_SIP_configuration"/>
	<link rel="alternate" type="text/html" href="https://onnocenter.or.id/wiki/index.php?title=VoIP_Cookbook:_Generic_SIP_configuration&amp;action=history"/>
	<updated>2026-04-12T18:37:10Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.4</generator>
	<entry>
		<id>https://onnocenter.or.id/wiki/index.php?title=VoIP_Cookbook:_Generic_SIP_configuration&amp;diff=17277&amp;oldid=prev</id>
		<title>Onnowpurbo: New page: In [general] section in sip.conf, there are some variables that we can setup, some of which are    allow = &lt;codec&gt;   ; a Codec that is allowed based on preferences. Prior to using this, us...</title>
		<link rel="alternate" type="text/html" href="https://onnocenter.or.id/wiki/index.php?title=VoIP_Cookbook:_Generic_SIP_configuration&amp;diff=17277&amp;oldid=prev"/>
		<updated>2010-03-09T03:15:29Z</updated>

		<summary type="html">&lt;p&gt;New page: In [general] section in sip.conf, there are some variables that we can setup, some of which are    allow = &amp;lt;codec&amp;gt;   ; a Codec that is allowed based on preferences. Prior to using this, us...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;In [general] section in sip.conf, there are some variables that we can setup, some of which are &lt;br /&gt;
&lt;br /&gt;
 allow = &amp;lt;codec&amp;gt; &lt;br /&gt;
 ; a Codec that is allowed based on preferences. Prior to using this, use disallow=all. &lt;br /&gt;
&lt;br /&gt;
 disallow = all &lt;br /&gt;
 ;  disallow all codecs to be used. &lt;br /&gt;
&lt;br /&gt;
 allowexternalinvites = yes|no &lt;br /&gt;
 ; Enable or Disable INVITE &amp;amp; REFER to non-local domain. The default is yes. &lt;br /&gt;
&lt;br /&gt;
 allowguest = yes|no &lt;br /&gt;
 ; Allows or rejects calls from guest (the default is yes). &lt;br /&gt;
&lt;br /&gt;
 allguest = yes|no &lt;br /&gt;
 ; Allows or denies the call from guests. The default is yes. &lt;br /&gt;
&lt;br /&gt;
 Autocreatepeer = yes|no &lt;br /&gt;
 ; If it is set to yes, everyone can easily log in as a peer without a password,&lt;br /&gt;
 it is usually beneficial for 	operating with SER. The default is no. &lt;br /&gt;
&lt;br /&gt;
 autodomain = yes|no &lt;br /&gt;
 ; Enable/disable the ability of Asterisk to add local hostnames and&lt;br /&gt;
 local IP address to domain list. The 	default is no. &lt;br /&gt;
&lt;br /&gt;
 bindaddr = IP_Address &lt;br /&gt;
 ; IP Address bound as a place for listening to connection. The default is 0.0.0.0 (any interface). &lt;br /&gt;
&lt;br /&gt;
 bindport = Number &lt;br /&gt;
 ; The UDP port in bind for listening to incoming connections. The default is 5060. &lt;br /&gt;
&lt;br /&gt;
 callerid = &amp;lt;string&amp;gt; &lt;br /&gt;
 ; Caller ID information that will be used if there is no other information. The default is asterisk. &lt;br /&gt;
&lt;br /&gt;
 canreinvite = update|yes|no &lt;br /&gt;
 ; The default is yes. &lt;br /&gt;
&lt;br /&gt;
 checkmwi = Number &lt;br /&gt;
 ; The interval in seconds to check the mailbox. The default is 10 seconds. &lt;br /&gt;
&lt;br /&gt;
 compactheaders = yes|no &lt;br /&gt;
 ; whether Asterisk will send a SIP header in compact or complete form. The default is no. &lt;br /&gt;
&lt;br /&gt;
 context = &amp;lt;contextname&amp;gt; &lt;br /&gt;
 ; This is the default context that will be used for telephones that do not have context.&lt;br /&gt;
 The content of the context can be set in extensions.conf. &lt;br /&gt;
&lt;br /&gt;
 defaultexpirey = Number &lt;br /&gt;
 ; The default length of time (in seconds) of an incoming or outgoing registration.&lt;br /&gt;
 The default 120 seconds. &lt;br /&gt;
&lt;br /&gt;
 dtmfmode = inband|info|rfc2833 (global setting) &lt;br /&gt;
 ; The default is rfc2833. &lt;br /&gt;
&lt;br /&gt;
 domain = domains &lt;br /&gt;
 ; list of domains separated by comma, a list for which Asterisk is responsible.  &lt;br /&gt;
&lt;br /&gt;
 dumphistory = yes|no &lt;br /&gt;
 ; Enables support for dumping SIP transactions in LOG_DEBUG. The default is no. &lt;br /&gt;
&lt;br /&gt;
 externip = IP_Address or hostnames &lt;br /&gt;
 ; The address we will place in the SIP messages if we are behind NAT.&lt;br /&gt;
 If the hostname is used, then the IP address associated with the hostname will be read once&lt;br /&gt;
 at the time of reading sip.conf. If we want to use the hostname of the dynamic IP,&lt;br /&gt;
 use externhost parameters. &lt;br /&gt;
&lt;br /&gt;
 externhost = hostname.tld &lt;br /&gt;
&lt;br /&gt;
 externrefresh = Number &lt;br /&gt;
 ; determines how often (in seconds) DNS checking is carried out for 'externhost'.&lt;br /&gt;
 The default is 10 seconds. &lt;br /&gt;
&lt;br /&gt;
 ignoreregexpire = yes|no &lt;br /&gt;
 ; sets whether Contact information from a peer is still used even the information has expired.&lt;br /&gt;
 The default is no. &lt;br /&gt;
&lt;br /&gt;
 language = &amp;lt;string&amp;gt; &lt;br /&gt;
 ; The default language used by Playback()/Background(). &lt;br /&gt;
&lt;br /&gt;
 localnet = NetAddress/Netmask &lt;br /&gt;
 ; Local network and mask. &lt;br /&gt;
&lt;br /&gt;
 fromdomain = &amp;lt;domain&amp;gt; &lt;br /&gt;
 ; Set default From: domain in SIP message at the time it operates as a SIP ua (client) &lt;br /&gt;
&lt;br /&gt;
 insecure = very|yes|no|invite|port &lt;br /&gt;
 ; Set how to handle connections with peers. The default is no (authenticate all connections). &lt;br /&gt;
&lt;br /&gt;
 maxexpirey = Number &lt;br /&gt;
 : Length of time (in seconds) of incoming registration. The default is 3600 seconds. &lt;br /&gt;
&lt;br /&gt;
 musicclass = one of classes that is used in musiconhold.conf &lt;br /&gt;
&lt;br /&gt;
 musdiconhold = similar to musicclass &lt;br /&gt;
&lt;br /&gt;
 nat=yes|no|never|route &lt;br /&gt;
 ; The default is no, which means that rfc3581 technique is used. &lt;br /&gt;
&lt;br /&gt;
 notifymimetype = mediatype/subtype &lt;br /&gt;
 ; Allows to override mime type in MWI NOTIFY used in voicemail online message.&lt;br /&gt;
 The default is application/simple-message-summary. &lt;br /&gt;
&lt;br /&gt;
 notifyringing = yes|no &lt;br /&gt;
 ; Call notification is included in ringing stage. The default is yes. &lt;br /&gt;
&lt;br /&gt;
 outboundproxy = IP_address / DNS SRV name (excluding _sip._udp prefix) &lt;br /&gt;
 ; SRV name, hostname, or IP address of the outbound SIP Proxy. &lt;br /&gt;
&lt;br /&gt;
 outboundproxyport = Number &lt;br /&gt;
 ; UDP port number for Outbound SIP Proxy. &lt;br /&gt;
&lt;br /&gt;
 pedantic = yes|no &lt;br /&gt;
 ; enable a slow process to check Call-ID, SIP header with many lines,&lt;br /&gt;
 and the URI-encoded headers. The default is no. &lt;br /&gt;
&lt;br /&gt;
 port = &amp;lt;portno&amp;gt; &lt;br /&gt;
 ; The default port for SIP peer. This port is not the port of Asterisk for listening to&lt;br /&gt;
 incoming calls (see bindport). &lt;br /&gt;
&lt;br /&gt;
 progressinband = never|no|yes &lt;br /&gt;
 ; whether we should generate in-band ringing. The default is never. &lt;br /&gt;
&lt;br /&gt;
 promiscredir = yes|no &lt;br /&gt;
 ; Allows support for 302 Redirects; (Note: it will redirect all to local extension available&lt;br /&gt;
 in contact, not to extension on the final destination).&lt;br /&gt;
 The default is no. &lt;br /&gt;
&lt;br /&gt;
 qualify = yes|no|milliseconds &lt;br /&gt;
 ; Check whether the client can be contacted. If set to yes, then the checking will be carried&lt;br /&gt;
 out every 2000 milliseconds (2 seconds).&lt;br /&gt;
 The default is no. &lt;br /&gt;
&lt;br /&gt;
 realm = my realm &lt;br /&gt;
 ; Change authentication realm for the asterisk (default) to what we want. &lt;br /&gt;
&lt;br /&gt;
 recordhistory = yes|no. &lt;br /&gt;
 ; Enable logging of SIP transactions.&lt;br /&gt;
 The default is no. &lt;br /&gt;
&lt;br /&gt;
 regcontext = context &lt;br /&gt;
 ; Default context used to respond to the SIP REGISTER of SIP Registrar. &lt;br /&gt;
&lt;br /&gt;
 register =&amp;gt; &amp;lt;username&amp;gt;:&amp;lt;password&amp;gt;:[authid]@&amp;lt;sip client/peer id in sip.conf&amp;gt;/&amp;lt;contact&amp;gt; &lt;br /&gt;
 ; Register to SIP provider &lt;br /&gt;
&lt;br /&gt;
 registerattempts = Number &lt;br /&gt;
 ; the number of SIP REGISTER message sent to the SIP Registrar before giving up.&lt;br /&gt;
 The default is 0 (no limit). &lt;br /&gt;
&lt;br /&gt;
 registertimeout = Number &lt;br /&gt;
 ; The number of seconds allocated to wait for responds from the SIP Registrar before the SIP REGISTER's  time is up.&lt;br /&gt;
 The default is 20 seconds. &lt;br /&gt;
&lt;br /&gt;
 relaxdtmf = yes|no &lt;br /&gt;
 ; The default is no. &lt;br /&gt;
&lt;br /&gt;
 rtautoclear = yes|no|number &lt;br /&gt;
 ; Auto-Expire friends made while operating. If it is set to yes,&lt;br /&gt;
 autoexpire will take place in 120 seconds. &lt;br /&gt;
 The default is yes. &lt;br /&gt;
&lt;br /&gt;
 rtcachefriends = yes|no &lt;br /&gt;
 ; Cache realtime friends by adding them to the internal list like friends.&lt;br /&gt;
 This is added to the config file.&lt;br /&gt;
 Default is no. &lt;br /&gt;
&lt;br /&gt;
 rtpholdtimeout = Number &lt;br /&gt;
 ; Length of time in seconds during which there is no activity before disconnecting&lt;br /&gt;
 a call on hold.&lt;br /&gt;
 Default is 0 (no limit). &lt;br /&gt;
&lt;br /&gt;
 rtpkeepalive = Number &lt;br /&gt;
 ; Number of seconds of the interval for RTP keepalive packet if there is no passing traffic.&lt;br /&gt;
 Default is 0 (no RTP keepalive). &lt;br /&gt;
&lt;br /&gt;
 rtptimeout = Number &lt;br /&gt;
 ; Number of seconds for waiting for RTP traffic before we hung up.&lt;br /&gt;
 Default is 0 (no RTP timeout). &lt;br /&gt;
&lt;br /&gt;
 rtupdate = yes|no &lt;br /&gt;
 ; Send registry updates to the database when using Realtime support. The default is yes. &lt;br /&gt;
&lt;br /&gt;
 sendrpid = yes | no &lt;br /&gt;
 ; whether the SIP header Remote-Party-ID SIP should be sent.&lt;br /&gt;
 The default is no. &lt;br /&gt;
&lt;br /&gt;
 sipdebug = yes|no. &lt;br /&gt;
 The default setting that determines whether the SIP debug is enabled when loading sip.conf.&lt;br /&gt;
 The default is no. &lt;br /&gt;
&lt;br /&gt;
 srvlookup = yes|no &lt;br /&gt;
 ; Enable DNS SRV checks when called upon. The default is no. &lt;br /&gt;
&lt;br /&gt;
 tos = &amp;lt;value&amp;gt; &lt;br /&gt;
 ; Set QoS of IP parameters for outgoing media streams &lt;br /&gt;
 (numeric values are acceptable, such as tos = 	184) &lt;br /&gt;
&lt;br /&gt;
 trustrpid = yes|no &lt;br /&gt;
 ; whether the SIP header Remote-Party-ID SIP can be trusted. The default is no. &lt;br /&gt;
&lt;br /&gt;
 useclientcode = yes|no: &lt;br /&gt;
&lt;br /&gt;
 usereqphone = yes|no &lt;br /&gt;
 ; Indicates whether we need to add &amp;quot;;user=phone&amp;quot; to URI. The default is no. &lt;br /&gt;
&lt;br /&gt;
 useragent = &amp;lt;string&amp;gt; &lt;br /&gt;
 ; Changes the SIP header &amp;quot;User-Agent&amp;quot;. The default is asterisk. &lt;br /&gt;
&lt;br /&gt;
 videosupport = yes | no &lt;br /&gt;
 ; Enables support for SIP video. The default is no. &lt;br /&gt;
&lt;br /&gt;
 vmexten = &amp;lt;string&amp;gt; &lt;br /&gt;
 ; Dialplan extension to call mailbox. The default  is asterisk. Configuring SIP - peer and client &lt;br /&gt;
&lt;br /&gt;
The following variables can be used in every peer definition &lt;br /&gt;
&lt;br /&gt;
 accountcode = &amp;lt;string&amp;gt; &lt;br /&gt;
 ; the users who can be associated to accountcode. It is recommended&lt;br /&gt;
 that you read the concept on Asterisk billing. &lt;br /&gt;
&lt;br /&gt;
 allow = &amp;lt;codec&amp;gt; &lt;br /&gt;
 ; the CODEC which is allowedbased on order preferences. &lt;br /&gt;
 Use first disallow = ALL before allowing CODEC. &lt;br /&gt;
&lt;br /&gt;
 disallow = all &lt;br /&gt;
 ; Disallow all the CODECs to a given peer or user definition. &lt;br /&gt;
&lt;br /&gt;
 allowguest = yes|no &lt;br /&gt;
 ; Allow or reject calls from unknown person.&lt;br /&gt;
 The default is yes. “OSP” can also be set if Asterisk is compiled to support OSP. &lt;br /&gt;
&lt;br /&gt;
 auth = &amp;lt;authname&amp;gt; &lt;br /&gt;
 ; The content of the Digest username= on a SIP header. &lt;br /&gt;
&lt;br /&gt;
 callerid = &amp;lt;string&amp;gt; &lt;br /&gt;
 ; The caller ID in use if no information is available. The default is asterisk. &lt;br /&gt;
&lt;br /&gt;
 call-limit = number &lt;br /&gt;
 ;The number of simultaneous telephone connections that can be made to a specific use/peer. &lt;br /&gt;
&lt;br /&gt;
 callgroup = num1, num2-num3 &lt;br /&gt;
 ; Defines a call group that can call this tool. &lt;br /&gt;
&lt;br /&gt;
 callingpres = number| descriptive_text &lt;br /&gt;
 ; Set appearance of Caller-ID of a connection/call.&lt;br /&gt;
 Descriptive text values that can be filled in are 	allowed_not_screened,&lt;br /&gt;
 allowed_passed_screen, allowed_failed_screen, allowed, prohib_not_screened,&lt;br /&gt;
 prohib_passed_screen, prohib_failed_screen, prohib, and unavailable.&lt;br /&gt;
 The default is Allowed_not_screened.&lt;br /&gt;
&lt;br /&gt;
 canreinvite = update|yes|no &lt;br /&gt;
 ; whether the client is able to support SIP re-invites. The default is yes. &lt;br /&gt;
&lt;br /&gt;
 context = &amp;lt;context_name&amp;gt; &lt;br /&gt;
 ; If type=user, context is for the call going to the SIP user definition.&lt;br /&gt;
 If type = peer, context in the dialplan is for outbound call of a SIP peer definition.&lt;br /&gt;
 If type = friend, context is used for all inbound and 	outbound connections to&lt;br /&gt;
 the SIP entity definition. &lt;br /&gt;
&lt;br /&gt;
 defaultip = ip.add.res.s &lt;br /&gt;
 ; The default IP address for the client host = if not specified as DYNAMIC. &lt;br /&gt;
 This is used if the client had never been registered to use different IP address.&lt;br /&gt;
 Only valid if the type=peer. &lt;br /&gt;
&lt;br /&gt;
 dtmfmode = inband|info|rfc2833 &lt;br /&gt;
 ; How the client handles DTMF signal. Default is rfc2833. &lt;br /&gt;
&lt;br /&gt;
 fromuser = &amp;lt;from_ID&amp;gt; &lt;br /&gt;
 ; Determines the user tobe put in &amp;quot;from&amp;quot; other than the callerid (override callerid)&lt;br /&gt;
 when conducting calls_to_peer  (to another SIP proxy). Valid only for type=peer. &lt;br /&gt;
&lt;br /&gt;
 fromdomain = &amp;lt;domain&amp;gt; &lt;br /&gt;
 ; Set default From: domain in SIP message when conducting calls _to_ peer.&lt;br /&gt;
 Valid only in the [general] or type = peer section. &lt;br /&gt;
&lt;br /&gt;
 fullcontact = &amp;lt;sip:uri_contact&amp;gt; &lt;br /&gt;
 ; SIP URI contact for realtime peer. Valid only for realtime peers. &lt;br /&gt;
&lt;br /&gt;
 host = dynamic|hostname|IPAddr &lt;br /&gt;
 ; Client - IP address or hostname. If you want the phone to register itself,&lt;br /&gt;
 use dynamic keywords instead of host IP. &lt;br /&gt;
&lt;br /&gt;
 incominglimit and outgoinglimit = Number &lt;br /&gt;
 ; Limitation of the number of simultaneous active calls that can be performed by&lt;br /&gt;
 a SIP client. Valid only for type = peer. &lt;br /&gt;
&lt;br /&gt;
 insecure = very|yes|no|invite|port &lt;br /&gt;
 ; Determines how to deal with peer connection.&lt;br /&gt;
 The default is no (authentication for all connections). &lt;br /&gt;
&lt;br /&gt;
 ipaddr = ip.addr.from.peer &lt;br /&gt;
 ; Valid only for realtime peer. &lt;br /&gt;
&lt;br /&gt;
 language = language code as defined in indications.conf &lt;br /&gt;
 ; Defining a language for greetings &lt;br /&gt;
&lt;br /&gt;
 mailbox=mailbox &lt;br /&gt;
 ; Extension for Voicemail. Valid only for type = peer. &lt;br /&gt;
&lt;br /&gt;
 md5secret = MD5-Hash of &amp;quot;&amp;lt;user&amp;gt;: asterisk: &amp;lt;secret&amp;gt;&amp;quot; &lt;br /&gt;
 ; Can be used as a substitute to secret. &lt;br /&gt;
&lt;br /&gt;
 Musicclass = determines one of classes written in musiconhold.conf &lt;br /&gt;
&lt;br /&gt;
 name = &amp;lt;name&amp;gt; &lt;br /&gt;
 ; The name of the realtime peer. Valid only for realtime peer only. &lt;br /&gt;
&lt;br /&gt;
 nat = yes | no &lt;br /&gt;
 ; This variable determines the action pattern of Asterisk for clients behind the NAT.&lt;br /&gt;
 But it still does not 	solve the problem if Asterisk is behind NAT.&lt;br /&gt;
 The default is no, which means using the RFC3581 technique. &lt;br /&gt;
&lt;br /&gt;
 outboundproxy = IP_address or DNS SRV name &lt;br /&gt;
 ; SRV name, hostname, or IP address of the outbound SIP Proxy.&lt;br /&gt;
 Valid only in the [general] and type = peer section. &lt;br /&gt;
&lt;br /&gt;
 progressinband = never|no|yes &lt;br /&gt;
 ; Do we generate ring in in-band. The default is never. &lt;br /&gt;
&lt;br /&gt;
 promiscredir=yes|no &lt;br /&gt;
 ; Allows support for 302 Redirects. The default is no. &lt;br /&gt;
&lt;br /&gt;
 qualify=yes|no|milliseconds &lt;br /&gt;
 ; Check whether the client can be reached.&lt;br /&gt;
 If yes, a check will be done every 2000 milliseconds (2 seconds).&lt;br /&gt;
 Valid only in the [general] and type=peer section. &lt;br /&gt;
&lt;br /&gt;
 regseconds = seconds &lt;br /&gt;
 ; Time in seconds between SIP REGISTERS. Valid only for realtime peer only. &lt;br /&gt;
&lt;br /&gt;
 rtpkeepalive=seconds &lt;br /&gt;
 ; The time, in seconds, of sending RTP keepalive packet if there is&lt;br /&gt;
 no RTP traffic on the connection. Default 0 (no RTP keepalive).&lt;br /&gt;
 Valid only for the [general] and type=peer section. &lt;br /&gt;
&lt;br /&gt;
 rtptimeout=seconds &lt;br /&gt;
 ; Disconnect a connection if within x seconds there is no RTP activity and&lt;br /&gt;
 we are not in on hold position.&lt;br /&gt;
 Valid only in the [general] and type=peer section. &lt;br /&gt;
&lt;br /&gt;
 rtpholdtimeout = seconds &lt;br /&gt;
 ; Disconnect a connection if within x seconds there is no RTP activity and&lt;br /&gt;
 we are in on hold position.&lt;br /&gt;
 Valid only for the section [general] and type=peer. &lt;br /&gt;
&lt;br /&gt;
 secret=password &lt;br /&gt;
 ; If Asterisk functions as a SIP Server, then SIP client must login using &amp;quot;password&amp;quot;.&lt;br /&gt;
 If Asterisk functions as a SIP client to a remote SIP server,&lt;br /&gt;
 it requires SIP INVITE authentication, then the contents of secret 	is used&lt;br /&gt;
 for SIP INVITE authentication that is sent by Asterisk to the remote server. &lt;br /&gt;
&lt;br /&gt;
 sendrpid=yes|no &lt;br /&gt;
 ; whether Remote-Party-ID SIP header should be sent. Default is no. &lt;br /&gt;
&lt;br /&gt;
 setvar=variable=value &lt;br /&gt;
 ; Variable channel which should be set for all connections to this peer / user. &lt;br /&gt;
&lt;br /&gt;
 subscribecontext = &amp;lt;context_name&amp;gt; &lt;br /&gt;
 ; Set a specific context for SIP SUBSCRIBE requests &lt;br /&gt;
&lt;br /&gt;
 trustrpid=yes|no &lt;br /&gt;
 ; whether Remote-Party-ID SIP header can be trusted. The default is no. &lt;br /&gt;
&lt;br /&gt;
 type = user|peer|friend &lt;br /&gt;
 ; connection to the client, outbound provider or a full client? &lt;br /&gt;
&lt;br /&gt;
 usereqphone=yes|no &lt;br /&gt;
 ; Showing whether to add &amp;quot;; user=phone&amp;quot; to the URI. Default no.&lt;br /&gt;
 Valid only for the [general] and type=peer section. &lt;br /&gt;
&lt;br /&gt;
 username=&amp;lt;username[@realm]&amp;gt; &lt;br /&gt;
 ; If functioning as a SIP client to a remote SIP server that requires&lt;br /&gt;
 SIP INVITE authentication, then this parameter is used for SIP INVITE authentication,&lt;br /&gt;
 which is sent by Asterisk to a remote SIP server; for peers who will register to Asterisk,&lt;br /&gt;
 the username is used in INVITE until they are registered. &lt;br /&gt;
&lt;br /&gt;
 vmexten = &amp;lt;string&amp;gt; &lt;br /&gt;
 ; Dialplan extension to reach mailbox. Default asterisk.&lt;br /&gt;
 Only valid in the [general] or type=peer section. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[VoIP Cookbook: Building your own Telecommunication Infrastructure]]&lt;br /&gt;
* [[VoIP Cookbook: Asterisk for Incoming and Outgoing calls]]&lt;/div&gt;</summary>
		<author><name>Onnowpurbo</name></author>
	</entry>
</feed>