Fork of FusionPBX but with LDAP kinda working
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
274 B

  1. var user = {
  2. // User Name
  3. "User" : "sipuser",
  4. // Password
  5. "Pass" : "yourpassword",
  6. // Auth Realm
  7. "Realm" : "sip.sample.com",
  8. // Display Name
  9. "Display" : "Gob Bleuth",
  10. // WebSocket URL
  11. "WSServer" : "wss://wss.sample.com:8443"
  12. };