servicehub.altigen.com Open in urlscan Pro
69.175.103.11  Public Scan

URL: https://servicehub.altigen.com/
Submission: On May 07 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 13 forms found in the DOM

<form>
  <div class="input-group searchbox" style="margin-bottom: 10px">
    <input type="search" class="form-control searchText notSetting">
    <span class="input-group-btn">
      <button class="btn btn-secondary search" title="Search" type="button"><i class="fa fa-search"></i></button>
    </span>
  </div>
</form>

<form id="admin-form">
  <div class="form-group row">
    <label class="col-sm-3 col-form-label required">First Name</label>
    <div class="col-sm-9">
      <input class="form-control" type="hidden" id="adminuserId">
      <input class="form-control required" type="text" id="admin_firstName" required="" err-msg="Please enter first name." maxlength="64" autocomplete="off">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label ">Last Name</label>
    <div class="col-sm-9">
      <input class="form-control" type="text" id="admin_lastName" maxlength="64" autocomplete="off">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label required">Login ID</label>
    <div class="col-sm-9">
      <input class="form-control required" type="email" id="admin_upn" required="" err-msg="Please enter login ID." maxlength="128" autocomplete="off">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label required">Password</label>
    <div class="col-sm-9">
      <div class="input-group">
        <input class="form-control" type="password" id="admin_password" required="" err-msg="Please enter password." onblur="this.setAttribute('readonly', 'readonly');" autocomplete="off" readonly="readonly" maxlength="64">
        <span class="input-group-btn">
          <button class="btn btn-secondary reset" title="Reset" type="button"><i class="fa fa-undo"></i></button>
        </span>
      </div>
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label">Email</label>
    <div class="col-sm-9">
      <input class="form-control" type="email" id="admin_email" maxlength="128" autocomplete="off">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label">Title</label>
    <div class="col-sm-9">
      <input class="form-control" type="text" id="admin_title" maxlength="128" autocomplete="off">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label">Department</label>
    <div class="col-sm-9">
      <input class="form-control" type="text" id="admin_department" maxlength="128" autocomplete="off">
    </div>
  </div>
  <div class="form-group row unlockedAccount">
    <div class="col">
      <label class="col-form-label red">This user account is locked</label>
      <button type="button" class="btn btn-primary unlockAccount">Unlock Account</button>
    </div>
  </div>
  <input class="form-control" type="hidden" id="admin_from" value="LOCAL">
</form>

<form id="radduser-import-form">
  <div class="form-group row">
    <div class="col-sm-10">
      <div class="input-group">
        <label class="input-group-btn">
          <span class="btn btn-default btn-file"> Browse... <input type="file" id="csv-file" name="csv_file" style="display: none;" onchange="$(&quot;#csv-name&quot;).val($(this).val());">
          </span>
        </label>
        <input type="text" class="form-control" id="csv-name" placeholder="Select the CSV File" readonly="">
      </div>
    </div>
  </div>
</form>

<form id="radduser-form">
  <div class="form-group row linkedcompany">
    <div class="col-sm-9">
      <input type="radio" name="addusergroup" id="addfromcompanyuser"> Select user from linked company
    </div>
  </div>
  <div class="form-group row linkedcompany">
    <div class="col-sm-5" style="padding-left: 40px">
      <select class="form-control company_user_list"></select>
      <input class="form-control" type="hidden" id="addruserId">
    </div>
  </div>
  <div class="form-group row linkedcompany">
    <div class="col-sm-9">
      <input type="radio" name="addusergroup" id="addnewruser"> Add new user
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label required" style="padding-left: 40px">First Name</label>
    <div class="col-sm-9">
      <input class="form-control" type="text" id="addrfirstName" required="" err-msg="Please enter first name." maxlength="64" autocomplete="off">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label" style="padding-left: 40px">Last Name</label>
    <div class="col-sm-9">
      <input class="form-control" type="text" id="addrlastName" maxlength="64" autocomplete="off">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label required" style="padding-left: 40px">Login ID</label>
    <div class="col-sm-9">
      <input class="form-control required" type="email" id="addrupn" required="" err-msg="Please enter login ID." maxlength="128" autocomplete="username">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label required" style="padding-left: 40px">Password</label>
    <div class="col-sm-9">
      <input class="form-control" type="password" id="addrpassword" required="" err-msg="Please enter password." maxlength="64" autocomplete="new-password">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label" style="padding-left: 40px">Email</label>
    <div class="col-sm-9">
      <input class="form-control" type="email" id="addremail" maxlength="128" autocomplete="off">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label" style="padding-left: 40px">Title</label>
    <div class="col-sm-9">
      <input class="form-control" type="text" id="addrtitle" maxlength="128" autocomplete="off">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label" style="padding-left: 40px">Department</label>
    <div class="col-sm-9">
      <input class="form-control" type="text" id="addrdepartment" maxlength="128" autocomplete="off">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label">&nbsp;</label>
    <div class="col-sm-9">
      <input type="checkbox" id="addrhasCompanyAdminPrivilege" checked="">&nbsp; Allow Access to All Company Admin Applications
    </div>
  </div>
</form>

<form id="redituser-form">
  <div class="form-group row">
    <label class="col-sm-3 col-form-label">Source</label>
    <div class="col-sm-9">
      <input class="form-control" type="text" id="radmin_from_str" readonly="" maxlength="128" autocomplete="off">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label required">First Name</label>
    <div class="col-sm-9">
      <input class="form-control" type="hidden" id="radminuserId">
      <input class="form-control required" type="text" id="radmin_firstName" required="" err-msg="Please enter first name." maxlength="64" autocomplete="off">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label ">Last Name</label>
    <div class="col-sm-9">
      <input class="form-control" type="text" id="radmin_lastName" maxlength="64" autocomplete="off">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label required">Login ID</label>
    <div class="col-sm-9">
      <input class="form-control required" type="email" id="radmin_upn" required="" err-msg="Please enter login ID." maxlength="128">
    </div>
  </div>
  <div class="form-group row password">
    <label class="col-sm-3 col-form-label required">Password</label>
    <div class="col-sm-9">
      <div class="input-group">
        <input class="form-control" type="password" id="radmin_password" required="" err-msg="Please enter password." onblur="this.setAttribute('readonly', 'readonly');" autocomplete="off" readonly="readonly" maxlength="64">
        <span class="input-group-btn">
          <button class="btn btn-secondary reset" title="Reset" type="button"><i class="fa fa-undo"></i></button>
        </span>
      </div>
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label">Line URI</label>
    <div class="col-sm-9">
      <input class="form-control" type="text" id="radmin_lineuri" maxlength="128" autocomplete="off">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label">SIP URI</label>
    <div class="input-group col-sm-9">
      <div class="input-group-addon">sip:</div>
      <input class="form-control" type="email" id="radmin_sipuri" maxlength="128" autocomplete="off">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label">Email</label>
    <div class="col-sm-9">
      <input class="form-control" type="email" id="radmin_email" maxlength="128" autocomplete="off">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label">Title</label>
    <div class="col-sm-9">
      <input class="form-control" type="text" id="radmin_title" maxlength="128" autocomplete="off">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label">Department</label>
    <div class="col-sm-9">
      <input class="form-control" type="text" id="radmin_department" maxlength="128" autocomplete="off">
    </div>
  </div>
  <div class="form-group row unlockedAccount">
    <div class="col">
      <label class="col-form-label red">This user account is locked</label>
      <button type="button" class="btn btn-primary unlockAccount">Unlock Account</button>
    </div>
  </div>
  <div class="row radminBecomeLinked">
    <div class="col-sm-12">
      <input type="checkbox" id="radminBecomeLinked" disabled="disabled" checked="checked">&nbsp; <label class="col-form-label">Configured in the Linked Company</label>
    </div>
  </div>
  <input class="form-control" type="hidden" id="radmin_from" value="CUSTOM">
</form>

<form>
  <div class="input-group searchbox" style="margin-bottom: 10px; display: none">
    <input class="form-control searchText notSetting" type="search">
    <span class="input-group-btn">
      <button class="btn btn-secondary search" title="Search" type="button"><i class="fa fa-search"></i></button>
    </span>
  </div>
</form>

<form id="addadfsuser-form">
  <div class="form-group row">
    <label class="col-sm-3 col-form-label required">First Name</label>
    <div class="col-sm-9">
      <input class="form-control" type="text" id="addADFSfirstName" required="" err-msg="Please enter first name." maxlength="64" autocomplete="off">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label">Last Name</label>
    <div class="col-sm-9">
      <input class="form-control" type="text" id="addADFSlastName" maxlength="64" autocomplete="off">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label required">Login ID</label>
    <div class="col-sm-9">
      <input class="form-control" type="email" id="addADFSupn" required="" err-msg="Please enter login ID." maxlength="128" autocomplete="off">
    </div>
  </div>
  <div class="form-group row maxcsonly">
    <label class="col-sm-3 col-form-label">Extension</label>
    <div class="col-sm-9">
      <input class="form-control extension" type="number" id="addADFSext" maxlength="6" autocomplete="off">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label">Email</label>
    <div class="col-sm-9">
      <input class="form-control" type="email" id="addADFSemail" maxlength="128" autocomplete="off">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label">Title</label>
    <div class="col-sm-9">
      <input class="form-control" type="text" id="addADFStitle" maxlength="128" autocomplete="off">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label">Department</label>
    <div class="col-sm-9">
      <input class="form-control" type="text" id="addADFSdepartment" maxlength="128" autocomplete="off">
    </div>
  </div>
</form>

<form id="adduser-form">
  <div class="form-group row linkedcompany">
    <div class="col-sm-9">
      <input type="radio" name="addusergroup" id="addfromreselleruser"> Select from a Reseller Admin user
    </div>
  </div>
  <div class="form-group row linkedcompany">
    <div class="col-sm-5" style="padding-left: 40px">
      <select class="form-control reseller_user_list"></select>
      <input class="form-control" type="hidden" id="adduserId">
    </div>
  </div>
  <div class="form-group row linkedcompany">
    <div class="col-sm-9">
      <input type="radio" name="addusergroup" id="addnewuser"> Add new user
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label required">First Name</label>
    <div class="col-sm-9">
      <input class="form-control" type="text" id="addfirstName" required="" err-msg="Please enter first name." maxlength="64" autocomplete="off">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label">Last Name</label>
    <div class="col-sm-9">
      <input class="form-control" type="text" id="addlastName" maxlength="64" autocomplete="off">
    </div>
  </div>
  <div class="form-group row showAzure">
    <label class="col-sm-3 col-form-label">Sign in</label>
    <div class="col-sm-9">
      <select class="form-control" id="addallowazurelogin">
        <option value="0" selected="selected">Local</option>
        <option value="1">Microsoft</option>
      </select>
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label required">Login ID</label>
    <div class="col-sm-9">
      <input class="form-control" type="email" id="addupn" required="" err-msg="Please enter login ID." maxlength="128" autocomplete="off">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label required">Password</label>
    <div class="col-sm-9">
      <input class="form-control" type="password" id="addpassword" err-msg="Please enter password." maxlength="64" autocomplete="new-password">
    </div>
  </div>
  <div class="form-group row maxcsonly">
    <label class="col-sm-3 col-form-label">Extension</label>
    <div class="col-sm-9">
      <input class="form-control extension" type="number" id="addext" maxlength="6" autocomplete="off">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label">Email</label>
    <div class="col-sm-9">
      <input class="form-control" type="email" id="addemail" maxlength="128" autocomplete="off">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label">Title</label>
    <div class="col-sm-9">
      <input class="form-control" type="text" id="addtitle" maxlength="128" autocomplete="off">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label">Department</label>
    <div class="col-sm-9">
      <input class="form-control" type="text" id="adddepartment" maxlength="128" autocomplete="off">
    </div>
  </div>
</form>

<form id="user-form">
  <div class="form-group row">
    <label class="col-sm-2 col-form-label">Source</label>
    <div class="col-sm-4">
      <input class="form-control" type="text" id="from_str" readonly="" maxlength="128" autocomplete="off">
      <input class="form-control" type="hidden" id="from">
      <input class="form-control" type="hidden" id="domain">
    </div>
  </div>
  <div class="form-group row authbox showAzure">
    <label class="col-sm-2 col-form-label" style="width: 150px">Sign in</label>
    <div class="col-sm-4">
      <select class="form-control" id="allowazurelogin">
        <option value="0">Local</option>
        <option value="1">Microsoft</option>
      </select>
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-2 col-form-label required">First Name</label>
    <div class="col-sm-4">
      <input class="form-control" type="hidden" id="userId">
      <input class="form-control" type="text" id="firstName" required="" err-msg="Please enter first name." maxlength="64" autocomplete="off">
    </div>
    <label class="col-sm-2 col-form-label">Last Name</label>
    <div class="col-sm-4">
      <input class="form-control" type="text" id="lastName" maxlength="64" autocomplete="off">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-2 col-form-label required">Login ID</label>
    <div class="col-sm-4 upn">
      <input class="form-control required" type="email" id="upn" required="" err-msg="Please enter Login ID." maxlength="128" autocomplete="off">
    </div>
    <label class="col-sm-2 col-form-label required password">Password</label>
    <div class="col-sm-4 password">
      <div class="input-group">
        <input class="form-control password" type="password" id="password" required="" err-msg="Please enter password." onblur="this.setAttribute('readonly', 'readonly');" autocomplete="no" readonly="readonly" maxlength="64">
        <span class="input-group-btn">
          <button class="btn btn-secondary reset disableshlocal" title="Reset" type="button"><i class="fa fa-undo"></i></button>
        </span>
      </div>
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-2 col-form-label">Line URI</label>
    <div class="col-sm-4">
      <input class="form-control" type="text" id="lineuri" maxlength="128" autocomplete="off">
    </div>
    <label class="col-sm-2 col-form-label">SIP URI</label>
    <div class="input-group col-sm-4">
      <div class="input-group-addon">sip:</div>
      <input class="form-control" type="email" id="sipuri" maxlength="128" autocomplete="off">
    </div>
  </div>
  <div class="form-group row">
    <!--
        <label class="col-sm-2 col-form-label maxcsonly">Extension</label>
        <div class="col-sm-4 maxcsonly">
            <input class="form-control extension" type="text" id="extension" maxlength="6" />
        </div>
        -->
    <label class="col-sm-2 col-form-label">Email</label>
    <div class="col-sm-4">
      <input class="form-control" type="email" id="email" maxlength="128">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-2 col-form-label">Title</label>
    <div class="col-sm-4">
      <input class="form-control" type="text" id="title" maxlength="128" autocomplete="off">
    </div>
    <label class="col-sm-2 col-form-label">Department</label>
    <div class="col-sm-4">
      <input class="form-control" type="text" id="department" maxlength="128" autocomplete="off">
    </div>
  </div>
  <div class="form-group row unlockedAccount">
    <div class="col">
      <label class="col-form-label red">This user account is locked</label>
      <button type="button" class="btn btn-primary unlockAccount">Unlock Account</button>
    </div>
  </div>
  <div class="form-group row isResellerAdmin" style="display:none">
    <div class="row">
      <div class="col-sm-12" style="padding-left: 25px">
        <input type="checkbox" id="isResellerAdmin" disabled="disabled" checked="checked">&nbsp;&nbsp;Reseller Admin user
      </div>
    </div>
  </div>
</form>

<form id="usercap-form">
  <div class="row">
    <div class="col-sm-12" style="padding-left: 25px">
      <input type="checkbox" id="forEnableVoice">&nbsp;&nbsp;Voice
    </div>
  </div>
  <div class="form-group row">
    <div class="col-sm-12" style="padding-left: 50px">
      <div class="row">
        <label class="col-sm-2 col-form-label">Extension</label>
        <div class="col-sm-4 ">
          <input class="form-control extension" type="number" id="extension" maxlength="6" autocomplete="off">
        </div>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-12" style="padding-left: 25px">
      <input type="checkbox" id="forEnableChat">&nbsp;&nbsp;Chat
    </div>
  </div>
</form>

<form id="app_form">
  <div class="bg-card">
    <div class="card">
      <div class="card-header bg-primary">Application Settings</div>
      <div id="application-form" class="card-body">
        <div class="form-group row">
          <label class="col-sm-3 required col-form-label">Display Name</label>
          <div class="col-sm-9">
            <input class="form-control required" type="text" id="applicationName" required="" err-msg="Please enter application name." maxlength="64" autocomplete="off">
          </div>
        </div>
        <div class="form-group row">
          <label class="col-sm-3 col-form-label">Product Name</label>
          <div class="col-sm-9">
            <input class="form-control" type="text" id="productName" maxlength="64" disabled="disabled" autocomplete="off">
          </div>
        </div>
        <div class="form-group row">
          <label class="col-sm-3 required col-form-label">Version</label>
          <div class="col-sm-9">
            <input class="form-control required" type="text" id="version" required="" err-msg="Please enter version." maxlength="16" autocomplete="off">
          </div>
        </div>
        <div class="form-group row">
          <label class="col-sm-3 required col-form-label">Icon Image</label>
          <div class="col-sm-6">
            <div id="imgIconBox"></div>
            <div class="fa-stack fa-3x" id="iconBox">
              <i class="fa fa-square-o fa-stack-2x"></i>
              <i class="fa fa-cloud fa-stack-1x" id="iconFA"></i>
            </div>
            <input class="form-control" type="hidden" id="iconName" value="">
            <input class="form-control" type="hidden" id="iconColor" value="">
          </div>
          <div class="col-sm-3">
            <button class="btn btn-secondary pull-right disableshlocal changeicon" data-toggle="modal" data-target="#iconModal">Change Icon</button>
          </div>
        </div>
        <div class="form-group row">
          <label class="col-sm-3 required col-form-label">Landing Page</label>
          <div class="col-sm-9">
            <div class="input-group">
              <span class="input-group-addon protocol">https://</span>
              <input class="form-control required" type="text" id="link" required="" err-msg="Please enter landing page." maxlength="256" autocomplete="off">
            </div>
          </div>
        </div>
        <div class="form-group row">
          <label class="col-sm-3 col-form-label">Admin Landing Page</label>
          <div class="col-sm-9">
            <div class="input-group">
              <span class="input-group-addon protocol">https://</span>
              <input class="form-control" type="text" id="adminlink" err-msg="Please enter admin landing page." maxlength="256" autocomplete="off">
            </div>
          </div>
        </div>
        <!--
                        <div class="form-group row no-gutters" style="display: none">
                            <label class="col-sm-3 col-form-label">Use External Application</label>
                            <div class="col-sm-1">
                                <label class="form-check" style="margin-top: 10px">
                                    <input class="form-control" type="checkbox" id="externalApp" />
                                </label>
                            </div>
                            <label class="col-sm-2 col-form-label" style="padding: 0; padding-top: 6px">Enable</label>
                        </div>
                        -->
        <div class="form-group row no-gutters">
          <label class="col-sm-3 col-form-label">Single Tab Application</label>
          <div class="col-sm-1">
            <label class="form-check" style="margin-top: 10px">
              <input class="form-control" type="checkbox" id="singleApp">
            </label>
          </div>
          <label class="col-sm-2 col-form-label" style="padding: 0; padding-top: 6px">Enable</label>
        </div>
        <div class="form-group row no-gutters">
          <label class="col-sm-3 col-form-label">Single Sign-On</label>
          <div class="col-sm-1">
            <label class="form-check" style="margin-top: 10px">
              <input class="form-control" type="checkbox" id="enableSSO">
            </label>
          </div>
          <label class="col-sm-2 col-form-label" style="padding: 0; padding-top: 6px">Enable</label>
        </div>
        <div class="form-group row no-gutters">
          <label class="col-sm-3 col-form-label">Service Hub API</label>
          <div class="col-sm-1">
            <label class="form-check" style="margin-top: 10px">
              <input class="form-control" type="checkbox" id="APIreadOnly" checked="">
            </label>
          </div>
          <label class="col-sm-2 col-form-label" style="padding: 0; padding-top: 6px">Read Access Only</label>
        </div>
        <div class="form-group row">
          <label class="col-sm-3 col-form-label">Application ID</label>
          <div class="col-sm-9">
            <div class="input-group">
              <input class="form-control" type="text" id="applicationId" readonly="" maxlength="64" autocomplete="off">
            </div>
          </div>
        </div>
        <div class="form-group row">
          <label class="col-sm-3 col-form-label required">Security Key</label>
          <div class="col-sm-9">
            <div class="input-group">
              <input class="form-control skey required" type="password" id="securityKey" readonly="" required="" err-msg="Please reset security key." maxlength="64" autocomplete="off">
              <span class="input-group-btn">
                <button class="btn btn-secondary showpw disableshlocal" title="Show security key" type="button"><i class="fa fa-eye"></i></button>
                <button class="btn btn-secondary reset disableshlocal" title="Reset" type="button"><i class="fa fa-undo"></i></button>
              </span>
            </div>
          </div>
        </div>
        <div class="form-group row accessrule glbapplication">
          <label class="col-sm-5 col-form-label" checked="checked">Global Access</label>
          <label class="col-sm-1 form-check" style="margin-top: 10px">
            <input class="form-control" type="radio" name="accessGrp" id="globalaccess" value="1">
          </label>
        </div>
        <div class="form-group row accessrule">
          <label class="col-sm-5 col-form-label">Context Based Access</label>
          <label class="col-sm-1 form-check" style="margin-top: 10px">
            <input class="form-control" type="radio" name="accessGrp" checked="checked" id="contextaccess">
          </label>
          <!--
                            <select  class="col-sm-4 form-control mtenant" id="companyLink"></select>
                            -->
        </div>
        <div class="form-group row accessrule mtenant glbapplication" style="display: none;">
          <label class="col-sm-6 col-form-label">&nbsp;</label>
          <label class="form-check">
            <input class="form-check-input contextaccess" type="checkbox" id="contextaccess1" value="10" disabled="">&nbsp;SP Admin Level </label>
        </div>
        <div class="form-group row accessrule mtenant glbapplication" style="display: none;">
          <label class="col-sm-6 col-form-label">&nbsp;</label>
          <label class="form-check">
            <input class="form-check-input contextaccess" type="checkbox" id="contextaccess2" value="20" disabled="">&nbsp;Reseller Admin Level </label>
        </div>
        <div class="form-group row accessrule enterprise userapplication">
          <label class="col-sm-6 col-form-label">&nbsp;</label>
          <label class="form-check">
            <input class="form-check-input contextaccess" type="checkbox" id="contextaccess3" value="30" disabled="">&nbsp;Company Admin Level </label>
        </div>
        <div class="form-group row accessrule enterprise userapplication">
          <label class="col-sm-6 col-form-label">&nbsp;</label>
          <label class="form-check">
            <input class="form-check-input contextaccess" type="checkbox" id="contextaccess4" value="40" disabled="">&nbsp;Application User Level </label>
        </div>
        <div class="form-group row accessrule mtenant glbapplication" style="display: none;">
          <label class="col-sm-5 col-form-label">Available for Assigned Resellers Only</label>
          <label class="col-sm-1 form-check" style="margin-top: 10px">
            <input class="form-control" type="checkbox" id="assignBySP">
          </label>
        </div>
        <div class="form-group row"></div>
        <div class="form-group row viewuserbox">
          <div class="col-sm-12 pull-right" style="text-align: right">
            <button class="btn bg-primary enterprise" data-toggle="modal" data-target="#addserversModal" data-appid="" style="display:none"> Assign to Servers </button>
            <button class="btn bg-primary mtenant glbapplication" id="assigntocompany" data-toggle="modal" data-target="#addserversModal" data-appid="" style="display:none"> Assign to Companies </button>
            <button class="btn bg-primary mtenant" id="assigntoreseller" data-toggle="modal" data-target="#addresellersModal" data-appid="" style="display:none"> Assign to Resellers </button>
            <button class="btn bg-primary" data-toggle="modal" data-target="#viewusersModal" data-appid="" style="display:none"> View Users </button>
          </div>
        </div>
      </div>
    </div>
    <br>
    <div class="hideshlocal">
      <button class="btn bg-primary btn-custom save" disabled="">Ok</button>
      <button class="btn bg-primary btn-custom cancel" disabled="">Cancel</button>
    </div>
  </div>
</form>

<form id="security-form">
  <div class="bg-card">
    <div class="card">
      <div class="card-header bg-primary">Security Settings</div>
      <div class="card-body">
        <div class="form-group row">
          <label class="col-sm-5 col-form-label"><input type="checkbox" id="usemaxnumberofpwdretries"> Maximum Number of Password Retries</label>
          <div class="col-sm-2">
            <input class="form-control" type="number" id="maxnumberpasswordretries" min="0" max="20">
          </div>
        </div>
        <div class="form-group row">
          <label class="col-sm-5 col-form-label" style="padding-left: 40px"><input type="checkbox" id="useLockup"> Automatically Unlock After</label>
          <div class="col-sm-6 form-inline">
            <input class="form-control" type="number" id="unlockafterhrs" min="0" max="200">
            <label class="col-sm-2 col-form-label">Hr(s)</label>
            <input class="form-control" type="number" id="unlockaftermins" min="0" max="59">
            <label class="col-sm-2 col-form-label">Minute(s)</label>
          </div>
        </div>
        <div class="form-group row">
          <label class="col-sm-5 col-form-label"><input type="checkbox" id="usePwdExpiration"> Password Expiration Duration</label>
          <div class="col-sm-2">
            <input class="form-control" type="number" id="passwordexpirationduration" min="0" max="365">
          </div>
          <label class="col-sm-2 col-form-label">Day(s)</label>
        </div>
        <div class="form-group form-inline row" style="display: none">
          <div class="col"> Change password more than <input class="form-control" style="width:60px" type="number" id="maxnumberpasswordchangeretries" min="1" max="20"> times in <input class="form-control" style="width:60px" type="number"
              id="maxnumberofpwdchangeretrieswithin" min="5" max="300"> seconds must wait <input class="form-control" style="width:80px" type="number" id="maxnumberofpwdchangeretrieswaiting" min="30" max="3600"> seconds </div>
        </div>
        <div class="form-group row">
          <label class="col-sm-8 col-form-label"><input type="checkbox" id="forcechangepasswordduringfirsttimelogin"> Force User to Change Password Upon First Login</label>
        </div>
        <div class="form-group row">
          <label class="col-sm-8 col-form-label"><input type="checkbox" id="enablemultipleconcurentsessions"> Allow Multiple Concurrent Sessions</label>
        </div>
        <div class="form-group row">
          <label class="col-sm-5 col-form-label">Maximum Login Duration</label>
          <div class="col-sm-7 form-inline">
            <input class="form-control" type="number" id="maximumloginduration" min="0" max="365">
            <label class="col-sm-2 col-form-label">Day(s)</label>
            <input class="form-control" type="number" id="maximumlogindurationhr" min="0" max="23">
            <label class="col-sm-2 col-form-label">Hr(s)</label>
          </div>
        </div>
        <div class="form-group row" style="display:none">
          <label class="col-sm-5 col-form-label">Session Idle Timeout</label>
          <div class="col-sm-2">
            <input class="form-control" type="number" id="sessionidletimeout" min="1" max="120">
          </div>
          <label class="col-sm-2 col-form-label">Minutes</label>
        </div>
      </div>
    </div>
    <div class="card mtenant maxcsonly resellersetting" style="display: none">
      <div class="card-header bg-primary">Reseller Settings</div>
      <div class="card-body">
        <div class="form-group row">
          <label class="col-sm-3 col-form-label">Custom Branding</label>
          <div class="col-sm-3">
            <input class="form-control main_title" type="text">
          </div>
        </div>
        <div class="form-group row">
          <label class="col-sm-3 col-form-label">Linked Company</label>
          <div class="col-sm-3">
            <select class="form-control linked_company"></select>
          </div>
        </div>
      </div>
    </div>
    <div class="card company">
      <div class="card-header bg-primary">User Management</div>
      <div class="card-body">
        <div class="form-group row">
          <label class="col-sm-3 col-form-label">Default Password</label>
          <div class="col-sm-3">
            <div class="input-group">
              <input class="form-control" type="password" id="sc_defaultPwd" autocomplete="new-password">
              <span class="input-group-btn">
                <button class="btn btn-secondary showpw" title="Show default password" type="button"><i class="fa fa-eye"></i></button>
              </span>
            </div>
          </div>
        </div>
        <div class="form-group row" id="userimport" style="display: none">
          <div class="col-sm-3">
            <span class="btn btn-secondary btn-import-file" style="width: 120px"> Import Users <input type="file" id="import_user">
            </span>
          </div>
        </div>
      </div>
    </div>
    <div class="card reseller company">
      <div class="card-header bg-primary">Default Landing Page</div>
      <div class="card-body">
        <div class="form-group row company reseller">
          <div class="col-sm-6">
            <label class="col-form-label company">Default Landing Application for Company Admin</label>
            <label class="col-form-label reseller">Default Landing Application</label>
          </div>
          <div class="col-sm-3">
            <select class="form-control default_landing"></select>
          </div>
        </div>
        <div class="form-group row company">
          <div class="col-sm-6">
            <label class="col-form-label">Default Landing Application for Company User</label>
          </div>
          <div class="col-sm-3">
            <select class="form-control user_default_landing"></select>
          </div>
        </div>
      </div>
    </div>
    <div>
      <button type="button" class="btn bg-primary btn-custom save" disabled="">Ok</button>
      <button type="button" class="btn bg-primary btn-custom cancel" disabled="">Cancel</button>
    </div>
  </div>
</form>

<form id="activity-form" class="form-horizontal">
  <div class="bg-card">
    <div class="row mb-3">
      <div class="col-3">
        <select class="form-control" id="actionname">
          <option value="">All</option>
          <option value="login">Login/Logout</option>
          <option value="server">Server</option>
          <option value="application">Application</option>
          <option value="user">User</option>
        </select>
      </div>
      <div class="col-3">
        <div class="form-group">
          <div class="input-group date" id="datetimepicker1">
            <input type="text" class="form-control" id="start">
            <span class="input-group-addon">
              <span class="fa fa-calendar"></span>
            </span>
          </div>
        </div>
        <script type="text/javascript">
          $(function() {
            var dateNow = new Date;
            $('#datetimepicker1').datetimepicker({
              defaultDate: dateNow,
              format: "L"
            });
          });
        </script>
      </div>
      <div class="col-3">
        <div class="form-group">
          <div class="input-group date" id="datetimepicker2">
            <input type="text" class="form-control" id="end">
            <span class="input-group-addon">
              <span class="fa fa-calendar"></span>
            </span>
          </div>
        </div>
        <script type="text/javascript">
          $(function() {
            var dateNow = new Date;
            $('#datetimepicker2').datetimepicker({
              defaultDate: dateNow,
              format: "L",
              icons: {
                time: "fa fa-clock-o",
                date: "fa fa-calendar",
                up: "fa fa-arrow-up",
                down: "fa fa-arrow-down"
              }
            });
          });
        </script>
      </div>
      <div class="col-3">
        <button type="button" class="btn bg-primary btn-custom search">Search</button>
        <button type="button" class="btn bg-primary btn-custom export">Export</button>
      </div>
    </div>
    <div class="row mb-3">
      <table class="table table-striped table-hover fixed_header" style="width: 100%">
        <thead>
          <tr>
            <th style="width:150px">Activity</th>
            <th style="width:150px">Date</th>
            <th style="width:150px">Initiator</th>
            <th style="width:500px">Description</th>
            <th style="width:100px">Action</th>
          </tr>
        </thead>
        <tbody id="activitylogs" style="min-height: 400px; height: 400px">
        </tbody>
      </table>
    </div>
  </div>
</form>

Text Content

Altigen Service Hub

Altigen Service Hub
 * 
 * 
 * 
 * admin
 * 
 * 


Company List

Servers List


Altigen Service Hub





   Switch to differnt user
Please select product type:
 MaxACD  MaxCS
Submit Sign in with Microsoft
Altigen Service Hub
Your password is expired. Please reset your password.
Current Password
New Password
Confirm Password
Change Password

Logout and login as a different user
Altigen Service Hub
Please reload the page
Reload
Administration Applications

User Applications

Service Hub Configuration
Administration Applications

User Applications

Service Hub Configuration
 * Reseller
 * Company
 * MaxServers
 * Admin Users
 * Admin Users
 * Users
 * Applications
 * General
 * Activities

MaxServer List


Add Remove
No Entry
Add-on Application for Company

  Enable Version



  MaxServer Info  
Name

System Key

Status

Host Name

Node ID

Version

Reseller

Company

WebRTC URL
wss://
  MaxServer Admin
Version

Landing Page
https://
Security Key

  CDR Database
Server

Instance

Port

DB Name

User ID

Password

  WebApps Database
Server

Instance

Port

DB Name

User ID

Password

Ok Cancel
General
Name

Reseller ID

WebSite

Organizational Unit

Linked Company


Address
Steet

City

State

Country

ZIP

Contact
Name

Phone

Email


Default Landing Application

Ok Cancel
General
Name

Company GID

UPN Suffix

Organizational Unit

Web Site

Default Password


Address
Steet

City

State

Country

ZIP

Contact
Name

Phone

Email


Default Landing Application for Company Admin

Default Landing Application for Company User

Ok Cancel
Service Provider Admin Users


Add Remove
No Entry
General
First Name

Last Name

Login ID

Password

Email

Title

Department

This user account is locked Unlock Account

Add-on Application

  Enable Version




  Allow Access to All Reseller Admin Applications

Ok Cancel
Reseller Admin User List


Add Remove
No Entry
Add User
Browse...
 * Search
 * Custom





  Name UPN Source Allow Access to All Company Admin Applications



Select user from linked company

Add new user
First Name

Last Name

Login ID

Password

Email

Title

Department

 
  Allow Access to All Company Admin Applications
Add Cancel
Import
General
Source

First Name

Last Name

Login ID

Password

Line URI

SIP URI
sip:
Email

Title

Department

This user account is locked Unlock Account
  Configured in the Linked Company

Add-on Application

  Enable Version




  Allow Access to All Company Admin Applications

Ok Cancel
Company User List    


Add Remove
No Entry
Add User
 * AD Search
 * ADFS
 * Custom






  Name UPN





First Name

Last Name

Login ID

Extension

Email

Title

Department



Select from a Reseller Admin user

Add new user
First Name

Last Name

Sign in
Local Microsoft
Login ID

Password

Extension

Email

Title

Department

Add Cancel
General
Source

Sign in
Local Microsoft
First Name

Last Name

Login ID

Password

Line URI

SIP URI
sip:
Email

Title

Department

This user account is locked Unlock Account
  Reseller Admin user
Servers

  Enable



  Capability
  Voice
Extension

  Chat
  Admin Privilege
  Service Hub Setting

  Enable Version



  User Privilege

  Enable Version



Ok Cancel
Application List Version


Add Remove
No Entry
Application Settings
Display Name

Product Name

Version

Icon Image

Change Icon
Landing Page
https://
Admin Landing Page
https://
Single Tab Application

Enable
Single Sign-On

Enable
Service Hub API

Read Access Only
Application ID

Security Key

Global Access
Context Based Access
   SP Admin Level
   Reseller Admin Level
   Company Admin Level
   Application User Level
Available for Assigned Resellers Only

Assign to Servers Assign to Companies Assign to Resellers View Users

Ok Cancel
Security Settings
Maximum Number of Password Retries

Automatically Unlock After
Hr(s) Minute(s)
Password Expiration Duration

Day(s)
Change password more than times in seconds must wait seconds
Force User to Change Password Upon First Login
Allow Multiple Concurrent Sessions
Maximum Login Duration
Day(s) Hr(s)
Session Idle Timeout

Minutes
Reseller Settings
Custom Branding

Linked Company

User Management
Default Password

Import Users
Default Landing Page
Default Landing Application for Company Admin Default Landing Application

Default Landing Application for Company User

Ok Cancel
All Login/Logout Server Application User


Search Export

Activity Date Initiator Description Action

Details



Back to List

 ABOUT

× Close



Altigen Service Hub

Version 9.0.1.301.1


Altigen Technical Support Web site


Close

PROFILE

CHANGE PASSWORD

× Close
Name

User ID

Password
Change Password
Profile Photo
Change Photo

Line URI

SIP URI

Email

UPN

Department

Title

Location

Current Password

New Password

Confirm Password

Ok Cancel Close

SETTING

× Close
Active Directory
Domain
Test
Enable Encryption

GC Port

LDAP Port

Email
Service
SMTP SendGrid Service
Test
Server

Port

SSL
UserId

Password

URL

App Key

Sender Name

Sender Email

STUN/TURN
STUN/TURN URL

TURN Username

TURN Password

Portal Service
Base URL

Security Key

UMS
Application Id

Application
Avatar URL Prefix

Register Key

Save Cancel

APPLICATION ICONS

× Close
Color (RGB)
#
Basic ColorsSaved ColorsAdvanced

TAP SPECTRUM OR DRAG BAND TO CHANGE COLOR

 * white
 * red
 * orange
 * yellow
 * green
 * blue
 * purple
 * black

 * #6495ed

TAP SPECTRUM OR DRAG BAND TO CHANGE COLOR

 * Hue: 0
 * Lightness: 50%
 * Saturation: 100%
 * PreviewSelect



Glass

Music

Search

Envelope Outlined

Heart

Star

Star Outlined

User

Film

th-large

th

th-list

Check

Times

Search Plus

Search Minus

Power Off

signal

cog

Trash Outlined

home

File Outlined

Clock Outlined

road

Download

Arrow Circle Outlined Down

Arrow Circle Outlined Up

inbox

Play Circle Outlined

Repeat

refresh

list-alt

lock

flag

headphones

volume-off

volume-down

volume-up

qrcode

barcode

tag

tags

book

bookmark

print

camera

font

bold

italic

text-height

text-width

align-left

align-center

align-right

align-justify

list

Outdent

Indent

Video Camera

Picture Outlined

pencil

map-marker

adjust

tint

Pencil Square Outlined

Share Square Outlined

Check Square Outlined

Arrows

step-backward

fast-backward

backward

play

pause

stop

forward

fast-forward

step-forward

eject

chevron-left

chevron-right

Plus Circle

Minus Circle

Times Circle

Check Circle

Question Circle

Info Circle

Crosshairs

Times Circle Outlined

Check Circle Outlined

ban

arrow-left

arrow-right

arrow-up

arrow-down

Share

Expand

Compress

plus

minus

asterisk

Exclamation Circle

gift

leaf

fire

Eye

Eye Slash

Exclamation Triangle

plane

calendar

random

comment

magnet

chevron-up

chevron-down

retweet

shopping-cart

Folder

Folder Open

Arrows Vertical

Arrows Horizontal

Bar Chart

Twitter Square

Facebook Square

camera-retro

key

cogs

comments

Thumbs Up Outlined

Thumbs Down Outlined

star-half

Heart Outlined

Sign Out

LinkedIn Square

Thumb Tack

External Link

Sign In

trophy

GitHub Square

Upload

Lemon Outlined

Phone

Square Outlined

Bookmark Outlined

Phone Square

Twitter

Facebook

GitHub

unlock

credit-card

rss

HDD

bullhorn

bell

certificate

Hand Outlined Right

Hand Outlined Left

Hand Outlined Up

Hand Outlined Down

Arrow Circle Left

Arrow Circle Right

Arrow Circle Up

Arrow Circle Down

Globe

Wrench

Tasks

Filter

Briefcase

Arrows Alt

Users

Link

Cloud

Flask

Scissors

Files Outlined

Paperclip

Floppy Outlined

Square

Bars

list-ul

list-ol

Strikethrough

Underline

table

magic

truck

Pinterest

Pinterest Square

Google Plus Square

Google Plus

Money

Caret Down

Caret Up

Caret Left

Caret Right

Columns

Sort

Sort Descending

Sort Ascending

Envelope

LinkedIn

Undo

Gavel

Tachometer

comment-o

comments-o

Lightning Bolt

Sitemap

Umbrella

Clipboard

Lightbulb Outlined

Exchange

Cloud Download

Cloud Upload

user-md

Stethoscope

Suitcase

Bell Outlined

Coffee

Cutlery

File Text Outlined

Building Outlined

hospital Outlined

ambulance

medkit

fighter-jet

beer

H Square

Plus Square

Angle Double Left

Angle Double Right

Angle Double Up

Angle Double Down

angle-left

angle-right

angle-up

angle-down

Desktop

Laptop

tablet

Mobile Phone

Circle Outlined

quote-left

quote-right

Spinner

Circle

Reply

GitHub Alt

Folder Outlined

Folder Open Outlined

Smile Outlined

Frown Outlined

Meh Outlined

Gamepad

Keyboard Outlined

Flag Outlined

flag-checkered

Terminal

Code

reply-all

Star Half Outlined

location-arrow

crop

code-fork

Chain Broken

Question

Info

exclamation

superscript

subscript

eraser

Puzzle Piece

microphone

Microphone Slash

shield

calendar-o

fire-extinguisher

rocket

MaxCDN

Chevron Circle Left

Chevron Circle Right

Chevron Circle Up

Chevron Circle Down

HTML 5 Logo

CSS 3 Logo

Anchor

Unlock Alt

Bullseye

Ellipsis Horizontal

Ellipsis Vertical

RSS Square

Play Circle

Ticket

Minus Square

Minus Square Outlined

Level Up

Level Down

Check Square

Pencil Square

External Link Square

Share Square

Compass

Caret Square Outlined Down

Caret Square Outlined Up

Caret Square Outlined Right

Euro (EUR)

GBP

US Dollar

Indian Rupee (INR)

Japanese Yen (JPY)

Russian Ruble (RUB)

Korean Won (KRW)

Bitcoin (BTC)

File

File Text

Sort Alpha Ascending

Sort Alpha Descending

Sort Amount Ascending

Sort Amount Descending

Sort Numeric Ascending

Sort Numeric Descending

thumbs-up

thumbs-down

YouTube Square

YouTube

Xing

Xing Square

YouTube Play

Dropbox

Stack Overflow

Instagram

Flickr

App.net

Bitbucket

Bitbucket Square

Tumblr

Tumblr Square

Long Arrow Down

Long Arrow Up

Long Arrow Left

Long Arrow Right

Apple

Windows

Android

Linux

Dribbble

Skype

Foursquare

Trello

Female

Male

Gratipay (Gittip)

Sun Outlined

Moon Outlined

Archive

Bug

VK

Weibo

Renren

Pagelines

Stack Exchange

Arrow Circle Outlined Right

Arrow Circle Outlined Left

Caret Square Outlined Left

Dot Circle Outlined

Wheelchair

Vimeo Square

Turkish Lira (TRY)

Plus Square Outlined

Space Shuttle

Slack Logo

Envelope Square

WordPress Logo

OpenID

University

Graduation Cap

Yahoo Logo

Google Logo

reddit Logo

reddit Square

StumbleUpon Circle

StumbleUpon Logo

Delicious Logo

Digg Logo

Pied Piper PP Logo (Old)

Pied Piper Alternate Logo

Drupal Logo

Joomla Logo

Language

Fax

Building

Child

Paw

spoon

Cube

Cubes

Behance

Behance Square

Steam

Steam Square

Recycle

Car

Taxi

Tree

Spotify

deviantART

SoundCloud

Database

PDF File Outlined

Word File Outlined

Excel File Outlined

Powerpoint File Outlined

Image File Outlined

Archive File Outlined

Audio File Outlined

Video File Outlined

Code File Outlined

Vine

Codepen

jsFiddle

Life Ring

Circle Outlined Notched

Rebel Alliance

Galactic Empire

Git Square

Git

Hacker News

Tencent Weibo

QQ

Weixin (WeChat)

Paper Plane

Paper Plane Outlined

History

Circle Outlined Thin

header

paragraph

Sliders

Share Alt

Share Alt Square

Bomb

Futbol Outlined

TTY

Binoculars

Plug

Slideshare

Twitch

Yelp

Newspaper Outlined

WiFi

Calculator

Paypal

Google Wallet

Visa Credit Card

MasterCard Credit Card

Discover Credit Card

American Express Credit Card

Paypal Credit Card

Stripe Credit Card

Bell Slash

Bell Slash Outlined

Trash

Copyright

At

Eyedropper

Paint Brush

Birthday Cake

Area Chart

Pie Chart

Line Chart

last.fm

last.fm Square

Toggle Off

Toggle On

Bicycle

Bus

ioxhost

AngelList

Closed Captions

Shekel (ILS)

meanpath

BuySellAds

Connect Develop

DashCube

Forumbee

Leanpub

Sellsy

Shirts in Bulk

SimplyBuilt

skyatlas

Add to Shopping Cart

Shopping Cart Arrow Down

Diamond

Ship

User Secret

Motorcycle

Street View

Heartbeat

Venus

Mars

Mercury

Transgender

Transgender Alt

Venus Double

Mars Double

Venus Mars

Mars Stroke

Mars Stroke Vertical

Mars Stroke Horizontal

Neuter

Genderless

Facebook Official

Pinterest P

What's App

Server

Add User

Remove User

Bed

Viacoin

Train

Subway

Medium

Y Combinator

Optin Monster

OpenCart

ExpeditedSSL

Battery Full

Battery 3/4 Full

Battery 1/2 Full

Battery 1/4 Full

Battery Empty

Mouse Pointer

I Beam Cursor

Object Group

Object Ungroup

Sticky Note

Sticky Note Outlined

JCB Credit Card

Diner's Club Credit Card

Clone

Balance Scale

Hourglass Outlined

Hourglass Start

Hourglass Half

Hourglass End

Hourglass

Rock (Hand)

Paper (Hand)

Scissors (Hand)

Lizard (Hand)

Spock (Hand)

Hand Pointer

Hand Peace

Trademark

Registered Trademark

Creative Commons

GG Currency

GG Currency Circle

TripAdvisor

Odnoklassniki

Odnoklassniki Square

Get Pocket

Wikipedia W

Safari

Chrome

Firefox

Opera

Internet-explorer

Television

Contao

500px

Amazon

Calendar Plus Outlined

Calendar Minus Outlined

Calendar Times Outlined

Calendar Check Outlined

Industry

Map Pin

Map Signs

Map Outlined

Map

Commenting

Commenting Outlined

Houzz

Vimeo

Font Awesome Black Tie

Fonticons

reddit Alien

Edge Browser

Credit Card

Codie Pie

MODX

Fort Awesome

USB

Product Hunt

Mixcloud

Scribd

Pause Circle

Pause Circle Outlined

Stop Circle

Stop Circle Outlined

Shopping Bag

Shopping Basket

Hashtag

Bluetooth

Bluetooth

Percent

GitLab

WPBeginner

WPForms

Envira Gallery

Universal Access

Wheelchair Alt

Question Circle Outlined

Blind

Audio Description

Volume Control Phone

Braille

Assistive Listening Systems

American Sign Language Interpreting

Deaf

Glide

Glide G

Sign Language

Low Vision

Viadeo

Viadeo Square

Snapchat

Snapchat Ghost

Snapchat Square

Pied Piper Logo

First Order

Yoast

ThemeIsle

Google Plus Official

Font Awesome

Handshake Outlined

Envelope Open

Envelope Open Outlined

Linode

Address Book

Address Book Outlined

Address Card

Address Card Outlined

User Circle

User Circle Outlined

User Outlined

Identification Badge

Identification Card

Identification Card Outlined

Quora

Free Code Camp

Telegram

Thermometer Full

Thermometer 3/4 Full

Thermometer 1/2 Full

Thermometer 1/4 Full

Thermometer Empty

Shower

Bath

Podcast

Window Maximize

Window Minimize

Window Restore

Window Close

Window Close Outline

Bandcamp

Grav

Etsy

IMDB

Ravelry

Eercast

Microchip

Snowflake Outlined

Superpowers

WPExplorer

Meetup
Select Cancel

APPLICATION USER LIST

× Close

  User

Close

ASSIGN APPLICATION TO COMPANIES ASSIGN APPLICATION TO MAXSERVERS

× Close

  Enable



Save Cancel

ASSIGN APPLICATION TO RESELLERS

× Close

  Enable



Save Cancel
Altigen Service Hub
Your session will be expired soon. Please enter a password to extend your
session.

Ok Cancel