Advertisement
Guest User

[Cupcake Radio] extensions.conf

a guest
Jul 31st, 2011
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. ;
  2. ; Static and realtime external configuration
  3. ; engine configuration
  4. ;
  5. ; Please read doc/extconfig.txt for basic table
  6. ; formatting information.
  7. ;
  8. [settings]
  9. ;
  10. ; Static configuration files:
  11. ;
  12. ; file.conf => driver,database[,table]
  13. ;
  14. ; maps a particular configuration file to the given
  15. ; database driver, database and table (or uses the
  16. ; name of the file as the table if not specified)
  17. ;
  18. ;uncomment to load queues.conf via the odbc engine.
  19. ;
  20. ;queues.conf => odbc,asterisk,ast_config
  21. ;extensions.conf => sqlite,asterisk,ast_config
  22. ;
  23. ; The following files CANNOT be loaded from Realtime storage:
  24. ; asterisk.conf
  25. ; extconfig.conf (this file)
  26. ; logger.conf
  27. ;
  28. ; Additionally, the following files cannot be loaded from
  29. ; Realtime storage unless the storage driver is loaded
  30. ; early using 'preload' statements in modules.conf:
  31. ; manager.conf
  32. ; cdr.conf
  33. ; rtp.conf
  34. ;
  35. ;
  36. ; Realtime configuration engine
  37. ;
  38. ; maps a particular family of realtime
  39. ; configuration to a given database driver,
  40. ; database and table (or uses the name of
  41. ; the family if the table is not specified
  42. ;
  43. ;example => odbc,asterisk,alttable
  44. ;example2 => ldap,"dc=oxymium,dc=net",example2
  45. ;
  46. ; "odbc" is shown in the examples below, but is not the only valid realtime
  47. ; engine. There is:
  48. ; odbc ... res_config_odbc
  49. ; sqlite ... res_config_sqlite
  50. ; pgsql ... res_config_pgsql
  51. ;
  52. ;iaxusers => odbc,asterisk
  53. ;iaxpeers => odbc,asterisk
  54. ;sipusers => odbc,asterisk
  55. ;sippeers => odbc,asterisk
  56. ;sipregs => odbc,asterisk
  57. ;voicemail => odbc,asterisk
  58. ;extensions => odbc,asterisk
  59. ;meetme => mysql,conferences
  60. ;queues => odbc,asterisk
  61. ;queue_members => odbc,asterisk
  62. ;musiconhold => mysql,asterisk
  63. ;queue_log => mysql,aasterisk
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement