<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    <div class="moz-cite-prefix">On 8/27/12 4:06 PM, phillman25 wrote:<br>
    </div>
    <blockquote
cite="mid:CAEprJzL6hM_L_Y3dBk3NpMzaOF-XWuE05b77rG5+M3Rkp0GsFg@mail.gmail.com"
      type="cite">Thanks Daniel i was able to implement what you advised
      below and am able to poll specific data into CACTI&nbsp;successfully.</blockquote>
    great! Have you made it like a plugin? Maybe you can write few words
    about or make web page available for it, there is a similar plugin
    for munin, published by Inaki:<br>
    <br>
    - <a class="moz-txt-link-freetext" href="http://dev.sipdoc.net/projects/sip-stuff/wiki/KamailioMuninPlugin">http://dev.sipdoc.net/projects/sip-stuff/wiki/KamailioMuninPlugin</a><br>
    <br>
    Cheers,<br>
    Daniel<br>
    <br>
    <blockquote
cite="mid:CAEprJzL6hM_L_Y3dBk3NpMzaOF-XWuE05b77rG5+M3Rkp0GsFg@mail.gmail.com"
      type="cite">
      <div><br>
      </div>
      <div>Thanks again!</div>
      <div>Phillip<br>
        <div>&nbsp;</div>
        <div><br>
          <div class="gmail_quote">On Mon, Aug 27, 2012 at 1:08 PM,
            Daniel-Constantin Mierla <span dir="ltr">&lt;<a
                moz-do-not-send="true" href="mailto:miconda@gmail.com"
                target="_blank">miconda@gmail.com</a>&gt;</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"> Hello,<br>
                <br>
                I am not sure it supports right now sending from the
                same socket, but it should send back to same ip and port
                from where it received the command. A patch it might be
                required to get it like that, so far I don't remember
                anyone willing to get such thing.<br>
                <br>
                Btw, another alternative, you can eventually use sercmd
                with ctl module -- it works also over tcp (as well as
                udp). You can run any MI command via 'mi', like:<br>
                <br>
                sercmd ... mi address_dump<br>
                <br>
                Look at sercmd -h for the options.<br>
                <br>
                So you don't need to build a script around nc.<br>
                <br>
                Cheers,<br>
                Daniel
                <div>
                  <div class="h5"><br>
                    <br>
                    <div>On 8/27/12 11:21 AM, phillman25 wrote:<br>
                    </div>
                    <blockquote type="cite">Thanks for the info Daniel.
                      <div><br>
                      </div>
                      <div>I have implemented mi_datagram module and
                        defined it with the following parameters:</div>
                      <div><br>
                      </div>
                      <div>modparam("mi_datagram", "socket_name", "udp:<a
                          moz-do-not-send="true"
                          href="http://2.2.2.2:8033" target="_blank">2.2.2.2:8033</a>")</div>
                      <div><br>
                      </div>
                      <div>When i run the below command from a remote
                        server:</div>
                      <div><br>
                      </div>
                      <div>echo -ne ":address_dump:\n\n" | nc -w 1 -u
                        2.2.2.2 8033</div>
                      <div><br>
                      </div>
                      <div>i don't receive an output, but when i monitor
                        all traffic on the local machine:</div>
                      <div><br>
                      </div>
                      <div>ngrep -q -t -P "" -W byline -d any host
                        2.2.2.2 and udp</div>
                      <div><br>
                      </div>
                      <div>i observe the output:</div>
                      <div><br>
                      </div>
                      <div>
                        <div>U 2012/08/27 12:41:36.735094 <a
                            moz-do-not-send="true"
                            href="http://1.1.1.1:55621" target="_blank">1.1.1.1:55621</a>
                          -&gt; <a moz-do-not-send="true"
                            href="http://2.2.2.2:8033" target="_blank">2.2.2.2:8033</a></div>
                        <div>:address_dump:</div>
                        <div><br>
                        </div>
                        <div><br>
                        </div>
                        <div>U 2012/08/27 12:41:36.735201 <a
                            moz-do-not-send="true"
                            href="http://2.2.2.2:47024" target="_blank">2.2.2.2:47024</a>
                          -&gt; <a moz-do-not-send="true"
                            href="http://1.1.1.1:55621" target="_blank">1.1.1.1:55621</a></div>
                        <div>200 OK</div>
                        <div>&nbsp; 71 &lt;1, xx.xx.xx.xx, 0&gt; [1]</div>
                        <div>&nbsp; 72 &lt;1, yy.yy.yy.yy, 0&gt; [4]</div>
                      </div>
                      <div><br>
                      </div>
                      <div><br>
                      </div>
                      <div>Seems like the command is accepted from
                        remote server and executed on local machine but
                        not relayed back to the remote server. Looks
                        like mi_datagram replies on different port other
                        than 8033. Is there a way to force the reply on
                        source port 8033?</div>
                      <div><br>
                      </div>
                      <div>Thanks</div>
                      <div>Phillip</div>
                      <div><br>
                      </div>
                      <div><br>
                      </div>
                      <div><br>
                      </div>
                      <div><br>
                      </div>
                      <div><br>
                        <br>
                        <div class="gmail_quote">On Mon, Aug 27, 2012 at
                          9:58 AM, Daniel-Constantin Mierla <span
                            dir="ltr">&lt;<a moz-do-not-send="true"
                              href="mailto:miconda@gmail.com"
                              target="_blank">miconda@gmail.com</a>&gt;</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">
                              Hello,<br>
                              <br>
                              if you want to execute from a remote
                              server, maybe it is better to use
                              mi_datagram or xmlrpc modules to run
                              MI/RPC commands.<br>
                              <br>
                              Cheers,<br>
                              Daniel
                              <div>
                                <div><br>
                                  <br>
                                  <br>
                                  <div>On 8/22/12 12:02 PM, phillman25
                                    wrote:<br>
                                  </div>
                                </div>
                              </div>
                              <blockquote type="cite">
                                <div>
                                  <div>Dear List
                                    <div><br>
                                    </div>
                                    <div>I am trying to run the below
                                      command from a REMOTE server where
                                      i use Cacti to graph all my data.
                                      I am trying to graph on a per
                                      trunk basis.<br>
                                      <div><br>
                                      </div>
                                      <div>kamctl fifo profile_get_size
                                        trunk | awk -F '=' '{print $4}'</div>
                                    </div>
                                    <div><br>
                                    </div>
                                    <div>This command yields an output
                                      on the local server.</div>
                                    <div><br>
                                    </div>
                                    <div>Could someone perhaps point me
                                      in the right direction?</div>
                                    <div><br>
                                    </div>
                                    <div><br>
                                    </div>
                                    <div>Thanks!</div>
                                    <br>
                                    <fieldset></fieldset>
                                    <br>
                                  </div>
                                </div>
                                <pre>_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
<a moz-do-not-send="true" href="mailto:sr-users@lists.sip-router.org" target="_blank">sr-users@lists.sip-router.org</a>
<a moz-do-not-send="true" href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a><span><font color="#888888">
</font></span></pre>
                                <span><font color="#888888"> </font></span></blockquote>
                              <span><font color="#888888"> <br>
                                  <pre cols="72">-- 
Daniel-Constantin Mierla - <a moz-do-not-send="true" href="http://www.asipto.com" target="_blank">http://www.asipto.com</a>
<a moz-do-not-send="true" href="http://twitter.com/#%21/miconda" target="_blank">http://twitter.com/#!/miconda</a> - <a moz-do-not-send="true" href="http://www.linkedin.com/in/miconda" target="_blank">http://www.linkedin.com/in/miconda</a>
Kamailio Advanced Training, Berlin, Nov 5-8, 2012 - <a moz-do-not-send="true" href="http://asipto.com/u/kat" target="_blank">http://asipto.com/u/kat</a></pre>
                                </font></span></div>
                          </blockquote>
                        </div>
                        <br>
                      </div>
                    </blockquote>
                    <br>
                    <pre cols="72">-- 
Daniel-Constantin Mierla - <a moz-do-not-send="true" href="http://www.asipto.com" target="_blank">http://www.asipto.com</a>
<a moz-do-not-send="true" href="http://twitter.com/#%21/miconda" target="_blank">http://twitter.com/#!/miconda</a> - <a moz-do-not-send="true" href="http://www.linkedin.com/in/miconda" target="_blank">http://www.linkedin.com/in/miconda</a>
Kamailio Advanced Training, Berlin, Nov 5-8, 2012 - <a moz-do-not-send="true" href="http://asipto.com/u/kat" target="_blank">http://asipto.com/u/kat</a></pre>
                  </div>
                </div>
              </div>
            </blockquote>
          </div>
          <br>
        </div>
      </div>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla - <a class="moz-txt-link-freetext" href="http://www.asipto.com">http://www.asipto.com</a>
<a class="moz-txt-link-freetext" href="http://twitter.com/#!/miconda">http://twitter.com/#!/miconda</a> - <a class="moz-txt-link-freetext" href="http://www.linkedin.com/in/miconda">http://www.linkedin.com/in/miconda</a>
Kamailio Advanced Training, Berlin, Nov 5-8, 2012 - <a class="moz-txt-link-freetext" href="http://asipto.com/u/kat">http://asipto.com/u/kat</a></pre>
  </body>
</html>