FreePBX откат конфигурации
For example. Open a root shell
mkdir /tmp/etc_asterisk cp -a /etc/asterisk/* /tmp/etc_asterisk
Apply changes in FreePBX and then in the shell
diff -r /etc/asterisk/ /tmp/etc_asterisk/
For example. Open a root shell
mkdir /tmp/etc_asterisk cp -a /etc/asterisk/* /tmp/etc_asterisk
Apply changes in FreePBX and then in the shell
diff -r /etc/asterisk/ /tmp/etc_asterisk/