<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"Arial Narrow";
        panose-1:2 11 6 6 2 2 2 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";
        mso-fareast-language:EN-US;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
span.EmailStyle19
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.EmailStyle20
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=AF link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='color:#1F497D'>HI Guys<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>For future reference for anyone that want ot get this working.<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>I followed the captagent6 install guide found here: <a href="https://www.powerpbx.org/content/homer-voip-monitoring-install-guide-v1">https://www.powerpbx.org/content/homer-voip-monitoring-install-guide-v1</a> but adapted it to work for debian and init on the SPCE install.<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>I had a clean netinstall Debian 8 dedicated machine and then ran the Homer 5 Install Script for the install. Only specified root mysql password. Rest of the options i left default.<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>After install kamillio does not start. Reason being that it does not have correct credentials for the mysql database. In the file /var/www/html/api/configuration.php i found the credentials for the homer user setup by the install script. <o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>I verified that they are working by loggin into mysql using mysql –uhomer_user  –phomer_password where the homer_user and homer_password are the values found in the configuration.php file.<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Then i edit /etc/kamailio/kamailio.cfg.<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Look for the lines: <o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>#!substdef "!HOMER_DB_USER!homer_user!g"<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>#!substdef "!HOMER_DB_PASSWORD!homer_password!g"<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Replace homer_user and homer_password with the credentials found in configuration.php above.<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Start the kamailio service by running ‘service kamailio start’<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Confirm it is running with ‘service kamailio status’<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Homer should now display the packets sent to it by your captagents etc.<o:p></o:p></span></p><div><p class=MsoNormalCxSpMiddle style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-add-space:auto'><span lang=EN-US style='font-family:"Arial Narrow","sans-serif";color:#404040;mso-fareast-language:AF'><o:p> </o:p></span></p><p class=MsoNormalCxSpMiddle style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-add-space:auto'><span lang=EN-US style='font-family:"Arial Narrow","sans-serif";color:#404040;mso-fareast-language:AF'>Koot Pienaar<o:p></o:p></span></p><p class=MsoNormalCxSpMiddle style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-add-space:auto'><span lang=EN-US style='font-family:"Arial Narrow","sans-serif";color:#404040;mso-fareast-language:AF'><o:p> </o:p></span></p></div><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><div><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'><p class=MsoNormal><b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif";mso-fareast-language:AF'>From:</span></b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif";mso-fareast-language:AF'> Spce-user [mailto:spce-user-bounces@lists.sipwise.com] <b>On Behalf Of </b>Koot Pienaar<br><b>Sent:</b> 24 May 2017 01:33 PM<br><b>To:</b> Spce-user@lists.sipwise.com<br><b>Subject:</b> [Spce-user] Homer intergration<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Hi guys<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I would like to send packets ot homer for statistics. I have read previous threads and tried setup using captagent but really sturggle. Dont see any packets being sent to my homer box.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Can someone provide a guide or some tips to get it running?<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormalCxSpLast style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-add-space:auto'><span lang=EN-US style='font-family:"Arial Narrow","sans-serif";color:#404040;mso-fareast-language:AF'>Koot Pienaar<o:p></o:p></span></p></div></body></html>