<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Only kamctl and kamcli overlap in what they try to be. Maybe at
      some point one will become more popular and the other can be
      obsoleted. kamctl tries to have dependencies only among core utils
      of a unix/linux system, but then it has the limitations of a shell
      script.<br>
    </p>
    <p><br>
    </p>
    <p>kamcmd is just a binrpc client and can be used inside kamctl if
      wanted to send rpc commands via binrpc. In the past (ser/openser
      times) we had a unix socket client app written in c and installed.
      If kamcmd is going to be obsoleted, the ctl module makes no sense
      anymore. binrpc is an alternative to jsonrpc and xmlrpc, just that
      for these two curl app can be used as client.</p>
    <p><br>
    </p>
    <p>Cheers,<br>
      Daniel<br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 16.10.18 21:18, Samuel F. wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:DM5PR17MB09864D5108396BBF8AA2B87BC3FE0@DM5PR17MB0986.namprd17.prod.outlook.com">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
      <div style="font-family: Calibri, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);">
        Alright, I was more thinking about it from a newcomer
        perspective. When one is evaluating Kamailio, it will be
        difficult to understand what to use. Documentations and
        tutorials everywhere will be messy since all of them will use
        different tools. </div>
      <div style="font-family: Calibri, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);">
        <br>
      </div>
      <div style="font-family: Calibri, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);">
        Also, from a development perspective, is it not a lot to
        maintain 3 CLI tools?</div>
      <div style="font-family: Calibri, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);">
        <br>
      </div>
      <div style="font-family: Calibri, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);">
        If one could replace the other two, from my limited
        understanding, I think it would be great to consider deprecating
        the older ones when/if kamcli has full feature parity with the
        others.</div>
      <div style="font-family: Calibri, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);">
        <br>
      </div>
      <div style="font-family: Calibri, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);">
        Cheers, Samuel</div>
      <hr style="display:inline-block;width:98%" tabindex="-1">
      <div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt"
          face="Calibri, sans-serif" color="#000000"><b>From:</b>
          Daniel-Constantin Mierla <a class="moz-txt-link-rfc2396E" href="mailto:miconda@gmail.com"><miconda@gmail.com></a><br>
          <b>Sent:</b> Tuesday, October 16, 2018 19:43<br>
          <b>To:</b> Samuel F.; Kamailio (SER) - Users Mailing List<br>
          <b>Subject:</b> Re: [SR-Users] kamcli v1.1.0 released</font>
        <div> </div>
      </div>
      <meta content="text/html; charset=Windows-1252">
      <div style="background-color:#FFFFFF">
        <p>None of them is deprecated at this moment.</p>
        <p><br>
        </p>
        Both kamctl and kamcli can execute rpc commands, but over
        jsonrpc (relying on jsonrpcs module), not over binrpc (which
        relies on ctl module) like kamcmd. The features in kamcmd not
        existing in the other are tab completion for rpc command names
        and session like connection (can keep the history of rpc
        commands in the same session).<br>
        <br>
        Not sure, not being a Python developer, but for kamcli it might
        be easy to add tab completion for rpc command names, they can be
        retrieved via rpc command system.listMethods. Even more, kamcli
        relies on Python's Click framework and I read that it should be
        easy to add support for bash/shell completion of its arguments.<br>
        <br>
        For the moment, I would say that kamctl/kamdbctl are enough if
        you work with a pretty standard kamailio deployment. Kamcli
        would be more useful if you need to extend the control tool with
        some customized functionality.<br>
        <br>
        Cheers,<br>
        Daniel<br>
        <br>
        <div class="x_moz-cite-prefix">On 16.10.18 19:17, Samuel F.
          wrote:<br>
        </div>
        <blockquote type="cite">
          <style type="text/css" style="display:none">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
          <div style="font-family:Calibri,Helvetica,sans-serif;
            font-size:12pt; color:rgb(0,0,0)">
            Thank you for the clarifications. It would be great to add
            that to the wiki.</div>
          <div style="font-family:Calibri,Helvetica,sans-serif;
            font-size:12pt; color:rgb(0,0,0)">
            <br>
          </div>
          <div style="font-family:Calibri,Helvetica,sans-serif;
            font-size:12pt; color:rgb(0,0,0)">
            It would also be nice to have a recommendation to users what
            tool should be used by newcomers, ie. what is currently the
            tool under development / not being deprecated.</div>
          <hr tabindex="-1" style="display:inline-block; width:98%">
          <div id="x_divRplyFwdMsg" dir="ltr"><font
              style="font-size:11pt" face="Calibri, sans-serif"
              color="#000000"><b>From:</b> Daniel-Constantin Mierla
              <a class="x_moz-txt-link-rfc2396E"
                href="mailto:miconda@gmail.com" moz-do-not-send="true"><miconda@gmail.com></a><br>
              <b>Sent:</b> Tuesday, October 16, 2018 16:10<br>
              <b>To:</b> Samuel F.; Kamailio (SER) - Users Mailing List<br>
              <b>Subject:</b> Re: [SR-Users] kamcli v1.1.0 released</font>
            <div> </div>
          </div>
          <meta content="text/html; charset=Windows-1252">
          <div style="background-color:#FFFFFF">
            <p>Probably we should put this information somewhere in the
              wiki, for now here is sort of short presentation for each:</p>
            <p><br>
            </p>
            <p>1) kamctl and kamdbctl are related, both being shell
              scripts (developed over the time from the old
              serctl/openserctl), the first is for interacting with a
              kamailio instances, the second is only for creating (and
              managing) the database structure needed by kamailio</p>
            <p><br>
            </p>
            <p>2) kamcmd is practically only a binary rpc client that
              interacts with ctl module from kamailio -- this was
              developed by SER project during 2005-2008 (when we were
              separately)</p>
            <p><br>
            </p>
            <p>3) kamcli is written in Python and aims to become a
              (better) alternative to kamctl (and kamdbctl), with a
              plugin like architecture to extend it with new
              subcommands, more flexibility (e.g., modules/libs from
              python that can be used) and better error handling</p>
            <p><br>
            </p>
            <p>For example, adding a new subcommand for kamcli means
              adding a python script inside commands folder. This comes
              handy if you have a kamailio installation using a custom
              database table that you access via sqlops -- with few
              lines of python script you can add a subcommand to manage
              its records (add/remove/update), doing validation of the
              values with python expressions to avoid inserting invalid
              records...</p>
            <p><br>
            </p>
            <p>Another nice feature of kamcli vs kamctl is the ability
              to choose the format for output -- e.g., jsonrpc response
              can be presented in a compact form as yaml instead of
              json.</p>
            <p><br>
            </p>
            <p>Overall, kamctl and kamdbctl are part of kamailio source
              tree and packaged inside kamailio debs/rpms, likely to
              stay so, no plans to replace/remove them, at least in the
              near future.</p>
            <p><br>
            </p>
            <p>kamcli is a separate repository (<a
                class="x_x_moz-txt-link-freetext"
href="https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fkamailio%2Fkamcli&data=02%7C01%7C%7C1d439c61fd8c47e77b4608d6338ef3ee%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636753086398692126&sdata=2w0mnossrFPeNe3NeeL4r3GXLFPQ1zEJH5OC7ODRuxM%3D&reserved=0"
                originalsrc="https://github.com/kamailio/kamcli"
shash="WyN/vNT0gWJAZ4O6GzYytfSKzNBf3vSJ9ufMHqpdRo859vDCXVGCyEivzQJVmzw41CKn5P4ayqs32apvT7Xig1Qh7MH/+N6OZcXMK0Mm7Ec02UaXaFbHSK2HcUUM0pmU3KJf6B3d5GD3JCzRqvoPWEHhjTkZiOpdSlZ4guBIefc="
                moz-do-not-send="true">https://github.com/kamailio/kamcli</a>)
              and it is going to have its own deb/rpm file (actually
              Victor already built the deb package, available via
              deb.kamailio.org repositories).<br>
            </p>
            <p><br>
            </p>
            <p>Cheers,<br>
              Daniel<br>
            </p>
            <br>
            <div class="x_x_moz-cite-prefix">On 16.10.18 15:41, Samuel
              F. wrote:<br>
            </div>
            <blockquote type="cite">
              <style type="text/css" style="display:none">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
              <div style="font-family:Calibri,Helvetica,sans-serif;
                font-size:12pt; color:rgb(0,0,0)">
                Great and thank you!</div>
              <div style="font-family:Calibri,Helvetica,sans-serif;
                font-size:12pt; color:rgb(0,0,0)">
                <br>
              </div>
              <div style="font-family:Calibri,Helvetica,sans-serif;
                font-size:12pt; color:rgb(0,0,0)">
                Is there a writeup on how these tools differ and what
                one should use?</div>
              <div style="font-family:Calibri,Helvetica,sans-serif;
                font-size:12pt; color:rgb(0,0,0)">
                <br>
              </div>
              <div style="font-family:Calibri,Helvetica,sans-serif;
                font-size:12pt; color:rgb(0,0,0)">
                kamcmd</div>
              <div style="font-family:Calibri,Helvetica,sans-serif;
                font-size:12pt; color:rgb(0,0,0)">
                kamcli</div>
              <div style="font-family:Calibri,Helvetica,sans-serif;
                font-size:12pt; color:rgb(0,0,0)">
                kamctl</div>
              <div style="font-family:Calibri,Helvetica,sans-serif;
                font-size:12pt; color:rgb(0,0,0)">
                <span style="font-size:16px;
                  background-color:rgb(255,255,255);
                  display:inline!important">kamdbctl</span><br>
              </div>
              <div style="font-family:Calibri,Helvetica,sans-serif;
                font-size:12pt; color:rgb(0,0,0)">
                <br>
              </div>
              <hr tabindex="-1" style="display:inline-block; width:98%">
              <div id="x_x_divRplyFwdMsg" dir="ltr"><font
                  style="font-size:11pt" face="Calibri, sans-serif"
                  color="#000000"><b>From:</b> sr-users
                  <a class="x_x_moz-txt-link-rfc2396E"
                    href="mailto:sr-users-bounces@lists.kamailio.org"
                    moz-do-not-send="true">
                    <sr-users-bounces@lists.kamailio.org></a> on
                  behalf of Daniel-Constantin Mierla <a
                    class="x_x_moz-txt-link-rfc2396E"
                    href="mailto:miconda@gmail.com"
                    moz-do-not-send="true">
                    <miconda@gmail.com></a><br>
                  <b>Sent:</b> Tuesday, October 16, 2018 10:03<br>
                  <b>To:</b> Kamailio (SER) - Devel Mailing List;
                  Kamailio (SER) - Users Mailing List;
                  <a class="x_x_moz-txt-link-abbreviated"
                    href="mailto:business@lists.kamailio.org"
                    moz-do-not-send="true">
                    business@lists.kamailio.org</a><br>
                  <b>Subject:</b> [SR-Users] kamcli v1.1.0 released</font>
                <div> </div>
              </div>
              <div class="x_x_BodyFragment"><font size="2"><span
                    style="font-size:11pt">
                    <div class="x_x_PlainText">Hello,<br>
                      <br>
                      kamcli tool just got its first official release, a
                      step forward in the<br>
                      process of packaging it.<br>
                      <br>
                      It is a command line tool that aims to be a modern
                      alternative to the<br>
                      venerable kamctl, being written in Python and
                      having already a large set<br>
                      of implemented sub-commands, such as:<br>
                      <br>
                        * subscriber – manage SIP subscribers<br>
                        * ul – manage user location records<br>
                        * address – manage permissions address records<br>
                        * aliasdb – manage database aliases<br>
                        * db – manage kamailio database content<br>
                        * dialog – manage active calls (dialog)<br>
                        * dialplan – manage dialplan records<br>
                        * dispatcher – manage load balancer (dispatcher)<br>
                        * group – manage group membership records (acl)<br>
                        * moni – continuous refresh of the values for a
                      list of statistics<br>
                        * mtree – manage memory trees (mtree)<br>
                        * ps – print the details for kamailio running
                      processes<br>
                        * rpc – interact with kamailio via jsonrpc
                      control commands (alias of<br>
                      jsonrpc)<br>
                        * rpcmethods – return the list of available RPC
                      methods (commands)<br>
                        * speeddial – manage speed dial records<br>
                        * srv – server management commands (sockets,
                      aliases, …)<br>
                        * stats – get kamailio internal statistics<br>
                        * tls – management commands for TLS profiles and
                      connections<br>
                        * uptime – print the uptime for kamailio
                      instance<br>
                      <br>
                      The news article for this release is available at:<br>
                      <br>
                        * <a
href="https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Feur04.safelinks.protection.outlook.com%2F%3Furl%3Dhttps%253A%252F%252Fwww.kamailio.org%252Fw%252F2018%252F10%252Fkamcli-v1-1-0-released%252F%26amp%3Bdata%3D02%257C01%257C%257Cfed7a25d71b24b0796fe08d6333e2a8d%257C84df9e7fe9f640afb435aaaaaaaaaaaa%257C1%257C0%257C636752739421479581%26amp%3Bsdata%3De%252B3CSXIFa1ka08nYWWm%252FhI9Jwu4QBOmZbyu3KQ5m64s%253D%26amp%3Breserved%3D0&data=02%7C01%7C%7C1d439c61fd8c47e77b4608d6338ef3ee%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636753086398692126&sdata=SsA9oNY%2FL6L%2BXY6%2BuvWKhTlIusNsGmC2oWBTmZzLhlA%3D&reserved=0"
originalsrc="https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.kamailio.org%2Fw%2F2018%2F10%2Fkamcli-v1-1-0-released%2F&data=02%7C01%7C%7Cfed7a25d71b24b0796fe08d6333e2a8d%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636752739421479581&sdata=e%2B3CSXIFa1ka08nYWWm%2FhI9Jwu4QBOmZbyu3KQ5m64s%3D&reserved=0"
shash="fIE9ZknUTpqgTAseqO84mSu8g0n4Qbig/SR3sWcm/wdwyIUNnVmENBK8jCT8FoLEIR0ciY1S0dkE+t8crNmtq7XILolg4lcjxWRgXieQEdLxjkyUAL+UzgPFYrNJ/OCi7g2oU/8Gnde6F8aLa/lJAmcSmHEXEisvE4m6WybtQc8="
                        moz-do-not-send="true">
https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.kamailio.org%2Fw%2F2018%2F10%2Fkamcli-v1-1-0-released%2F&amp;data=02%7C01%7C%7Cfed7a25d71b24b0796fe08d6333e2a8d%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636752739421479581&amp;sdata=e%2B3CSXIFa1ka08nYWWm%2FhI9Jwu4QBOmZbyu3KQ5m64s%3D&amp;reserved=0</a><br>
                      <br>
                      The corresponding tag in the github repository
                      being:<br>
                      <br>
                        * <a
href="https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Feur04.safelinks.protection.outlook.com%2F%3Furl%3Dhttps%253A%252F%252Fgithub.com%252Fkamailio%252Fkamcli%252Freleases%252Ftag%252Fv1.1.0%26amp%3Bdata%3D02%257C01%257C%257Cfed7a25d71b24b0796fe08d6333e2a8d%257C84df9e7fe9f640afb435aaaaaaaaaaaa%257C1%257C0%257C636752739421479581%26amp%3Bsdata%3DpJsL8bSsrFoOiOXhBH1RVtySl03Oa958ErORwhfGXbU%253D%26amp%3Breserved%3D0&data=02%7C01%7C%7C1d439c61fd8c47e77b4608d6338ef3ee%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636753086398692126&sdata=ww6bsL6egCXWHP3CT0IrsuH3eYU%2F0SCCbOCcloBn3vY%3D&reserved=0"
originalsrc="https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fkamailio%2Fkamcli%2Freleases%2Ftag%2Fv1.1.0&data=02%7C01%7C%7Cfed7a25d71b24b0796fe08d6333e2a8d%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636752739421479581&sdata=pJsL8bSsrFoOiOXhBH1RVtySl03Oa958ErORwhfGXbU%3D&reserved=0"
shash="y4RcZMaUx4jbg5DTP+tiJmMpIrELkdECyL0vi+LrtJeWiwZ4wTKe2TnqFBDqfwDMTn2aoBre14ILCGCpdZN/U5CDhv/FwxV8hZz7fJ5/JlxsJl0rpTS3wFcvKEQ5yD6T+6+8m5uXmLPblFJ4VxTUYfXAWv+efBRzLNLSI7jYR0c="
                        moz-do-not-send="true">
https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fkamailio%2Fkamcli%2Freleases%2Ftag%2Fv1.1.0&amp;data=02%7C01%7C%7Cfed7a25d71b24b0796fe08d6333e2a8d%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636752739421479581&amp;sdata=pJsL8bSsrFoOiOXhBH1RVtySl03Oa958ErORwhfGXbU%3D&amp;reserved=0</a><br>
                      <br>
                      How to install kamcli and examples of usage can be
                      found at:<br>
                      <br>
                        * <a
href="https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Feur04.safelinks.protection.outlook.com%2F%3Furl%3Dhttps%253A%252F%252Fgithub.com%252Fkamailio%252Fkamcli%252Fblob%252Fv1.1%252FREADME.md%26amp%3Bdata%3D02%257C01%257C%257Cfed7a25d71b24b0796fe08d6333e2a8d%257C84df9e7fe9f640afb435aaaaaaaaaaaa%257C1%257C0%257C636752739421479581%26amp%3Bsdata%3DC5O%252FD7ahjlVmoNexzZ0yziOhSwR%252BNzP7UHeoSMZUtF0%253D%26amp%3Breserved%3D0&data=02%7C01%7C%7C1d439c61fd8c47e77b4608d6338ef3ee%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636753086398692126&sdata=ngx%2FIRZ6vg9QI3IZFYjTW1%2BKnPqej9XkEywF9NFbems%3D&reserved=0"
originalsrc="https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fkamailio%2Fkamcli%2Fblob%2Fv1.1%2FREADME.md&data=02%7C01%7C%7Cfed7a25d71b24b0796fe08d6333e2a8d%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636752739421479581&sdata=C5O%2FD7ahjlVmoNexzZ0yziOhSwR%2BNzP7UHeoSMZUtF0%3D&reserved=0"
shash="uwugfBkb3kGRjJ6hs3U5vR9KzAMwRRCwxsusFF3vqrNbR73I8vBGGpE9oOEPzZVxUaAObmcYHY7qfbiOnLUvhoGWEADGi9Ollfspt6X3Rk75U4PNSHVkQzVShc1Fg0fglvbSgf1GZJpMyTnpCauVAR5Ay0m8TvsLvvVsXO4gGAk="
                        moz-do-not-send="true">
https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fkamailio%2Fkamcli%2Fblob%2Fv1.1%2FREADME.md&amp;data=02%7C01%7C%7Cfed7a25d71b24b0796fe08d6333e2a8d%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636752739421479581&amp;sdata=C5O%2FD7ahjlVmoNexzZ0yziOhSwR%2BNzP7UHeoSMZUtF0%3D&amp;reserved=0</a><br>
                      <br>
                      Cheers,<br>
                      Daniel<br>
                      <br>
                      -- <br>
                      Daniel-Constantin Mierla -- <a
href="https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Feur04.safelinks.protection.outlook.com%2F%3Furl%3Dwww.asipto.com%26amp%3Bdata%3D02%257C01%257C%257Cfed7a25d71b24b0796fe08d6333e2a8d%257C84df9e7fe9f640afb435aaaaaaaaaaaa%257C1%257C0%257C636752739421479581%26amp%3Bsdata%3DEV9GFvqdMpagr6xmbVexTWRP2PtLBA3FIwsoIBbNV9M%253D%26amp%3Breserved%3D0&data=02%7C01%7C%7C1d439c61fd8c47e77b4608d6338ef3ee%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636753086398692126&sdata=ndNxB%2BWgw5Preizi4bOOZjZZ02xgi9HLrl6XFk2ayJc%3D&reserved=0"
originalsrc="https://eur04.safelinks.protection.outlook.com/?url=www.asipto.com&data=02%7C01%7C%7Cfed7a25d71b24b0796fe08d6333e2a8d%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636752739421479581&sdata=EV9GFvqdMpagr6xmbVexTWRP2PtLBA3FIwsoIBbNV9M%3D&reserved=0"
shash="bNotxjmZVWC08oNIe2roQCtxc4DCtVHg+Q+NfESH87e8Pm+yl2SieGCrcaqBhwFIYzK5bFtD/1rxxVKNfj+0hsbtODMZy/5DFM0a1M5hI5Xpg5BkPQ8jNPjYeoZE5TJVC5hxmpIlFFqIJKQ/ovJMo3oXsxXMFdWHUALOOGNrwk4="
                        moz-do-not-send="true">
https://eur04.safelinks.protection.outlook.com/?url=www.asipto.com&amp;data=02%7C01%7C%7Cfed7a25d71b24b0796fe08d6333e2a8d%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636752739421479581&amp;sdata=EV9GFvqdMpagr6xmbVexTWRP2PtLBA3FIwsoIBbNV9M%3D&amp;reserved=0</a><br>
                      <a
href="https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Feur04.safelinks.protection.outlook.com%2F%3Furl%3Dwww.twitter.com%252Fmiconda%26amp%3Bdata%3D02%257C01%257C%257Cfed7a25d71b24b0796fe08d6333e2a8d%257C84df9e7fe9f640afb435aaaaaaaaaaaa%257C1%257C0%257C636752739421479581%26amp%3Bsdata%3D3nDVe8jZ9QYeNqVjj07CuIA2qkyzfoQtP8GPc8VwATY%253D%26amp%3Breserved%3D0&data=02%7C01%7C%7C1d439c61fd8c47e77b4608d6338ef3ee%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636753086398692126&sdata=JqmTng3XGbJYZ8DCngN7t0uUz4MFuXg3fahAfEm2%2BoM%3D&reserved=0"
originalsrc="https://eur04.safelinks.protection.outlook.com/?url=www.twitter.com%2Fmiconda&data=02%7C01%7C%7Cfed7a25d71b24b0796fe08d6333e2a8d%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636752739421479581&sdata=3nDVe8jZ9QYeNqVjj07CuIA2qkyzfoQtP8GPc8VwATY%3D&reserved=0"
shash="nWrCPs0+Hexl5kED0XvDuTYRlpejgotwgdlCX7rMZwpS+LPhESi4ZTIuRFoWE/qpaUqDZGhxWpHlv76cOgXt5HgbBQVsfg9gb72r4xzEQIMW6t1H3QbNp6Cp6V10D5iNEpDVkdMAYikffiy0BOIRWeHW5YA/44Kl+oOCLQ04Xgg="
                        moz-do-not-send="true">https://eur04.safelinks.protection.outlook.com/?url=www.twitter.com%2Fmiconda&amp;data=02%7C01%7C%7Cfed7a25d71b24b0796fe08d6333e2a8d%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636752739421479581&amp;sdata=3nDVe8jZ9QYeNqVjj07CuIA2qkyzfoQtP8GPc8VwATY%3D&amp;reserved=0</a>
                      -- <a
href="https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Feur04.safelinks.protection.outlook.com%2F%3Furl%3Dwww.linkedin.com%252Fin%252Fmiconda%26amp%3Bdata%3D02%257C01%257C%257Cfed7a25d71b24b0796fe08d6333e2a8d%257C84df9e7fe9f640afb435aaaaaaaaaaaa%257C1%257C0%257C636752739421479581%26amp%3Bsdata%3DE%252F7Hxus5XiJJySRmORIGM0ZUyexzK7FNwgnzUkCbLRo%253D%26amp%3Breserved%3D0&data=02%7C01%7C%7C1d439c61fd8c47e77b4608d6338ef3ee%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636753086398692126&sdata=eeY40JNLQEY%2Fjx4hRGw2iNu3dOL2fW9NmWfz5tYc14M%3D&reserved=0"
originalsrc="https://eur04.safelinks.protection.outlook.com/?url=www.linkedin.com%2Fin%2Fmiconda&data=02%7C01%7C%7Cfed7a25d71b24b0796fe08d6333e2a8d%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636752739421479581&sdata=E%2F7Hxus5XiJJySRmORIGM0ZUyexzK7FNwgnzUkCbLRo%3D&reserved=0"
shash="mzeAYaRPhel04YPdC1rR434jbTaL5YR7IJoX/sK1T09d/qPCWYPBkm27IuEc99vcFArjpvMhFGWeMRdCah02b6a2Nx+Vp4/BabAC0idSiML54d+csrlqDPlxeyQqHiRW7Z1A1kXe0UdDnmw9VxyazzZ3xDl1mxALfMJMpQnCfj8="
                        moz-do-not-send="true">
https://eur04.safelinks.protection.outlook.com/?url=www.linkedin.com%2Fin%2Fmiconda&amp;data=02%7C01%7C%7Cfed7a25d71b24b0796fe08d6333e2a8d%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636752739421479581&amp;sdata=E%2F7Hxus5XiJJySRmORIGM0ZUyexzK7FNwgnzUkCbLRo%3D&amp;reserved=0</a><br>
                      Kamailio World Conference -- <a
href="https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Feur04.safelinks.protection.outlook.com%2F%3Furl%3Dwww.kamailioworld.com%26amp%3Bdata%3D02%257C01%257C%257Cfed7a25d71b24b0796fe08d6333e2a8d%257C84df9e7fe9f640afb435aaaaaaaaaaaa%257C1%257C0%257C636752739421479581%26amp%3Bsdata%3DnSzkZakzIo%252FoFXCPvV%252FqUCdXn90WAGlFmB%252B3lsh9Tlo%253D%26amp%3Breserved%3D0&data=02%7C01%7C%7C1d439c61fd8c47e77b4608d6338ef3ee%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636753086398692126&sdata=0u8lerxjlYnE%2FW%2FS0fm%2BPY9hlyQPt6bUKECvVN33PR0%3D&reserved=0"
originalsrc="https://eur04.safelinks.protection.outlook.com/?url=www.kamailioworld.com&data=02%7C01%7C%7Cfed7a25d71b24b0796fe08d6333e2a8d%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636752739421479581&sdata=nSzkZakzIo%2FoFXCPvV%2FqUCdXn90WAGlFmB%2B3lsh9Tlo%3D&reserved=0"
shash="za/WK8MBQgOtip/o3jsGjKHjnkTWVGL4slHQ5JE5RYB8ZXrAW8J022z1nwXkmE/nHlUr3UFp3vq2w7Spz+UVY2P/0mEwblAcnmYzH3J1bM7skQn7OYZc3PVgmG1bOg2+XScH85H1Tnag9ibg3QdX+kCbqmqr0NfVwPu63q9ikgs="
                        moz-do-not-send="true">
https://eur04.safelinks.protection.outlook.com/?url=www.kamailioworld.com&amp;data=02%7C01%7C%7Cfed7a25d71b24b0796fe08d6333e2a8d%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636752739421479581&amp;sdata=nSzkZakzIo%2FoFXCPvV%2FqUCdXn90WAGlFmB%2B3lsh9Tlo%3D&amp;reserved=0</a><br>
                      Kamailio Advanced Training, Nov 12-14, 2018, in
                      Berlin -- <a
href="https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Feur04.safelinks.protection.outlook.com%2F%3Furl%3Dwww.asipto.com%26amp%3Bdata%3D02%257C01%257C%257Cfed7a25d71b24b0796fe08d6333e2a8d%257C84df9e7fe9f640afb435aaaaaaaaaaaa%257C1%257C0%257C636752739421479581%26amp%3Bsdata%3DEV9GFvqdMpagr6xmbVexTWRP2PtLBA3FIwsoIBbNV9M%253D%26amp%3Breserved%3D0&data=02%7C01%7C%7C1d439c61fd8c47e77b4608d6338ef3ee%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636753086398848371&sdata=riJG7WY9X77WY9xTgvAZvWwPQNBhqmyItbC3fbOUNBo%3D&reserved=0"
originalsrc="https://eur04.safelinks.protection.outlook.com/?url=www.asipto.com&data=02%7C01%7C%7Cfed7a25d71b24b0796fe08d6333e2a8d%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636752739421479581&sdata=EV9GFvqdMpagr6xmbVexTWRP2PtLBA3FIwsoIBbNV9M%3D&reserved=0"
shash="xcqUtYcTytzxzgzS/cBmaZtC9/F3icDXk3x4bfUhMRkJUZryB/ONjyX/MvdR8GibNbtxAexH2b/6Zg86Fkkqr1RsJNjdZM50xXdgLDzMNmuHjc0BuRLQsXmOE2KTJ/P6ScLKOLfAFLqNkopVgUbNFM3gcXony91PyZzk3scuR4U="
                        moz-do-not-send="true">
https://eur04.safelinks.protection.outlook.com/?url=www.asipto.com&amp;data=02%7C01%7C%7Cfed7a25d71b24b0796fe08d6333e2a8d%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636752739421479581&amp;sdata=EV9GFvqdMpagr6xmbVexTWRP2PtLBA3FIwsoIBbNV9M%3D&amp;reserved=0</a><br>
                      <br>
                      <br>
                      _______________________________________________<br>
                      Kamailio (SER) - Users Mailing List<br>
                      <a class="x_x_moz-txt-link-abbreviated"
                        href="mailto:sr-users@lists.kamailio.org"
                        moz-do-not-send="true">sr-users@lists.kamailio.org</a><br>
                      <a
href="https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Feur04.safelinks.protection.outlook.com%2F%3Furl%3Dhttps%253A%252F%252Flists.kamailio.org%252Fcgi-bin%252Fmailman%252Flistinfo%252Fsr-users%26amp%3Bdata%3D02%257C01%257C%257Cfed7a25d71b24b0796fe08d6333e2a8d%257C84df9e7fe9f640afb435aaaaaaaaaaaa%257C1%257C0%257C636752739421479581%26amp%3Bsdata%3DZIVuOB2ncShUziDuIh%252BoalsUNMLOl86ZyC6w%252F4Ip%252FSQ%253D%26amp%3Breserved%3D0&data=02%7C01%7C%7C1d439c61fd8c47e77b4608d6338ef3ee%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636753086398848371&sdata=5gr9jDEqsyEV4Vukg82TTN61RGPPtj%2FFAOFft2AsyhY%3D&reserved=0"
originalsrc="https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.kamailio.org%2Fcgi-bin%2Fmailman%2Flistinfo%2Fsr-users&data=02%7C01%7C%7Cfed7a25d71b24b0796fe08d6333e2a8d%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636752739421479581&sdata=ZIVuOB2ncShUziDuIh%2BoalsUNMLOl86ZyC6w%2F4Ip%2FSQ%3D&reserved=0"
shash="QPZBc8ks/5W/Yb5lE8Mgprf9zMUas8zYEFoeJc+HE0zrdbfykkaZbGf6yy11Bcx8+KJUKamCyoB/mNMsTiRp7AuP5u2Xt19K9TBhYcCztt+tF32oxS+JRtzQTEVkIqXOO+yltvJwab7lboxU8B6X0Sr7s5VoKiZK2HebiokPYVw="
                        moz-do-not-send="true">https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.kamailio.org%2Fcgi-bin%2Fmailman%2Flistinfo%2Fsr-users&amp;data=02%7C01%7C%7Cfed7a25d71b24b0796fe08d6333e2a8d%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636752739421479581&amp;sdata=ZIVuOB2ncShUziDuIh%2BoalsUNMLOl86ZyC6w%2F4Ip%2FSQ%3D&amp;reserved=0</a><br>
                    </div>
                  </span></font></div>
            </blockquote>
            <br>
            <pre class="x_x_moz-signature" cols="72">-- 
Daniel-Constantin Mierla -- <a class="x_x_moz-txt-link-abbreviated" href="https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.asipto.com&data=02%7C01%7C%7C1d439c61fd8c47e77b4608d6338ef3ee%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636753086398848371&sdata=ZgrDMhO16kIKAYEGwA8hHtdGC3wrXpJUYyH2q66QhBM%3D&reserved=0" originalsrc="http://www.asipto.com" shash="s7V2HzXabuYdLyL5eMSD9vZ1nUHjQJmcrKu5nriz2cWw38UCed0cDvyefLzbqZujrZOWjuyBrNxKyMfOOJKqq91JpcQejqsr8BNwZKRI5N0kInFlC05QS8lmhxrvhsjEN84Kxwn7QU8BOeQcLVmBRB83fPOnOL1aCs1ibfhbNAY=" moz-do-not-send="true">www.asipto.com</a>
<a class="x_x_moz-txt-link-abbreviated" href="https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.twitter.com%2Fmiconda&data=02%7C01%7C%7C1d439c61fd8c47e77b4608d6338ef3ee%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636753086398848371&sdata=xT9MNO24nseDm30zonW77tGsln8tWKKjGb2LijTSYPU%3D&reserved=0" originalsrc="http://www.twitter.com/miconda" shash="WyxOTAojH9TQ75v03VJazAv1KiT/A9+YZA08PiDXiZkAylddR4jgDZbpj8JqUcUcUT0xNIjw6Yhc8X8BHm3gENVOOtc5R5ptqSCFP1YI6TRqvBEzVOOrnrBYIL+3oOEWLFuiT7xgtUpbS3D5qeZz33A9vujQUuVo8NSN9gTV0Lc=" moz-do-not-send="true">www.twitter.com/miconda</a> -- <a class="x_x_moz-txt-link-abbreviated" href="https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.linkedin.com%2Fin%2Fmiconda&data=02%7C01%7C%7C1d439c61fd8c47e77b4608d6338ef3ee%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636753086398848371&sdata=nvzvXE%2Bp3fggHVrLLJlqAcYnoMmRo5k3G6usJbEcWuo%3D&reserved=0" originalsrc="http://www.linkedin.com/in/miconda" shash="EUzCmnhxsnDCj9e1Oq5m8mzWABsNK+Q4V809H2bN8NoMZOANm5F+9Bnh9hCn3lzaEPP8sdQxCk3qlOitYcU8mAnatPUstHEizGLUPf7R4LYH9qNFWjXuspVJWZGN5h3QRX6GGsaaBM6X+U5ZZVXcCB4h6Q/bGpZMkgVwMVVEP1k=" moz-do-not-send="true">www.linkedin.com/in/miconda</a>
Kamailio World Conference -- <a class="x_x_moz-txt-link-abbreviated" href="https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.kamailioworld.com&data=02%7C01%7C%7C1d439c61fd8c47e77b4608d6338ef3ee%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636753086398848371&sdata=6ov34pGMLJJhqVHAmcc222zWoKg2PcZ7XRZDNok7YcA%3D&reserved=0" originalsrc="http://www.kamailioworld.com" shash="eBsEtwPLgx4ESPzwKcXxS3d5ONmIQxPtboXy69/NZnsHFRqMo26fwgxBgmeXCzN8ch+gLPMGOdnjMqxq2gFDKd0XyN9KpS3R0FrYOZCSrO0CMf3CAcpIzktKQ0ulA+6+FP2CmMyVGDMhEO/FCtTD1v+TXnaFBDQt1mqKrw4yRBU=" moz-do-not-send="true">www.kamailioworld.com</a>
Kamailio Advanced Training, Nov 12-14, 2018, in Berlin -- <a class="x_x_moz-txt-link-abbreviated" href="https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.asipto.com&data=02%7C01%7C%7C1d439c61fd8c47e77b4608d6338ef3ee%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636753086398848371&sdata=ZgrDMhO16kIKAYEGwA8hHtdGC3wrXpJUYyH2q66QhBM%3D&reserved=0" originalsrc="http://www.asipto.com" shash="s7V2HzXabuYdLyL5eMSD9vZ1nUHjQJmcrKu5nriz2cWw38UCed0cDvyefLzbqZujrZOWjuyBrNxKyMfOOJKqq91JpcQejqsr8BNwZKRI5N0kInFlC05QS8lmhxrvhsjEN84Kxwn7QU8BOeQcLVmBRB83fPOnOL1aCs1ibfhbNAY=" moz-do-not-send="true">www.asipto.com</a></pre>
          </div>
        </blockquote>
        <br>
        <pre class="x_moz-signature" cols="72">-- 
Daniel-Constantin Mierla -- <a class="x_moz-txt-link-abbreviated" href="https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.asipto.com&data=02%7C01%7C%7C1d439c61fd8c47e77b4608d6338ef3ee%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636753086398848371&sdata=ZgrDMhO16kIKAYEGwA8hHtdGC3wrXpJUYyH2q66QhBM%3D&reserved=0" originalsrc="http://www.asipto.com" shash="s7V2HzXabuYdLyL5eMSD9vZ1nUHjQJmcrKu5nriz2cWw38UCed0cDvyefLzbqZujrZOWjuyBrNxKyMfOOJKqq91JpcQejqsr8BNwZKRI5N0kInFlC05QS8lmhxrvhsjEN84Kxwn7QU8BOeQcLVmBRB83fPOnOL1aCs1ibfhbNAY=" moz-do-not-send="true">www.asipto.com</a>
<a class="x_moz-txt-link-abbreviated" href="https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.twitter.com%2Fmiconda&data=02%7C01%7C%7C1d439c61fd8c47e77b4608d6338ef3ee%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636753086398848371&sdata=xT9MNO24nseDm30zonW77tGsln8tWKKjGb2LijTSYPU%3D&reserved=0" originalsrc="http://www.twitter.com/miconda" shash="WyxOTAojH9TQ75v03VJazAv1KiT/A9+YZA08PiDXiZkAylddR4jgDZbpj8JqUcUcUT0xNIjw6Yhc8X8BHm3gENVOOtc5R5ptqSCFP1YI6TRqvBEzVOOrnrBYIL+3oOEWLFuiT7xgtUpbS3D5qeZz33A9vujQUuVo8NSN9gTV0Lc=" moz-do-not-send="true">www.twitter.com/miconda</a> -- <a class="x_moz-txt-link-abbreviated" href="https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.linkedin.com%2Fin%2Fmiconda&data=02%7C01%7C%7C1d439c61fd8c47e77b4608d6338ef3ee%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636753086398848371&sdata=nvzvXE%2Bp3fggHVrLLJlqAcYnoMmRo5k3G6usJbEcWuo%3D&reserved=0" originalsrc="http://www.linkedin.com/in/miconda" shash="EUzCmnhxsnDCj9e1Oq5m8mzWABsNK+Q4V809H2bN8NoMZOANm5F+9Bnh9hCn3lzaEPP8sdQxCk3qlOitYcU8mAnatPUstHEizGLUPf7R4LYH9qNFWjXuspVJWZGN5h3QRX6GGsaaBM6X+U5ZZVXcCB4h6Q/bGpZMkgVwMVVEP1k=" moz-do-not-send="true">www.linkedin.com/in/miconda</a>
Kamailio World Conference -- <a class="x_moz-txt-link-abbreviated" href="https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.kamailioworld.com&data=02%7C01%7C%7C1d439c61fd8c47e77b4608d6338ef3ee%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636753086398848371&sdata=6ov34pGMLJJhqVHAmcc222zWoKg2PcZ7XRZDNok7YcA%3D&reserved=0" originalsrc="http://www.kamailioworld.com" shash="eBsEtwPLgx4ESPzwKcXxS3d5ONmIQxPtboXy69/NZnsHFRqMo26fwgxBgmeXCzN8ch+gLPMGOdnjMqxq2gFDKd0XyN9KpS3R0FrYOZCSrO0CMf3CAcpIzktKQ0ulA+6+FP2CmMyVGDMhEO/FCtTD1v+TXnaFBDQt1mqKrw4yRBU=" moz-do-not-send="true">www.kamailioworld.com</a>
Kamailio Advanced Training, Nov 12-14, 2018, in Berlin -- <a class="x_moz-txt-link-abbreviated" href="https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.asipto.com&data=02%7C01%7C%7C1d439c61fd8c47e77b4608d6338ef3ee%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636753086398848371&sdata=ZgrDMhO16kIKAYEGwA8hHtdGC3wrXpJUYyH2q66QhBM%3D&reserved=0" originalsrc="http://www.asipto.com" shash="s7V2HzXabuYdLyL5eMSD9vZ1nUHjQJmcrKu5nriz2cWw38UCed0cDvyefLzbqZujrZOWjuyBrNxKyMfOOJKqq91JpcQejqsr8BNwZKRI5N0kInFlC05QS8lmhxrvhsjEN84Kxwn7QU8BOeQcLVmBRB83fPOnOL1aCs1ibfhbNAY=" moz-do-not-send="true">www.asipto.com</a></pre>
      </div>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla -- <a class="moz-txt-link-abbreviated" href="http://www.asipto.com">www.asipto.com</a>
<a class="moz-txt-link-abbreviated" href="http://www.twitter.com/miconda">www.twitter.com/miconda</a> -- <a class="moz-txt-link-abbreviated" href="http://www.linkedin.com/in/miconda">www.linkedin.com/in/miconda</a>
Kamailio World Conference -- <a class="moz-txt-link-abbreviated" href="http://www.kamailioworld.com">www.kamailioworld.com</a>
Kamailio Advanced Training, Nov 12-14, 2018, in Berlin -- <a class="moz-txt-link-abbreviated" href="http://www.asipto.com">www.asipto.com</a></pre>
  </body>
</html>