<turbo-stream action="replace" target="remote_modal"><template>
  <turbo-frame id="remote_modal" target="_top"><div aria-hidden='true' aria-labelledby='staticBackdropLabel' class='modal fade' data-bs-backdrop='static' data-bs-keyboard='false' data-controller='modal' tabindex='-1'>
<div class='modal-dialog'>
<div class='modal-content'>
<div class='modal-header'>
<h1 class='modal-title fs-5' id='staticBackdropLabel'>Does UMAXX phone service comply with CALEA requirements?</h1>
</div>
<div class='modal-body'>
<div class='lh-base fs-6 mt-2'>No. CALEA applies to US based telecommunications providers, not to UMAXX. If the user of a UMAXX Liberty Phone uses a carrier in the US with a traditional “phone number”, that carrier must comply with CALEA for phone calls, as the phone call is sent over the carrier’s connection. Pure Matrix-to-Matrix calls are outside of CALEA requirements (Matrix nor UMAXX are telecommunications service providers). If the call touches the PSTN is becomes the carrier’s responsibility to adhere to CALEA. Matrix is an encrypted VoIP/messaging protocol and not a telco.</div>
</div>
<div class='modal-footer'>
<button class='btn btn-secondary' data-bs-dismiss='modal' type='button'>Close</button>
</div>
</div>
</div>
</div>
</turbo-frame><style>
  .btn-secondary{
    background: #0057B7;
    color: #fff;
  }
  .btn:hover {
    background: #0057B7 !important;
    color: #fff !important;
  }
</style>

</template></turbo-stream>