Displaying 1 result from an estimated 1 matches for "asterisk_develop".
2011 Dec 16
3
ODBC problem - static realtime file not loading
...-------------------------+
SQL> select 1
+---------------------+
| 1 |
+---------------------+
| 1 |
+---------------------+
SQLRowCount returns 1
1 rows fetched
The extconfig.conf file gets parsed, and looks like this:
[settings]
musiconhold.conf => odbc,asterisk_development,asterisk_files
The modules.conf contains only:
[modules]
preload => res_odbc.so
preload => res_config_odbc.so
autoload=yes
On starting Asterisk with -cv I get the following:
[Dec 16 11:08:38] WARNING[1632]: res_musiconhold.c:1309 load_module: No music on hold classes configured, disabl...