User Tools

Site Tools


freepbx

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
freepbx [2025/07/26 06:07]
val [sangoma-freepbx-12]
freepbx [2026/03/08 10:52] (current)
val
Line 230: Line 230:
 exten => s,​1,​Dial(DAHDI/​1,​20) exten => s,​1,​Dial(DAHDI/​1,​20)
 exten => s,​n,​Hangup() exten => s,​n,​Hangup()
 +</​code>​
 +
 +===== Сброс пароля =====
 +  * [[https://​voxlink.ru/​kb/​freepbx/​if-you-forgot-your-password-freepbx/​]]
 +<​code>​
 +MariaDB [(none)]>​ USE asterisk;
 +
 +MariaDB [asterisk]>​ SELECT * FROM `ampusers`;
 +
 +UPDATE `ampusers` SET `password_sha1` = SHA1('​strongpassword'​) WHERE `username`='​admin';​
 </​code>​ </​code>​
  
freepbx.txt · Last modified: 2026/03/08 10:52 by val