I used the DAHDi Config module to configure the Sangoma card. After configuration, I can no longer edit the card or access any of the Settings URLs. All the URLs point to http:///admin/config.php?display=dahdi# .
The buttons for reloading the DAHDi module or restarting DAHDi and Asterisk still work.
I’ve done that when it has been there but that is not the case right now.
I’ve reloaded the module, restarted asterisk and the module, and rebooted the server.
Bring up the javascript console and see if there are errors there. I have no idea what browser you are using to be able to tell you how to do that though.
Uncaught ReferenceError: modprobesettings is not defined
41 function createModProbeSettings() {
42 el = $(’#module_name’);
43 //If there is no session data then pull from database
44 if(!modprobesettings.hasOwnProperty($(el).val()) || !modprobesettings[$(el).val()].hasOwnProperty(‘formsettings’)) {
Note that I did put a fix in this for now however it doesn’t fix the underlying problem which was bad data so thats why I had to have you reinstall it.