<?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_SIP.CONF_Configuration</id>
	<title>VoIP Cookbook: SIP.CONF 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_SIP.CONF_Configuration"/>
	<link rel="alternate" type="text/html" href="https://onnocenter.or.id/wiki/index.php?title=VoIP_Cookbook:_SIP.CONF_Configuration&amp;action=history"/>
	<updated>2026-04-12T11:50:03Z</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:_SIP.CONF_Configuration&amp;diff=17270&amp;oldid=prev</id>
		<title>Onnowpurbo: New page: The user database is stored in /etc/asterisk/sip.conf. An example for an account with phone number 2099, password 123456, dynamic IP address using DHCP is as follows:    [2099]  context=de...</title>
		<link rel="alternate" type="text/html" href="https://onnocenter.or.id/wiki/index.php?title=VoIP_Cookbook:_SIP.CONF_Configuration&amp;diff=17270&amp;oldid=prev"/>
		<updated>2010-03-09T02:55:05Z</updated>

		<summary type="html">&lt;p&gt;New page: The user database is stored in /etc/asterisk/sip.conf. An example for an account with phone number 2099, password 123456, dynamic IP address using DHCP is as follows:    [2099]  context=de...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The user database is stored in /etc/asterisk/sip.conf. An example for an account with phone number 2099, password 123456, dynamic IP address using DHCP is as follows: &lt;br /&gt;
&lt;br /&gt;
 [2099]&lt;br /&gt;
 context=default&lt;br /&gt;
 type=friend&lt;br /&gt;
 username=2099&lt;br /&gt;
 secret=123456&lt;br /&gt;
 host=dynamic&lt;br /&gt;
 dtmfmode=rfc2833&lt;br /&gt;
 mailbox=2099@default&lt;br /&gt;
&lt;br /&gt;
To ensure that the dial tone is handled properly in Asterisk 1.6, we may add the following entry: &lt;br /&gt;
&lt;br /&gt;
 rfc2833compensate=yes&lt;br /&gt;
&lt;br /&gt;
Enter the above entry for each user. At this point, each user may register his- or herself to the Asterisk. The registered users may call each other on the same Asterisk server.&lt;br /&gt;
&lt;br /&gt;
To connect our Asterisk server to VoIP Rakyat or any other SIP proxy available in the internet, we need to register our Asterisk to the SIP proxy server. The commands used is:&lt;br /&gt;
&lt;br /&gt;
 register =&amp;gt; 2345:password@sip_proxy/1234&lt;br /&gt;
&lt;br /&gt;
which means user 1234 in our asterisk server that we operate is the user 2345 in sip_proxy logged in to the server using the password “password”. For example, user 2000 has an account 20345 in voiprakyat.or.id server with password “secret”, then the format used is:  &lt;br /&gt;
&lt;br /&gt;
 register =&amp;gt; 20345:secret@voiprakyat.or,id/2000&lt;br /&gt;
&lt;br /&gt;
This way, calls made to VoIP Rakyat, specifically to account 20345, will be forwarded to number 2000 in  our SIP server. &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 Softswitch]]&lt;/div&gt;</summary>
		<author><name>Onnowpurbo</name></author>
	</entry>
</feed>