<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi, <br>
    <br>
    Happy new year.<br>
    <br>
    <br>
    Could you help to use ari-client (nodejs) to send SIP message ?<br>
    I try to write :<br>
    <br>
    ari.endpoints.sendMessageToEndpoint({<br>
                    from: "ari-atmb",<br>
                    tech: "SIP", resource: "91",<br>
                    body: "body",<br>
                    variables: "variables"<br>
                },function (err) {<br>
                if (err) {<br>
                    throw err;<br>
                }<br>
            }); <br>
    <br>
    SIP Message is sended but there is no content, I don't see "body" or
    "variables" in the SIP Message.<br>
    <br>
    Thank's,<br>
    <br>
    <div class="moz-signature">-- <br>
      <b>Franck BOUTEILLE</b>
      <br>
      <b>PRESCOM</b>
      <br>
      Rue de Broglie
      <br>
      22300 LANNION - FRANCE
      <br>
      Tél.: 33(0)2.96.05.76.07
      <br>
      <br>
      "Les informations contenues dans ce courrier sont données à titre
      purement informatif et ne peuvent être considérées comme
      contractuelles entre les récipiendaires, la société PRESCOM." <br>
      "The content of this e-mail is purely for information and may not
      be considered as contractual between the recipients, PRESCOM
      company." </div>
  </body>
</html>