<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    We're trying to understand SIP registration timeouts.<br>
    <br>
    When we do a sofia status profile internal reg, one of the lines
    includes something like this:<br>
    <br>
    <table style="font-family: 'Times New Roman'; letter-spacing:
      normal; orphans: auto; text-indent: 0px; text-transform: none;
      widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto;
      -webkit-text-stroke-width: 0px;">
      <tbody>
        <tr>
          <td>Status</td>
          <td>Registered(UDP)(unknown) EXP(2013-04-22 17:22:00)
            EXPSECS(1796)</td>
        </tr>
      </tbody>
    </table>
    <br>
    It seems that when a phone registers, it says how long Freeswitch
    should retain the registration for (in this case there's half an
    hour left).<br>
    <br>
    What is the relationship between this mechanism and the one in
    config of the sip profile:<br>
    <br>
    &lt;param name="session-timeout" value="1800"/&gt;<br>
    <br>
    Or is this a totally different kind of session?<br>
    <br>
    <br>
  </body>
</html>