Reload failed because retrieve_conf encountered an error: 255

PHP Fatal error: Cannot redeclare class ext_senddtmf in /var/www/html/admin/modules/dahdiconfig/modules/sangoma.module on line 0

what this means to me is global ext_senddtmf has already been declared in the scource. If the old version of ext_senddtmf is
used the same functions or statments in the script it would probly be safe to remove it
or just rename the variable and make sure any referance to ext_senddtmf_newname is updated.

Or is there easier and safer way with out editing the code?

however I just searched vi /var/www/html/admin/modules/dahdiconfig/modules/sangoma.module
and could not find ext_senddtmf used anywhere ! I’m now confused

this all happened after i was updating modules today

ok Thanks,
the cd freshly burned with freepbx 2.11 does not seem to be working
it was verified after burn as complete and accurate.
should i try to burn again? tells me boot disk error.
my freepbx 1.8 through asterisk 1.11 distro cd fails when loading
perl 5.0.? package option asterisk 1.10 and 1.11 both fail at perl package
this is the same cd used in past
Much time to think about my mistakes!

Remove the googlevoice module. PHP is confusing in these errors but you always know it’s not really the file it says it is when it says ‘on line 0’

so just

rm -Rf /var/www/html/admin/modules/googlevoice