<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    try to change:<br>
    <br>
    <div><font face="monospace, monospace">exten =>
        17775551212,1,Log(WARNING, TWILIO)</font></div>
    <div><font face="monospace, monospace">same =>            
         n,Hangup()<br>
        <br>
        with:<br>
        <br>
      </font>
      <div><font face="monospace, monospace">exten =>
          +17775551212,1,Log(WARNING, TWILIO)</font></div>
      <div><font face="monospace, monospace">same =>            
           n,Hangup()</font></div>
      <br>
    </div>
    Regards<br>
  </body>
</html>