New pages

From Kolmisoft Wiki
Jump to navigationJump to search
New pages
Hide registered users | Hide bots | Hide redirects
  • 12:25, 25 March 2024PhpMyAdmin error 504 (hist | edit) ‎[397 bytes]Edvardas (talk | contribs) (Created page with "Query time is limited to 60 seconds using PhpMyAdmin. Apache timeout value by default is 60s. The following error may occur:<br> File:Phpmyadmin504.png <br> If you want to increase request timeout to 200 seconds, just add the following line to your Apache configuration file. Edit file: /etc/httpd/conf/httpd.conf Add: Timeout 200 Save file ant restart Apache: systemctl restart httpd")
  • 20:59, 18 March 2024MOR SIP Header Transformations (hist | edit) ‎[7,662 bytes]Ricardass (talk | contribs) (Created page with "MOR SIP Header Transformations allow advanced manipulation of SIP headers like P-Asserted-Identity (PAI). <br><br> =Usage= Currently, only '''PAI Transformation''' in Provider settings allows transformations. TODO: add a screenshot <br><br> =Transformation format= '''/match_expression/replacement_expression/flags''' * match_expression - POSIX regular expression * replacement_expression - replacement expression with back references to matched tokes: \1, \2, …, \9...")
  • 10:28, 12 March 2024M4 API user details update (hist | edit) ‎[5,914 bytes]Gilbertas (talk | contribs) (Created page with "=Description= API updates User's details API can be used by: * '''Admin''' * '''Manager''' with appropriate permissions. If the '''Show only assigned Users''' option is enabled, then Manger can retrieve details only for assigned Users. Both '''Admin''' and '''Manager''' cannot retrieve details of their accounts. <br><br> =Usage= * '''M4''' call: /api/user_details_update * Methods: POST, GET(if allowed, not recomended) <br><br> ===Parameters=== Parameters that ar...")
  • 07:58, 8 March 2024M4 API user create (hist | edit) ‎[6,133 bytes]Dmitrij (talk | contribs) (Created page with "=Description= M4 API Create a new user from params. <br><br> =Usage= * Call: /api/user_create * Methods: POST, GET(if allowed, not recomended) <br><br> ===Parameters=== Parameters which are '''included''' into hash: * '''u''' - username for authentication. Required. * '''username''' - New user username. Required. * '''password''' - New user password. Required. Parameters which are '''not included''' into hash: * '''first_name''' - New user first name. * '''last...")
  • 08:10, 21 February 2024M4 API user details raw get (hist | edit) ‎[10,311 bytes]Gilbertas (talk | contribs) (Created page with "=Description= M4 API returns raw User details from the DB. Fields two_fa_authenticator_secret, password, uniquehash are omitted from the response. *'''Admin or Manager with permissions''' can get all users list <br><br> =Usage= * '''M4''' call: /api/user_details_raw_get * Methods: POST, GET(if allowed, not recomended) <br><br> ===Parameters=== Parameters that are included in hash * u - username to login. '''Required'''. * user_id - specify the ID of the user t...")