Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.93 KB | None | 0 0
  1. GNU nano 1.3.12 File: cdr_mysql.conf
  2.  
  3. ;
  4. ; Note - if the database server is hosted on the same machine as the
  5. ; asterisk server, you can achieve a local Unix socket connection by
  6. ; setting hostname=localhost
  7. ;
  8. ; port and sock are both optional parameters. If hostname is specified
  9. ; and is not "localhost" (you can use address 127.0.0.1 instead), then
  10. ; cdr_mysql will attempt to connect to the port specified or use the
  11. ; default port. If hostname is not specified or if hostname is
  12. ; "localhost", then cdr_mysql will attempt to connect to the socket file
  13. ; specified by sock or otherwise use the default socket file.
  14. ;
  15. [global]
  16. hostname=localhost
  17. dbname=asteriskcdrdb
  18. table=cdr
  19. password=PASSWORD
  20. user=USERNAME
  21. ;port=3306
  22. ;sock=/tmp/mysql.sock
  23. ;
  24. ; If you need your CDRs recorded in GMT instead of local time
  25. ;usegmtime=yes
  26. ;
  27. ; If your system's locale differs from mysql database character set,
  28. ; cdr_mysql can damage non-latin characters in CDR variables. Use this
  29. ; option to protect your data.
  30. ;charset=koi8r
  31. ;
  32. ; Older versions of cdr_mysql set the calldate field to whenever the
  33. ; record was posted, rather than the start date of the call. This flag
  34. ; reverts to the old (incorrect) behavior. Note that you'll also need
  35. ; to comment out the "start=calldate" alias, below, to use this.
  36. ;compat=no
  37. ;
  38. ; ssl connections (optional)
  39. ;ssl_ca=<path to CA cert>
  40. ;ssl_cert=<path to cert>
  41. ;ssl_key=<path to keyfile>
  42. ;
  43. ; You may also configure the field names used in the CDR table.
  44. ;
  45. [columns]
  46. ;static "<value>" => <column>
  47. ;alias <cdrvar> => <column>
  48. alias start => calldate
  49. alias callerid => clid
  50. ;alias src => src
  51. ;alias dst => dst
  52. ;alias dcontext => dcontext
  53. ;alias channel => channel
  54. ;alias dstchannel => dstchannel
  55. ;alias lastapp => lastapp
  56. ;alias lastdata => lastdata
  57. ;alias duration => duration
  58. ;alias billsec => billsec
  59. ;alias disposition => disposition
  60. ;alias amaflags => amaflags
  61. ;alias accountcode => accountcode
  62. ;alias userfield => userfield
  63. ;alias uniqueid => uniqueid
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. [May 3 22:53:34] NOTICE[10113]: chan_skinny.c:7063 config_load: Configuring skinny from skinny.conf
  71. [May 3 22:53:34] NOTICE[10113]: pbx_ael.c:122 pbx_load_module: Starting AEL load process.
  72. [May 3 22:53:34] NOTICE[10113]: pbx_ael.c:135 pbx_load_module: AEL load process: parsed config file name '/etc/asterisk/extensions.ael'.
  73. [May 3 22:53:34] NOTICE[10113]: pbx_ael.c:138 pbx_load_module: AEL load process: checked config file name '/etc/asterisk/extensions.ael'.
  74. [May 3 22:53:34] NOTICE[10113]: pbx_ael.c:141 pbx_load_module: AEL load process: compiled config file name '/etc/asterisk/extensions.ael'.
  75. [May 3 22:53:34] NOTICE[10113]: pbx_ael.c:146 pbx_load_module: AEL load process: merged config file name '/etc/asterisk/extensions.ael'.
  76. [May 3 22:53:34] NOTICE[10113]: pbx_ael.c:149 pbx_load_module: AEL load process: verified config file name '/etc/asterisk/extensions.ael'.
  77. [May 3 22:53:34] NOTICE[10113]: app_queue.c:5663 reload_queue_rules: queuerules.conf has not changed since it was last loaded. Not taking any action.
  78. 81-89-105-39*CLI> core set verbose 100
  79. Verbosity was 0 and is now 100
  80. 81-89-105-39*CLI> reload
  81. == Parsing '/etc/asterisk/extconfig.conf': == Found
  82. == Parsing '/etc/asterisk/logger.conf': == Found
  83. Asterisk Event Logger restarted
  84. Asterisk Queue Logger restarted
  85. == Parsing '/etc/asterisk/features.conf': == Found
  86. -- Added extension '700' priority 1 to parkedcalls (0x9f3c0e8)
  87. -- Reloading module 'res_phoneprov.so' (HTTP Phone Provisioning)
  88. == Parsing '/etc/asterisk/sip.conf': == Found
  89. == Parsing '/etc/asterisk/users.conf': == Found
  90. == Parsing '/etc/asterisk/phoneprov.conf': == Found
  91. -- Reloading module 'res_musiconhold.so' (Music On Hold Resource)
  92. -- Reloading module 'cdr_addon_mysql.so' (MySQL CDR Backend)
  93. -- Reloading module 'chan_agent.so' (Agent Proxy Channel)
  94. -- Reloading module 'chan_iax2.so' (Inter Asterisk eXchange (Ver 2))
  95. -- Reloading module 'chan_mgcp.so' (Media Gateway Control Protocol (MGCP))
  96. -- Reloading module 'chan_sip.so' (Session Initiation Protocol (SIP))
  97. -- Reloading module 'chan_skinny.so' (Skinny Client Control Protocol (Skinny))
  98. [May 3 22:53:47] NOTICE[10113]: chan_skinny.c:7063 config_load: Configuring skinny from skinny.conf
  99. == Parsing '/etc/asterisk/skinny.conf': == Found
  100. -- Reloading module 'chan_unistim.so' (UNISTIM Protocol (USTM))
  101. -- Reloading module 'pbx_ael.so' (Asterisk Extension Language Compiler)
  102. [May 3 22:53:47] NOTICE[10113]: pbx_ael.c:122 pbx_load_module: Starting AEL load process.
  103. [May 3 22:53:47] NOTICE[10113]: pbx_ael.c:135 pbx_load_module: AEL load process: parsed config file name '/etc/asterisk/extensions.ael'.
  104. [May 3 22:53:47] NOTICE[10113]: pbx_ael.c:138 pbx_load_module: AEL load process: checked config file name '/etc/asterisk/extensions.ael'.
  105. == Setting global variable 'CONSOLE' to '"Console/dsp"'
  106. == Setting global variable 'IAXINFO' to 'guest'
  107. == Setting global variable 'TRUNK' to '"DAHDI/G2"'
  108. == Setting global variable 'TRUNKMSD' to '1'
  109. -- Registered extension context 'ael-dundi-e164-canonical' (0x9f55028) in local table 0x9c6b450; registrar: pbx_ael
  110. -- Registered extension context 'ael-dundi-e164-customers' (0x9f552e0) in local table 0x9c6b450; registrar: pbx_ael
  111. -- Registered extension context 'ael-dundi-e164-via-pstn' (0x9f555b0) in local table 0x9c6b450; registrar: pbx_ael
  112. -- Registered extension context 'ael-dundi-e164-local' (0x9f55890) in local table 0x9c6b450; registrar: pbx_ael
  113. -- Including context 'ael-dundi-e164-canonical' in context 'ael-dundi-e164-local'
  114. -- Including context 'ael-dundi-e164-customers' in context 'ael-dundi-e164-local'
  115. -- Including context 'ael-dundi-e164-via-pstn' in context 'ael-dundi-e164-local'
  116. -- Registered extension context 'ael-dundi-e164-switch' (0x9f562e8) in local table 0x9c6b450; registrar: pbx_ael
  117. -- Including switch 'DUNDi/e164' in context 'ael-dundi-e164-switch'
  118. -- Registered extension context 'ael-dundi-e164-lookup' (0x9f5d7a8) in local table 0x9c6b450; registrar: pbx_ael
  119. -- Including context 'ael-dundi-e164-local' in context 'ael-dundi-e164-lookup'
  120. -- Including context 'ael-dundi-e164-switch' in context 'ael-dundi-e164-lookup'
  121. -- Registered extension context 'ael-dundi-e164' (0x9f5e0a8) in local table 0x9c6b450; registrar: pbx_ael
  122. -- Registered extension context 'ael-iaxtel700' (0x9f5e420) in local table 0x9c6b450; registrar: pbx_ael
  123. -- Registered extension context 'ael-iaxprovider' (0x9f5e7b0) in local table 0x9c6b450; registrar: pbx_ael
  124. -- Registered extension context 'ael-trunkint' (0x9f5eae0) in local table 0x9c6b450; registrar: pbx_ael
  125. -- Including context 'ael-dundi-e164-lookup' in context 'ael-trunkint'
  126. -- Registered extension context 'ael-trunkld' (0x9f5f1a0) in local table 0x9c6b450; registrar: pbx_ael
  127. -- Including context 'ael-dundi-e164-lookup' in context 'ael-trunkld'
  128. -- Registered extension context 'ael-trunklocal' (0x9f5f898) in local table 0x9c6b450; registrar: pbx_ael
  129. -- Registered extension context 'ael-trunktollfree' (0x9f5fc10) in local table 0x9c6b450; registrar: pbx_ael
  130. -- Registered extension context 'ael-international' (0x9f601c0) in local table 0x9c6b450; registrar: pbx_ael
  131. -- Including context 'ael-longdistance' in context 'ael-international'
  132. -- Including context 'ael-trunkint' in context 'ael-international'
  133. -- Registered extension context 'ael-longdistance' (0x9f60ac8) in local table 0x9c6b450; registrar: pbx_ael
  134. -- Including context 'ael-local' in context 'ael-longdistance'
  135. -- Including context 'ael-trunkld' in context 'ael-longdistance'
  136. -- Registered extension context 'ael-local' (0x9f613b0) in local table 0x9c6b450; registrar: pbx_ael
  137. -- Including context 'ael-default' in context 'ael-local'
  138. -- Including context 'ael-trunklocal' in context 'ael-local'
  139. -- Including context 'ael-iaxtel700' in context 'ael-local'
  140. -- Including context 'ael-trunktollfree' in context 'ael-local'
  141. -- Including context 'ael-iaxprovider' in context 'ael-local'
  142. -- Registered extension context 'ael-std-exten-ael' (0x9f625b8) in local table 0x9c6b450; registrar: pbx_ael
  143. -- Registered extension context 'ael-demo' (0x9f62e90) in local table 0x9c6b450; registrar: pbx_ael
  144. -- Registered extension context 'ael-default' (0x9f64670) in local table 0x9c6b450; registrar: pbx_ael
  145. -- Including context 'ael-demo' in context 'ael-default'
  146. -- Added extension 's' priority 1 to ael-dundi-e164 (0x9f5e0a8)
  147. -- Added extension 's' priority 2 to ael-dundi-e164 (0x9f5e0a8)
  148. -- Added extension 's' priority 3 to ael-dundi-e164 (0x9f5e0a8)
  149. -- Added extension '_91700XXXXXXX' priority 1 to ael-iaxtel700 (0x9f5e420)
  150. -- Added extension '_9011.' priority 1 to ael-trunkint (0x9f5eae0)
  151. -- Added extension '_9011.' priority 2 to ael-trunkint (0x9f5eae0)
  152. -- Added extension '_91NXXNXXXXXX' priority 1 to ael-trunkld (0x9f5f1a0)
  153. -- Added extension '_91NXXNXXXXXX' priority 2 to ael-trunkld (0x9f5f1a0)
  154. -- Added extension '_9NXXXXXX' priority 1 to ael-trunklocal (0x9f5f898)
  155. -- Added extension '_91800NXXXXXX' priority 1 to ael-trunktollfree (0x9f5fc10)
  156. -- Added extension '_91888NXXXXXX' priority 1 to ael-trunktollfree (0x9f5fc10)
  157. -- Added extension '_91877NXXXXXX' priority 1 to ael-trunktollfree (0x9f5fc10)
  158. -- Added extension '_91866NXXXXXX' priority 1 to ael-trunktollfree (0x9f5fc10)
  159. -- Added extension 's' priority 1 to ael-std-exten-ael (0x9f625b8)
  160. -- Added extension 's' priority 2 to ael-std-exten-ael (0x9f625b8)
  161. -- Added extension 's' priority 3 to ael-std-exten-ael (0x9f625b8)
  162. -- Added extension 's' priority 4 to ael-std-exten-ael (0x9f625b8)
  163. -- Added extension 's' priority 5 to ael-std-exten-ael (0x9f625b8)
  164. -- Added extension 's' priority 6 to ael-std-exten-ael (0x9f625b8)
  165. -- Added extension 's' priority 7 to ael-std-exten-ael (0x9f625b8)
  166. -- Added extension 's' priority 8 to ael-std-exten-ael (0x9f625b8)
  167. -- Added extension 'a' priority 1 to ael-std-exten-ael (0x9f625b8)
  168. -- Added extension 'a' priority 2 to ael-std-exten-ael (0x9f625b8)
  169. -- Added extension '_sw-7-.' priority 10 to ael-std-exten-ael (0x9f625b8)
  170. -- Added extension '_sw-7-.' priority 11 to ael-std-exten-ael (0x9f625b8)
  171. -- Added extension 'sw-7-' priority 10 to ael-std-exten-ael (0x9f625b8)
  172. -- Added extension 'sw-7-BUSY' priority 10 to ael-std-exten-ael (0x9f625b8)
  173. -- Added extension 'sw-7-BUSY' priority 11 to ael-std-exten-ael (0x9f625b8)
  174. -- Added extension 's' priority 1 to ael-demo (0x9f62e90)
  175. -- Added extension 's' priority 2 to ael-demo (0x9f62e90)
  176. -- Added extension 's' priority 3 to ael-demo (0x9f62e90)
  177. -- Added extension 's' priority 4 to ael-demo (0x9f62e90)
  178. -- Added extension 's' priority 5 to ael-demo (0x9f62e90)
  179. -- Added extension 's' priority 6 to ael-demo (0x9f62e90)
  180. -- Added extension 's' priority 7 to ael-demo (0x9f62e90)
  181. -- Added extension 's' priority 8 to ael-demo (0x9f62e90)
  182. -- Added extension 's' priority 9 to ael-demo (0x9f62e90)
  183. -- Added extension 's' priority 10 to ael-demo (0x9f62e90)
  184. -- Added extension 's' priority 11 to ael-demo (0x9f62e90)
  185. -- Added extension 's' priority 12 to ael-demo (0x9f62e90)
  186. -- Added extension '2' priority 1 to ael-demo (0x9f62e90)
  187. -- Added extension '2' priority 2 to ael-demo (0x9f62e90)
  188. -- Added extension '3' priority 1 to ael-demo (0x9f62e90)
  189. -- Added extension '3' priority 2 to ael-demo (0x9f62e90)
  190. -- Added extension '1000' priority 1 to ael-demo (0x9f62e90)
  191. -- Added extension '500' priority 1 to ael-demo (0x9f62e90)
  192. -- Added extension '500' priority 2 to ael-demo (0x9f62e90)
  193. -- Added extension '500' priority 3 to ael-demo (0x9f62e90)
  194. -- Added extension '500' priority 4 to ael-demo (0x9f62e90)
  195. -- Added extension '600' priority 1 to ael-demo (0x9f62e90)
  196. -- Added extension '600' priority 2 to ael-demo (0x9f62e90)
  197. -- Added extension '600' priority 3 to ael-demo (0x9f62e90)
  198. -- Added extension '600' priority 4 to ael-demo (0x9f62e90)
  199. -- Added extension '_1234' priority 1 to ael-demo (0x9f62e90)
  200. -- Added extension '8500' priority 1 to ael-demo (0x9f62e90)
  201. -- Added extension '8500' priority 2 to ael-demo (0x9f62e90)
  202. -- Added extension '#' priority 1 to ael-demo (0x9f62e90)
  203. -- Added extension '#' priority 2 to ael-demo (0x9f62e90)
  204. -- Added extension 't' priority 1 to ael-demo (0x9f62e90)
  205. -- Added extension 'i' priority 1 to ael-demo (0x9f62e90)
  206. [May 3 22:53:47] NOTICE[10113]: pbx_ael.c:141 pbx_load_module: AEL load process: compiled config file name '/etc/asterisk/extensions.ael'.
  207. -- Registered extension context 'app_queue_gosub_virtual_context' (0x9f5fb60) in local table 0x9c6b450; registrar: app_queue
  208. -- merging incls/swits/igpats from old(app_queue_gosub_virtual_context) to new(app_queue_gosub_virtual_context) context, registrar = pbx_ael
  209. -- Added extension 's' priority 1 to app_queue_gosub_virtual_context (0x9f5fb60)
  210. -- Registered extension context 'parkedcalls' (0x9f600e8) in local table 0x9c6b450; registrar: features
  211. -- merging incls/swits/igpats from old(parkedcalls) to new(parkedcalls) context, registrar = pbx_ael
  212. -- Added extension '700' priority 1 to parkedcalls (0x9f600e8)
  213. -- Registered extension context 'app_dial_gosub_virtual_context' (0x9f62d18) in local table 0x9c6b450; registrar: app_dial
  214. -- merging incls/swits/igpats from old(app_dial_gosub_virtual_context) to new(app_dial_gosub_virtual_context) context, registrar = pbx_ael
  215. -- Added extension 's' priority 1 to app_dial_gosub_virtual_context (0x9f62d18)
  216. -- Registered extension context 'Sip-Out' (0x9f70140) in local table 0x9c6b450; registrar: pbx_config
  217. -- merging incls/swits/igpats from old(Sip-Out) to new(Sip-Out) context, registrar = pbx_ael
  218. -- Added extension '_X.' priority 1 to Sip-Out (0x9f70140)
  219. -- Registered extension context 'sip-in' (0x9f70998) in local table 0x9c6b450; registrar: pbx_config
  220. -- merging incls/swits/igpats from old(sip-in) to new(sip-in) context, registrar = pbx_ael
  221. Reloading SIP
  222. -- Time to scan old dialplan and merge leftovers back into the new: 0.000122 sec
  223. -- Time to restore hints and swap in new dialplan: 0.000001 sec
  224. -- Time to delete the old dialplan: 0.001515 sec
  225. -- Total time merge_contexts_delete: 0.001638 sec
  226. [May 3 22:53:47] NOTICE[10113]: pbx_ael.c:146 pbx_load_module: AEL load process: merged config file name '/etc/asterisk/extensions.ael'.
  227. [May 3 22:53:47] NOTICE[10113]: pbx_ael.c:149 pbx_load_module: AEL load process: verified config file name '/etc/asterisk/extensions.ael'.
  228. -- Reloading module 'pbx_config.so' (Text Extension Configuration)
  229. == Parsing '/etc/asterisk/extensions.conf': == Found
  230. -- Registered extension context 'sip-in' (0x9f3b0e8) in local table 0x9f49d78; registrar: pbx_config
  231. -- Registered extension context 'Sip-Out' (0x9f3bcf8) in local table 0x9f49d78; registrar: pbx_config
  232. -- Added extension '_X.' priority 1 to Sip-Out (0x9f3bcf8)
  233. == Parsing '/etc/asterisk/users.conf': == Found
  234. -- Registered extension context 'app_dial_gosub_virtual_context' (0x9c6a8b0) in local table 0x9f49d78; registrar: app_dial
  235. -- merging incls/swits/igpats from old(app_dial_gosub_virtual_context) to new(app_dial_gosub_virtual_context) context, registrar = pbx_config
  236. -- Added extension 's' priority 1 to app_dial_gosub_virtual_context (0x9c6a8b0)
  237. -- Registered extension context 'parkedcalls' (0x9c6b168) in local table 0x9f49d78; registrar: features
  238. -- merging incls/swits/igpats from old(parkedcalls) to new(parkedcalls) context, registrar = pbx_config
  239. -- Added extension '700' priority 1 to parkedcalls (0x9c6b168)
  240. -- Registered extension context 'app_queue_gosub_virtual_context' (0x9c69ff8) in local table 0x9f49d78; registrar: app_queue
  241. -- merging incls/swits/igpats from old(app_queue_gosub_virtual_context) to new(app_queue_gosub_virtual_context) context, registrar = pbx_config
  242. -- Added extension 's' priority 1 to app_queue_gosub_virtual_context (0x9c69ff8)
  243. -- Registered extension context 'ael-default' (0x9f3ab88) in local table 0x9f49d78; registrar: pbx_ael
  244. -- merging incls/swits/igpats from old(ael-default) to new(ael-default) context, registrar = pbx_config
  245. -- Including context 'ael-demo' in context 'ael-default'
  246. -- Registered extension context 'ael-demo' (0x9f5ca20) in local table 0x9f49d78; registrar: pbx_ael
  247. -- merging incls/swits/igpats from old(ael-demo) to new(ael-demo) context, registrar = pbx_config
  248. -- Added extension 'i' priority 1 to ael-demo (0x9f5ca20)
  249. -- Added extension 't' priority 1 to ael-demo (0x9f5ca20)
  250. -- Added extension '#' priority 2 to ael-demo (0x9f5ca20)
  251. -- Added extension '#' priority 1 to ael-demo (0x9f5ca20)
  252. -- Added extension '8500' priority 2 to ael-demo (0x9f5ca20)
  253. -- Added extension '8500' priority 1 to ael-demo (0x9f5ca20)
  254. -- Added extension '_1234' priority 1 to ael-demo (0x9f5ca20)
  255. -- Added extension '600' priority 4 to ael-demo (0x9f5ca20)
  256. -- Added extension '600' priority 3 to ael-demo (0x9f5ca20)
  257. -- Added extension '600' priority 2 to ael-demo (0x9f5ca20)
  258. -- Added extension '600' priority 1 to ael-demo (0x9f5ca20)
  259. -- Added extension '500' priority 4 to ael-demo (0x9f5ca20)
  260. -- Added extension '500' priority 3 to ael-demo (0x9f5ca20)
  261. -- Added extension '500' priority 2 to ael-demo (0x9f5ca20)
  262. -- Added extension '500' priority 1 to ael-demo (0x9f5ca20)
  263. -- Added extension '1000' priority 1 to ael-demo (0x9f5ca20)
  264. -- Added extension '3' priority 2 to ael-demo (0x9f5ca20)
  265. -- Added extension '3' priority 1 to ael-demo (0x9f5ca20)
  266. -- Added extension '2' priority 2 to ael-demo (0x9f5ca20)
  267. -- Added extension '2' priority 1 to ael-demo (0x9f5ca20)
  268. -- Added extension 's' priority 12 to ael-demo (0x9f5ca20)
  269. -- Added extension 's' priority 11 to ael-demo (0x9f5ca20)
  270. -- Added extension 's' priority 10 to ael-demo (0x9f5ca20)
  271. -- Added extension 's' priority 9 to ael-demo (0x9f5ca20)
  272. -- Added extension 's' priority 8 to ael-demo (0x9f5ca20)
  273. -- Added extension 's' priority 7 to ael-demo (0x9f5ca20)
  274. -- Added extension 's' priority 6 to ael-demo (0x9f5ca20)
  275. -- Added extension 's' priority 5 to ael-demo (0x9f5ca20)
  276. -- Added extension 's' priority 4 to ael-demo (0x9f5ca20)
  277. -- Added extension 's' priority 3 to ael-demo (0x9f5ca20)
  278. -- Added extension 's' priority 2 to ael-demo (0x9f5ca20)
  279. -- Added extension 's' priority 1 to ael-demo (0x9f5ca20)
  280. -- Registered extension context 'ael-std-exten-ael' (0x9f61af0) in local table 0x9f49d78; registrar: pbx_ael
  281. -- merging incls/swits/igpats from old(ael-std-exten-ael) to new(ael-std-exten-ael) context, registrar = pbx_config
  282. -- Added extension 'sw-7-BUSY' priority 11 to ael-std-exten-ael (0x9f61af0)
  283. -- Added extension 'sw-7-BUSY' priority 10 to ael-std-exten-ael (0x9f61af0)
  284. -- Added extension 'sw-7-' priority 10 to ael-std-exten-ael (0x9f61af0)
  285. -- Added extension '_sw-7-.' priority 11 to ael-std-exten-ael (0x9f61af0)
  286. -- Added extension '_sw-7-.' priority 10 to ael-std-exten-ael (0x9f61af0)
  287. -- Added extension 'a' priority 2 to ael-std-exten-ael (0x9f61af0)
  288. -- Added extension 'a' priority 1 to ael-std-exten-ael (0x9f61af0)
  289. -- Added extension 's' priority 8 to ael-std-exten-ael (0x9f61af0)
  290. -- Added extension 's' priority 7 to ael-std-exten-ael (0x9f61af0)
  291. -- Added extension 's' priority 6 to ael-std-exten-ael (0x9f61af0)
  292. -- Added extension 's' priority 5 to ael-std-exten-ael (0x9f61af0)
  293. -- Added extension 's' priority 4 to ael-std-exten-ael (0x9f61af0)
  294. -- Added extension 's' priority 3 to ael-std-exten-ael (0x9f61af0)
  295. -- Added extension 's' priority 2 to ael-std-exten-ael (0x9f61af0)
  296. -- Added extension 's' priority 1 to ael-std-exten-ael (0x9f61af0)
  297. -- Registered extension context 'ael-local' (0x9f5ee98) in local table 0x9f49d78; registrar: pbx_ael
  298. -- merging incls/swits/igpats from old(ael-local) to new(ael-local) context, registrar = pbx_config
  299. -- Including context 'ael-default' in context 'ael-local'
  300. -- Including context 'ael-trunklocal' in context 'ael-local'
  301. -- Including context 'ael-iaxtel700' in context 'ael-local'
  302. -- Including context 'ael-trunktollfree' in context 'ael-local'
  303. -- Including context 'ael-iaxprovider' in context 'ael-local'
  304. -- Registered extension context 'ael-longdistance' (0x9f5f028) in local table 0x9f49d78; registrar: pbx_ael
  305. -- merging incls/swits/igpats from old(ael-longdistance) to new(ael-longdistance) context, registrar = pbx_config
  306. -- Including context 'ael-local' in context 'ael-longdistance'
  307. -- Including context 'ael-trunkld' in context 'ael-longdistance'
  308. -- Registered extension context 'ael-international' (0x9f5af90) in local table 0x9f49d78; registrar: pbx_ael
  309. -- merging incls/swits/igpats from old(ael-international) to new(ael-international) context, registrar = pbx_config
  310. -- Including context 'ael-longdistance' in context 'ael-international'
  311. -- Including context 'ael-trunkint' in context 'ael-international'
  312. -- Registered extension context 'ael-trunktollfree' (0x9f651e0) in local table 0x9f49d78; registrar: pbx_ael
  313. -- merging incls/swits/igpats from old(ael-trunktollfree) to new(ael-trunktollfree) context, registrar = pbx_config
  314. -- Added extension '_91866NXXXXXX' priority 1 to ael-trunktollfree (0x9f651e0)
  315. -- Added extension '_91877NXXXXXX' priority 1 to ael-trunktollfree (0x9f651e0)
  316. -- Added extension '_91888NXXXXXX' priority 1 to ael-trunktollfree (0x9f651e0)
  317. -- Added extension '_91800NXXXXXX' priority 1 to ael-trunktollfree (0x9f651e0)
  318. -- Registered extension context 'ael-trunklocal' (0x9f590d8) in local table 0x9f49d78; registrar: pbx_ael
  319. -- merging incls/swits/igpats from old(ael-trunklocal) to new(ael-trunklocal) context, registrar = pbx_config
  320. -- Added extension '_9NXXXXXX' priority 1 to ael-trunklocal (0x9f590d8)
  321. -- Registered extension context 'ael-trunkld' (0x9f6fcf0) in local table 0x9f49d78; registrar: pbx_ael
  322. -- merging incls/swits/igpats from old(ael-trunkld) to new(ael-trunkld) context, registrar = pbx_config
  323. -- Including context 'ael-dundi-e164-lookup' in context 'ael-trunkld'
  324. -- Added extension '_91NXXNXXXXXX' priority 2 to ael-trunkld (0x9f6fcf0)
  325. -- Added extension '_91NXXNXXXXXX' priority 1 to ael-trunkld (0x9f6fcf0)
  326. -- Registered extension context 'ael-trunkint' (0x9f62ad8) in local table 0x9f49d78; registrar: pbx_ael
  327. -- merging incls/swits/igpats from old(ael-trunkint) to new(ael-trunkint) context, registrar = pbx_config
  328. -- Including context 'ael-dundi-e164-lookup' in context 'ael-trunkint'
  329. -- Added extension '_9011.' priority 2 to ael-trunkint (0x9f62ad8)
  330. -- Added extension '_9011.' priority 1 to ael-trunkint (0x9f62ad8)
  331. -- Registered extension context 'ael-iaxprovider' (0x9f52ae0) in local table 0x9f49d78; registrar: pbx_ael
  332. -- merging incls/swits/igpats from old(ael-iaxprovider) to new(ael-iaxprovider) context, registrar = pbx_config
  333. -- Registered extension context 'ael-iaxtel700' (0x9f52fe0) in local table 0x9f49d78; registrar: pbx_ael
  334. -- merging incls/swits/igpats from old(ael-iaxtel700) to new(ael-iaxtel700) context, registrar = pbx_config
  335. -- Added extension '_91700XXXXXXX' priority 1 to ael-iaxtel700 (0x9f52fe0)
  336. -- Registered extension context 'ael-dundi-e164' (0x9f63840) in local table 0x9f49d78; registrar: pbx_ael
  337. -- merging incls/swits/igpats from old(ael-dundi-e164) to new(ael-dundi-e164) context, registrar = pbx_config
  338. -- Added extension 's' priority 3 to ael-dundi-e164 (0x9f63840)
  339. -- Added extension 's' priority 2 to ael-dundi-e164 (0x9f63840)
  340. -- Added extension 's' priority 1 to ael-dundi-e164 (0x9f63840)
  341. -- Registered extension context 'ael-dundi-e164-lookup' (0x9f54cd8) in local table 0x9f49d78; registrar: pbx_ael
  342. -- merging incls/swits/igpats from old(ael-dundi-e164-lookup) to new(ael-dundi-e164-lookup) context, registrar = pbx_config
  343. -- Including context 'ael-dundi-e164-local' in context 'ael-dundi-e164-lookup'
  344. -- Including context 'ael-dundi-e164-switch' in context 'ael-dundi-e164-lookup'
  345. -- Registered extension context 'ael-dundi-e164-switch' (0x9f54fa0) in local table 0x9f49d78; registrar: pbx_ael
  346. -- merging incls/swits/igpats from old(ael-dundi-e164-switch) to new(ael-dundi-e164-switch) context, registrar = pbx_config
  347. -- Including switch 'DUNDi/e164' in context 'ael-dundi-e164-switch'
  348. -- Registered extension context 'ael-dundi-e164-local' (0x9f56628) in local table 0x9f49d78; registrar: pbx_ael
  349. -- merging incls/swits/igpats from old(ael-dundi-e164-local) to new(ael-dundi-e164-local) context, registrar = pbx_config
  350. -- Including context 'ael-dundi-e164-canonical' in context 'ael-dundi-e164-local'
  351. -- Including context 'ael-dundi-e164-customers' in context 'ael-dundi-e164-local'
  352. -- Including context 'ael-dundi-e164-via-pstn' in context 'ael-dundi-e164-local'
  353. -- Registered extension context 'ael-dundi-e164-via-pstn' (0x9f572a8) in local table 0x9f49d78; registrar: pbx_ael
  354. -- merging incls/swits/igpats from old(ael-dundi-e164-via-pstn) to new(ael-dundi-e164-via-pstn) context, registrar = pbx_config
  355. -- Registered extension context 'ael-dundi-e164-customers' (0x9f57350) in local table 0x9f49d78; registrar: pbx_ael
  356. -- merging incls/swits/igpats from old(ael-dundi-e164-customers) to new(ael-dundi-e164-customers) context, registrar = pbx_config
  357. -- Registered extension context 'ael-dundi-e164-canonical' (0x9f3caf8) in local table 0x9f49d78; registrar: pbx_ael
  358. -- merging incls/swits/igpats from old(ael-dundi-e164-canonical) to new(ael-dundi-e164-canonical) context, registrar = pbx_config
  359. -- Time to scan old dialplan and merge leftovers back into the new: 0.000633 sec
  360. -- Time to restore hints and swap in new dialplan: 0.000002 sec
  361. -- Time to delete the old dialplan: 0.000043 sec
  362. -- Total time merge_contexts_delete: 0.000678 sec
  363. -- Reloading module 'pbx_dundi.so' (Distributed Universal Number Discovery (DUNDi))
  364. == Parsing '/etc/asterisk/dundi.conf': == Found
  365. -- Reloading module 'app_amd.so' (Answering Machine Detection Application)
  366. -- Reloading module 'app_followme.so' (Find-Me/Follow-Me Application)
  367. -- Reloading module 'app_minivm.so' (Mini VoiceMail (A minimal Voicemail e-mail System))
  368. -- Reloading module 'app_playback.so' (Sound File Playback Application)
  369. -- Reloading module 'app_queue.so' (True Call Queueing)
  370. [May 3 22:53:47] NOTICE[10113]: app_queue.c:5663 reload_queue_rules: queuerules.conf has not changed since it was last loaded. Not taking any action.
  371. -- Reloading module 'app_voicemail.so' (Comedian Mail (Voicemail System))
  372. -- Reloading module 'codec_adpcm.so' (Adaptive Differential PCM Coder/Decoder)
  373. -- Reloading module 'codec_alaw.so' (A-law Coder/Decoder)
  374. -- Reloading module 'codec_g722.so' (ITU G.722-64kbps G722 Transcoder)
  375. -- Reloading module 'codec_g726.so' (ITU G.726-32kbps G726 Transcoder)
  376. -- Reloading module 'codec_gsm.so' (GSM Coder/Decoder)
  377. -- Reloading module 'codec_lpc10.so' (LPC10 2.4kbps Coder/Decoder)
  378. -- Reloading module 'codec_ulaw.so' (mu-Law Coder/Decoder)
  379. -- Reloading module 'cdr_csv.so' (Comma Separated Values CDR Backend)
  380. -- Reloading module 'cdr_custom.so' (Customizable Comma Separated Values CDR Backend)
  381. -- Reloading module 'cdr_manager.so' (Asterisk Manager Interface CDR Backend)
  382. -- Reloading module 'res_adsi.so' (ADSI Resource)
  383. -- Reloading module 'res_clialiases.so' (CLI Aliases)
  384. -- Reloading module 'res_config_mysql.so' (MySQL RealTime Configuration Driver)
  385. == MySQL RealTime reloaded.
  386. Reloading MGCP
  387. Reloading unistim.conf...
  388. == Parsing '/etc/asterisk/unistim.conf': == Found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement