Advertisement
Guest User

Untitled

a guest
Feb 17th, 2023
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 KB | None | 0 0
  1. table ps_auths:
  2.  
  3. id | auth_type | nonce_lifetime | md5_cred | password | realm | username | refresh_token | oauth_clientid | oauth_secret
  4. -------------+-----------+----------------+----------+------------+-------+-----------+---------------+----------------+--------------
  5. 1001 | userpass | | | ********* | | 1001 | | |
  6. 1002 | userpass | | | ********* | | 1002 | | |
  7. 701 | userpass | | | ********* | | 701 | | |
  8. 100 | userpass | | | ********* | | 100 | | |
  9. voipms_auth | userpass | | | ********* | |username | | |
  10. 801 | userpass | | | ********* | | 801 | | |
  11.  
  12.  
  13.  
  14.  
  15.  
  16. ps_aors:
  17.  
  18.  
  19. id | contact | default_expiration | mailboxes | max_contacts | minimum_expiration | remove_existing | qualify_frequency | authenticate_qualify | maximum_expiration |
  20.  
  21.  
  22. outbound_proxy | support_path | qualify_timeout | voicemail_extension | remove_unavailable
  23.  
  24. --------+-------------------------------+--------------------+-----------+--------------+--------------------+-----------------+-------------------+----------------------+--------------------+----------------+--------------+-----------------+---------------------+--------------------
  25. 1001 | | 60 | | 1 | | yes | 60 | | | | | | |
  26. 701 | | 60 | | 1 | | yes | 60 | | | | | | |
  27. 100 | | 60 | | 1 | | yes | 60 | | | | | | |
  28. 1002 | | 60 | | 1 | | yes | 60 | | | | | | |
  29. voipms | sip:username@atlanta.voip.ms | 60 | | 1 | | yes | 60 | | | | | | |
  30. 801 | | | | 1 | | | | | | | | | |
  31.  
  32.  
  33. ps_registrations:
  34.  
  35.  
  36.  
  37. id | auth_rejection_permanent | client_uri | contact_user | expiration | max_retries | outbound_auth | outbound_proxy | retry_interval | forbidden_retry_interval | server_uri | transport | support_path | fatal_retry_interval | line | endpoint | support_outbound | contact_header_params
  38. --------+--------------------------+------------------------------------+--------------+------------+-------------+---------------+----------------+----------------+--------------------------+--------------------------+---------------+--------------+----------------------+------+----------+------------------+-----------------------
  39. voipms | | sip:username@atlanta.voip.ms:5060 | | | | voipms_auth | | | | sip:atlanta.voip.ms:5060 | transport-udp | | | yes | voipms | |
  40.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement