<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Sasmita,<br>
<br>
If i'm honest, its impossible to outline what to do here. The best
thing I can do is try to explain how the software functions, and
then you can fill in the gaps.<br>
<br>
I'll try and break it down as much as possible.<br>
<br>
You have 3 main elements.<br>
<br>
1. Capturing + sending the SIP information - Trace node<br>
2. Analysing and storing SIP information - Capture node<br>
3. Viewing SIP information - HOMER<br>
<br>
So, as far as I am aware, you have already configured siptrace
within OpenSIPs. This does the capturing and sending of the SIP
information. What you capture, is up to you. We, by design, wanted
to capture everything, so we have a rule at the start of our
Opensips configuration to capture the SIP packets, no matter what
they are or where they are from. You configure the destination
address and port of where you are analysing the data within the
module options. See <a moz-do-not-send="true"
href="https://github.com/sipcapture/homer/wiki/Examples%3A-OpenSIPS">this
</a>for more information.<br>
<br>
Usually, your trace node will be your proxy, or where you are
gathering your SIP data, although this isn't always the case (you
could mirror your SIP traffic to a separate trace node, for
example). This then sends the data to your capture node. Once again,
this can be setup as a separate instance, receiving the information
from the trace node, processing it, and then storing it. In our
case, we implemented HOMER on the same physical box as the capture
node. As I am more familiar with Kamailio, I used kamailio as the
capture node software (which is included in the manual installation
instructions <a
href="https://github.com/sipcapture/homer/wiki/Quick-Install#-manual-setup-from-source-advanced">here.)</a><br>
<br>
The capture node is there to receive the SIP traffic, isolate what
it is, and then insert it into an appropriate MySQL table. This
database information is then read by the HOMER front end. Once
again, you can install HOMER wherever you like, as long as it can
access the database you are storing the data which is being captured
by the capture node. It is, after all, just a web gui, so just needs
to be installed on a box running apache/nginx. Once again, all the
installation instructions are on the sipcapture github page <a
href="https://github.com/sipcapture/homer/wiki/Quick-Install">here.</a><br>
<br>
As I said, all the instructions you need are on the github page. It
took me a few attempts, but the instructions do work, so i would
advise carefully reading through these, and then follow the
instructions accordingly.
<pre class="moz-signature" cols="72">Kind Regards,
---------
Ben Bliss
Network Systems Administrator
Entanet International Ltd
T: 0333 101 9229
F: 0333 101 0601
E: <a class="moz-txt-link-abbreviated" href="mailto:support@enta.net">support@enta.net</a>
W: <a class="moz-txt-link-freetext" href="http://www.enta.net">http://www.enta.net</a>
W: <a class="moz-txt-link-freetext" href="http://opinion.enta.net">http://opinion.enta.net</a>
This e-mail and any attachments transmitted with it, including replies and
forwarded copies subsequently transmitted, contains information which may be
confidential and which may also be legally privileged. The content of this
e-mail is for the exclusive use of the individual(s) or entity named above, if
you are not the intended recipient, please note that any form of distribution,
copying or use of this e-mail or the information in it is strictly prohibited
and may be unlawful. If you have received this e-mail in error please reply to
the sender at Entanet International Ltd and then delete the e-mail immediately.
Any views or opinions presented are solely those of the author, and may not
necessarily represent those of Entanet International Ltd. Entanet international
Ltd is registered in England and Wales, registered no 3274237, and its
registered office is Stafford Park 6, Telford, Shropshire, TF3 3AT. registered
VAT number GB 184 5136 01. </pre>
<div class="moz-cite-prefix">On 13/04/2016 11:55 AM, Sasmita Panda
wrote:<br>
</div>
<blockquote
cite="mid:CALf-Q45kBa5p5rXh-eee5aj5WovUQi43Sqy89s8s4LMj4AZ=ag@mail.gmail.com"
type="cite">
<div dir="ltr">First I am trying to integrate with mysql only . If
it will work for me as I want then I will explore with mongodb .
<div><br>
</div>
<div>Before that , I am facing lots of problem to install this
yet .</div>
<div><br>
</div>
<div>Can anyone provide me simple installation and configuration
steps for homer in linux machine ? </div>
</div>
<div class="gmail_extra"><br clear="all">
<div>
<div class="gmail_signature">
<div dir="ltr"><b><i>Thanks & Regards</i></b>
<div><i>Sasmita Panda</i></div>
<div><i>Network Testing and Software Engineer</i></div>
<div><i>3CLogic , ph:07827611765</i></div>
</div>
</div>
</div>
<br>
<div class="gmail_quote">On Mon, Apr 11, 2016 at 8:25 PM, Ben
Bliss <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:ben@enta.net" target="_blank">ben@enta.net</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000"> Hi,<br>
<br>
Alas, we use MySQL, so no, i can't. <br>
<br>
Apologies :)<span class=""><br>
<pre cols="72">Kind Regards,
---------
Ben Bliss
Network Systems Administrator
Entanet International Ltd
</pre>
</span>
<div>
<div class="h5">
<div>On 11/04/2016 3:32 PM, Aqs Younas wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr">Can you provide me the snippet how
you configured the sip trace module with mongodb?</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On 11 April 2016 at
19:01, Ben Bliss <span dir="ltr"><<a
moz-do-not-send="true"
href="mailto:ben@enta.net" target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:ben@enta.net">ben@enta.net</a></a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0
0 0 .8ex;border-left:1px #ccc
solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
Sasmita,<br>
<br>
HOMER is an open source web GUI, designed
for SIP traffic analysis, and fairly easy to
setup and use. It partners with a SIP
capture agent, and a db to store the data
you are gathering.<br>
<br>
We use it here, and its fantastically
useful.<br>
<br>
URL - <a moz-do-not-send="true"
href="http://sipcapture.org/"
target="_blank">http://sipcapture.org/</a><br>
<pre cols="72">Kind Regards,
---------
Ben Bliss
Network Systems Administrator
Entanet International Ltd
</pre>
<div>On 11/04/2016 2:07 PM, Sasmita Panda
wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr">Hi All ,
<div><br>
</div>
<div> I wanted to use siptrace
module of opensips and i wanted to
extend this feature and save the logs
in mongodb . Which is done inby me . </div>
<div><br>
</div>
<div> Now I wanted to show the
data in flow diagram format .</div>
<div><br>
</div>
<div>Is there any opensource tool
anybody have ever used to do so please
le me know .</div>
<div><br>
</div>
<div>Is there any intermediat step I
should do to achive my requirment
,anybody can suggest something .</div>
<div><br>
</div>
<div>All type of suggestion are welcome
. Thank you in advance .</div>
<div><br>
</div>
<div> <br>
</div>
<div>
<div>
<div>
<div dir="ltr"><b><i>Thanks &
Regards</i></b>
<div><i>Sasmita Panda</i></div>
<div><i>Network Testing and
Software Engineer</i></div>
<div><i>3CLogic , ph:07827611765</i></div>
</div>
</div>
</div>
</div>
</div>
<br>
<fieldset></fieldset>
<br>
<pre>_______________________________________________
Users mailing list
<a moz-do-not-send="true" href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a>
<a moz-do-not-send="true" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
</blockquote>
<br>
</div>
<br>
_______________________________________________<br>
Users mailing list<br>
<a moz-do-not-send="true"
href="mailto:Users@lists.opensips.org"
target="_blank">Users@lists.opensips.org</a><br>
<a moz-do-not-send="true"
href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users"
rel="noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
<br>
</blockquote>
</div>
<br>
</div>
<br>
<fieldset></fieldset>
<br>
<pre>_______________________________________________
Users mailing list
<a moz-do-not-send="true" href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a>
<a moz-do-not-send="true" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
</blockquote>
<br>
</div>
</div>
</div>
<br>
_______________________________________________<br>
Users mailing list<br>
<a moz-do-not-send="true"
href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a moz-do-not-send="true"
href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users"
rel="noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
<br>
</blockquote>
</div>
<br>
</div>
</blockquote>
<br>
</body>
</html>