Version 2.8.0.4. SIP and IAX Settings pages:
Seeing multiple copies of the following error, once for each #include line in the sip.conf and iax.conf files.
Example, this is from teh SIP Settings page and repeats for sip.conf lines 30, 43, 49, 54, 55, 59, 60 and 69. Similar situation on IAX Settings page.
Deprecated: Comments starting with '#' are deprecated in /etc/asterisk/sip.conf on line 30 in /var/www/asterisk/admin/modules/sipsettings/page.sipsettings.php on line 973
Forum thread:
http://www.freepbx.org/forum/freepbx/users/comments-starting-with-error-on-sip-and-iax-settings-pages-2-8-0-4
Submitting as bug per response from FreePBX Project Leader in thread.
Suggested resolution:
the line in question in page.sipsettings.php is:
$sip_conf = parse_ini_file($file,true);
if that is the case, try changing it to:
$sip_conf = @parse_ini_file($file,true);
This worked for both page.sipsettings.php and page.iaxsettings.php