Advertisement
Guest User

FreePBX Asterisk DB Schema

a guest
Jun 18th, 2015
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 98.27 KB | None | 0 0
  1. mysql> select TABLE_NAME,COLUMN_NAME from information_schema.columns where TABLE_SCHEMA = 'asterisk';
  2. +---------------------------------------------+---------------------------+
  3. | TABLE_NAME | COLUMN_NAME |
  4. +---------------------------------------------+---------------------------+
  5. | admin | variable |
  6. | admin | value |
  7. | ampusers | username |
  8. | ampusers | password_sha1 |
  9. | ampusers | extension_low |
  10. | ampusers | extension_high |
  11. | ampusers | deptname |
  12. | ampusers | sections |
  13. | announcement | announcement_id |
  14. | announcement | description |
  15. | announcement | recording_id |
  16. | announcement | allow_skip |
  17. | announcement | post_dest |
  18. | announcement | return_ivr |
  19. | announcement | noanswer |
  20. | announcement | repeat_msg |
  21. | areminder | id |
  22. | areminder | name |
  23. | areminder | enabled |
  24. | areminder | start1 |
  25. | areminder | start2 |
  26. | areminder | start3 |
  27. | areminder | start4 |
  28. | areminder | start5 |
  29. | areminder | start6 |
  30. | areminder | start7 |
  31. | areminder | stop1 |
  32. | areminder | stop2 |
  33. | areminder | stop3 |
  34. | areminder | stop4 |
  35. | areminder | stop5 |
  36. | areminder | stop6 |
  37. | areminder | stop7 |
  38. | areminder | outcid |
  39. | areminder | outcidname |
  40. | areminder | cidtype |
  41. | areminder | maxnotice |
  42. | areminder | retrycount |
  43. | areminder | retrydelay |
  44. | areminder | greetingid |
  45. | areminder | greeting2id |
  46. | areminder | sayname |
  47. | areminder | saydate |
  48. | areminder | instructionsid |
  49. | areminder | csext |
  50. | areminder | resched |
  51. | areminder | schedext |
  52. | areminder | ttsengine |
  53. | areminder | emailcomplete |
  54. | areminder | emailfrom |
  55. | areminder | attachas |
  56. | areminder | lastemail |
  57. | areminder_calls | id |
  58. | areminder_calls | arid |
  59. | areminder_calls | name |
  60. | areminder_calls | number |
  61. | areminder_calls | status |
  62. | areminder_calls | retry |
  63. | areminder_calls | appointment |
  64. | areminder_calls | calltime |
  65. | areminder_calls | length |
  66. | areminder_settings | id |
  67. | areminder_settings | key |
  68. | areminder_settings | value |
  69. | areminder_updates | id |
  70. | areminder_updates | uri |
  71. | areminder_updates | delete |
  72. | areminder_updates | update |
  73. | areminder_updates | lastupdate |
  74. | arimanager | id |
  75. | arimanager | name |
  76. | arimanager | password |
  77. | arimanager | password_format |
  78. | arimanager | read_only |
  79. | backup | id |
  80. | backup | name |
  81. | backup | description |
  82. | backup | immortal |
  83. | backup | data |
  84. | backup | email |
  85. | backup_cache | id |
  86. | backup_cache | manifest |
  87. | backup_details | backup_id |
  88. | backup_details | key |
  89. | backup_details | index |
  90. | backup_details | value |
  91. | backup_items | backup_id |
  92. | backup_items | type |
  93. | backup_items | path |
  94. | backup_items | exclude |
  95. | backup_server_details | server_id |
  96. | backup_server_details | key |
  97. | backup_server_details | value |
  98. | backup_servers | id |
  99. | backup_servers | name |
  100. | backup_servers | desc |
  101. | backup_servers | type |
  102. | backup_servers | readonly |
  103. | backup_servers | immortal |
  104. | backup_servers | data |
  105. | backup_template_details | template_id |
  106. | backup_template_details | type |
  107. | backup_template_details | path |
  108. | backup_template_details | exclude |
  109. | backup_templates | id |
  110. | backup_templates | name |
  111. | backup_templates | desc |
  112. | backup_templates | immortal |
  113. | backup_templates | data |
  114. | bria_settings | key |
  115. | bria_settings | value |
  116. | callback | callback_id |
  117. | callback | description |
  118. | callback | callbacknum |
  119. | callback | destination |
  120. | callback | sleep |
  121. | callback | deptname |
  122. | callrecording | callrecording_id |
  123. | callrecording | callrecording_mode |
  124. | callrecording | description |
  125. | callrecording | dest |
  126. | callrecording_module | extension |
  127. | callrecording_module | cidnum |
  128. | callrecording_module | callrecording |
  129. | callrecording_module | display |
  130. | certman_cas | uid |
  131. | certman_cas | basename |
  132. | certman_cas | cn |
  133. | certman_cas | on |
  134. | certman_cas | passphrase |
  135. | certman_cas | salt |
  136. | certman_certs | cid |
  137. | certman_certs | caid |
  138. | certman_certs | basename |
  139. | certman_certs | description |
  140. | certman_mapping | id |
  141. | certman_mapping | cid |
  142. | certman_mapping | verify |
  143. | certman_mapping | setup |
  144. | certman_mapping | rekey |
  145. | cidlookup | cidlookup_id |
  146. | cidlookup | description |
  147. | cidlookup | sourcetype |
  148. | cidlookup | cache |
  149. | cidlookup | deptname |
  150. | cidlookup | http_host |
  151. | cidlookup | http_port |
  152. | cidlookup | http_username |
  153. | cidlookup | http_password |
  154. | cidlookup | http_path |
  155. | cidlookup | http_query |
  156. | cidlookup | mysql_host |
  157. | cidlookup | mysql_dbname |
  158. | cidlookup | mysql_query |
  159. | cidlookup | mysql_username |
  160. | cidlookup | mysql_password |
  161. | cidlookup | mysql_charset |
  162. | cidlookup | opencnam_account_sid |
  163. | cidlookup | opencnam_auth_token |
  164. | cidlookup_incoming | cidlookup_id |
  165. | cidlookup_incoming | extension |
  166. | cidlookup_incoming | cidnum |
  167. | contactmanager_entry_emails | id |
  168. | contactmanager_entry_emails | entryid |
  169. | contactmanager_entry_emails | email |
  170. | contactmanager_entry_numbers | id |
  171. | contactmanager_entry_numbers | entryid |
  172. | contactmanager_entry_numbers | number |
  173. | contactmanager_entry_numbers | type |
  174. | contactmanager_entry_numbers | flags |
  175. | contactmanager_entry_numbers | extension |
  176. | contactmanager_entry_websites | id |
  177. | contactmanager_entry_websites | entryid |
  178. | contactmanager_entry_websites | website |
  179. | contactmanager_entry_xmpps | id |
  180. | contactmanager_entry_xmpps | entryid |
  181. | contactmanager_entry_xmpps | xmpp |
  182. | contactmanager_group_entries | id |
  183. | contactmanager_group_entries | groupid |
  184. | contactmanager_group_entries | user |
  185. | contactmanager_group_entries | displayname |
  186. | contactmanager_group_entries | fname |
  187. | contactmanager_group_entries | lname |
  188. | contactmanager_group_entries | title |
  189. | contactmanager_group_entries | company |
  190. | contactmanager_group_entries | address |
  191. | contactmanager_groups | id |
  192. | contactmanager_groups | owner |
  193. | contactmanager_groups | name |
  194. | contactmanager_groups | type |
  195. | cronmanager | module |
  196. | cronmanager | id |
  197. | cronmanager | time |
  198. | cronmanager | freq |
  199. | cronmanager | lasttime |
  200. | cronmanager | command |
  201. | custom_extensions | custom_exten |
  202. | custom_extensions | description |
  203. | custom_extensions | notes |
  204. | customcontexts_contexts | context |
  205. | customcontexts_contexts | description |
  206. | customcontexts_contexts | dialrules |
  207. | customcontexts_contexts | faildestination |
  208. | customcontexts_contexts | featurefaildestination |
  209. | customcontexts_contexts | failpin |
  210. | customcontexts_contexts | failpincdr |
  211. | customcontexts_contexts | featurefailpin |
  212. | customcontexts_contexts | featurefailpincdr |
  213. | customcontexts_contexts_list | context |
  214. | customcontexts_contexts_list | description |
  215. | customcontexts_contexts_list | locked |
  216. | customcontexts_includes | context |
  217. | customcontexts_includes | include |
  218. | customcontexts_includes | timegroupid |
  219. | customcontexts_includes | sort |
  220. | customcontexts_includes | userules |
  221. | customcontexts_includes_list | context |
  222. | customcontexts_includes_list | include |
  223. | customcontexts_includes_list | description |
  224. | customcontexts_includes_list | missing |
  225. | customcontexts_includes_list | sort |
  226. | customcontexts_module | id |
  227. | customcontexts_module | value |
  228. | dahdi | id |
  229. | dahdi | keyword |
  230. | dahdi | data |
  231. | dahdi | flags |
  232. | dahdi_advanced | keyword |
  233. | dahdi_advanced | val |
  234. | dahdi_advanced | default_val |
  235. | dahdi_advanced | type |
  236. | dahdi_advanced | additional |
  237. | dahdi_advanced_modules | id |
  238. | dahdi_advanced_modules | module_name |
  239. | dahdi_advanced_modules | settings |
  240. | dahdi_analog | port |
  241. | dahdi_analog | type |
  242. | dahdi_analog | signalling |
  243. | dahdi_analog | group |
  244. | dahdi_analog | context |
  245. | dahdi_analog | txgain |
  246. | dahdi_analog | rxgain |
  247. | dahdi_configured_locations | location |
  248. | dahdi_configured_locations | device |
  249. | dahdi_configured_locations | basechan |
  250. | dahdi_configured_locations | type |
  251. | dahdi_modules | module_name |
  252. | dahdi_modules | settings |
  253. | dahdi_spans | id |
  254. | dahdi_spans | span |
  255. | dahdi_spans | active |
  256. | dahdi_spans | alarms |
  257. | dahdi_spans | basechan |
  258. | dahdi_spans | coding |
  259. | dahdi_spans | coding_opts |
  260. | dahdi_spans | context |
  261. | dahdi_spans | definedchans |
  262. | dahdi_spans | description |
  263. | dahdi_spans | devicetype |
  264. | dahdi_spans | framing |
  265. | dahdi_spans | framing_opts |
  266. | dahdi_spans | group |
  267. | dahdi_spans | irq |
  268. | dahdi_spans | lbo |
  269. | dahdi_spans | location |
  270. | dahdi_spans | name |
  271. | dahdi_spans | manufacturer |
  272. | dahdi_spans | max_ch |
  273. | dahdi_spans | min_ch |
  274. | dahdi_spans | pridialplan |
  275. | dahdi_spans | prilocaldialplan |
  276. | dahdi_spans | reserved_ch |
  277. | dahdi_spans | signalling |
  278. | dahdi_spans | spantype |
  279. | dahdi_spans | switchtype |
  280. | dahdi_spans | syncsrc |
  281. | dahdi_spans | timing |
  282. | dahdi_spans | totchans |
  283. | dahdi_spans | type |
  284. | dahdi_spans | priexclusive |
  285. | dahdi_spans | additional_groups |
  286. | dahdi_spans | txgain |
  287. | dahdi_spans | rxgain |
  288. | dahdichandids | channel |
  289. | dahdichandids | description |
  290. | dahdichandids | did |
  291. | daynight | ext |
  292. | daynight | dmode |
  293. | daynight | dest |
  294. | devices | id |
  295. | devices | tech |
  296. | devices | dial |
  297. | devices | devicetype |
  298. | devices | user |
  299. | devices | description |
  300. | devices | emergency_cid |
  301. | digium_phones_alerts | id |
  302. | digium_phones_alerts | name |
  303. | digium_phones_alerts | alertinfo |
  304. | digium_phones_alerts | type |
  305. | digium_phones_alerts | ringtone |
  306. | digium_phones_customapp_settings | customappid |
  307. | digium_phones_customapp_settings | keyword |
  308. | digium_phones_customapp_settings | val |
  309. | digium_phones_customapps | id |
  310. | digium_phones_customapps | name |
  311. | digium_phones_device_alerts | id |
  312. | digium_phones_device_alerts | deviceid |
  313. | digium_phones_device_alerts | alertid |
  314. | digium_phones_device_customapps | id |
  315. | digium_phones_device_customapps | deviceid |
  316. | digium_phones_device_customapps | customappid |
  317. | digium_phones_device_externallines | id |
  318. | digium_phones_device_externallines | deviceid |
  319. | digium_phones_device_externallines | externallineid |
  320. | digium_phones_device_logos | id |
  321. | digium_phones_device_logos | deviceid |
  322. | digium_phones_device_logos | logoid |
  323. | digium_phones_device_networks | id |
  324. | digium_phones_device_networks | deviceid |
  325. | digium_phones_device_networks | networkid |
  326. | digium_phones_device_phonebooks | id |
  327. | digium_phones_device_phonebooks | deviceid |
  328. | digium_phones_device_phonebooks | phonebookid |
  329. | digium_phones_device_ringtones | id |
  330. | digium_phones_device_ringtones | deviceid |
  331. | digium_phones_device_ringtones | ringtoneid |
  332. | digium_phones_device_settings | deviceid |
  333. | digium_phones_device_settings | keyword |
  334. | digium_phones_device_settings | val |
  335. | digium_phones_device_statuses | id |
  336. | digium_phones_device_statuses | deviceid |
  337. | digium_phones_device_statuses | statusid |
  338. | digium_phones_devices | id |
  339. | digium_phones_devices | name |
  340. | digium_phones_extension_settings | extension |
  341. | digium_phones_extension_settings | keyword |
  342. | digium_phones_extension_settings | val |
  343. | digium_phones_externalline_settings | externallineid |
  344. | digium_phones_externalline_settings | keyword |
  345. | digium_phones_externalline_settings | val |
  346. | digium_phones_externallines | id |
  347. | digium_phones_externallines | name |
  348. | digium_phones_firmware | unique_id |
  349. | digium_phones_firmware | file_name |
  350. | digium_phones_firmware | phone_model |
  351. | digium_phones_firmware | package_id |
  352. | digium_phones_firmware_packages | unique_id |
  353. | digium_phones_firmware_packages | name |
  354. | digium_phones_firmware_packages | file_path |
  355. | digium_phones_firmware_packages | version |
  356. | digium_phones_general | keyword |
  357. | digium_phones_general | val |
  358. | digium_phones_general | default_val |
  359. | digium_phones_lines | id |
  360. | digium_phones_lines | deviceid |
  361. | digium_phones_lines | extension |
  362. | digium_phones_logos | id |
  363. | digium_phones_logos | name |
  364. | digium_phones_logos | model |
  365. | digium_phones_network_settings | networkid |
  366. | digium_phones_network_settings | keyword |
  367. | digium_phones_network_settings | val |
  368. | digium_phones_networks | id |
  369. | digium_phones_networks | name |
  370. | digium_phones_phonebook_entries | id |
  371. | digium_phones_phonebook_entries | phonebookid |
  372. | digium_phones_phonebook_entries | extension |
  373. | digium_phones_phonebook_entry_settings | phonebookid |
  374. | digium_phones_phonebook_entry_settings | phonebookentryid |
  375. | digium_phones_phonebook_entry_settings | keyword |
  376. | digium_phones_phonebook_entry_settings | val |
  377. | digium_phones_phonebooks | id |
  378. | digium_phones_phonebooks | name |
  379. | digium_phones_queues | queueid |
  380. | digium_phones_queues | deviceid |
  381. | digium_phones_queues | permission |
  382. | digium_phones_ringtones | id |
  383. | digium_phones_ringtones | name |
  384. | digium_phones_ringtones | builtin |
  385. | digium_phones_ringtones | filename |
  386. | digium_phones_status_entries | id |
  387. | digium_phones_status_entries | statusid |
  388. | digium_phones_status_entries | text |
  389. | digium_phones_status_settings | statusid |
  390. | digium_phones_status_settings | keyword |
  391. | digium_phones_status_settings | val |
  392. | digium_phones_statuses | id |
  393. | digium_phones_statuses | name |
  394. | digium_phones_voicemail_translations | locale |
  395. | digium_phones_voicemail_translations | keyword |
  396. | digium_phones_voicemail_translations | val |
  397. | digiumaddoninstaller_addons | id |
  398. | digiumaddoninstaller_addons | name |
  399. | digiumaddoninstaller_addons | description |
  400. | digiumaddoninstaller_addons | link |
  401. | digiumaddoninstaller_addons | documentation |
  402. | digiumaddoninstaller_addons | product_index |
  403. | digiumaddoninstaller_addons | category_index |
  404. | digiumaddoninstaller_addons | register_limit |
  405. | digiumaddoninstaller_addons | status |
  406. | digiumaddoninstaller_addons | supported_version |
  407. | digiumaddoninstaller_addons | is_installed |
  408. | digiumaddoninstaller_addons | is_uptodate |
  409. | digiumaddoninstaller_addons | is_registered |
  410. | digiumaddoninstaller_addons_downloads | id |
  411. | digiumaddoninstaller_addons_downloads | addon_id |
  412. | digiumaddoninstaller_addons_downloads | download_id |
  413. | digiumaddoninstaller_downloads | id |
  414. | digiumaddoninstaller_downloads | name |
  415. | digiumaddoninstaller_downloads | package |
  416. | digiumaddoninstaller_downloads | tarball |
  417. | digiumaddoninstaller_downloads | path |
  418. | digiumaddoninstaller_downloads | installed_version |
  419. | digiumaddoninstaller_downloads | available_version |
  420. | digiumaddoninstaller_downloads_ast_versions | id |
  421. | digiumaddoninstaller_downloads_ast_versions | download_id |
  422. | digiumaddoninstaller_downloads_ast_versions | ast_version |
  423. | digiumaddoninstaller_downloads_bits | id |
  424. | digiumaddoninstaller_downloads_bits | download_id |
  425. | digiumaddoninstaller_downloads_bits | bit |
  426. | digiumaddoninstaller_registers | id |
  427. | digiumaddoninstaller_registers | addon_id |
  428. | digiumaddoninstaller_registers | path |
  429. | digiumaddoninstaller_registers | filename |
  430. | digiumaddoninstaller_registers | data |
  431. | digiumaddoninstaller_registers | time_registered |
  432. | digiumaddoninstaller_system | id |
  433. | digiumaddoninstaller_system | variable |
  434. | digiumaddoninstaller_system | value |
  435. | directory_details | id |
  436. | directory_details | dirname |
  437. | directory_details | description |
  438. | directory_details | announcement |
  439. | directory_details | callid_prefix |
  440. | directory_details | alert_info |
  441. | directory_details | repeat_loops |
  442. | directory_details | repeat_recording |
  443. | directory_details | invalid_recording |
  444. | directory_details | invalid_destination |
  445. | directory_details | retivr |
  446. | directory_details | say_extension |
  447. | directory_entries | id |
  448. | directory_entries | e_id |
  449. | directory_entries | name |
  450. | directory_entries | type |
  451. | directory_entries | foreign_id |
  452. | directory_entries | audio |
  453. | directory_entries | dial |
  454. | disa | disa_id |
  455. | disa | displayname |
  456. | disa | pin |
  457. | disa | cid |
  458. | disa | context |
  459. | disa | digittimeout |
  460. | disa | resptimeout |
  461. | disa | needconf |
  462. | disa | hangup |
  463. | disa | keepcid |
  464. | endpoint_basefiles_211 | id |
  465. | endpoint_basefiles_211 | brand |
  466. | endpoint_basefiles_211 | template |
  467. | endpoint_basefiles_211 | model |
  468. | endpoint_basefiles_211 | type |
  469. | endpoint_basefiles_211 | file |
  470. | endpoint_basefiles_211 | define |
  471. | endpoint_basefiles_211 | param |
  472. | endpoint_basefiles_211 | attrib |
  473. | endpoint_basefiles_211 | value |
  474. | endpoint_basefiles_211 | edited |
  475. | endpoint_basefiles_211 | description |
  476. | endpoint_basefiles_211 | OID |
  477. | endpoint_buttons_211 | id |
  478. | endpoint_buttons_211 | brand |
  479. | endpoint_buttons_211 | template_name |
  480. | endpoint_buttons_211 | key |
  481. | endpoint_buttons_211 | value |
  482. | endpoint_buttons_211 | daylight |
  483. | endpoint_ext_buttons | id |
  484. | endpoint_ext_buttons | ext |
  485. | endpoint_ext_buttons | brand |
  486. | endpoint_ext_buttons | template_name |
  487. | endpoint_ext_buttons | key |
  488. | endpoint_ext_buttons | value |
  489. | endpointman_brand_list | id |
  490. | endpointman_brand_list | name |
  491. | endpointman_brand_list | directory |
  492. | endpointman_brand_list | cfg_ver |
  493. | endpointman_brand_list | installed |
  494. | endpointman_brand_list | local |
  495. | endpointman_brand_list | hidden |
  496. | endpointman_custom_configs | id |
  497. | endpointman_custom_configs | name |
  498. | endpointman_custom_configs | original_name |
  499. | endpointman_custom_configs | product_id |
  500. | endpointman_custom_configs | data |
  501. | endpointman_global_vars | idnum |
  502. | endpointman_global_vars | var_name |
  503. | endpointman_global_vars | value |
  504. | endpointman_line_list | luid |
  505. | endpointman_line_list | mac_id |
  506. | endpointman_line_list | line |
  507. | endpointman_line_list | ext |
  508. | endpointman_line_list | description |
  509. | endpointman_line_list | custom_cfg_data |
  510. | endpointman_line_list | user_cfg_data |
  511. | endpointman_mac_list | id |
  512. | endpointman_mac_list | mac |
  513. | endpointman_mac_list | model |
  514. | endpointman_mac_list | template_id |
  515. | endpointman_mac_list | global_custom_cfg_data |
  516. | endpointman_mac_list | global_user_cfg_data |
  517. | endpointman_mac_list | config_files_override |
  518. | endpointman_mac_list | global_settings_override |
  519. | endpointman_mac_list | specific_settings |
  520. | endpointman_model_list | id |
  521. | endpointman_model_list | brand |
  522. | endpointman_model_list | model |
  523. | endpointman_model_list | max_lines |
  524. | endpointman_model_list | template_list |
  525. | endpointman_model_list | template_data |
  526. | endpointman_model_list | product_id |
  527. | endpointman_model_list | enabled |
  528. | endpointman_model_list | hidden |
  529. | endpointman_oui_list | id |
  530. | endpointman_oui_list | oui |
  531. | endpointman_oui_list | brand |
  532. | endpointman_oui_list | custom |
  533. | endpointman_product_list | id |
  534. | endpointman_product_list | brand |
  535. | endpointman_product_list | long_name |
  536. | endpointman_product_list | short_name |
  537. | endpointman_product_list | cfg_dir |
  538. | endpointman_product_list | cfg_ver |
  539. | endpointman_product_list | hidden |
  540. | endpointman_product_list | firmware_vers |
  541. | endpointman_product_list | firmware_files |
  542. | endpointman_product_list | config_files |
  543. | endpointman_product_list | special_cfgs |
  544. | endpointman_template_list | id |
  545. | endpointman_template_list | product_id |
  546. | endpointman_template_list | model_id |
  547. | endpointman_template_list | name |
  548. | endpointman_template_list | global_custom_cfg_data |
  549. | endpointman_template_list | config_files_override |
  550. | endpointman_template_list | global_settings_override |
  551. | extensionroutes | exten |
  552. | extensionroutes | route_id |
  553. | extensions | context |
  554. | extensions | extension |
  555. | extensions | priority |
  556. | extensions | application |
  557. | extensions | args |
  558. | extensions | descr |
  559. | extensions | flags |
  560. | fax_details | key |
  561. | fax_details | value |
  562. | fax_incoming | cidnum |
  563. | fax_incoming | extension |
  564. | fax_incoming | detection |
  565. | fax_incoming | detectionwait |
  566. | fax_incoming | destination |
  567. | fax_incoming | legacy_email |
  568. | fax_users | user |
  569. | fax_users | faxenabled |
  570. | fax_users | faxemail |
  571. | fax_users | faxattachformat |
  572. | fax_users | faxretries |
  573. | fax_users | emailresults |
  574. | featurecodes | modulename |
  575. | featurecodes | featurename |
  576. | featurecodes | description |
  577. | featurecodes | helptext |
  578. | featurecodes | defaultcode |
  579. | featurecodes | customcode |
  580. | featurecodes | enabled |
  581. | featurecodes | providedest |
  582. | findmefollow | grpnum |
  583. | findmefollow | strategy |
  584. | findmefollow | grptime |
  585. | findmefollow | grppre |
  586. | findmefollow | grplist |
  587. | findmefollow | annmsg_id |
  588. | findmefollow | postdest |
  589. | findmefollow | dring |
  590. | findmefollow | remotealert_id |
  591. | findmefollow | needsconf |
  592. | findmefollow | toolate_id |
  593. | findmefollow | pre_ring |
  594. | findmefollow | ringing |
  595. | fop2ButtonContext | id_button |
  596. | fop2ButtonContext | id_context |
  597. | fop2ButtonContextoriginal | id_button |
  598. | fop2ButtonContextoriginal | id_context |
  599. | fop2GroupButton | id |
  600. | fop2GroupButton | context_id |
  601. | fop2GroupButton | group_name |
  602. | fop2GroupButton | id_button |
  603. | fop2PermGroup | id |
  604. | fop2PermGroup | context_id |
  605. | fop2PermGroup | name |
  606. | fop2PermGroup | id_group |
  607. | fop2PermGroup | name_group |
  608. | fop2UserContext | id_user |
  609. | fop2UserContext | id_context |
  610. | fop2UserContextoriginal | id_user |
  611. | fop2UserContextoriginal | id_context |
  612. | fop2UserGroup | id |
  613. | fop2UserGroup | context_id |
  614. | fop2UserGroup | exten |
  615. | fop2UserGroup | id_group |
  616. | fop2UserPlugin | id |
  617. | fop2UserPlugin | context_id |
  618. | fop2UserPlugin | exten |
  619. | fop2UserPlugin | id_plugin |
  620. | fop2UserTemplate | id |
  621. | fop2UserTemplate | context_id |
  622. | fop2UserTemplate | exten |
  623. | fop2UserTemplate | id_template |
  624. | fop2buttons | id |
  625. | fop2buttons | context_id |
  626. | fop2buttons | exclude |
  627. | fop2buttons | sortorder |
  628. | fop2buttons | type |
  629. | fop2buttons | device |
  630. | fop2buttons | privacy |
  631. | fop2buttons | label |
  632. | fop2buttons | group |
  633. | fop2buttons | exten |
  634. | fop2buttons | email |
  635. | fop2buttons | context |
  636. | fop2buttons | mailbox |
  637. | fop2buttons | channel |
  638. | fop2buttons | queuechannel |
  639. | fop2buttons | originatechannel |
  640. | fop2buttons | customastdb |
  641. | fop2buttons | spyoptions |
  642. | fop2buttons | external |
  643. | fop2buttons | tags |
  644. | fop2buttons | extenvoicemail |
  645. | fop2buttons | queuecontext |
  646. | fop2buttons | cssclass |
  647. | fop2contexts | id |
  648. | fop2contexts | context |
  649. | fop2contextsoriginal | id |
  650. | fop2contextsoriginal | context |
  651. | fop2groups | id |
  652. | fop2groups | context_id |
  653. | fop2groups | name |
  654. | fop2permissions | id |
  655. | fop2permissions | context_id |
  656. | fop2permissions | name |
  657. | fop2permissions | permissions |
  658. | fop2plugins | id |
  659. | fop2plugins | rawname |
  660. | fop2plugins | name |
  661. | fop2plugins | version |
  662. | fop2plugins | description |
  663. | fop2plugins | global |
  664. | fop2settings | id |
  665. | fop2settings | keyword |
  666. | fop2settings | value |
  667. | fop2templates | id |
  668. | fop2templates | context_id |
  669. | fop2templates | name |
  670. | fop2templates | permissions |
  671. | fop2templates | groups |
  672. | fop2templates | plugins |
  673. | fop2templates | isdefault |
  674. | fop2users | id |
  675. | fop2users | context_id |
  676. | fop2users | exten |
  677. | fop2users | secret |
  678. | fop2users | permissions |
  679. | freepbx_log | id |
  680. | freepbx_log | time |
  681. | freepbx_log | section |
  682. | freepbx_log | level |
  683. | freepbx_log | status |
  684. | freepbx_log | message |
  685. | freepbx_settings | keyword |
  686. | freepbx_settings | value |
  687. | freepbx_settings | name |
  688. | freepbx_settings | level |
  689. | freepbx_settings | description |
  690. | freepbx_settings | type |
  691. | freepbx_settings | options |
  692. | freepbx_settings | defaultval |
  693. | freepbx_settings | readonly |
  694. | freepbx_settings | hidden |
  695. | freepbx_settings | category |
  696. | freepbx_settings | module |
  697. | freepbx_settings | emptyok |
  698. | freepbx_settings | sortorder |
  699. | freepbx_users | id |
  700. | freepbx_users | username |
  701. | freepbx_users | description |
  702. | freepbx_users | password |
  703. | freepbx_users | default_extension |
  704. | freepbx_users | fname |
  705. | freepbx_users | lname |
  706. | freepbx_users | displayname |
  707. | freepbx_users | title |
  708. | freepbx_users | company |
  709. | freepbx_users | department |
  710. | freepbx_users | email |
  711. | freepbx_users | cell |
  712. | freepbx_users | work |
  713. | freepbx_users | home |
  714. | freepbx_users | fax |
  715. | freepbx_users_settings | uid |
  716. | freepbx_users_settings | module |
  717. | freepbx_users_settings | key |
  718. | freepbx_users_settings | val |
  719. | freepbx_users_settings | type |
  720. | globals | variable |
  721. | globals | value |
  722. | hotelwakeup | maxretries |
  723. | hotelwakeup | waittime |
  724. | hotelwakeup | retrytime |
  725. | hotelwakeup | extensionlength |
  726. | hotelwakeup | cid |
  727. | hotelwakeup | cnam |
  728. | hotelwakeup | operator_mode |
  729. | hotelwakeup | operator_extensions |
  730. | hotelwakeup | application |
  731. | hotelwakeup | data |
  732. | hotelwakeup_calls | time |
  733. | hotelwakeup_calls | ext |
  734. | hotelwakeup_calls | maxretries |
  735. | hotelwakeup_calls | retrytime |
  736. | hotelwakeup_calls | waittime |
  737. | hotelwakeup_calls | cid |
  738. | hotelwakeup_calls | cnam |
  739. | hotelwakeup_calls | application |
  740. | hotelwakeup_calls | data |
  741. | hotelwakeup_calls | tempdir |
  742. | hotelwakeup_calls | outdir |
  743. | hotelwakeup_calls | filename |
  744. | hotelwakeup_calls | frequency |
  745. | iax | id |
  746. | iax | keyword |
  747. | iax | data |
  748. | iax | flags |
  749. | iaxsettings | keyword |
  750. | iaxsettings | data |
  751. | iaxsettings | seq |
  752. | iaxsettings | type |
  753. | incoming | cidnum |
  754. | incoming | extension |
  755. | incoming | destination |
  756. | incoming | privacyman |
  757. | incoming | alertinfo |
  758. | incoming | ringing |
  759. | incoming | mohclass |
  760. | incoming | description |
  761. | incoming | grppre |
  762. | incoming | delay_answer |
  763. | incoming | pricid |
  764. | incoming | pmmaxretries |
  765. | incoming | pmminlength |
  766. | incoming | reversal |
  767. | indications_zonelist | name |
  768. | indications_zonelist | iso |
  769. | indications_zonelist | conf |
  770. | ivr_details | id |
  771. | ivr_details | name |
  772. | ivr_details | description |
  773. | ivr_details | announcement |
  774. | ivr_details | directdial |
  775. | ivr_details | invalid_loops |
  776. | ivr_details | invalid_retry_recording |
  777. | ivr_details | invalid_destination |
  778. | ivr_details | timeout_enabled |
  779. | ivr_details | invalid_recording |
  780. | ivr_details | retvm |
  781. | ivr_details | timeout_time |
  782. | ivr_details | timeout_recording |
  783. | ivr_details | timeout_retry_recording |
  784. | ivr_details | timeout_destination |
  785. | ivr_details | timeout_loops |
  786. | ivr_details | timeout_append_announce |
  787. | ivr_details | invalid_append_announce |
  788. | ivr_details | timeout_ivr_ret |
  789. | ivr_details | invalid_ivr_ret |
  790. | ivr_entries | ivr_id |
  791. | ivr_entries | selection |
  792. | ivr_entries | dest |
  793. | ivr_entries | ivr_ret |
  794. | kvstore | module |
  795. | kvstore | key |
  796. | kvstore | val |
  797. | kvstore | type |
  798. | kvstore | id |
  799. | language_incoming | extension |
  800. | language_incoming | cidnum |
  801. | language_incoming | language |
  802. | languages | language_id |
  803. | languages | lang_code |
  804. | languages | description |
  805. | languages | dest |
  806. | logfile_logfiles | name |
  807. | logfile_logfiles | debug |
  808. | logfile_logfiles | dtmf |
  809. | logfile_logfiles | error |
  810. | logfile_logfiles | fax |
  811. | logfile_logfiles | notice |
  812. | logfile_logfiles | verbose |
  813. | logfile_logfiles | warning |
  814. | logfile_logfiles | security |
  815. | logfile_settings | key |
  816. | logfile_settings | value |
  817. | manager | manager_id |
  818. | manager | name |
  819. | manager | secret |
  820. | manager | deny |
  821. | manager | permit |
  822. | manager | read |
  823. | manager | write |
  824. | meetme | exten |
  825. | meetme | options |
  826. | meetme | userpin |
  827. | meetme | adminpin |
  828. | meetme | description |
  829. | meetme | joinmsg_id |
  830. | meetme | music |
  831. | meetme | users |
  832. | miscapps | miscapps_id |
  833. | miscapps | ext |
  834. | miscapps | description |
  835. | miscapps | dest |
  836. | miscdests | id |
  837. | miscdests | description |
  838. | miscdests | destdial |
  839. | module_xml | id |
  840. | module_xml | time |
  841. | module_xml | data |
  842. | modules | id |
  843. | modules | modulename |
  844. | modules | version |
  845. | modules | enabled |
  846. | modules | signature |
  847. | motif | id |
  848. | motif | phonenum |
  849. | motif | username |
  850. | motif | password |
  851. | motif | type |
  852. | motif | settings |
  853. | motif | statusmessage |
  854. | motif | priority |
  855. | notifications | module |
  856. | notifications | id |
  857. | notifications | level |
  858. | notifications | display_text |
  859. | notifications | extended_text |
  860. | notifications | link |
  861. | notifications | reset |
  862. | notifications | candelete |
  863. | notifications | timestamp |
  864. | outbound_route_patterns | route_id |
  865. | outbound_route_patterns | match_pattern_prefix |
  866. | outbound_route_patterns | match_pattern_pass |
  867. | outbound_route_patterns | match_cid |
  868. | outbound_route_patterns | prepend_digits |
  869. | outbound_route_sequence | route_id |
  870. | outbound_route_sequence | seq |
  871. | outbound_route_trunks | route_id |
  872. | outbound_route_trunks | trunk_id |
  873. | outbound_route_trunks | seq |
  874. | outbound_routes | route_id |
  875. | outbound_routes | name |
  876. | outbound_routes | outcid |
  877. | outbound_routes | outcid_mode |
  878. | outbound_routes | password |
  879. | outbound_routes | emergency_route |
  880. | outbound_routes | intracompany_route |
  881. | outbound_routes | mohclass |
  882. | outbound_routes | time_group_id |
  883. | outbound_routes | dest |
  884. | outroutemsg | keyword |
  885. | outroutemsg | data |
  886. | paging_autoanswer | useragent |
  887. | paging_autoanswer | var |
  888. | paging_autoanswer | setting |
  889. | paging_config | page_group |
  890. | paging_config | force_page |
  891. | paging_config | duplex |
  892. | paging_config | description |
  893. | paging_groups | page_number |
  894. | paging_groups | ext |
  895. | pagingpro | page_id |
  896. | pagingpro | busypage |
  897. | pagingpro | intro_recording |
  898. | pagingpro | cid_prepend |
  899. | pagingpro | enable_scheduler |
  900. | pagingpro_core_routing | route |
  901. | pagingpro_core_routing | page_id |
  902. | pagingpro_scheduler_crons | page_id |
  903. | pagingpro_scheduler_crons | cron_name |
  904. | pagingpro_scheduler_crons | time |
  905. | pagingpro_scheduler_events | event_num |
  906. | pagingpro_scheduler_events | page_id |
  907. | pagingpro_scheduler_events | times |
  908. | pagingpro_scheduler_exclusions | page_id |
  909. | pagingpro_scheduler_exclusions | time |
  910. | pagingpro_scheduler_exclusions | comment |
  911. | pagingpro_scheduler_range | page_id |
  912. | pagingpro_scheduler_range | starttime |
  913. | pagingpro_scheduler_range | endtime |
  914. | parkplus | id |
  915. | parkplus | defaultlot |
  916. | parkplus | type |
  917. | parkplus | name |
  918. | parkplus | parkext |
  919. | parkplus | parkpos |
  920. | parkplus | numslots |
  921. | parkplus | parkingtime |
  922. | parkplus | parkedmusicclass |
  923. | parkplus | generatefc |
  924. | parkplus | generatehints |
  925. | parkplus | findslot |
  926. | parkplus | parkedplay |
  927. | parkplus | parkedcalltransfers |
  928. | parkplus | parkedcallreparking |
  929. | parkplus | alertinfo |
  930. | parkplus | cidpp |
  931. | parkplus | autocidpp |
  932. | parkplus | announcement_id |
  933. | parkplus | comebacktoorigin |
  934. | parkplus | dest |
  935. | phpagiconf | phpagiid |
  936. | phpagiconf | debug |
  937. | phpagiconf | error_handler |
  938. | phpagiconf | err_email |
  939. | phpagiconf | hostname |
  940. | phpagiconf | tempdir |
  941. | phpagiconf | festival_text2wave |
  942. | phpagiconf | asman_server |
  943. | phpagiconf | asman_port |
  944. | phpagiconf | asman_user |
  945. | phpagiconf | asman_secret |
  946. | phpagiconf | cepstral_swift |
  947. | phpagiconf | cepstral_voice |
  948. | phpagiconf | setuid |
  949. | phpagiconf | basedir |
  950. | pinset_usage | pinsets_id |
  951. | pinset_usage | dispname |
  952. | pinset_usage | foreign_id |
  953. | pinsets | pinsets_id |
  954. | pinsets | passwords |
  955. | pinsets | description |
  956. | pinsets | addtocdr |
  957. | pinsets | deptname |
  958. | pjsip | id |
  959. | pjsip | keyword |
  960. | pjsip | data |
  961. | pjsip | flags |
  962. | presencestate_list | id |
  963. | presencestate_list | type |
  964. | presencestate_list | message |
  965. | presencestate_prefs | extension |
  966. | presencestate_prefs | item_id |
  967. | presencestate_prefs | pref |
  968. | prosody | host |
  969. | prosody | user |
  970. | prosody | store |
  971. | prosody | key |
  972. | prosody | type |
  973. | prosody | value |
  974. | queuemetrics_options | keyword |
  975. | queuemetrics_options | value |
  976. | queueprio | queueprio_id |
  977. | queueprio | queue_priority |
  978. | queueprio | description |
  979. | queueprio | dest |
  980. | queues_config | extension |
  981. | queues_config | descr |
  982. | queues_config | grppre |
  983. | queues_config | alertinfo |
  984. | queues_config | ringing |
  985. | queues_config | maxwait |
  986. | queues_config | password |
  987. | queues_config | ivr_id |
  988. | queues_config | dest |
  989. | queues_config | cwignore |
  990. | queues_config | queuewait |
  991. | queues_config | use_queue_context |
  992. | queues_config | togglehint |
  993. | queues_config | qnoanswer |
  994. | queues_config | callconfirm |
  995. | queues_config | callconfirm_id |
  996. | queues_config | qregex |
  997. | queues_config | agentannounce_id |
  998. | queues_config | joinannounce_id |
  999. | queues_config | monitor_type |
  1000. | queues_config | monitor_heard |
  1001. | queues_config | monitor_spoken |
  1002. | queues_config | callback_id |
  1003. | queues_details | id |
  1004. | queues_details | keyword |
  1005. | queues_details | data |
  1006. | queues_details | flags |
  1007. | qxact_agent_actions | id |
  1008. | qxact_agent_actions | time |
  1009. | qxact_agent_actions | uniqueid |
  1010. | qxact_agent_actions | queuename |
  1011. | qxact_agent_actions | agent |
  1012. | qxact_agent_actions | event |
  1013. | qxact_agent_actions | channel |
  1014. | qxact_agent_actions | extension |
  1015. | qxact_agent_actions | logintime |
  1016. | qxact_agent_actions | reason |
  1017. | qxact_agent_calls | id |
  1018. | qxact_agent_calls | time |
  1019. | qxact_agent_calls | uniqueid |
  1020. | qxact_agent_calls | queuename |
  1021. | qxact_agent_calls | agent |
  1022. | qxact_agent_calls | event |
  1023. | qxact_agent_calls | ringtime |
  1024. | qxact_calls | id |
  1025. | qxact_calls | time |
  1026. | qxact_calls | uniqueid |
  1027. | qxact_calls | queuename |
  1028. | qxact_calls | agent |
  1029. | qxact_calls | event |
  1030. | qxact_calls | callerid |
  1031. | qxact_calls | waittime |
  1032. | qxact_calls | calltime |
  1033. | qxact_calls | origpos |
  1034. | qxact_calls | position |
  1035. | qxact_calls | did |
  1036. | qxact_calls | key |
  1037. | qxact_reports | id |
  1038. | qxact_reports | name |
  1039. | qxact_reports | data |
  1040. | qxact_system_events | id |
  1041. | qxact_system_events | time |
  1042. | qxact_system_events | queuename |
  1043. | qxact_system_events | event |
  1044. | recording_report | key |
  1045. | recording_report | value |
  1046. | recordings | id |
  1047. | recordings | displayname |
  1048. | recordings | filename |
  1049. | recordings | description |
  1050. | recordings | fcode |
  1051. | recordings | fcode_pass |
  1052. | restapps_settings | module |
  1053. | restapps_settings | key |
  1054. | restapps_settings | value |
  1055. | restapps_stats | brand |
  1056. | restapps_stats | model |
  1057. | restapps_stats | application |
  1058. | restapps_stats | page |
  1059. | restapps_stats | timestamp |
  1060. | ringgroups | grpnum |
  1061. | ringgroups | strategy |
  1062. | ringgroups | grptime |
  1063. | ringgroups | grppre |
  1064. | ringgroups | grplist |
  1065. | ringgroups | annmsg_id |
  1066. | ringgroups | postdest |
  1067. | ringgroups | description |
  1068. | ringgroups | alertinfo |
  1069. | ringgroups | remotealert_id |
  1070. | ringgroups | needsconf |
  1071. | ringgroups | toolate_id |
  1072. | ringgroups | ringing |
  1073. | ringgroups | cwignore |
  1074. | ringgroups | cfignore |
  1075. | ringgroups | cpickup |
  1076. | ringgroups | recording |
  1077. | setcid | cid_id |
  1078. | setcid | cid_name |
  1079. | setcid | cid_num |
  1080. | setcid | description |
  1081. | setcid | dest |
  1082. | sip | id |
  1083. | sip | keyword |
  1084. | sip | data |
  1085. | sip | flags |
  1086. | sipsettings | keyword |
  1087. | sipsettings | data |
  1088. | sipsettings | seq |
  1089. | sipsettings | type |
  1090. | sms_messages | id |
  1091. | sms_messages | from |
  1092. | sms_messages | to |
  1093. | sms_messages | cnam |
  1094. | sms_messages | direction |
  1095. | sms_messages | tx_rx_datetime |
  1096. | sms_messages | body |
  1097. | sms_messages | delivered |
  1098. | sms_messages | read |
  1099. | sms_routing | id |
  1100. | sms_routing | did |
  1101. | sms_routing | uid |
  1102. | sms_routing | accepter |
  1103. | sms_routing | adaptor |
  1104. | sng_mcu_details | id |
  1105. | sng_mcu_details | host |
  1106. | sng_mcu_details | auth |
  1107. | sng_mcu_details | token |
  1108. | sng_mcu_details | sync |
  1109. | sng_mcu_entries | id |
  1110. | sng_mcu_entries | sng_mcu_id |
  1111. | sng_mcu_entries | ext |
  1112. | sng_mcu_entries | conf |
  1113. | sng_mcu_entries | name |
  1114. | sng_mcu_entries | announcement |
  1115. | superfecta_mf | superfecta_mf_id |
  1116. | superfecta_mf | timestamp_start |
  1117. | superfecta_mf | timestamp_end |
  1118. | superfecta_mf | scheme |
  1119. | superfecta_mf | cidnum |
  1120. | superfecta_mf | extension |
  1121. | superfecta_mf | prefix |
  1122. | superfecta_mf | debug |
  1123. | superfecta_mf | winning_child_id |
  1124. | superfecta_mf | spam_child_id |
  1125. | superfecta_mf_child | superfecta_mf_child_id |
  1126. | superfecta_mf_child | superfecta_mf_id |
  1127. | superfecta_mf_child | priority |
  1128. | superfecta_mf_child | source |
  1129. | superfecta_mf_child | timestamp_start |
  1130. | superfecta_mf_child | timestamp_cnam |
  1131. | superfecta_mf_child | timestamp_end |
  1132. | superfecta_mf_child | spam |
  1133. | superfecta_mf_child | spam_text |
  1134. | superfecta_mf_child | cnam |
  1135. | superfecta_mf_child | cached |
  1136. | superfecta_mf_child | debug_result |
  1137. | superfecta_mf_child | error_result |
  1138. | superfecta_to_incoming | superfecta_to_incoming_id |
  1139. | superfecta_to_incoming | extension |
  1140. | superfecta_to_incoming | cidnum |
  1141. | superfecta_to_incoming | scheme |
  1142. | superfectacache | number |
  1143. | superfectacache | callerid |
  1144. | superfectacache | dateentered |
  1145. | superfectaconfig | source |
  1146. | superfectaconfig | field |
  1147. | superfectaconfig | value |
  1148. | sysadmin_options | key |
  1149. | sysadmin_options | value |
  1150. | sysadmin_update_log | id |
  1151. | sysadmin_update_log | time |
  1152. | sysadmin_update_log | version |
  1153. | sysadmin_update_log | status_id |
  1154. | sysadmin_update_log | status |
  1155. | timeconditions | timeconditions_id |
  1156. | timeconditions | displayname |
  1157. | timeconditions | time |
  1158. | timeconditions | truegoto |
  1159. | timeconditions | falsegoto |
  1160. | timeconditions | deptname |
  1161. | timeconditions | generate_hint |
  1162. | timeconditions | invert_hint |
  1163. | timeconditions | fcc_password |
  1164. | timeconditions | priority |
  1165. | timeconditions | timezone |
  1166. | timegroups_details | id |
  1167. | timegroups_details | timegroupid |
  1168. | timegroups_details | time |
  1169. | timegroups_groups | id |
  1170. | timegroups_groups | description |
  1171. | trunk_dialpatterns | trunkid |
  1172. | trunk_dialpatterns | match_pattern_prefix |
  1173. | trunk_dialpatterns | match_pattern_pass |
  1174. | trunk_dialpatterns | prepend_digits |
  1175. | trunk_dialpatterns | seq |
  1176. | trunks | trunkid |
  1177. | trunks | name |
  1178. | trunks | tech |
  1179. | trunks | outcid |
  1180. | trunks | keepcid |
  1181. | trunks | maxchans |
  1182. | trunks | failscript |
  1183. | trunks | dialoutprefix |
  1184. | trunks | channelid |
  1185. | trunks | usercontext |
  1186. | trunks | provider |
  1187. | trunks | disabled |
  1188. | trunks | continue |
  1189. | tts | id |
  1190. | tts | name |
  1191. | tts | text |
  1192. | tts | goto |
  1193. | tts | engine |
  1194. | ttsengines | id |
  1195. | ttsengines | name |
  1196. | ttsengines | path |
  1197. | ucp_sessions | session |
  1198. | ucp_sessions | uid |
  1199. | ucp_sessions | address |
  1200. | ucp_sessions | time |
  1201. | users | extension |
  1202. | users | password |
  1203. | users | name |
  1204. | users | voicemail |
  1205. | users | ringtimer |
  1206. | users | noanswer |
  1207. | users | recording |
  1208. | users | outboundcid |
  1209. | users | sipname |
  1210. | users | noanswer_cid |
  1211. | users | busy_cid |
  1212. | users | chanunavail_cid |
  1213. | users | noanswer_dest |
  1214. | users | busy_dest |
  1215. | users | chanunavail_dest |
  1216. | users | mohclass |
  1217. | visual_phonebook | id |
  1218. | visual_phonebook | firstname |
  1219. | visual_phonebook | lastname |
  1220. | visual_phonebook | company |
  1221. | visual_phonebook | phone1 |
  1222. | visual_phonebook | phone2 |
  1223. | visual_phonebook | owner |
  1224. | visual_phonebook | private |
  1225. | visual_phonebook | picture |
  1226. | visual_phonebook | context |
  1227. | vmblast | grpnum |
  1228. | vmblast | description |
  1229. | vmblast | audio_label |
  1230. | vmblast | password |
  1231. | vmblast_groups | grpnum |
  1232. | vmblast_groups | ext |
  1233. | vmnotify | mailbox |
  1234. | vmnotify | recipients |
  1235. | vmnotify | outcid |
  1236. | vmnotify | outcidname |
  1237. | vmnotify | cidtype |
  1238. | vmnotify | getname |
  1239. | vmnotify | retrycount |
  1240. | vmnotify | retrydelay |
  1241. | vmnotify | prioritydelay |
  1242. | vmnotify | emailsuccess |
  1243. | vmnotify | emailfail |
  1244. | vmnotify | emailfrom |
  1245. | vmnotify | emailsubject |
  1246. | vmnotify | emailbody |
  1247. | vmnotify | emailattach |
  1248. | vmnotify | enabled |
  1249. | vmnotify | greetingid |
  1250. | vmnotify | instructionsid |
  1251. | vmnotify_events | id |
  1252. | vmnotify_events | notification_id |
  1253. | vmnotify_events | time |
  1254. | vmnotify_events | number |
  1255. | vmnotify_events | priority |
  1256. | vmnotify_events | status |
  1257. | vmnotify_notifications | id |
  1258. | vmnotify_notifications | mailbox |
  1259. | vmnotify_notifications | status |
  1260. | vmnotify_notifications | retry |
  1261. | vmnotify_notifications | priority |
  1262. | vmnotify_notifications | time |
  1263. | vmnotify_notifications | callerid |
  1264. | vmnotify_notifications | length |
  1265. | voicemail_admin | variable |
  1266. | voicemail_admin | value |
  1267. | vqplus_callback_calls | queue_num |
  1268. | vqplus_callback_calls | uniqueid |
  1269. | vqplus_callback_calls | cbid |
  1270. | vqplus_callback_calls | position |
  1271. | vqplus_callback_calls | callback |
  1272. | vqplus_callback_config | id |
  1273. | vqplus_callback_config | name |
  1274. | vqplus_callback_config | cid |
  1275. | vqplus_callback_config | numprepend |
  1276. | vqplus_callback_config | patterns |
  1277. | vqplus_callback_config | announcement |
  1278. | vqplus_callback_config | recordname |
  1279. | vqplus_callback_config | promptreqnum |
  1280. | vqplus_callback_config | promptreqname |
  1281. | vqplus_callback_config | promptreqconfirm |
  1282. | vqplus_callback_config | promptcb |
  1283. | vqplus_callback_config | promptcbaccept |
  1284. | vqplus_callback_config | cbqueue |
  1285. | vqplus_callback_config | timeout |
  1286. | vqplus_callback_config | retries |
  1287. | vqplus_callback_config | retrydelay |
  1288. | vqplus_callback_config | maxcallbacks |
  1289. | vqplus_callback_log | timestamp |
  1290. | vqplus_callback_log | queue_num |
  1291. | vqplus_callback_log | uniqueid |
  1292. | vqplus_callback_log | cbid |
  1293. | vqplus_callback_log | callback |
  1294. | vqplus_callback_log | success |
  1295. | vqplus_callback_log | reason |
  1296. | webrtc_clients | user |
  1297. | webrtc_clients | device |
  1298. | webrtc_clients | realm |
  1299. | webrtc_clients | username |
  1300. | webrtc_clients | sipuri |
  1301. | webrtc_clients | password |
  1302. | webrtc_clients | websocket |
  1303. | webrtc_clients | breaker |
  1304. | webrtc_clients | cid |
  1305. | webrtc_clients | certid |
  1306. +---------------------------------------------+---------------------------+
  1307. 1301 rows in set (0.03 sec)
  1308.  
  1309. mysql>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement