<div dir="ltr">Hi <br><br>i am new to opensips and i installed opensips <br>i edit the Makefile -- clear the db-mysql + everything is related to radius<br>exclude_modules?= jabber cpl-c db_postgres osp db_unixodbc \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; db_oracle \<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xmpp presence presence_xml presence_mwi pua pua_bla pua_mi \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pua_usrloc pua_xmpp rls mi_xmlrpc perl snmpstats perlvdb \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ldap carrierroute h350 xcap_client db_berkeley seas peering<br><br>do <br>
&nbsp;&nbsp;&nbsp; make prefix=/ all <br>&nbsp;&nbsp;&nbsp; make prefix=/ install<br><br>when install successfully, i edit the opensipsctl which is located in /etc/opensips/ <br>## your SIP domain<br>&nbsp;SIP_DOMAIN=<a href="http://192.168.2.11">192.168.2.11</a><br>
<br>## chrooted directory<br># $CHROOT_DIR=&quot;/path/to/chrooted/directory&quot;<br><br> DBENGINE=MYSQL<br>DBHOST=localhost<br>DBNAME=opensips<br><br># database path used by dbtext or db_berkeley<br># DB_PATH=&quot;/usr/local/etc/opensips/dbtext&quot;<br>
<br>&nbsp;DBRWUSER=opensips<br>&nbsp;DBRWPW=&quot;opensipsrw&quot;<br>&nbsp;DBROUSER=opensipsro<br>&nbsp;DBROPW=opensipsro<br><br>## database super user (for ORACLE this is &#39;scheme-creator&#39; user)<br>&nbsp;DBROOTUSER=&quot;root&quot;<br><br>
# user name column<br># USERCOL=&quot;username&quot;<br><br># FOREVER=&quot;2020-05-28 21:32:15&quot;<br># DEFAULT_ALIASES_EXPIRES=$FOREVER<br># DEFAULT_Q=&quot;1.0&quot;<br># DEFAULT_CALLID=&quot;Default-Call-ID&quot;<br>
# DEFAULT_CSEQ=&quot;13&quot;<br># DEFAULT_LOCATION_EXPIRES=$FOREVER<br><br># Program to calculate a message-digest fingerprint<br># MD5=&quot;md5sum&quot;<br><br># awk tool<br># AWK=&quot;awk&quot;<br><br># grep tool<br>
# GREP=&quot;egrep&quot;<br><br># sed tool<br># SED=&quot;sed&quot;<br><br># If to install tables for the modules in the EXTRA_MODULES variable.<br># INSTALL_EXTRA_TABLES=ask<br><br># If to install presence related tables.<br>
# INSTALL_PRESENCE_TABLES=ask<br><br># opensips standard modules<br>&nbsp;STANDARD_MODULES=&quot;standard acc lcr domain group permissions registrar usrloc msilo<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; alias_db uri_db speeddial avpops auth_db pdt dialog dispatcher<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; dialplan&quot;<br><br># opensips extra modules<br># EXTRA_MODULES=&quot;imc cpl siptrace domainpolicy carrierroute userblacklist&quot;<br><br><br>## type of aliases used: DB - database aliases; UL - usrloc aliases<br>
## - default: none<br># ALIASES_TYPE=&quot;DB&quot;<br><br>## control engine: FIFO or UNIXSOCK<br>## - default FIFO<br>&nbsp;CTLENGINE=&quot;FIFO&quot;<br><br>## path to FIFO file<br>&nbsp;OSIPS_FIFO=&quot;FIFO&quot;<br><br>## check ACL names; default on (1); off (0)<br>
# VERIFY_ACL=1<br><br>## ACL names - if VERIFY_ACL is set, only the ACL names from below list<br>## are accepted<br># ACL_GROUPS=&quot;local ld int voicemail free-pstn&quot;<br><br>## verbose - debug purposes - default &#39;0&#39;<br>
# VERBOSE=1<br><br>## do (1) or don&#39;t (0) store plaintext passwords<br>## in the subscriber table - default &#39;1&#39;<br>&nbsp;STORE_PLAINTEXT_PW=0<br><br>## OPENSIPS START Options<br>## PID file path - default is: /var/run/opensips.pid<br>
&nbsp;PID_FILE=/var/run/opensips.pid<br><br>## Extra start options - default is: not set<br># example: start opensips with 64MB share memory: STARTOPTIONS=&quot;-m 64&quot;<br># STARTOPTIONS=<br>[root@Centos opensips]#<br><br>
<br>i start opensips with opensipsctl start<br><br>[root@Centos opensips]# opensipsctl start<br><br>INFO: Starting OpenSIPS :<br>INFO: started (pid: 15590)<br>&nbsp;<br>but when i do <br>root@Centos opensips]# opensipsctl moni<br>
ERROR: Error opening OpenSIPS&#39;s FIFO FIFO<br>ERROR: Make sure you have the line &#39;modparam(&quot;mi_fifo&quot;, &quot;fifo_name&quot;, &quot;FIFO&quot;)&#39; in&nbsp; your config<br>ERROR: and also have loaded the mi_fifo module.<br>
<br>the /etc/opensips/opensips.cfg, i didnt change anything in this file<br><br>could someone give me a hand on this problem<br><br>Thanks<br><br></div>