<?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_Compile_OpenSIPS</id>
	<title>VoIP Cookbook: Compile OpenSIPS - 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_Compile_OpenSIPS"/>
	<link rel="alternate" type="text/html" href="https://onnocenter.or.id/wiki/index.php?title=VoIP_Cookbook:_Compile_OpenSIPS&amp;action=history"/>
	<updated>2026-04-12T11:56:06Z</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:_Compile_OpenSIPS&amp;diff=17309&amp;oldid=prev</id>
		<title>Onnowpurbo: New page: Prepare the supporting software. In Ubuntu 9.10, it can be prepared by using the following command.   # apt-get install flex bison gcc make libperl5.10 libperl-dev libxmlrpc-c3 libxmlrpc-c...</title>
		<link rel="alternate" type="text/html" href="https://onnocenter.or.id/wiki/index.php?title=VoIP_Cookbook:_Compile_OpenSIPS&amp;diff=17309&amp;oldid=prev"/>
		<updated>2010-03-09T04:48:29Z</updated>

		<summary type="html">&lt;p&gt;New page: Prepare the supporting software. In Ubuntu 9.10, it can be prepared by using the following command.   # apt-get install flex bison gcc make libperl5.10 libperl-dev libxmlrpc-c3 libxmlrpc-c...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Prepare the supporting software. In Ubuntu 9.10, it can be prepared by using the following command.&lt;br /&gt;
&lt;br /&gt;
 # apt-get install flex bison gcc make libperl5.10 libperl-dev libxmlrpc-c3 libxmlrpc-c3-dev \&lt;br /&gt;
 unixodbc unixodbc-dev libradiusclient-ng2 libradiusclient-ng-dev libxml2 openssl libsctp1 \&lt;br /&gt;
 libsctp-dev libexpat1 libexpat1-dev libldap-2.4-2 libldap2-dev libsnmp15 libsnmp-dev \&lt;br /&gt;
 libconfuse0 libconfuse-dev libmysqlclient15off libmysqlclient15-dev mysql-client-5.1 \&lt;br /&gt;
 mysql-server zlib1g zlib1g-dev libmysql++3 libmysql++-dev&lt;br /&gt;
&lt;br /&gt;
Get source code of OpenSIPS, such as,  opensips-XXX-tls_src.tar.gz ,from&lt;br /&gt;
&lt;br /&gt;
 http://opensips.org/pub/opensips/&lt;br /&gt;
 http://www.opensips.org/index.php?n=Resources.Downloads#osippub&lt;br /&gt;
 http://www.opensips.org/index.php?n=Resources.Downloads#osipsf&lt;br /&gt;
&lt;br /&gt;
If we would like to use opensips with TLS, we need to do the followings.&lt;br /&gt;
&lt;br /&gt;
 $ sudo su -&lt;br /&gt;
 # cp opensips-1.6.1-tls_src.tar.gz /usr/local/src/&lt;br /&gt;
 # cd /usr/local/src/&lt;br /&gt;
 # tar zxvf opensips-1.6.1-tls_src.tar.gz&lt;br /&gt;
 # cd opensips-1.6.1-tls&lt;br /&gt;
&lt;br /&gt;
Compile and install the following modules, i.e., &amp;quot;acc&amp;quot;, &amp;quot;mysql&amp;quot;, &amp;quot;textops&amp;quot;, &amp;quot;sl&amp;quot;, &amp;quot;db_mysql&amp;quot; and &amp;quot;enum&amp;quot; using the following command,&lt;br /&gt;
&lt;br /&gt;
 # cd opensips-1.6.1-tls&lt;br /&gt;
 # make all &amp;amp;&amp;amp; make include_modules=&amp;quot;acc mysql textops sl enum db_mysql&amp;quot; modules&lt;br /&gt;
 # make install&lt;br /&gt;
&lt;br /&gt;
It seems, we need to copy some scripts to /usr/local/src/opensips/opensipsctl&lt;br /&gt;
&lt;br /&gt;
 # cp -Rf /usr/local/src/opensips-1.6.1-tls/scripts/* /usr/local/lib/opensips/opensipsctl&lt;br /&gt;
&lt;br /&gt;
That's it. OpenSIPS is compiled and install and ready to use. OpenSIPS configuration file is located at&lt;br /&gt;
&lt;br /&gt;
 /usr/local/etc/opensips&lt;br /&gt;
&lt;br /&gt;
Check for any problem in the configuration file can be done using the following command,&lt;br /&gt;
&lt;br /&gt;
 # opensips -c -f /usr/local/etc/opensips/opensips.cfg&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: OpenSIPS High Performance Softswitch]]&lt;/div&gt;</summary>
		<author><name>Onnowpurbo</name></author>
	</entry>
</feed>