Archive:FreePBX Distribution: Difference between revisions
m Added IAX trunk problem, changed openSUSE version in URL |
m Coded restart statement |
||
| Line 86: | Line 86: | ||
* If after logging in, the browser loops checking Extensions.conf, this means there is a permissions problem somewhere. Double check you have made all the files accessible to the asterisk user and group. | * If after logging in, the browser loops checking Extensions.conf, this means there is a permissions problem somewhere. Double check you have made all the files accessible to the asterisk user and group. | ||
* If after logging in, the browser stops at Checking write permissions for GUI folder, the basic link was not created properly during the installation. Make sure the basic link is created properly and pointing to the right place. | * If after logging in, the browser stops at Checking write permissions for GUI folder, the basic link was not created properly during the installation. Make sure the basic link is created properly and pointing to the right place. | ||
* Due to a problem with the packaged version for openSUSE, IAX will not connect to an IAX trunk on start up due to the network not being ready before Asterisk starts. This is solved by scheduling a task to restart the Asterisk service at start up (service asterisk restart). | * Due to a problem with the packaged version for openSUSE, IAX will not connect to an IAX trunk on start up due to the network not being ready before Asterisk starts. This is solved by scheduling a task to restart the Asterisk service at start up (<code>service asterisk restart</code>). | ||