extconfig.conf.sample 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. ;
  2. ; Static and realtime external configuration
  3. ; engine configuration
  4. ;
  5. ; Please read doc/README.extconfig 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. ;
  22. ; The following files CANNOT be loaded from Realtime storage:
  23. ; asterisk.conf
  24. ; extconfig.conf (this file)
  25. ; logger.conf
  26. ;
  27. ; Additionally, the following files cannot be loaded from
  28. ; Realtime storage unless the storage driver is loaded
  29. ; early using 'preload' statements in modules.conf:
  30. ; manager.conf
  31. ; cdr.conf
  32. ; rtp.conf
  33. ;
  34. ;
  35. ; Realtime configuration engine
  36. ;
  37. ; maps a particular family of realtime
  38. ; configuration to a given database driver,
  39. ; database and table (or uses the name of
  40. ; the family if the table is not specified
  41. ;
  42. ;example => odbc,asterisk,alttable
  43. ;iaxusers => odbc,asterisk
  44. ;iaxpeers => odbc,asterisk
  45. ;sipusers => odbc,asterisk
  46. ;sippeers => odbc,asterisk
  47. ;voicemail => odbc,asterisk
  48. ;extensions => odbc,asterisk
  49. ;queues => odbc,asterisk
  50. ;queue_members => odbc,asterisk