Advertisement
CJM51213

Untitled

Jul 18th, 2013
701
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 342.11 KB | None | 0 0
  1. Procedure to create this log:
  2. service asterisk stop
  3. rm /var/log/asterisk/full
  4. service asterisk start
  5. asterisk -rc "sip set debug on"
  6. call to sip:*43@10.1.1.13, which fails
  7. service asterisk stop
  8.  
  9.  
  10. To find the relevant portion, search for "INVITE sip:*43@10.1.1.13 SIP/2.0"
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21. [2013-07-18 12:10:39] Asterisk 11.2.1 built by root @ ibmxxxxxxx.digium.internal on a x86_64 running Linux on 2013-03-06 18:55:26 UTC
  22. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/asterisk.conf': Found
  23. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action DBGet
  24. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action DBPut
  25. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action DBDel
  26. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action DBDelTree
  27. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'MESSAGE'
  28. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'MESSAGE_DATA'
  29. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'MessageSend'
  30. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action MessageSend
  31. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action DataGet
  32. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: Asterisk Dynamic Loader Starting:
  33. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/modules.conf': Found
  34. [2013-07-18 12:10:39] NOTICE[27056] loader.c: 3 modules will be loaded.
  35. [2013-07-18 12:10:39] WARNING[27056] loader.c: Error loading module 'res_mwi_blf.so': /usr/lib64/asterisk/modules/res_mwi_blf.so: cannot open shared object file: No such file or directory
  36. [2013-07-18 12:10:39] WARNING[27056] loader.c: Error loading module 'res_mwi_blf.so': /usr/lib64/asterisk/modules/res_mwi_blf.so: cannot open shared object file: No such file or directory
  37. [2013-07-18 12:10:39] WARNING[27056] loader.c: Module 'res_mwi_blf.so' could not be loaded.
  38. [2013-07-18 12:10:39] VERBOSE[27056] channel.c: == Registered channel type 'Local' (Local Proxy Channel Driver)
  39. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action LocalOptimizeAway
  40. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: chan_local.so => (Local Proxy Channel (Note: used internally by other modules))
  41. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/extensions.conf': Found
  42. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/extensions_override_freepbx.conf': Found
  43. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/extensions_additional.conf': Found
  44. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/globals_custom.conf': Found
  45. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/extensions_custom.conf': Found
  46. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'CAMPONTOGGLE' to '*84'
  47. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'DYNAMIC_FEATURES' to 'apprecord'
  48. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'INTERCOMCODE' to '*80'
  49. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'ASTETCDIR' to '/etc/asterisk'
  50. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'ASTMODDIR' to '/usr/lib/asterisk/modules'
  51. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'ASTVARLIBDIR' to '/var/lib/asterisk'
  52. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'ASTAGIDIR' to '/var/lib/asterisk/agi-bin'
  53. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'ASTSPOOLDIR' to '/var/spool/asterisk'
  54. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'ASTRUNDIR' to '/var/run/asterisk'
  55. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'ASTLOGDIR' to '/var/log/asterisk'
  56. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'CWINUSEBUSY' to 'true'
  57. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'AMPMGRUSER' to 'sa'
  58. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'AMPMGRPASS' to 'Pythag0ras'
  59. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'AMPDBENGINE' to 'mysql'
  60. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'AMPDBHOST' to 'localhost'
  61. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'AMPDBNAME' to 'asterisk'
  62. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'AMPDBUSER' to 'freepbx'
  63. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'AMPDBPASS' to 'fpbx'
  64. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'VMX_CONTEXT' to 'from-internal'
  65. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'VMX_PRI' to '1'
  66. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'VMX_TIMEDEST_CONTEXT' to ''
  67. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'VMX_TIMEDEST_EXT' to 'dovm'
  68. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'VMX_TIMEDEST_PRI' to '1'
  69. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'VMX_LOOPDEST_CONTEXT' to ''
  70. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'VMX_LOOPDEST_EXT' to 'dovm'
  71. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'VMX_LOOPDEST_PRI' to '1'
  72. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'MIXMON_DIR' to ''
  73. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'MIXMON_POST' to ''
  74. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'DIAL_OPTIONS' to 'Ttr'
  75. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'TRUNK_OPTIONS' to 'Tt'
  76. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'TRUNK_RING_TIMER' to '300'
  77. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'MIXMON_FORMAT' to 'wav'
  78. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'REC_POLICY' to 'caller'
  79. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'RINGTIMER_DEFAULT' to '15'
  80. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'TRANSFER_CONTEXT' to 'from-internal-xfer'
  81. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'ASTVERSION' to '11.2.1'
  82. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'ASTCHANDAHDI' to '1'
  83. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'NULL' to '""'
  84. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'OUT_1' to 'DAHDI/g0'
  85. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'OUTCID_1' to ''
  86. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'OUTMAXCHANS_1' to ''
  87. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'OUTFAIL_1' to ''
  88. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'OUTPREFIX_1' to ''
  89. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'OUTDISABLE_1' to 'off'
  90. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'OUTKEEPCID_1' to ''
  91. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'FORCEDOUTCID_1' to ''
  92. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'PREFIX_TRUNK_1' to ''
  93. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'SIPLANG' to ''
  94. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Setting global variable 'ALLOW_SIP_ANON' to 'no'
  95. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-fmf-toggle'; registrar: pbx_config
  96. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-fmf-toggle-custom' in context 'app-fmf-toggle'
  97. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*21' priority 1 to app-fmf-toggle
  98. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to app-fmf-toggle
  99. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to app-fmf-toggle
  100. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to app-fmf-toggle
  101. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to app-fmf-toggle
  102. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 5 to app-fmf-toggle
  103. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 6 to app-fmf-toggle
  104. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 7 to app-fmf-toggle
  105. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 8 to app-fmf-toggle
  106. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 9 to app-fmf-toggle
  107. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 10 to app-fmf-toggle
  108. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 11 to app-fmf-toggle
  109. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-hotelwakeup'; registrar: pbx_config
  110. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-hotelwakeup-custom' in context 'app-hotelwakeup'
  111. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*68' priority 1 to app-hotelwakeup
  112. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*68' priority 2 to app-hotelwakeup
  113. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*68' priority 3 to app-hotelwakeup
  114. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*68' priority 4 to app-hotelwakeup
  115. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*68' priority 5 to app-hotelwakeup
  116. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'ext-featurecodes'; registrar: pbx_config
  117. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'ext-featurecodes-custom' in context 'ext-featurecodes'
  118. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*30' priority 1 to ext-featurecodes
  119. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*31' priority 1 to ext-featurecodes
  120. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '555' priority 1 to ext-featurecodes
  121. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '7777' priority 1 to ext-featurecodes
  122. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '888' priority 1 to ext-featurecodes
  123. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '666' priority 1 to ext-featurecodes
  124. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*43' priority 1 to ext-featurecodes
  125. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*60' priority 1 to ext-featurecodes
  126. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*85' priority 1 to ext-featurecodes
  127. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*98' priority 1 to ext-featurecodes
  128. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-dialvm'; registrar: pbx_config
  129. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-dialvm-custom' in context 'app-dialvm'
  130. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*98' priority 1 to app-dialvm
  131. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*98' priority 2 to app-dialvm
  132. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*98' priority 3 to app-dialvm
  133. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*98' priority 4 to app-dialvm
  134. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*98' priority 5 to app-dialvm
  135. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*98' priority 6 to app-dialvm
  136. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*98' priority 7 to app-dialvm
  137. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*98' priority 8 to app-dialvm
  138. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*98' priority 9 to app-dialvm
  139. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*98' priority 10 to app-dialvm
  140. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*98' priority 11 to app-dialvm
  141. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*98' priority 12 to app-dialvm
  142. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*98' priority 13 to app-dialvm
  143. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*98' priority 14 to app-dialvm
  144. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*98' priority 15 to app-dialvm
  145. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*98' priority 16 to app-dialvm
  146. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*98' priority 17 to app-dialvm
  147. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*98' priority 18 to app-dialvm
  148. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*98' priority 19 to app-dialvm
  149. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*98' priority 20 to app-dialvm
  150. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*98' priority 21 to app-dialvm
  151. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*98' priority 22 to app-dialvm
  152. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*98' priority 23 to app-dialvm
  153. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*98.' priority 1 to app-dialvm
  154. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*98.' priority 2 to app-dialvm
  155. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*98.' priority 3 to app-dialvm
  156. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*98.' priority 4 to app-dialvm
  157. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*98.' priority 5 to app-dialvm
  158. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*98.' priority 6 to app-dialvm
  159. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'ext-local'; registrar: pbx_config
  160. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'ext-local-custom' in context 'ext-local'
  161. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*100' priority 1 to ext-local
  162. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*100' priority 2 to ext-local
  163. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*200' priority 1 to ext-local
  164. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*200' priority 2 to ext-local
  165. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*84100' priority 1 to ext-local
  166. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*84100' priority -1 to ext-local
  167. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*84200' priority 1 to ext-local
  168. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*84200' priority -1 to ext-local
  169. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '100' priority 1 to ext-local
  170. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '100' priority 2 to ext-local
  171. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '100' priority 3 to ext-local
  172. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '100' priority 4 to ext-local
  173. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '100' priority 5 to ext-local
  174. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '100' priority 6 to ext-local
  175. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '100' priority -1 to ext-local
  176. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmb100' priority 1 to ext-local
  177. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmb100' priority 2 to ext-local
  178. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmu100' priority 1 to ext-local
  179. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmu100' priority 2 to ext-local
  180. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vms100' priority 1 to ext-local
  181. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vms100' priority 2 to ext-local
  182. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '200' priority 1 to ext-local
  183. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '200' priority 2 to ext-local
  184. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '200' priority 3 to ext-local
  185. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '200' priority 4 to ext-local
  186. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '200' priority 5 to ext-local
  187. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '200' priority 6 to ext-local
  188. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '200' priority -1 to ext-local
  189. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmb200' priority 1 to ext-local
  190. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmb200' priority 2 to ext-local
  191. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmu200' priority 1 to ext-local
  192. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmu200' priority 2 to ext-local
  193. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vms200' priority 1 to ext-local
  194. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vms200' priority 2 to ext-local
  195. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmret' priority 1 to ext-local
  196. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmret' priority 2 to ext-local
  197. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmret' priority 3 to ext-local
  198. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmret' priority 4 to ext-local
  199. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'h' priority 1 to ext-local
  200. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'from-did-direct-ivr'; registrar: pbx_config
  201. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'from-did-direct-ivr-custom' in context 'from-did-direct-ivr'
  202. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*100' priority 1 to from-did-direct-ivr
  203. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*100' priority 2 to from-did-direct-ivr
  204. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*100' priority 3 to from-did-direct-ivr
  205. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*100' priority 4 to from-did-direct-ivr
  206. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*200' priority 1 to from-did-direct-ivr
  207. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*200' priority 2 to from-did-direct-ivr
  208. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*200' priority 3 to from-did-direct-ivr
  209. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*200' priority 4 to from-did-direct-ivr
  210. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '100' priority 1 to from-did-direct-ivr
  211. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '100' priority 2 to from-did-direct-ivr
  212. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '100' priority 3 to from-did-direct-ivr
  213. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '200' priority 1 to from-did-direct-ivr
  214. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '200' priority 2 to from-did-direct-ivr
  215. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '200' priority 3 to from-did-direct-ivr
  216. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-vmmain'; registrar: pbx_config
  217. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-vmmain-custom' in context 'app-vmmain'
  218. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*97' priority 1 to app-vmmain
  219. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*97' priority 2 to app-vmmain
  220. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*97' priority 3 to app-vmmain
  221. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*97' priority 4 to app-vmmain
  222. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*97' priority 5 to app-vmmain
  223. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*97' priority 6 to app-vmmain
  224. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*97' priority 7 to app-vmmain
  225. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*97' priority 8 to app-vmmain
  226. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*97' priority 9 to app-vmmain
  227. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*97' priority 106 to app-vmmain
  228. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*97' priority 107 to app-vmmain
  229. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*97' priority 108 to app-vmmain
  230. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*97' priority 109 to app-vmmain
  231. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*97' priority 110 to app-vmmain
  232. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-callwaiting-cwoff'; registrar: pbx_config
  233. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-callwaiting-cwoff-custom' in context 'app-callwaiting-cwoff'
  234. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*71' priority 1 to app-callwaiting-cwoff
  235. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*71' priority 2 to app-callwaiting-cwoff
  236. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*71' priority 3 to app-callwaiting-cwoff
  237. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*71' priority 4 to app-callwaiting-cwoff
  238. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*71' priority 5 to app-callwaiting-cwoff
  239. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*71' priority 6 to app-callwaiting-cwoff
  240. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-callwaiting-cwon'; registrar: pbx_config
  241. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-callwaiting-cwon-custom' in context 'app-callwaiting-cwon'
  242. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*70' priority 1 to app-callwaiting-cwon
  243. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*70' priority 2 to app-callwaiting-cwon
  244. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*70' priority 3 to app-callwaiting-cwon
  245. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*70' priority 4 to app-callwaiting-cwon
  246. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*70' priority 5 to app-callwaiting-cwon
  247. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*70' priority 6 to app-callwaiting-cwon
  248. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'macro-outisbusy'; registrar: pbx_config
  249. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'macro-outisbusy-custom' in context 'macro-outisbusy'
  250. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to macro-outisbusy
  251. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to macro-outisbusy
  252. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to macro-outisbusy
  253. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to macro-outisbusy
  254. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 5 to macro-outisbusy
  255. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 6 to macro-outisbusy
  256. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'intracompany' priority 1 to macro-outisbusy
  257. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'intracompany' priority 2 to macro-outisbusy
  258. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'intracompany' priority 3 to macro-outisbusy
  259. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'emergency' priority 1 to macro-outisbusy
  260. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'emergency' priority 2 to macro-outisbusy
  261. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'emergency' priority 3 to macro-outisbusy
  262. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-dnd-off'; registrar: pbx_config
  263. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-dnd-off-custom' in context 'app-dnd-off'
  264. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*79' priority 1 to app-dnd-off
  265. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*79' priority 2 to app-dnd-off
  266. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*79' priority 3 to app-dnd-off
  267. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*79' priority 4 to app-dnd-off
  268. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*79' priority 5 to app-dnd-off
  269. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*79' priority 6 to app-dnd-off
  270. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-dnd-on'; registrar: pbx_config
  271. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-dnd-on-custom' in context 'app-dnd-on'
  272. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*78' priority 1 to app-dnd-on
  273. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*78' priority 2 to app-dnd-on
  274. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*78' priority 3 to app-dnd-on
  275. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*78' priority 4 to app-dnd-on
  276. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*78' priority 5 to app-dnd-on
  277. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*78' priority 6 to app-dnd-on
  278. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-dnd-toggle'; registrar: pbx_config
  279. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-dnd-toggle-custom' in context 'app-dnd-toggle'
  280. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*76' priority 1 to app-dnd-toggle
  281. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*76' priority 2 to app-dnd-toggle
  282. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*76' priority 3 to app-dnd-toggle
  283. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*76' priority 4 to app-dnd-toggle
  284. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*76' priority 5 to app-dnd-toggle
  285. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*76' priority 6 to app-dnd-toggle
  286. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*76' priority 7 to app-dnd-toggle
  287. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*76' priority 8 to app-dnd-toggle
  288. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*76' priority 9 to app-dnd-toggle
  289. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*76' priority 10 to app-dnd-toggle
  290. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-recordings'; registrar: pbx_config
  291. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-recordings-custom' in context 'app-recordings'
  292. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*77' priority 1 to app-recordings
  293. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*77' priority 2 to app-recordings
  294. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*77' priority 3 to app-recordings
  295. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*99' priority 1 to app-recordings
  296. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*99' priority 2 to app-recordings
  297. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*99' priority 3 to app-recordings
  298. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'macro-systemrecording'; registrar: pbx_config
  299. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'macro-systemrecording-custom' in context 'macro-systemrecording'
  300. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to macro-systemrecording
  301. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to macro-systemrecording
  302. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to macro-systemrecording
  303. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'dorecord' priority 1 to macro-systemrecording
  304. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'dorecord' priority 2 to macro-systemrecording
  305. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'dorecord' priority 3 to macro-systemrecording
  306. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'dorecord' priority 4 to macro-systemrecording
  307. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'dorecord' priority 5 to macro-systemrecording
  308. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'docheck' priority 1 to macro-systemrecording
  309. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'docheck' priority 2 to macro-systemrecording
  310. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'docheck' priority 3 to macro-systemrecording
  311. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'docheck' priority 4 to macro-systemrecording
  312. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'confmenu' priority 1 to macro-systemrecording
  313. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'confmenu' priority 2 to macro-systemrecording
  314. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'confmenu' priority 3 to macro-systemrecording
  315. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'confmenu' priority 4 to macro-systemrecording
  316. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'confmenu' priority 5 to macro-systemrecording
  317. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '1' priority 1 to macro-systemrecording
  318. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*' priority 1 to macro-systemrecording
  319. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 't' priority 1 to macro-systemrecording
  320. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 't' priority 2 to macro-systemrecording
  321. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'i' priority 1 to macro-systemrecording
  322. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'i' priority 2 to macro-systemrecording
  323. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'h' priority 1 to macro-systemrecording
  324. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'ext-intercom'; registrar: pbx_config
  325. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'ext-intercom-custom' in context 'ext-intercom'
  326. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 1 to ext-intercom
  327. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 2 to ext-intercom
  328. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 3 to ext-intercom
  329. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 4 to ext-intercom
  330. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 5 to ext-intercom
  331. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 6 to ext-intercom
  332. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 7 to ext-intercom
  333. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 8 to ext-intercom
  334. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 9 to ext-intercom
  335. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 10 to ext-intercom
  336. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 11 to ext-intercom
  337. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 12 to ext-intercom
  338. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 13 to ext-intercom
  339. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 14 to ext-intercom
  340. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 15 to ext-intercom
  341. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 16 to ext-intercom
  342. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 17 to ext-intercom
  343. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 18 to ext-intercom
  344. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 19 to ext-intercom
  345. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 20 to ext-intercom
  346. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 21 to ext-intercom
  347. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 22 to ext-intercom
  348. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 23 to ext-intercom
  349. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 24 to ext-intercom
  350. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 25 to ext-intercom
  351. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 26 to ext-intercom
  352. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 27 to ext-intercom
  353. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 28 to ext-intercom
  354. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 29 to ext-intercom
  355. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 30 to ext-intercom
  356. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 31 to ext-intercom
  357. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 32 to ext-intercom
  358. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 33 to ext-intercom
  359. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 34 to ext-intercom
  360. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 35 to ext-intercom
  361. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 36 to ext-intercom
  362. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 37 to ext-intercom
  363. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 38 to ext-intercom
  364. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 39 to ext-intercom
  365. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 40 to ext-intercom
  366. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 41 to ext-intercom
  367. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 42 to ext-intercom
  368. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 43 to ext-intercom
  369. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 44 to ext-intercom
  370. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 45 to ext-intercom
  371. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 46 to ext-intercom
  372. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 47 to ext-intercom
  373. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 48 to ext-intercom
  374. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*80.' priority 49 to ext-intercom
  375. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'ext-intercom-users'; registrar: pbx_config
  376. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'ext-intercom-users-custom' in context 'ext-intercom-users'
  377. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*80100' priority 1 to ext-intercom-users
  378. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*80200' priority 1 to ext-intercom-users
  379. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*54' priority 1 to ext-intercom-users
  380. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*54' priority 2 to ext-intercom-users
  381. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*54' priority 3 to ext-intercom-users
  382. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*54' priority 4 to ext-intercom-users
  383. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*54' priority 5 to ext-intercom-users
  384. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*54' priority 6 to ext-intercom-users
  385. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*54.' priority 1 to ext-intercom-users
  386. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*54.' priority 2 to ext-intercom-users
  387. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*54.' priority 3 to ext-intercom-users
  388. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*54.' priority 4 to ext-intercom-users
  389. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*54.' priority 5 to ext-intercom-users
  390. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*54.' priority 6 to ext-intercom-users
  391. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*54.' priority 7 to ext-intercom-users
  392. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*54.' priority 8 to ext-intercom-users
  393. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*54.' priority 9 to ext-intercom-users
  394. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*54.' priority 10 to ext-intercom-users
  395. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*54.' priority 11 to ext-intercom-users
  396. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*54.' priority 12 to ext-intercom-users
  397. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*54.' priority 13 to ext-intercom-users
  398. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*54.' priority 14 to ext-intercom-users
  399. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*54.' priority 15 to ext-intercom-users
  400. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*54.' priority 16 to ext-intercom-users
  401. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*54.' priority 17 to ext-intercom-users
  402. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*55' priority 1 to ext-intercom-users
  403. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*55' priority 2 to ext-intercom-users
  404. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*55' priority 3 to ext-intercom-users
  405. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*55' priority 4 to ext-intercom-users
  406. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*55' priority 5 to ext-intercom-users
  407. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*55' priority 6 to ext-intercom-users
  408. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*55.' priority 1 to ext-intercom-users
  409. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*55.' priority 2 to ext-intercom-users
  410. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*55.' priority 3 to ext-intercom-users
  411. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*55.' priority 4 to ext-intercom-users
  412. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*55.' priority 5 to ext-intercom-users
  413. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*55.' priority 6 to ext-intercom-users
  414. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*55.' priority 7 to ext-intercom-users
  415. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*55.' priority 8 to ext-intercom-users
  416. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*55.' priority 9 to ext-intercom-users
  417. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*55.' priority 10 to ext-intercom-users
  418. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*55.' priority 11 to ext-intercom-users
  419. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*55.' priority 12 to ext-intercom-users
  420. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*55.' priority 13 to ext-intercom-users
  421. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*55.' priority 14 to ext-intercom-users
  422. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*55.' priority 15 to ext-intercom-users
  423. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*55.' priority 16 to ext-intercom-users
  424. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*55.' priority 17 to ext-intercom-users
  425. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'macro-autoanswer'; registrar: pbx_config
  426. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'macro-autoanswer-custom' in context 'macro-autoanswer'
  427. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to macro-autoanswer
  428. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to macro-autoanswer
  429. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to macro-autoanswer
  430. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to macro-autoanswer
  431. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 5 to macro-autoanswer
  432. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 6 to macro-autoanswer
  433. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 7 to macro-autoanswer
  434. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 8 to macro-autoanswer
  435. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 9 to macro-autoanswer
  436. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 10 to macro-autoanswer
  437. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 11 to macro-autoanswer
  438. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 14 to macro-autoanswer
  439. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-paging'; registrar: pbx_config
  440. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-paging-custom' in context 'app-paging'
  441. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'ssetup' priority 1 to app-paging
  442. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'ssetup' priority 2 to app-paging
  443. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'ssetup' priority 3 to app-paging
  444. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'ssetup' priority 4 to app-paging
  445. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'ssetup' priority 5 to app-paging
  446. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'ssetup' priority 6 to app-paging
  447. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'ssetup' priority 7 to app-paging
  448. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'ssetup' priority 8 to app-paging
  449. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'ssetup' priority 9 to app-paging
  450. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_PAGE.' priority 1 to app-paging
  451. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_PAGE.' priority 2 to app-paging
  452. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_PAGE.' priority 3 to app-paging
  453. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_SPAGE.' priority 1 to app-paging
  454. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_SPAGE.' priority 2 to app-paging
  455. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'ext-group'; registrar: pbx_config
  456. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'ext-group-custom' in context 'ext-group'
  457. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'h' priority 1 to ext-group
  458. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'directory'; registrar: pbx_config
  459. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'directory-custom' in context 'directory'
  460. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '1' priority 1 to directory
  461. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '1' priority 2 to directory
  462. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '1' priority 3 to directory
  463. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '1' priority 4 to directory
  464. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '1' priority 5 to directory
  465. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '1' priority 6 to directory
  466. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '1' priority 7 to directory
  467. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'invalid' priority 1 to directory
  468. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'invalid' priority 2 to directory
  469. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'invalid' priority 3 to directory
  470. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'retivr' priority 1 to directory
  471. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'retivr' priority 2 to directory
  472. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'h' priority 1 to directory
  473. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-calltrace'; registrar: pbx_config
  474. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-calltrace-custom' in context 'app-calltrace'
  475. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*69' priority 1 to app-calltrace
  476. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-calltrace-perform'; registrar: pbx_config
  477. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-calltrace-perform-custom' in context 'app-calltrace-perform'
  478. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to app-calltrace-perform
  479. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to app-calltrace-perform
  480. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to app-calltrace-perform
  481. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to app-calltrace-perform
  482. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 5 to app-calltrace-perform
  483. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 6 to app-calltrace-perform
  484. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 7 to app-calltrace-perform
  485. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 8 to app-calltrace-perform
  486. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 9 to app-calltrace-perform
  487. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 10 to app-calltrace-perform
  488. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 11 to app-calltrace-perform
  489. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 12 to app-calltrace-perform
  490. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 13 to app-calltrace-perform
  491. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 14 to app-calltrace-perform
  492. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 15 to app-calltrace-perform
  493. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 16 to app-calltrace-perform
  494. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '1' priority 1 to app-calltrace-perform
  495. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'i' priority 1 to app-calltrace-perform
  496. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'i' priority 2 to app-calltrace-perform
  497. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 't' priority 1 to app-calltrace-perform
  498. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 't' priority 2 to app-calltrace-perform
  499. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-echo-test'; registrar: pbx_config
  500. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-echo-test-custom' in context 'app-echo-test'
  501. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*43' priority 1 to app-echo-test
  502. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*43' priority 2 to app-echo-test
  503. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*43' priority 3 to app-echo-test
  504. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*43' priority 4 to app-echo-test
  505. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*43' priority 5 to app-echo-test
  506. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*43' priority 6 to app-echo-test
  507. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-speakextennum'; registrar: pbx_config
  508. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-speakextennum-custom' in context 'app-speakextennum'
  509. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*65' priority 1 to app-speakextennum
  510. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*65' priority 2 to app-speakextennum
  511. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*65' priority 3 to app-speakextennum
  512. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*65' priority 4 to app-speakextennum
  513. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*65' priority 5 to app-speakextennum
  514. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*65' priority 6 to app-speakextennum
  515. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*65' priority 7 to app-speakextennum
  516. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*65' priority 8 to app-speakextennum
  517. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*65' priority 9 to app-speakextennum
  518. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*65' priority 10 to app-speakextennum
  519. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'sub-hr24format'; registrar: pbx_config
  520. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'sub-hr24format-custom' in context 'sub-hr24format'
  521. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to sub-hr24format
  522. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to sub-hr24format
  523. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'i' priority 1 to sub-hr24format
  524. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'i' priority 2 to sub-hr24format
  525. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'i' priority 3 to sub-hr24format
  526. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'de' priority 1 to sub-hr24format
  527. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'de' priority 2 to sub-hr24format
  528. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'de' priority 3 to sub-hr24format
  529. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'de' priority 4 to sub-hr24format
  530. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'de' priority 5 to sub-hr24format
  531. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'de' priority 6 to sub-hr24format
  532. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'en' priority 1 to sub-hr24format
  533. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'en' priority 2 to sub-hr24format
  534. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'en' priority 3 to sub-hr24format
  535. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-speakingclock'; registrar: pbx_config
  536. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-speakingclock-custom' in context 'app-speakingclock'
  537. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*60' priority 1 to app-speakingclock
  538. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*60' priority 2 to app-speakingclock
  539. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*60' priority 3 to app-speakingclock
  540. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*60' priority 4 to app-speakingclock
  541. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*60' priority 5 to app-speakingclock
  542. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*60' priority 6 to app-speakingclock
  543. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*60' priority 7 to app-speakingclock
  544. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*60' priority 8 to app-speakingclock
  545. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*60' priority 9 to app-speakingclock
  546. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*60' priority 10 to app-speakingclock
  547. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*60' priority 11 to app-speakingclock
  548. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*60' priority 12 to app-speakingclock
  549. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*60' priority 13 to app-speakingclock
  550. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*60' priority 14 to app-speakingclock
  551. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*60' priority 15 to app-speakingclock
  552. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'sub-hr12format'; registrar: pbx_config
  553. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'sub-hr12format-custom' in context 'sub-hr12format'
  554. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to sub-hr12format
  555. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'en' priority 1 to sub-hr12format
  556. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'en' priority 2 to sub-hr12format
  557. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'en' priority 3 to sub-hr12format
  558. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'de' priority 1 to sub-hr12format
  559. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'de' priority 2 to sub-hr12format
  560. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'de' priority 3 to sub-hr12format
  561. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-cf-busy-off'; registrar: pbx_config
  562. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-cf-busy-off-custom' in context 'app-cf-busy-off'
  563. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*91' priority 1 to app-cf-busy-off
  564. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*91' priority 2 to app-cf-busy-off
  565. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*91' priority 3 to app-cf-busy-off
  566. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*91' priority 4 to app-cf-busy-off
  567. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*91' priority 5 to app-cf-busy-off
  568. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*91' priority 6 to app-cf-busy-off
  569. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*91' priority 7 to app-cf-busy-off
  570. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*91.' priority 1 to app-cf-busy-off
  571. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*91.' priority 2 to app-cf-busy-off
  572. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*91.' priority 3 to app-cf-busy-off
  573. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*91.' priority 4 to app-cf-busy-off
  574. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*91.' priority 5 to app-cf-busy-off
  575. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*91.' priority 6 to app-cf-busy-off
  576. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*91.' priority 7 to app-cf-busy-off
  577. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*91.' priority 8 to app-cf-busy-off
  578. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-cf-busy-off-any'; registrar: pbx_config
  579. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-cf-busy-off-any-custom' in context 'app-cf-busy-off-any'
  580. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*92' priority 1 to app-cf-busy-off-any
  581. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*92' priority 2 to app-cf-busy-off-any
  582. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*92' priority 3 to app-cf-busy-off-any
  583. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*92' priority 4 to app-cf-busy-off-any
  584. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*92' priority 5 to app-cf-busy-off-any
  585. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*92' priority 6 to app-cf-busy-off-any
  586. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*92' priority 7 to app-cf-busy-off-any
  587. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*92' priority 8 to app-cf-busy-off-any
  588. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*92' priority 9 to app-cf-busy-off-any
  589. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*92' priority 10 to app-cf-busy-off-any
  590. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*92' priority 11 to app-cf-busy-off-any
  591. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-cf-busy-on'; registrar: pbx_config
  592. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-cf-busy-on-custom' in context 'app-cf-busy-on'
  593. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*90' priority 1 to app-cf-busy-on
  594. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*90' priority 2 to app-cf-busy-on
  595. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*90' priority 3 to app-cf-busy-on
  596. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*90' priority 4 to app-cf-busy-on
  597. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*90' priority 5 to app-cf-busy-on
  598. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*90' priority 6 to app-cf-busy-on
  599. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*90' priority 7 to app-cf-busy-on
  600. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*90' priority 8 to app-cf-busy-on
  601. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*90' priority 9 to app-cf-busy-on
  602. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*90' priority 10 to app-cf-busy-on
  603. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*90' priority 11 to app-cf-busy-on
  604. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*90' priority 12 to app-cf-busy-on
  605. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*90' priority 13 to app-cf-busy-on
  606. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*90' priority 14 to app-cf-busy-on
  607. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*90' priority 15 to app-cf-busy-on
  608. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*90.' priority 1 to app-cf-busy-on
  609. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*90.' priority 2 to app-cf-busy-on
  610. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*90.' priority 3 to app-cf-busy-on
  611. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*90.' priority 4 to app-cf-busy-on
  612. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*90.' priority 5 to app-cf-busy-on
  613. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*90.' priority 6 to app-cf-busy-on
  614. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*90.' priority 7 to app-cf-busy-on
  615. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*90.' priority 8 to app-cf-busy-on
  616. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*90.' priority 9 to app-cf-busy-on
  617. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*90.' priority 10 to app-cf-busy-on
  618. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*90.' priority 11 to app-cf-busy-on
  619. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-cf-off'; registrar: pbx_config
  620. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-cf-off-custom' in context 'app-cf-off'
  621. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*73' priority 1 to app-cf-off
  622. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*73' priority 2 to app-cf-off
  623. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*73' priority 3 to app-cf-off
  624. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*73' priority 4 to app-cf-off
  625. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*73' priority 5 to app-cf-off
  626. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*73' priority 6 to app-cf-off
  627. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*73' priority 7 to app-cf-off
  628. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*73.' priority 1 to app-cf-off
  629. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*73.' priority 2 to app-cf-off
  630. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*73.' priority 3 to app-cf-off
  631. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*73.' priority 4 to app-cf-off
  632. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*73.' priority 5 to app-cf-off
  633. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*73.' priority 6 to app-cf-off
  634. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*73.' priority 7 to app-cf-off
  635. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*73.' priority 8 to app-cf-off
  636. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-cf-off-any'; registrar: pbx_config
  637. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-cf-off-any-custom' in context 'app-cf-off-any'
  638. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*74' priority 1 to app-cf-off-any
  639. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*74' priority 2 to app-cf-off-any
  640. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*74' priority 3 to app-cf-off-any
  641. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*74' priority 4 to app-cf-off-any
  642. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*74' priority 5 to app-cf-off-any
  643. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*74' priority 6 to app-cf-off-any
  644. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*74' priority 7 to app-cf-off-any
  645. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*74' priority 8 to app-cf-off-any
  646. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*74' priority 9 to app-cf-off-any
  647. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*74' priority 10 to app-cf-off-any
  648. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*74' priority 11 to app-cf-off-any
  649. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-cf-on'; registrar: pbx_config
  650. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-cf-on-custom' in context 'app-cf-on'
  651. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*72' priority 1 to app-cf-on
  652. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*72' priority 2 to app-cf-on
  653. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*72' priority 3 to app-cf-on
  654. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*72' priority 4 to app-cf-on
  655. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*72' priority 5 to app-cf-on
  656. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*72' priority 6 to app-cf-on
  657. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*72' priority 7 to app-cf-on
  658. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*72' priority 8 to app-cf-on
  659. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*72' priority 9 to app-cf-on
  660. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*72' priority 10 to app-cf-on
  661. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*72' priority 11 to app-cf-on
  662. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*72' priority 12 to app-cf-on
  663. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*72' priority 13 to app-cf-on
  664. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*72' priority 14 to app-cf-on
  665. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*72' priority 15 to app-cf-on
  666. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*72.' priority 1 to app-cf-on
  667. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*72.' priority 2 to app-cf-on
  668. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*72.' priority 3 to app-cf-on
  669. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*72.' priority 4 to app-cf-on
  670. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*72.' priority 5 to app-cf-on
  671. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*72.' priority 6 to app-cf-on
  672. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*72.' priority 7 to app-cf-on
  673. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*72.' priority 8 to app-cf-on
  674. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*72.' priority 9 to app-cf-on
  675. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*72.' priority 10 to app-cf-on
  676. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*72.' priority 11 to app-cf-on
  677. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-cf-unavailable-off'; registrar: pbx_config
  678. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-cf-unavailable-off-custom' in context 'app-cf-unavailable-off'
  679. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*53' priority 1 to app-cf-unavailable-off
  680. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*53' priority 2 to app-cf-unavailable-off
  681. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*53' priority 3 to app-cf-unavailable-off
  682. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*53' priority 4 to app-cf-unavailable-off
  683. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*53' priority 5 to app-cf-unavailable-off
  684. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*53' priority 6 to app-cf-unavailable-off
  685. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*53' priority 7 to app-cf-unavailable-off
  686. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*53.' priority 1 to app-cf-unavailable-off
  687. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*53.' priority 2 to app-cf-unavailable-off
  688. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*53.' priority 3 to app-cf-unavailable-off
  689. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*53.' priority 4 to app-cf-unavailable-off
  690. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*53.' priority 5 to app-cf-unavailable-off
  691. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*53.' priority 6 to app-cf-unavailable-off
  692. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*53.' priority 7 to app-cf-unavailable-off
  693. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*53.' priority 8 to app-cf-unavailable-off
  694. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-cf-unavailable-on'; registrar: pbx_config
  695. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-cf-unavailable-on-custom' in context 'app-cf-unavailable-on'
  696. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*52' priority 1 to app-cf-unavailable-on
  697. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*52' priority 2 to app-cf-unavailable-on
  698. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*52' priority 3 to app-cf-unavailable-on
  699. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*52' priority 4 to app-cf-unavailable-on
  700. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*52' priority 5 to app-cf-unavailable-on
  701. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*52' priority 6 to app-cf-unavailable-on
  702. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*52' priority 7 to app-cf-unavailable-on
  703. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*52' priority 8 to app-cf-unavailable-on
  704. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*52' priority 9 to app-cf-unavailable-on
  705. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*52' priority 10 to app-cf-unavailable-on
  706. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*52' priority 11 to app-cf-unavailable-on
  707. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*52' priority 12 to app-cf-unavailable-on
  708. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*52' priority 13 to app-cf-unavailable-on
  709. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*52' priority 14 to app-cf-unavailable-on
  710. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*52' priority 15 to app-cf-unavailable-on
  711. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*52.' priority 1 to app-cf-unavailable-on
  712. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*52.' priority 2 to app-cf-unavailable-on
  713. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*52.' priority 3 to app-cf-unavailable-on
  714. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*52.' priority 4 to app-cf-unavailable-on
  715. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*52.' priority 5 to app-cf-unavailable-on
  716. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*52.' priority 6 to app-cf-unavailable-on
  717. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*52.' priority 7 to app-cf-unavailable-on
  718. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*52.' priority 8 to app-cf-unavailable-on
  719. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*52.' priority 9 to app-cf-unavailable-on
  720. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*52.' priority 10 to app-cf-unavailable-on
  721. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*52.' priority 11 to app-cf-unavailable-on
  722. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-cf-toggle'; registrar: pbx_config
  723. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-cf-toggle-custom' in context 'app-cf-toggle'
  724. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*740' priority 1 to app-cf-toggle
  725. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*740' priority 2 to app-cf-toggle
  726. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*740' priority 3 to app-cf-toggle
  727. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*740' priority 4 to app-cf-toggle
  728. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*740' priority 5 to app-cf-toggle
  729. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*740' priority 6 to app-cf-toggle
  730. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*740' priority 7 to app-cf-toggle
  731. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*740' priority 8 to app-cf-toggle
  732. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*740' priority 9 to app-cf-toggle
  733. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*740' priority 10 to app-cf-toggle
  734. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*740' priority 11 to app-cf-toggle
  735. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*740' priority 12 to app-cf-toggle
  736. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*740' priority 13 to app-cf-toggle
  737. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*740' priority 14 to app-cf-toggle
  738. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*740' priority 15 to app-cf-toggle
  739. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*740' priority 16 to app-cf-toggle
  740. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*740' priority 17 to app-cf-toggle
  741. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*740' priority 18 to app-cf-toggle
  742. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*740' priority 19 to app-cf-toggle
  743. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*740' priority 20 to app-cf-toggle
  744. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*740' priority 21 to app-cf-toggle
  745. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-campon-cancel'; registrar: pbx_config
  746. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-campon-cancel-custom' in context 'app-campon-cancel'
  747. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*83' priority 1 to app-campon-cancel
  748. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*83' priority 2 to app-campon-cancel
  749. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*83' priority 3 to app-campon-cancel
  750. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*83' priority 4 to app-campon-cancel
  751. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*83' priority 5 to app-campon-cancel
  752. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*83' priority 6 to app-campon-cancel
  753. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-campon-request'; registrar: pbx_config
  754. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-campon-request-custom' in context 'app-campon-request'
  755. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*82' priority 1 to app-campon-request
  756. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*82' priority 2 to app-campon-request
  757. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*82' priority 3 to app-campon-request
  758. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*82' priority 4 to app-campon-request
  759. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*82' priority 5 to app-campon-request
  760. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*82' priority 6 to app-campon-request
  761. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-campon-toggle'; registrar: pbx_config
  762. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-campon-toggle-custom' in context 'app-campon-toggle'
  763. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*84' priority 1 to app-campon-toggle
  764. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*84' priority 2 to app-campon-toggle
  765. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*84' priority 3 to app-campon-toggle
  766. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*84' priority 4 to app-campon-toggle
  767. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*84' priority 5 to app-campon-toggle
  768. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*84' priority 6 to app-campon-toggle
  769. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'sub-ccss'; registrar: pbx_config
  770. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'sub-ccss-custom' in context 'sub-ccss'
  771. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to sub-ccss
  772. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to sub-ccss
  773. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to sub-ccss
  774. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to sub-ccss
  775. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 5 to sub-ccss
  776. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 6 to sub-ccss
  777. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'monitor_config' priority 1 to sub-ccss
  778. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'monitor_config' priority 2 to sub-ccss
  779. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'monitor_config' priority 3 to sub-ccss
  780. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'monitor_config' priority 4 to sub-ccss
  781. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'monitor_config' priority 5 to sub-ccss
  782. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'monitor_config' priority 6 to sub-ccss
  783. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'monitor_default' priority 1 to sub-ccss
  784. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'monitor_default' priority 2 to sub-ccss
  785. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'monitor_default' priority 3 to sub-ccss
  786. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'monitor_default' priority 4 to sub-ccss
  787. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'monitor_default' priority 5 to sub-ccss
  788. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'monitor_default' priority 6 to sub-ccss
  789. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'agent_config' priority 1 to sub-ccss
  790. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'agent_config' priority 2 to sub-ccss
  791. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'agent_config' priority 3 to sub-ccss
  792. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'agent_config' priority 4 to sub-ccss
  793. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'agent_config' priority 5 to sub-ccss
  794. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'agent_config' priority 6 to sub-ccss
  795. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'agent_config' priority 7 to sub-ccss
  796. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'agent_config' priority 8 to sub-ccss
  797. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'agent_config' priority 9 to sub-ccss
  798. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'agent_config' priority 10 to sub-ccss
  799. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'agent_default' priority 1 to sub-ccss
  800. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'agent_default' priority 2 to sub-ccss
  801. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'agent_default' priority 3 to sub-ccss
  802. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'agent_default' priority 4 to sub-ccss
  803. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'agent_default' priority 5 to sub-ccss
  804. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'agent_default' priority 6 to sub-ccss
  805. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'agent_default' priority 7 to sub-ccss
  806. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'agent_default' priority 8 to sub-ccss
  807. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'macro-ccss-default'; registrar: pbx_config
  808. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'macro-ccss-default-custom' in context 'macro-ccss-default'
  809. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to macro-ccss-default
  810. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to macro-ccss-default
  811. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to macro-ccss-default
  812. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to macro-ccss-default
  813. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 5 to macro-ccss-default
  814. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 6 to macro-ccss-default
  815. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'from-ccss-internal'; registrar: pbx_config
  816. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'from-ccss-internal-custom' in context 'from-ccss-internal'
  817. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_X._X.' priority 1 to from-ccss-internal
  818. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_X._X.' priority 2 to from-ccss-internal
  819. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'from-ccss-extension'; registrar: pbx_config
  820. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'from-ccss-extension-custom' in context 'from-ccss-extension'
  821. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_X._X.' priority 1 to from-ccss-extension
  822. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_X._X.' priority 2 to from-ccss-extension
  823. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'sub-from-ccss'; registrar: pbx_config
  824. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'sub-from-ccss-custom' in context 'sub-from-ccss'
  825. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to sub-from-ccss
  826. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to sub-from-ccss
  827. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to sub-from-ccss
  828. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to sub-from-ccss
  829. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 5 to sub-from-ccss
  830. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 6 to sub-from-ccss
  831. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 7 to sub-from-ccss
  832. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'macro-parked-call'; registrar: pbx_config
  833. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'macro-parked-call-custom' in context 'macro-parked-call'
  834. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to macro-parked-call
  835. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to macro-parked-call
  836. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to macro-parked-call
  837. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to macro-parked-call
  838. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 5 to macro-parked-call
  839. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 6 to macro-parked-call
  840. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 7 to macro-parked-call
  841. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 8 to macro-parked-call
  842. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 9 to macro-parked-call
  843. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 10 to macro-parked-call
  844. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 11 to macro-parked-call
  845. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 12 to macro-parked-call
  846. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 13 to macro-parked-call
  847. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 14 to macro-parked-call
  848. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 15 to macro-parked-call
  849. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 16 to macro-parked-call
  850. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'h' priority 1 to macro-parked-call
  851. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'parkedcallstimeout'; registrar: pbx_config
  852. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'parkedcallstimeout-custom' in context 'parkedcallstimeout'
  853. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_[0-9a-zA-Z*#].' priority 1 to parkedcallstimeout
  854. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_[0-9a-zA-Z*#].' priority 2 to parkedcallstimeout
  855. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_[0-9a-zA-Z*#].' priority 3 to parkedcallstimeout
  856. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_[0-9a-zA-Z*#].' priority 4 to parkedcallstimeout
  857. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_[0-9a-zA-Z*#].' priority 5 to parkedcallstimeout
  858. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'park-dial'; registrar: pbx_config
  859. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'park-dial-custom' in context 'park-dial'
  860. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 't' priority 1 to park-dial
  861. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 't' priority 2 to park-dial
  862. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 't' priority 3 to park-dial
  863. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_[0-9a-zA-Z*#].' priority 1 to park-dial
  864. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_[0-9a-zA-Z*#].' priority 2 to park-dial
  865. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_[0-9a-zA-Z*#].' priority 3 to park-dial
  866. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'park-orphan-routing'; registrar: pbx_config
  867. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'park-orphan-routing-custom' in context 'park-orphan-routing'
  868. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '70' priority 1 to park-orphan-routing
  869. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'park-return-routing'; registrar: pbx_config
  870. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'park-return-routing-custom' in context 'park-return-routing'
  871. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '70' priority 1 to park-return-routing
  872. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '70' priority 2 to park-return-routing
  873. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '71' priority 1 to park-return-routing
  874. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '72' priority 1 to park-return-routing
  875. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '73' priority 1 to park-return-routing
  876. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '74' priority 1 to park-return-routing
  877. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '75' priority 1 to park-return-routing
  878. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '76' priority 1 to park-return-routing
  879. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '77' priority 1 to park-return-routing
  880. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '78' priority 1 to park-return-routing
  881. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'park-hints'; registrar: pbx_config
  882. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'park-hints-custom' in context 'park-hints'
  883. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'parkedcalls' in context 'park-hints'
  884. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '71' priority 1 to park-hints
  885. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '71' priority -1 to park-hints
  886. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '72' priority 1 to park-hints
  887. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '72' priority -1 to park-hints
  888. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '73' priority 1 to park-hints
  889. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '73' priority -1 to park-hints
  890. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '74' priority 1 to park-hints
  891. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '74' priority -1 to park-hints
  892. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '75' priority 1 to park-hints
  893. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '75' priority -1 to park-hints
  894. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '76' priority 1 to park-hints
  895. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '76' priority -1 to park-hints
  896. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '77' priority 1 to park-hints
  897. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '77' priority -1 to park-hints
  898. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '78' priority 1 to park-hints
  899. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '78' priority -1 to park-hints
  900. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*85' priority 1 to park-hints
  901. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*85' priority -1 to park-hints
  902. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*8570' priority 1 to park-hints
  903. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*8570' priority -1 to park-hints
  904. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-blacklist-check'; registrar: pbx_config
  905. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-blacklist-check-custom' in context 'app-blacklist-check'
  906. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to app-blacklist-check
  907. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to app-blacklist-check
  908. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to app-blacklist-check
  909. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to app-blacklist-check
  910. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 5 to app-blacklist-check
  911. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 6 to app-blacklist-check
  912. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 7 to app-blacklist-check
  913. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 8 to app-blacklist-check
  914. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-blacklist'; registrar: pbx_config
  915. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-blacklist-custom' in context 'app-blacklist'
  916. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*30' priority 1 to app-blacklist
  917. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*32' priority 1 to app-blacklist
  918. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*31' priority 1 to app-blacklist
  919. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-blacklist-add'; registrar: pbx_config
  920. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-blacklist-add-custom' in context 'app-blacklist-add'
  921. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to app-blacklist-add
  922. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to app-blacklist-add
  923. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to app-blacklist-add
  924. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to app-blacklist-add
  925. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 5 to app-blacklist-add
  926. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 6 to app-blacklist-add
  927. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 7 to app-blacklist-add
  928. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 8 to app-blacklist-add
  929. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 9 to app-blacklist-add
  930. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 10 to app-blacklist-add
  931. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 11 to app-blacklist-add
  932. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 12 to app-blacklist-add
  933. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '1' priority 1 to app-blacklist-add
  934. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '1' priority 2 to app-blacklist-add
  935. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '1' priority 3 to app-blacklist-add
  936. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '1' priority 4 to app-blacklist-add
  937. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '1' priority 5 to app-blacklist-add
  938. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-blacklist-add-invalid'; registrar: pbx_config
  939. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-blacklist-add-invalid-custom' in context 'app-blacklist-add-invalid'
  940. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to app-blacklist-add-invalid
  941. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to app-blacklist-add-invalid
  942. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to app-blacklist-add-invalid
  943. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to app-blacklist-add-invalid
  944. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 5 to app-blacklist-add-invalid
  945. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-blacklist-last'; registrar: pbx_config
  946. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-blacklist-last-custom' in context 'app-blacklist-last'
  947. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to app-blacklist-last
  948. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to app-blacklist-last
  949. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to app-blacklist-last
  950. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to app-blacklist-last
  951. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 5 to app-blacklist-last
  952. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 6 to app-blacklist-last
  953. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 7 to app-blacklist-last
  954. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 8 to app-blacklist-last
  955. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 9 to app-blacklist-last
  956. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 10 to app-blacklist-last
  957. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 11 to app-blacklist-last
  958. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 12 to app-blacklist-last
  959. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 13 to app-blacklist-last
  960. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 14 to app-blacklist-last
  961. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 15 to app-blacklist-last
  962. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '1' priority 1 to app-blacklist-last
  963. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '1' priority 2 to app-blacklist-last
  964. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '1' priority 3 to app-blacklist-last
  965. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '1' priority 4 to app-blacklist-last
  966. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '1' priority 5 to app-blacklist-last
  967. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-blacklist-remove'; registrar: pbx_config
  968. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-blacklist-remove-custom' in context 'app-blacklist-remove'
  969. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to app-blacklist-remove
  970. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to app-blacklist-remove
  971. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to app-blacklist-remove
  972. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to app-blacklist-remove
  973. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 5 to app-blacklist-remove
  974. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 6 to app-blacklist-remove
  975. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 7 to app-blacklist-remove
  976. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 8 to app-blacklist-remove
  977. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 9 to app-blacklist-remove
  978. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 10 to app-blacklist-remove
  979. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 11 to app-blacklist-remove
  980. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '1' priority 1 to app-blacklist-remove
  981. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '1' priority 2 to app-blacklist-remove
  982. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '1' priority 3 to app-blacklist-remove
  983. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '1' priority 4 to app-blacklist-remove
  984. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-userlogonoff'; registrar: pbx_config
  985. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-userlogonoff-custom' in context 'app-userlogonoff'
  986. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*12' priority 1 to app-userlogonoff
  987. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*12' priority 2 to app-userlogonoff
  988. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*11' priority 1 to app-userlogonoff
  989. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*11' priority 2 to app-userlogonoff
  990. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*11.' priority 1 to app-userlogonoff
  991. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_*11.' priority 2 to app-userlogonoff
  992. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'ext-local-confirm'; registrar: pbx_config
  993. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'ext-local-confirm-custom' in context 'ext-local-confirm'
  994. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_LC-.' priority 1 to ext-local-confirm
  995. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_LC-.' priority 2 to ext-local-confirm
  996. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'findmefollow-ringallv2'; registrar: pbx_config
  997. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'findmefollow-ringallv2-custom' in context 'findmefollow-ringallv2'
  998. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_FMPR-.' priority 1 to findmefollow-ringallv2
  999. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_FMPR-.' priority 2 to findmefollow-ringallv2
  1000. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_FMPR-.' priority 3 to findmefollow-ringallv2
  1001. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_FMPR-.' priority 4 to findmefollow-ringallv2
  1002. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_FMPR-.' priority 5 to findmefollow-ringallv2
  1003. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_FMPR-.' priority 6 to findmefollow-ringallv2
  1004. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_FMPR-.' priority 7 to findmefollow-ringallv2
  1005. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_FMGL-.' priority 1 to findmefollow-ringallv2
  1006. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_FMGL-.' priority 2 to findmefollow-ringallv2
  1007. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_FMGL-.' priority 3 to findmefollow-ringallv2
  1008. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_FMGL-.' priority 4 to findmefollow-ringallv2
  1009. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_FMGL-.' priority 5 to findmefollow-ringallv2
  1010. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_FMGL-.' priority 6 to findmefollow-ringallv2
  1011. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_FMGL-.' priority 7 to findmefollow-ringallv2
  1012. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_FMGL-.' priority 8 to findmefollow-ringallv2
  1013. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_FMGL-.' priority 19 to findmefollow-ringallv2
  1014. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_FMGL-.' priority 20 to findmefollow-ringallv2
  1015. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_FMGL-.' priority 21 to findmefollow-ringallv2
  1016. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-pickup'; registrar: pbx_config
  1017. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-pickup-custom' in context 'app-pickup'
  1018. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_**.' priority 1 to app-pickup
  1019. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_**.' priority 2 to app-pickup
  1020. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_**.' priority 3 to app-pickup
  1021. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_**.' priority 4 to app-pickup
  1022. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_***80.' priority 1 to app-pickup
  1023. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_***80.' priority 2 to app-pickup
  1024. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_***80.' priority 3 to app-pickup
  1025. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_***80.' priority 4 to app-pickup
  1026. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-zapbarge'; registrar: pbx_config
  1027. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-zapbarge-custom' in context 'app-zapbarge'
  1028. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '888' priority 1 to app-zapbarge
  1029. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '888' priority 2 to app-zapbarge
  1030. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '888' priority 3 to app-zapbarge
  1031. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '888' priority 4 to app-zapbarge
  1032. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '888' priority 5 to app-zapbarge
  1033. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '888' priority 6 to app-zapbarge
  1034. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-chanspy'; registrar: pbx_config
  1035. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-chanspy-custom' in context 'app-chanspy'
  1036. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '555' priority 1 to app-chanspy
  1037. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '555' priority 2 to app-chanspy
  1038. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '555' priority 3 to app-chanspy
  1039. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '555' priority 4 to app-chanspy
  1040. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '555' priority 5 to app-chanspy
  1041. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'ext-test'; registrar: pbx_config
  1042. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'ext-test-custom' in context 'ext-test'
  1043. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '7777' priority 1 to ext-test
  1044. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'h' priority 1 to ext-test
  1045. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'ext-did'; registrar: pbx_config
  1046. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'ext-did-custom' in context 'ext-did'
  1047. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'ext-did-0001' in context 'ext-did'
  1048. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'ext-did-0002' in context 'ext-did'
  1049. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'foo' priority 1 to ext-did
  1050. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'ext-did-0001'; registrar: pbx_config
  1051. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'ext-did-0001-custom' in context 'ext-did-0001'
  1052. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '100' priority 1 (CID match '100') to ext-did-0001
  1053. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '100' priority 2 (CID match '100') to ext-did-0001
  1054. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '100' priority 3 (CID match '100') to ext-did-0001
  1055. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '100' priority 4 (CID match '100') to ext-did-0001
  1056. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '100' priority 5 (CID match '100') to ext-did-0001
  1057. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '100' priority 6 (CID match '100') to ext-did-0001
  1058. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '100' priority 7 (CID match '100') to ext-did-0001
  1059. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '200' priority 1 (CID match '200') to ext-did-0001
  1060. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '200' priority 2 (CID match '200') to ext-did-0001
  1061. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '200' priority 3 (CID match '200') to ext-did-0001
  1062. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '200' priority 4 (CID match '200') to ext-did-0001
  1063. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '200' priority 5 (CID match '200') to ext-did-0001
  1064. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '200' priority 6 (CID match '200') to ext-did-0001
  1065. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '200' priority 7 (CID match '200') to ext-did-0001
  1066. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'ext-did-catchall'; registrar: pbx_config
  1067. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'ext-did-catchall-custom' in context 'ext-did-catchall'
  1068. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to ext-did-catchall
  1069. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to ext-did-catchall
  1070. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to ext-did-catchall
  1071. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to ext-did-catchall
  1072. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 5 to ext-did-catchall
  1073. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 6 to ext-did-catchall
  1074. [2013-07-18 12:10:39] WARNING[27056] pbx_config.c: The use of '_.' for an extension is strongly discouraged and can have unexpected behavior. Please use '_X.' instead at line 1402 of /etc/asterisk/extensions_additional.conf
  1075. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_.' priority 1 to ext-did-catchall
  1076. [2013-07-18 12:10:39] WARNING[27056] pbx_config.c: The use of '_.' for an extension is strongly discouraged and can have unexpected behavior. Please use '_X.' instead at line 1403 of /etc/asterisk/extensions_additional.conf
  1077. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_.' priority 2 to ext-did-catchall
  1078. [2013-07-18 12:10:39] WARNING[27056] pbx_config.c: The use of '_.' for an extension is strongly discouraged and can have unexpected behavior. Please use '_X.' instead at line 1404 of /etc/asterisk/extensions_additional.conf
  1079. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_.' priority 3 to ext-did-catchall
  1080. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'h' priority 1 to ext-did-catchall
  1081. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'ext-trunk'; registrar: pbx_config
  1082. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'ext-trunk-custom' in context 'ext-trunk'
  1083. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '1' priority 1 to ext-trunk
  1084. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '1' priority 2 to ext-trunk
  1085. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '1' priority 3 to ext-trunk
  1086. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'tdial' priority 1 to ext-trunk
  1087. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'tdial' priority 2 to ext-trunk
  1088. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'tdial' priority 3 to ext-trunk
  1089. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'tdial' priority 4 to ext-trunk
  1090. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'tdial' priority 5 to ext-trunk
  1091. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'tdial' priority 6 to ext-trunk
  1092. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'tdial' priority 7 to ext-trunk
  1093. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'tdial' priority 8 to ext-trunk
  1094. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'tdial' priority 9 to ext-trunk
  1095. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'tdial' priority 10 to ext-trunk
  1096. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'tdial' priority 11 to ext-trunk
  1097. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'tdial' priority 12 to ext-trunk
  1098. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'sub-record-cancel'; registrar: pbx_config
  1099. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'sub-record-cancel-custom' in context 'sub-record-cancel'
  1100. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to sub-record-cancel
  1101. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to sub-record-cancel
  1102. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to sub-record-cancel
  1103. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to sub-record-cancel
  1104. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 5 to sub-record-cancel
  1105. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 6 to sub-record-cancel
  1106. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 7 to sub-record-cancel
  1107. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 8 to sub-record-cancel
  1108. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 9 to sub-record-cancel
  1109. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 10 to sub-record-cancel
  1110. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'sub-record-check'; registrar: pbx_config
  1111. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'sub-record-check-custom' in context 'sub-record-check'
  1112. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to sub-record-check
  1113. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to sub-record-check
  1114. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to sub-record-check
  1115. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to sub-record-check
  1116. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 5 to sub-record-check
  1117. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 6 to sub-record-check
  1118. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 7 to sub-record-check
  1119. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 8 to sub-record-check
  1120. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 9 to sub-record-check
  1121. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 10 to sub-record-check
  1122. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 11 to sub-record-check
  1123. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 12 to sub-record-check
  1124. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 13 to sub-record-check
  1125. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 14 to sub-record-check
  1126. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 15 to sub-record-check
  1127. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 16 to sub-record-check
  1128. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 17 to sub-record-check
  1129. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 18 to sub-record-check
  1130. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 19 to sub-record-check
  1131. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 20 to sub-record-check
  1132. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 21 to sub-record-check
  1133. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 22 to sub-record-check
  1134. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'rg' priority 1 to sub-record-check
  1135. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'rg' priority 2 to sub-record-check
  1136. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'force' priority 1 to sub-record-check
  1137. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'force' priority 2 to sub-record-check
  1138. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'q' priority 1 to sub-record-check
  1139. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'q' priority 2 to sub-record-check
  1140. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'out' priority 1 to sub-record-check
  1141. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'out' priority 2 to sub-record-check
  1142. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'out' priority 3 to sub-record-check
  1143. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'exten' priority 1 to sub-record-check
  1144. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'exten' priority 2 to sub-record-check
  1145. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'exten' priority 3 to sub-record-check
  1146. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'exten' priority 4 to sub-record-check
  1147. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'exten' priority 5 to sub-record-check
  1148. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'exten' priority 6 to sub-record-check
  1149. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'exten' priority 7 to sub-record-check
  1150. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'exten' priority 8 to sub-record-check
  1151. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'exten' priority 9 to sub-record-check
  1152. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'exten' priority 10 to sub-record-check
  1153. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'exten' priority 11 to sub-record-check
  1154. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'exten' priority 12 to sub-record-check
  1155. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'conf' priority 1 to sub-record-check
  1156. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'conf' priority 2 to sub-record-check
  1157. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'page' priority 1 to sub-record-check
  1158. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'page' priority 2 to sub-record-check
  1159. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'record' priority 1 to sub-record-check
  1160. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'record' priority 2 to sub-record-check
  1161. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'record' priority 3 to sub-record-check
  1162. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'record' priority 4 to sub-record-check
  1163. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'record' priority 5 to sub-record-check
  1164. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'recq' priority 1 to sub-record-check
  1165. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'recq' priority 2 to sub-record-check
  1166. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'recq' priority 3 to sub-record-check
  1167. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'recq' priority 4 to sub-record-check
  1168. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'recq' priority 5 to sub-record-check
  1169. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'recq' priority 6 to sub-record-check
  1170. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'recconf' priority 1 to sub-record-check
  1171. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'recconf' priority 2 to sub-record-check
  1172. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'recconf' priority 3 to sub-record-check
  1173. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'recconf' priority 4 to sub-record-check
  1174. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'recconf' priority 5 to sub-record-check
  1175. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'recconf' priority 6 to sub-record-check
  1176. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'recconf' priority 7 to sub-record-check
  1177. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'recconf' priority 8 to sub-record-check
  1178. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'macro-one-touch-record'; registrar: pbx_config
  1179. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'macro-one-touch-record-custom' in context 'macro-one-touch-record'
  1180. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to macro-one-touch-record
  1181. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to macro-one-touch-record
  1182. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'macro-prepend-cid'; registrar: pbx_config
  1183. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'macro-prepend-cid-custom' in context 'macro-prepend-cid'
  1184. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to macro-prepend-cid
  1185. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to macro-prepend-cid
  1186. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to macro-prepend-cid
  1187. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to macro-prepend-cid
  1188. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 5 to macro-prepend-cid
  1189. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 6 to macro-prepend-cid
  1190. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'outbound-allroutes'; registrar: pbx_config
  1191. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'outbound-allroutes-custom' in context 'outbound-allroutes'
  1192. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'foo' priority 1 to outbound-allroutes
  1193. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'app-blackhole'; registrar: pbx_config
  1194. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-blackhole-custom' in context 'app-blackhole'
  1195. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'hangup' priority 1 to app-blackhole
  1196. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'hangup' priority 2 to app-blackhole
  1197. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'zapateller' priority 1 to app-blackhole
  1198. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'zapateller' priority 2 to app-blackhole
  1199. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'zapateller' priority 3 to app-blackhole
  1200. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'musiconhold' priority 1 to app-blackhole
  1201. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'musiconhold' priority 2 to app-blackhole
  1202. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'musiconhold' priority 3 to app-blackhole
  1203. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'congestion' priority 1 to app-blackhole
  1204. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'congestion' priority 2 to app-blackhole
  1205. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'congestion' priority 3 to app-blackhole
  1206. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'congestion' priority 4 to app-blackhole
  1207. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'congestion' priority 5 to app-blackhole
  1208. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'busy' priority 1 to app-blackhole
  1209. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'busy' priority 2 to app-blackhole
  1210. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'busy' priority 3 to app-blackhole
  1211. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'ring' priority 1 to app-blackhole
  1212. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'ring' priority 2 to app-blackhole
  1213. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'ring' priority 3 to app-blackhole
  1214. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'ring' priority 4 to app-blackhole
  1215. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'ring' priority 5 to app-blackhole
  1216. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'bad-number'; registrar: pbx_config
  1217. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'bad-number-custom' in context 'bad-number'
  1218. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_X.' priority 1 to bad-number
  1219. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_X.' priority 2 to bad-number
  1220. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_X.' priority 3 to bad-number
  1221. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_X.' priority 4 to bad-number
  1222. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_X.' priority 5 to bad-number
  1223. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_X.' priority 6 to bad-number
  1224. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_X.' priority 7 to bad-number
  1225. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_X.' priority 8 to bad-number
  1226. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_X.' priority 9 to bad-number
  1227. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'macro-confirm'; registrar: pbx_config
  1228. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'macro-confirm-custom' in context 'macro-confirm'
  1229. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to macro-confirm
  1230. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to macro-confirm
  1231. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to macro-confirm
  1232. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to macro-confirm
  1233. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 5 to macro-confirm
  1234. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 6 to macro-confirm
  1235. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '1' priority 1 to macro-confirm
  1236. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '1' priority 2 to macro-confirm
  1237. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '1' priority 3 to macro-confirm
  1238. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '1' priority 4 to macro-confirm
  1239. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '1' priority 5 to macro-confirm
  1240. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '1' priority 6 to macro-confirm
  1241. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '1' priority 7 to macro-confirm
  1242. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '2' priority 1 to macro-confirm
  1243. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '3' priority 1 to macro-confirm
  1244. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '3' priority 2 to macro-confirm
  1245. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 't' priority 1 to macro-confirm
  1246. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 't' priority 2 to macro-confirm
  1247. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 't' priority 3 to macro-confirm
  1248. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_X' priority 1 to macro-confirm
  1249. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_X' priority 2 to macro-confirm
  1250. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_X' priority 3 to macro-confirm
  1251. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_X' priority 4 to macro-confirm
  1252. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'noanswer' priority 1 to macro-confirm
  1253. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'noanswer' priority 2 to macro-confirm
  1254. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'toolate' priority 1 to macro-confirm
  1255. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'toolate' priority 2 to macro-confirm
  1256. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'toolate' priority 3 to macro-confirm
  1257. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'toolate' priority 4 to macro-confirm
  1258. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'h' priority 1 to macro-confirm
  1259. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'macro-auto-confirm'; registrar: pbx_config
  1260. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'macro-auto-confirm-custom' in context 'macro-auto-confirm'
  1261. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to macro-auto-confirm
  1262. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to macro-auto-confirm
  1263. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to macro-auto-confirm
  1264. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to macro-auto-confirm
  1265. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 5 to macro-auto-confirm
  1266. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'macro-auto-blkvm'; registrar: pbx_config
  1267. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'macro-auto-blkvm-custom' in context 'macro-auto-blkvm'
  1268. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to macro-auto-blkvm
  1269. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to macro-auto-blkvm
  1270. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to macro-auto-blkvm
  1271. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to macro-auto-blkvm
  1272. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'sub-pincheck'; registrar: pbx_config
  1273. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'sub-pincheck-custom' in context 'sub-pincheck'
  1274. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to sub-pincheck
  1275. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to sub-pincheck
  1276. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to sub-pincheck
  1277. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'macro-privacy-mgr'; registrar: pbx_config
  1278. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'macro-privacy-mgr-custom' in context 'macro-privacy-mgr'
  1279. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to macro-privacy-mgr
  1280. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to macro-privacy-mgr
  1281. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to macro-privacy-mgr
  1282. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to macro-privacy-mgr
  1283. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 5 to macro-privacy-mgr
  1284. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 6 to macro-privacy-mgr
  1285. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 7 to macro-privacy-mgr
  1286. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 8 to macro-privacy-mgr
  1287. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 9 to macro-privacy-mgr
  1288. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 10 to macro-privacy-mgr
  1289. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 11 to macro-privacy-mgr
  1290. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 12 to macro-privacy-mgr
  1291. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'h' priority 1 to macro-privacy-mgr
  1292. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'macro-user-callerid'; registrar: pbx_config
  1293. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'macro-user-callerid-custom' in context 'macro-user-callerid'
  1294. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to macro-user-callerid
  1295. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to macro-user-callerid
  1296. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to macro-user-callerid
  1297. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to macro-user-callerid
  1298. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 5 to macro-user-callerid
  1299. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 6 to macro-user-callerid
  1300. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 7 to macro-user-callerid
  1301. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 8 to macro-user-callerid
  1302. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 9 to macro-user-callerid
  1303. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 10 to macro-user-callerid
  1304. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 11 to macro-user-callerid
  1305. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 12 to macro-user-callerid
  1306. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 13 to macro-user-callerid
  1307. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 14 to macro-user-callerid
  1308. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 15 to macro-user-callerid
  1309. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 16 to macro-user-callerid
  1310. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 17 to macro-user-callerid
  1311. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 18 to macro-user-callerid
  1312. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 19 to macro-user-callerid
  1313. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 20 to macro-user-callerid
  1314. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 21 to macro-user-callerid
  1315. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 22 to macro-user-callerid
  1316. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 23 to macro-user-callerid
  1317. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 24 to macro-user-callerid
  1318. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 25 to macro-user-callerid
  1319. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 26 to macro-user-callerid
  1320. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 27 to macro-user-callerid
  1321. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 28 to macro-user-callerid
  1322. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 29 to macro-user-callerid
  1323. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 30 to macro-user-callerid
  1324. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 31 to macro-user-callerid
  1325. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'h' priority 1 to macro-user-callerid
  1326. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'macro-outbound-callerid'; registrar: pbx_config
  1327. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'macro-outbound-callerid-custom' in context 'macro-outbound-callerid'
  1328. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to macro-outbound-callerid
  1329. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to macro-outbound-callerid
  1330. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to macro-outbound-callerid
  1331. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to macro-outbound-callerid
  1332. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 5 to macro-outbound-callerid
  1333. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 6 to macro-outbound-callerid
  1334. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 7 to macro-outbound-callerid
  1335. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 8 to macro-outbound-callerid
  1336. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 9 to macro-outbound-callerid
  1337. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 10 to macro-outbound-callerid
  1338. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 11 to macro-outbound-callerid
  1339. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 12 to macro-outbound-callerid
  1340. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 13 to macro-outbound-callerid
  1341. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 14 to macro-outbound-callerid
  1342. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 15 to macro-outbound-callerid
  1343. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 16 to macro-outbound-callerid
  1344. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 17 to macro-outbound-callerid
  1345. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 18 to macro-outbound-callerid
  1346. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 19 to macro-outbound-callerid
  1347. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'from-zaptel'; registrar: pbx_config
  1348. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'from-zaptel-custom' in context 'from-zaptel'
  1349. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'from-dahdi' in context 'from-zaptel'
  1350. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'foo' priority 1 to from-zaptel
  1351. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'from-dahdi'; registrar: pbx_config
  1352. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'from-dahdi-custom' in context 'from-dahdi'
  1353. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_X.' priority 1 to from-dahdi
  1354. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_X.' priority 2 to from-dahdi
  1355. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to from-dahdi
  1356. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to from-dahdi
  1357. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to from-dahdi
  1358. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to from-dahdi
  1359. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 5 to from-dahdi
  1360. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 6 to from-dahdi
  1361. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 7 to from-dahdi
  1362. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 8 to from-dahdi
  1363. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 9 to from-dahdi
  1364. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 10 to from-dahdi
  1365. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 11 to from-dahdi
  1366. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 12 to from-dahdi
  1367. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 13 to from-dahdi
  1368. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 14 to from-dahdi
  1369. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 15 to from-dahdi
  1370. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 16 to from-dahdi
  1371. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 17 to from-dahdi
  1372. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 18 to from-dahdi
  1373. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 19 to from-dahdi
  1374. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 20 to from-dahdi
  1375. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'vm-callme'; registrar: pbx_config
  1376. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'vm-callme-custom' in context 'vm-callme'
  1377. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to vm-callme
  1378. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to vm-callme
  1379. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to vm-callme
  1380. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to vm-callme
  1381. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '5' priority 1 to vm-callme
  1382. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '#' priority 1 to vm-callme
  1383. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '#' priority 2 to vm-callme
  1384. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*' priority 1 to vm-callme
  1385. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '*' priority 2 to vm-callme
  1386. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'i' priority 1 to vm-callme
  1387. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'i' priority 2 to vm-callme
  1388. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 't' priority 1 to vm-callme
  1389. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 't' priority 2 to vm-callme
  1390. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'h' priority 1 to vm-callme
  1391. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'macro-dial-confirm'; registrar: pbx_config
  1392. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'macro-dial-confirm-custom' in context 'macro-dial-confirm'
  1393. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to macro-dial-confirm
  1394. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to macro-dial-confirm
  1395. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to macro-dial-confirm
  1396. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to macro-dial-confirm
  1397. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 5 to macro-dial-confirm
  1398. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 6 to macro-dial-confirm
  1399. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 7 to macro-dial-confirm
  1400. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 8 to macro-dial-confirm
  1401. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 9 to macro-dial-confirm
  1402. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 10 to macro-dial-confirm
  1403. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'macro-setmusic'; registrar: pbx_config
  1404. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'macro-setmusic-custom' in context 'macro-setmusic'
  1405. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to macro-setmusic
  1406. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'macro-block-cf'; registrar: pbx_config
  1407. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'macro-block-cf-custom' in context 'macro-block-cf'
  1408. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_X.' priority 1 to macro-block-cf
  1409. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-ANSWER' priority 1 to macro-block-cf
  1410. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-ANSWER' priority 2 to macro-block-cf
  1411. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'macro-vm'; registrar: pbx_config
  1412. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'macro-vm-custom' in context 'macro-vm'
  1413. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to macro-vm
  1414. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to macro-vm
  1415. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to macro-vm
  1416. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to macro-vm
  1417. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 5 to macro-vm
  1418. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 1 to macro-vm
  1419. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 2 to macro-vm
  1420. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 3 to macro-vm
  1421. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 4 to macro-vm
  1422. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 5 to macro-vm
  1423. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 6 to macro-vm
  1424. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 7 to macro-vm
  1425. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 8 to macro-vm
  1426. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 9 to macro-vm
  1427. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 10 to macro-vm
  1428. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 11 to macro-vm
  1429. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 12 to macro-vm
  1430. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 13 to macro-vm
  1431. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 14 to macro-vm
  1432. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 15 to macro-vm
  1433. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 16 to macro-vm
  1434. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 17 to macro-vm
  1435. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 18 to macro-vm
  1436. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 19 to macro-vm
  1437. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 20 to macro-vm
  1438. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 21 to macro-vm
  1439. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 22 to macro-vm
  1440. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 23 to macro-vm
  1441. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 24 to macro-vm
  1442. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 25 to macro-vm
  1443. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 26 to macro-vm
  1444. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 27 to macro-vm
  1445. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 28 to macro-vm
  1446. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 29 to macro-vm
  1447. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 30 to macro-vm
  1448. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 31 to macro-vm
  1449. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 32 to macro-vm
  1450. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 33 to macro-vm
  1451. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 34 to macro-vm
  1452. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 35 to macro-vm
  1453. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 36 to macro-vm
  1454. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 37 to macro-vm
  1455. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 38 to macro-vm
  1456. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 39 to macro-vm
  1457. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 40 to macro-vm
  1458. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 41 to macro-vm
  1459. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 42 to macro-vm
  1460. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 43 to macro-vm
  1461. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 44 to macro-vm
  1462. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 45 to macro-vm
  1463. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 46 to macro-vm
  1464. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 47 to macro-vm
  1465. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 48 to macro-vm
  1466. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 49 to macro-vm
  1467. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 50 to macro-vm
  1468. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 51 to macro-vm
  1469. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 52 to macro-vm
  1470. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 53 to macro-vm
  1471. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 54 to macro-vm
  1472. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'vmx' priority 55 to macro-vm
  1473. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'dovm' priority 1 to macro-vm
  1474. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'dovm' priority 2 to macro-vm
  1475. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'dovm' priority 3 to macro-vm
  1476. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-BUSY' priority 1 to macro-vm
  1477. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-BUSY' priority 2 to macro-vm
  1478. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-BUSY' priority 3 to macro-vm
  1479. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-BUSY' priority 4 to macro-vm
  1480. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-NOMESSAGE' priority 1 to macro-vm
  1481. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-NOMESSAGE' priority 2 to macro-vm
  1482. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-NOMESSAGE' priority 3 to macro-vm
  1483. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-NOMESSAGE' priority 4 to macro-vm
  1484. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-DIRECTDIAL' priority 1 to macro-vm
  1485. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-DIRECTDIAL' priority 2 to macro-vm
  1486. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-DIRECTDIAL' priority 3 to macro-vm
  1487. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-DIRECTDIAL' priority 4 to macro-vm
  1488. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_s-.' priority 1 to macro-vm
  1489. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_s-.' priority 2 to macro-vm
  1490. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_s-.' priority 3 to macro-vm
  1491. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'o' priority 1 to macro-vm
  1492. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'o' priority 2 to macro-vm
  1493. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'o' priority 3 to macro-vm
  1494. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'o' priority 4 to macro-vm
  1495. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'o' priority 5 to macro-vm
  1496. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'o' priority 6 to macro-vm
  1497. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'o' priority 7 to macro-vm
  1498. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'o' priority 8 to macro-vm
  1499. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'o' priority 9 to macro-vm
  1500. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'o' priority 10 to macro-vm
  1501. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'o' priority 11 to macro-vm
  1502. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'o' priority 12 to macro-vm
  1503. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'a' priority 1 to macro-vm
  1504. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'a' priority 2 to macro-vm
  1505. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'a' priority 3 to macro-vm
  1506. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'a' priority 4 to macro-vm
  1507. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'a' priority 5 to macro-vm
  1508. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'a' priority 6 to macro-vm
  1509. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'adef' priority 1 to macro-vm
  1510. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'adef' priority 2 to macro-vm
  1511. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'adef' priority 3 to macro-vm
  1512. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'exit-FAILED' priority 1 to macro-vm
  1513. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'exit-FAILED' priority 2 to macro-vm
  1514. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'exit-FAILED' priority 3 to macro-vm
  1515. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'exit-SUCCESS' priority 1 to macro-vm
  1516. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'exit-SUCCESS' priority 2 to macro-vm
  1517. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'exit-SUCCESS' priority 3 to macro-vm
  1518. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'exit-USEREXIT' priority 1 to macro-vm
  1519. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'exit-USEREXIT' priority 2 to macro-vm
  1520. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'exit-USEREXIT' priority 3 to macro-vm
  1521. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'exit-RETURN' priority 1 to macro-vm
  1522. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 't' priority 1 to macro-vm
  1523. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'macro-exten-vm'; registrar: pbx_config
  1524. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'macro-exten-vm-custom' in context 'macro-exten-vm'
  1525. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to macro-exten-vm
  1526. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to macro-exten-vm
  1527. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to macro-exten-vm
  1528. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to macro-exten-vm
  1529. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 5 to macro-exten-vm
  1530. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 6 to macro-exten-vm
  1531. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 7 to macro-exten-vm
  1532. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 8 to macro-exten-vm
  1533. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 9 to macro-exten-vm
  1534. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 10 to macro-exten-vm
  1535. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 11 to macro-exten-vm
  1536. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 12 to macro-exten-vm
  1537. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 13 to macro-exten-vm
  1538. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 14 to macro-exten-vm
  1539. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 15 to macro-exten-vm
  1540. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 16 to macro-exten-vm
  1541. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 17 to macro-exten-vm
  1542. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 18 to macro-exten-vm
  1543. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 19 to macro-exten-vm
  1544. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 20 to macro-exten-vm
  1545. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 21 to macro-exten-vm
  1546. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 22 to macro-exten-vm
  1547. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 23 to macro-exten-vm
  1548. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'docfu' priority 1 to macro-exten-vm
  1549. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'docfu' priority 2 to macro-exten-vm
  1550. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'docfu' priority 3 to macro-exten-vm
  1551. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'docfu' priority 4 to macro-exten-vm
  1552. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'docfu' priority 5 to macro-exten-vm
  1553. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'docfb' priority 1 to macro-exten-vm
  1554. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'docfb' priority 2 to macro-exten-vm
  1555. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'docfb' priority 3 to macro-exten-vm
  1556. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'docfb' priority 4 to macro-exten-vm
  1557. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'docfb' priority 5 to macro-exten-vm
  1558. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'clrheader' priority 1 to macro-exten-vm
  1559. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'clrheader' priority 2 to macro-exten-vm
  1560. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'clrheader' priority 3 to macro-exten-vm
  1561. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'clrheader' priority 4 to macro-exten-vm
  1562. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-BUSY' priority 1 to macro-exten-vm
  1563. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-BUSY' priority 2 to macro-exten-vm
  1564. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-BUSY' priority 3 to macro-exten-vm
  1565. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_s-!' priority 1 to macro-exten-vm
  1566. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_s-!' priority 2 to macro-exten-vm
  1567. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_s-!' priority 3 to macro-exten-vm
  1568. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'exit' priority 1 to macro-exten-vm
  1569. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'exit' priority 2 to macro-exten-vm
  1570. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'macro-simple-dial'; registrar: pbx_config
  1571. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'macro-simple-dial-custom' in context 'macro-simple-dial'
  1572. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to macro-simple-dial
  1573. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to macro-simple-dial
  1574. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to macro-simple-dial
  1575. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to macro-simple-dial
  1576. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 5 to macro-simple-dial
  1577. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 6 to macro-simple-dial
  1578. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 7 to macro-simple-dial
  1579. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 8 to macro-simple-dial
  1580. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 9 to macro-simple-dial
  1581. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 10 to macro-simple-dial
  1582. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 11 to macro-simple-dial
  1583. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 12 to macro-simple-dial
  1584. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'docfu' priority 1 to macro-simple-dial
  1585. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'docfu' priority 2 to macro-simple-dial
  1586. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'docfu' priority 3 to macro-simple-dial
  1587. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'docfu' priority 4 to macro-simple-dial
  1588. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'docfu' priority 5 to macro-simple-dial
  1589. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'docfb' priority 1 to macro-simple-dial
  1590. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'docfb' priority 2 to macro-simple-dial
  1591. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'docfb' priority 3 to macro-simple-dial
  1592. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'docfb' priority 4 to macro-simple-dial
  1593. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'docfb' priority 5 to macro-simple-dial
  1594. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_s-.' priority 1 to macro-simple-dial
  1595. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'macro-blkvm-setifempty'; registrar: pbx_config
  1596. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'macro-blkvm-setifempty-custom' in context 'macro-blkvm-setifempty'
  1597. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to macro-blkvm-setifempty
  1598. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to macro-blkvm-setifempty
  1599. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to macro-blkvm-setifempty
  1600. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to macro-blkvm-setifempty
  1601. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 5 to macro-blkvm-setifempty
  1602. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 6 to macro-blkvm-setifempty
  1603. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 7 to macro-blkvm-setifempty
  1604. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'macro-blkvm-set'; registrar: pbx_config
  1605. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'macro-blkvm-set-custom' in context 'macro-blkvm-set'
  1606. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to macro-blkvm-set
  1607. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to macro-blkvm-set
  1608. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to macro-blkvm-set
  1609. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to macro-blkvm-set
  1610. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'macro-blkvm-clr'; registrar: pbx_config
  1611. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'macro-blkvm-clr-custom' in context 'macro-blkvm-clr'
  1612. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to macro-blkvm-clr
  1613. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to macro-blkvm-clr
  1614. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to macro-blkvm-clr
  1615. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'macro-blkvm-check'; registrar: pbx_config
  1616. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'macro-blkvm-check-custom' in context 'macro-blkvm-check'
  1617. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to macro-blkvm-check
  1618. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to macro-blkvm-check
  1619. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to macro-blkvm-check
  1620. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'macro-hangupcall'; registrar: pbx_config
  1621. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'macro-hangupcall-custom' in context 'macro-hangupcall'
  1622. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to macro-hangupcall
  1623. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to macro-hangupcall
  1624. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to macro-hangupcall
  1625. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to macro-hangupcall
  1626. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 5 to macro-hangupcall
  1627. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'macro-dial-one'; registrar: pbx_config
  1628. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'macro-dial-one-custom' in context 'macro-dial-one'
  1629. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to macro-dial-one
  1630. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to macro-dial-one
  1631. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to macro-dial-one
  1632. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to macro-dial-one
  1633. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 5 to macro-dial-one
  1634. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 6 to macro-dial-one
  1635. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 7 to macro-dial-one
  1636. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 8 to macro-dial-one
  1637. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 9 to macro-dial-one
  1638. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 10 to macro-dial-one
  1639. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 11 to macro-dial-one
  1640. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 12 to macro-dial-one
  1641. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 13 to macro-dial-one
  1642. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 14 to macro-dial-one
  1643. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 15 to macro-dial-one
  1644. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 16 to macro-dial-one
  1645. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 17 to macro-dial-one
  1646. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 18 to macro-dial-one
  1647. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 19 to macro-dial-one
  1648. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 20 to macro-dial-one
  1649. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 21 to macro-dial-one
  1650. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 22 to macro-dial-one
  1651. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 23 to macro-dial-one
  1652. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 24 to macro-dial-one
  1653. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 25 to macro-dial-one
  1654. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 26 to macro-dial-one
  1655. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 27 to macro-dial-one
  1656. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 28 to macro-dial-one
  1657. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 29 to macro-dial-one
  1658. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 30 to macro-dial-one
  1659. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 31 to macro-dial-one
  1660. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 32 to macro-dial-one
  1661. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 33 to macro-dial-one
  1662. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 34 to macro-dial-one
  1663. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 35 to macro-dial-one
  1664. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 36 to macro-dial-one
  1665. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 37 to macro-dial-one
  1666. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 38 to macro-dial-one
  1667. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 39 to macro-dial-one
  1668. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 40 to macro-dial-one
  1669. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 41 to macro-dial-one
  1670. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 42 to macro-dial-one
  1671. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 43 to macro-dial-one
  1672. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 44 to macro-dial-one
  1673. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 45 to macro-dial-one
  1674. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 46 to macro-dial-one
  1675. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 47 to macro-dial-one
  1676. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 48 to macro-dial-one
  1677. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 49 to macro-dial-one
  1678. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'h' priority 1 to macro-dial-one
  1679. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'usegoto' priority 1 to macro-dial-one
  1680. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'usegoto' priority 2 to macro-dial-one
  1681. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'screen' priority 1 to macro-dial-one
  1682. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'screen' priority 2 to macro-dial-one
  1683. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'screen' priority 3 to macro-dial-one
  1684. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'screen' priority 4 to macro-dial-one
  1685. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'screen' priority 5 to macro-dial-one
  1686. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'screen' priority 6 to macro-dial-one
  1687. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'cf' priority 1 to macro-dial-one
  1688. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'cf' priority 2 to macro-dial-one
  1689. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'cf' priority 3 to macro-dial-one
  1690. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'cf' priority 4 to macro-dial-one
  1691. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'cf' priority 5 to macro-dial-one
  1692. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'cf' priority 6 to macro-dial-one
  1693. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'cf' priority 7 to macro-dial-one
  1694. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'qwait' priority 1 to macro-dial-one
  1695. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'qwait' priority 2 to macro-dial-one
  1696. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'qwait' priority 3 to macro-dial-one
  1697. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'qwait' priority 4 to macro-dial-one
  1698. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'ctset' priority 1 to macro-dial-one
  1699. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'ctset' priority 2 to macro-dial-one
  1700. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'ctclear' priority 1 to macro-dial-one
  1701. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'ctclear' priority 2 to macro-dial-one
  1702. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'dstring' priority 1 to macro-dial-one
  1703. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'dstring' priority 2 to macro-dial-one
  1704. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'dstring' priority 3 to macro-dial-one
  1705. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'dstring' priority 4 to macro-dial-one
  1706. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'dstring' priority 5 to macro-dial-one
  1707. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'dstring' priority 6 to macro-dial-one
  1708. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'dstring' priority 7 to macro-dial-one
  1709. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'dstring' priority 8 to macro-dial-one
  1710. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'dstring' priority 9 to macro-dial-one
  1711. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'dstring' priority 10 to macro-dial-one
  1712. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'dstring' priority 11 to macro-dial-one
  1713. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'dstring' priority 12 to macro-dial-one
  1714. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'dstring' priority 13 to macro-dial-one
  1715. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'dlocal' priority 1 to macro-dial-one
  1716. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'dlocal' priority 2 to macro-dial-one
  1717. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'dlocal' priority 3 to macro-dial-one
  1718. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'zap2dahdi' priority 1 to macro-dial-one
  1719. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'zap2dahdi' priority 2 to macro-dial-one
  1720. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'zap2dahdi' priority 3 to macro-dial-one
  1721. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'zap2dahdi' priority 4 to macro-dial-one
  1722. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'zap2dahdi' priority 5 to macro-dial-one
  1723. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'zap2dahdi' priority 6 to macro-dial-one
  1724. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'zap2dahdi' priority 7 to macro-dial-one
  1725. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'zap2dahdi' priority 8 to macro-dial-one
  1726. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'zap2dahdi' priority 9 to macro-dial-one
  1727. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'zap2dahdi' priority 10 to macro-dial-one
  1728. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'zap2dahdi' priority 11 to macro-dial-one
  1729. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-TORTURE' priority 1 to macro-dial-one
  1730. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-TORTURE' priority 2 to macro-dial-one
  1731. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-DONTCALL' priority 1 to macro-dial-one
  1732. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-DONTCALL' priority 2 to macro-dial-one
  1733. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-DONTCALL' priority 3 to macro-dial-one
  1734. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-DONTCALL' priority 4 to macro-dial-one
  1735. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-DONTCALL' priority 5 to macro-dial-one
  1736. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-CHANUNAVAIL' priority 1 to macro-dial-one
  1737. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-CHANUNAVAIL' priority 2 to macro-dial-one
  1738. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-CHANUNAVAIL' priority 3 to macro-dial-one
  1739. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-NOANSWER' priority 1 to macro-dial-one
  1740. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-NOANSWER' priority 2 to macro-dial-one
  1741. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-NOANSWER' priority 3 to macro-dial-one
  1742. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-BUSY' priority 1 to macro-dial-one
  1743. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-BUSY' priority 2 to macro-dial-one
  1744. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-BUSY' priority 3 to macro-dial-one
  1745. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'from-internal-additional'; registrar: pbx_config
  1746. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'from-internal-additional-custom' in context 'from-internal-additional'
  1747. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'ext-meetme' in context 'from-internal-additional'
  1748. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-fmf-toggle' in context 'from-internal-additional'
  1749. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'ext-findmefollow' in context 'from-internal-additional'
  1750. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'fmgrps' in context 'from-internal-additional'
  1751. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-hotelwakeup' in context 'from-internal-additional'
  1752. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-setcid' in context 'from-internal-additional'
  1753. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-dialvm' in context 'from-internal-additional'
  1754. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-vmmain' in context 'from-internal-additional'
  1755. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-callwaiting-cwoff' in context 'from-internal-additional'
  1756. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-callwaiting-cwon' in context 'from-internal-additional'
  1757. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-dnd-off' in context 'from-internal-additional'
  1758. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-dnd-on' in context 'from-internal-additional'
  1759. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-dnd-toggle' in context 'from-internal-additional'
  1760. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'vmblast-grp' in context 'from-internal-additional'
  1761. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-recordings' in context 'from-internal-additional'
  1762. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'ext-intercom-users' in context 'from-internal-additional'
  1763. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'ext-group' in context 'from-internal-additional'
  1764. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'grps' in context 'from-internal-additional'
  1765. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-calltrace' in context 'from-internal-additional'
  1766. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-echo-test' in context 'from-internal-additional'
  1767. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-speakextennum' in context 'from-internal-additional'
  1768. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-speakingclock' in context 'from-internal-additional'
  1769. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'ext-queues' in context 'from-internal-additional'
  1770. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-cf-busy-off' in context 'from-internal-additional'
  1771. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-cf-busy-off-any' in context 'from-internal-additional'
  1772. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-cf-busy-on' in context 'from-internal-additional'
  1773. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-cf-off' in context 'from-internal-additional'
  1774. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-cf-off-any' in context 'from-internal-additional'
  1775. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-cf-on' in context 'from-internal-additional'
  1776. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-cf-unavailable-off' in context 'from-internal-additional'
  1777. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-cf-unavailable-on' in context 'from-internal-additional'
  1778. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-cf-toggle' in context 'from-internal-additional'
  1779. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-campon-cancel' in context 'from-internal-additional'
  1780. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-campon-request' in context 'from-internal-additional'
  1781. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-campon-toggle' in context 'from-internal-additional'
  1782. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'park-hints' in context 'from-internal-additional'
  1783. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-blacklist' in context 'from-internal-additional'
  1784. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-userlogonoff' in context 'from-internal-additional'
  1785. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'ext-local-confirm' in context 'from-internal-additional'
  1786. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'findmefollow-ringallv2' in context 'from-internal-additional'
  1787. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-pickup' in context 'from-internal-additional'
  1788. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-zapbarge' in context 'from-internal-additional'
  1789. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'app-chanspy' in context 'from-internal-additional'
  1790. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'ext-test' in context 'from-internal-additional'
  1791. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'ext-local' in context 'from-internal-additional'
  1792. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'outbound-allroutes' in context 'from-internal-additional'
  1793. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'h' priority 1 to from-internal-additional
  1794. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'from-internal-noxfer-additional'; registrar: pbx_config
  1795. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'from-internal-noxfer-additional-custom' in context 'from-internal-noxfer-additional'
  1796. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'h' priority 1 to from-internal-noxfer-additional
  1797. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'from-digital'; registrar: pbx_config
  1798. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'from-pstn' in context 'from-digital'
  1799. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'from-analog'; registrar: pbx_config
  1800. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'from-dahdi' in context 'from-analog'
  1801. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'from-trunk'; registrar: pbx_config
  1802. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'from-pstn' in context 'from-trunk'
  1803. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'from-pstn'; registrar: pbx_config
  1804. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'from-pstn-custom' in context 'from-pstn'
  1805. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'ext-did' in context 'from-pstn'
  1806. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'ext-did-post-custom' in context 'from-pstn'
  1807. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'from-did-direct' in context 'from-pstn'
  1808. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'ext-did-catchall' in context 'from-pstn'
  1809. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'from-pstn-e164-us'; registrar: pbx_config
  1810. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_+1NXXNXXXXXX' priority 1 (CID match '_+1NXXNXXXXXX') to from-pstn-e164-us
  1811. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_+1NXXNXXXXXX' priority 2 (CID match '_NXXNXXXXXX') to from-pstn-e164-us
  1812. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_+1NXXNXXXXXX' priority 1 (CID match '_+NX.') to from-pstn-e164-us
  1813. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_+1NXXNXXXXXX' priority 2 (CID match '_011NX.') to from-pstn-e164-us
  1814. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_+1NXXNXXXXXX' priority 1 to from-pstn-e164-us
  1815. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_[0-9+].' priority 1 (CID match '_+1NXXNXXXXXX') to from-pstn-e164-us
  1816. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_[0-9+].' priority 2 (CID match '_NXXNXXXXXX') to from-pstn-e164-us
  1817. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_[0-9+].' priority 1 (CID match '_+NX.') to from-pstn-e164-us
  1818. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_[0-9+].' priority 2 (CID match '_011NX.') to from-pstn-e164-us
  1819. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_[0-9+].' priority 1 to from-pstn-e164-us
  1820. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 (CID match '_+1NXXNXXXXXX') to from-pstn-e164-us
  1821. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 (CID match '_NXXNXXXXXX') to from-pstn-e164-us
  1822. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 (CID match '_+NX.') to from-pstn-e164-us
  1823. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 (CID match '_011NX.') to from-pstn-e164-us
  1824. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to from-pstn-e164-us
  1825. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'from-pstn-toheader'; registrar: pbx_config
  1826. [2013-07-18 12:10:39] WARNING[27056] pbx_config.c: The use of '_.' for an extension is strongly discouraged and can have unexpected behavior. Please use '_X.' instead at line 149 of extensions.conf
  1827. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_.' priority 1 to from-pstn-toheader
  1828. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'from-sip-external'; registrar: pbx_config
  1829. [2013-07-18 12:10:39] WARNING[27056] pbx_config.c: The use of '_.' for an extension is strongly discouraged and can have unexpected behavior. Please use '_X.' instead at line 161 of extensions.conf
  1830. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_.' priority 1 to from-sip-external
  1831. [2013-07-18 12:10:39] WARNING[27056] pbx_config.c: The use of '_.' for an extension is strongly discouraged and can have unexpected behavior. Please use '_X.' instead at line 162 of extensions.conf
  1832. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_.' priority 2 to from-sip-external
  1833. [2013-07-18 12:10:39] WARNING[27056] pbx_config.c: The use of '_.' for an extension is strongly discouraged and can have unexpected behavior. Please use '_X.' instead at line 163 of extensions.conf
  1834. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '_.' priority 3 to from-sip-external
  1835. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to from-sip-external
  1836. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to from-sip-external
  1837. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to from-sip-external
  1838. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to from-sip-external
  1839. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 5 to from-sip-external
  1840. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 6 to from-sip-external
  1841. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 7 to from-sip-external
  1842. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 8 to from-sip-external
  1843. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 9 to from-sip-external
  1844. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 10 to from-sip-external
  1845. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'h' priority 1 to from-sip-external
  1846. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'i' priority 1 to from-sip-external
  1847. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 't' priority 1 to from-sip-external
  1848. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'from-internal'; registrar: pbx_config
  1849. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'from-internal-noxfer' in context 'from-internal'
  1850. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'from-internal-xfer' in context 'from-internal'
  1851. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'bad-number' in context 'from-internal'
  1852. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'from-internal-noxfer'; registrar: pbx_config
  1853. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'from-internal-noxfer-custom' in context 'from-internal-noxfer'
  1854. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'from-internal-noxfer-additional' in context 'from-internal-noxfer'
  1855. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'from-internal-xfer'; registrar: pbx_config
  1856. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'from-internal-custom' in context 'from-internal-xfer'
  1857. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'from-internal-additional' in context 'from-internal-xfer'
  1858. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to from-internal-xfer
  1859. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'h' priority 1 to from-internal-xfer
  1860. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'from-did-direct'; registrar: pbx_config
  1861. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'ext-findmefollow' in context 'from-did-direct'
  1862. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'ext-local' in context 'from-did-direct'
  1863. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'macro-dial'; registrar: pbx_config
  1864. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to macro-dial
  1865. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to macro-dial
  1866. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to macro-dial
  1867. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to macro-dial
  1868. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 7 to macro-dial
  1869. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 8 to macro-dial
  1870. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 9 to macro-dial
  1871. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 20 to macro-dial
  1872. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 21 to macro-dial
  1873. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 22 to macro-dial
  1874. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 23 to macro-dial
  1875. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 26 to macro-dial
  1876. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 27 to macro-dial
  1877. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 28 to macro-dial
  1878. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 29 to macro-dial
  1879. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 30 to macro-dial
  1880. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 31 to macro-dial
  1881. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 32 to macro-dial
  1882. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 33 to macro-dial
  1883. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 34 to macro-dial
  1884. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 35 to macro-dial
  1885. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 36 to macro-dial
  1886. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 37 to macro-dial
  1887. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 38 to macro-dial
  1888. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 39 to macro-dial
  1889. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 40 to macro-dial
  1890. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 41 to macro-dial
  1891. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 42 to macro-dial
  1892. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 43 to macro-dial
  1893. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 44 to macro-dial
  1894. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 45 to macro-dial
  1895. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 46 to macro-dial
  1896. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'NOANSWER' priority 1 to macro-dial
  1897. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'NOANSWER' priority 2 to macro-dial
  1898. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'NOANSWER' priority 3 to macro-dial
  1899. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'NOANSWER' priority 4 to macro-dial
  1900. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'TORTURE' priority 1 to macro-dial
  1901. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'TORTURE' priority 2 to macro-dial
  1902. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'DONTCALL' priority 1 to macro-dial
  1903. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'DONTCALL' priority 2 to macro-dial
  1904. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'DONTCALL' priority 3 to macro-dial
  1905. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'DONTCALL' priority 4 to macro-dial
  1906. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'DONTCALL' priority 5 to macro-dial
  1907. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'ANSWER' priority 1 to macro-dial
  1908. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'ANSWER' priority 2 to macro-dial
  1909. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'h' priority 1 to macro-dial
  1910. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'macro-get-vmcontext'; registrar: pbx_config
  1911. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to macro-get-vmcontext
  1912. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to macro-get-vmcontext
  1913. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 200 to macro-get-vmcontext
  1914. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 300 to macro-get-vmcontext
  1915. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Unable to register extension 's' priority 1 in 'macro-outisbusy', already in use
  1916. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Unable to register extension 's' priority 2 in 'macro-outisbusy', already in use
  1917. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Unable to register extension 's' priority 3 in 'macro-outisbusy', already in use
  1918. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Unable to register extension 's' priority 4 in 'macro-outisbusy', already in use
  1919. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'macro-dialout-trunk-predial-hook'; registrar: pbx_config
  1920. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to macro-dialout-trunk-predial-hook
  1921. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'macro-user-logon'; registrar: pbx_config
  1922. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to macro-user-logon
  1923. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to macro-user-logon
  1924. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to macro-user-logon
  1925. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to macro-user-logon
  1926. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 5 to macro-user-logon
  1927. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 6 to macro-user-logon
  1928. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 7 to macro-user-logon
  1929. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 8 to macro-user-logon
  1930. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 9 to macro-user-logon
  1931. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 10 to macro-user-logon
  1932. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 11 to macro-user-logon
  1933. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 12 to macro-user-logon
  1934. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 13 to macro-user-logon
  1935. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 14 to macro-user-logon
  1936. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 15 to macro-user-logon
  1937. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 16 to macro-user-logon
  1938. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-FIXED' priority 1 to macro-user-logon
  1939. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-FIXED' priority 2 to macro-user-logon
  1940. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-FIXED' priority 3 to macro-user-logon
  1941. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-FIXED' priority 4 to macro-user-logon
  1942. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-FIXED' priority 5 to macro-user-logon
  1943. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-ALREADYLOGGEDON' priority 1 to macro-user-logon
  1944. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-ALREADYLOGGEDON' priority 2 to macro-user-logon
  1945. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-ALREADYLOGGEDON' priority 3 to macro-user-logon
  1946. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-NOPASSWORD' priority 1 to macro-user-logon
  1947. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-NOPASSWORD' priority 2 to macro-user-logon
  1948. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-NOPASSWORD' priority 3 to macro-user-logon
  1949. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-MAXATTEMPTS' priority 1 to macro-user-logon
  1950. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-MAXATTEMPTS' priority 2 to macro-user-logon
  1951. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-MAXATTEMPTS' priority 3 to macro-user-logon
  1952. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-NOUSER' priority 1 to macro-user-logon
  1953. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-NOUSER' priority 2 to macro-user-logon
  1954. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-NOUSER' priority 3 to macro-user-logon
  1955. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'macro-user-logoff'; registrar: pbx_config
  1956. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to macro-user-logoff
  1957. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to macro-user-logoff
  1958. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to macro-user-logoff
  1959. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to macro-user-logoff
  1960. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-FIXED' priority 1 to macro-user-logoff
  1961. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-FIXED' priority 2 to macro-user-logoff
  1962. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's-FIXED' priority 3 to macro-user-logoff
  1963. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'default'; registrar: pbx_config
  1964. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Including context 'ext-local' in context 'default'
  1965. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to default
  1966. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to default
  1967. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to default
  1968. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'macro-fixcid'; registrar: pbx_config
  1969. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to macro-fixcid
  1970. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'macro-saytext'; registrar: pbx_config
  1971. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to macro-saytext
  1972. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to macro-saytext
  1973. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to macro-saytext
  1974. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to macro-saytext
  1975. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 5 to macro-saytext
  1976. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 6 to macro-saytext
  1977. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 105 to macro-saytext
  1978. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'macro-sayname'; registrar: pbx_config
  1979. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to macro-sayname
  1980. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to macro-sayname
  1981. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to macro-sayname
  1982. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to macro-sayname
  1983. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 5 to macro-sayname
  1984. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 6 to macro-sayname
  1985. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 105 to macro-sayname
  1986. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'macro-saynumber'; registrar: pbx_config
  1987. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to macro-saynumber
  1988. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to macro-saynumber
  1989. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to macro-saynumber
  1990. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to macro-saynumber
  1991. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 5 to macro-saynumber
  1992. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 6 to macro-saynumber
  1993. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 105 to macro-saynumber
  1994. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'macro-saydigits'; registrar: pbx_config
  1995. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 1 to macro-saydigits
  1996. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 2 to macro-saydigits
  1997. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 3 to macro-saydigits
  1998. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 4 to macro-saydigits
  1999. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 5 to macro-saydigits
  2000. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 's' priority 6 to macro-saydigits
  2001. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Time to scan old dialplan and merge leftovers back into the new: 0.000003 sec
  2002. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Time to restore hints and swap in new dialplan: 0.000016 sec
  2003. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Time to delete the old dialplan: 0.000003 sec
  2004. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Total time merge_contexts_delete: 0.000022 sec
  2005. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'from-did-direct' tries to include nonexistent context 'ext-findmefollow'
  2006. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'from-internal-xfer' tries to include nonexistent context 'from-internal-custom'
  2007. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'from-internal-noxfer' tries to include nonexistent context 'from-internal-noxfer-custom'
  2008. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'from-pstn' tries to include nonexistent context 'from-pstn-custom'
  2009. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'from-internal-noxfer-additional' tries to include nonexistent context 'from-internal-noxfer-additional-custom'
  2010. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'from-internal-additional' tries to include nonexistent context 'from-internal-additional-custom'
  2011. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'macro-dial-one' tries to include nonexistent context 'macro-dial-one-custom'
  2012. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'macro-hangupcall' tries to include nonexistent context 'macro-hangupcall-custom'
  2013. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'macro-blkvm-check' tries to include nonexistent context 'macro-blkvm-check-custom'
  2014. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'macro-blkvm-clr' tries to include nonexistent context 'macro-blkvm-clr-custom'
  2015. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'macro-blkvm-set' tries to include nonexistent context 'macro-blkvm-set-custom'
  2016. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'macro-blkvm-setifempty' tries to include nonexistent context 'macro-blkvm-setifempty-custom'
  2017. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'macro-simple-dial' tries to include nonexistent context 'macro-simple-dial-custom'
  2018. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'macro-exten-vm' tries to include nonexistent context 'macro-exten-vm-custom'
  2019. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'macro-vm' tries to include nonexistent context 'macro-vm-custom'
  2020. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'macro-block-cf' tries to include nonexistent context 'macro-block-cf-custom'
  2021. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'macro-setmusic' tries to include nonexistent context 'macro-setmusic-custom'
  2022. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'macro-dial-confirm' tries to include nonexistent context 'macro-dial-confirm-custom'
  2023. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'vm-callme' tries to include nonexistent context 'vm-callme-custom'
  2024. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'from-dahdi' tries to include nonexistent context 'from-dahdi-custom'
  2025. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'from-zaptel' tries to include nonexistent context 'from-zaptel-custom'
  2026. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'macro-outbound-callerid' tries to include nonexistent context 'macro-outbound-callerid-custom'
  2027. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'macro-user-callerid' tries to include nonexistent context 'macro-user-callerid-custom'
  2028. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'macro-privacy-mgr' tries to include nonexistent context 'macro-privacy-mgr-custom'
  2029. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'sub-pincheck' tries to include nonexistent context 'sub-pincheck-custom'
  2030. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'macro-auto-blkvm' tries to include nonexistent context 'macro-auto-blkvm-custom'
  2031. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'macro-auto-confirm' tries to include nonexistent context 'macro-auto-confirm-custom'
  2032. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'macro-confirm' tries to include nonexistent context 'macro-confirm-custom'
  2033. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'bad-number' tries to include nonexistent context 'bad-number-custom'
  2034. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-blackhole' tries to include nonexistent context 'app-blackhole-custom'
  2035. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'outbound-allroutes' tries to include nonexistent context 'outbound-allroutes-custom'
  2036. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'macro-prepend-cid' tries to include nonexistent context 'macro-prepend-cid-custom'
  2037. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'macro-one-touch-record' tries to include nonexistent context 'macro-one-touch-record-custom'
  2038. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'sub-record-check' tries to include nonexistent context 'sub-record-check-custom'
  2039. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'sub-record-cancel' tries to include nonexistent context 'sub-record-cancel-custom'
  2040. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'ext-trunk' tries to include nonexistent context 'ext-trunk-custom'
  2041. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'ext-did-catchall' tries to include nonexistent context 'ext-did-catchall-custom'
  2042. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'ext-did-0001' tries to include nonexistent context 'ext-did-0001-custom'
  2043. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'ext-did' tries to include nonexistent context 'ext-did-custom'
  2044. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'ext-test' tries to include nonexistent context 'ext-test-custom'
  2045. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-chanspy' tries to include nonexistent context 'app-chanspy-custom'
  2046. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-zapbarge' tries to include nonexistent context 'app-zapbarge-custom'
  2047. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-pickup' tries to include nonexistent context 'app-pickup-custom'
  2048. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'findmefollow-ringallv2' tries to include nonexistent context 'findmefollow-ringallv2-custom'
  2049. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'ext-local-confirm' tries to include nonexistent context 'ext-local-confirm-custom'
  2050. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-userlogonoff' tries to include nonexistent context 'app-userlogonoff-custom'
  2051. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-blacklist-remove' tries to include nonexistent context 'app-blacklist-remove-custom'
  2052. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-blacklist-last' tries to include nonexistent context 'app-blacklist-last-custom'
  2053. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-blacklist-add-invalid' tries to include nonexistent context 'app-blacklist-add-invalid-custom'
  2054. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-blacklist-add' tries to include nonexistent context 'app-blacklist-add-custom'
  2055. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-blacklist' tries to include nonexistent context 'app-blacklist-custom'
  2056. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-blacklist-check' tries to include nonexistent context 'app-blacklist-check-custom'
  2057. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'park-hints' tries to include nonexistent context 'park-hints-custom'
  2058. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'park-return-routing' tries to include nonexistent context 'park-return-routing-custom'
  2059. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'park-orphan-routing' tries to include nonexistent context 'park-orphan-routing-custom'
  2060. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'park-dial' tries to include nonexistent context 'park-dial-custom'
  2061. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'parkedcallstimeout' tries to include nonexistent context 'parkedcallstimeout-custom'
  2062. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'macro-parked-call' tries to include nonexistent context 'macro-parked-call-custom'
  2063. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'sub-from-ccss' tries to include nonexistent context 'sub-from-ccss-custom'
  2064. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'from-ccss-extension' tries to include nonexistent context 'from-ccss-extension-custom'
  2065. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'from-ccss-internal' tries to include nonexistent context 'from-ccss-internal-custom'
  2066. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'macro-ccss-default' tries to include nonexistent context 'macro-ccss-default-custom'
  2067. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'sub-ccss' tries to include nonexistent context 'sub-ccss-custom'
  2068. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-campon-toggle' tries to include nonexistent context 'app-campon-toggle-custom'
  2069. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-campon-request' tries to include nonexistent context 'app-campon-request-custom'
  2070. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-campon-cancel' tries to include nonexistent context 'app-campon-cancel-custom'
  2071. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-cf-toggle' tries to include nonexistent context 'app-cf-toggle-custom'
  2072. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-cf-unavailable-on' tries to include nonexistent context 'app-cf-unavailable-on-custom'
  2073. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-cf-unavailable-off' tries to include nonexistent context 'app-cf-unavailable-off-custom'
  2074. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-cf-on' tries to include nonexistent context 'app-cf-on-custom'
  2075. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-cf-off-any' tries to include nonexistent context 'app-cf-off-any-custom'
  2076. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-cf-off' tries to include nonexistent context 'app-cf-off-custom'
  2077. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-cf-busy-on' tries to include nonexistent context 'app-cf-busy-on-custom'
  2078. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-cf-busy-off-any' tries to include nonexistent context 'app-cf-busy-off-any-custom'
  2079. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-cf-busy-off' tries to include nonexistent context 'app-cf-busy-off-custom'
  2080. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'sub-hr12format' tries to include nonexistent context 'sub-hr12format-custom'
  2081. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-speakingclock' tries to include nonexistent context 'app-speakingclock-custom'
  2082. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'sub-hr24format' tries to include nonexistent context 'sub-hr24format-custom'
  2083. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-speakextennum' tries to include nonexistent context 'app-speakextennum-custom'
  2084. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-echo-test' tries to include nonexistent context 'app-echo-test-custom'
  2085. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-calltrace-perform' tries to include nonexistent context 'app-calltrace-perform-custom'
  2086. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-calltrace' tries to include nonexistent context 'app-calltrace-custom'
  2087. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'directory' tries to include nonexistent context 'directory-custom'
  2088. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'ext-group' tries to include nonexistent context 'ext-group-custom'
  2089. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-paging' tries to include nonexistent context 'app-paging-custom'
  2090. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'macro-autoanswer' tries to include nonexistent context 'macro-autoanswer-custom'
  2091. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'ext-intercom-users' tries to include nonexistent context 'ext-intercom-users-custom'
  2092. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'ext-intercom' tries to include nonexistent context 'ext-intercom-custom'
  2093. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'macro-systemrecording' tries to include nonexistent context 'macro-systemrecording-custom'
  2094. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-recordings' tries to include nonexistent context 'app-recordings-custom'
  2095. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-dnd-toggle' tries to include nonexistent context 'app-dnd-toggle-custom'
  2096. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-dnd-on' tries to include nonexistent context 'app-dnd-on-custom'
  2097. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-dnd-off' tries to include nonexistent context 'app-dnd-off-custom'
  2098. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'macro-outisbusy' tries to include nonexistent context 'macro-outisbusy-custom'
  2099. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-callwaiting-cwon' tries to include nonexistent context 'app-callwaiting-cwon-custom'
  2100. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-callwaiting-cwoff' tries to include nonexistent context 'app-callwaiting-cwoff-custom'
  2101. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-vmmain' tries to include nonexistent context 'app-vmmain-custom'
  2102. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'from-did-direct-ivr' tries to include nonexistent context 'from-did-direct-ivr-custom'
  2103. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'ext-local' tries to include nonexistent context 'ext-local-custom'
  2104. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-dialvm' tries to include nonexistent context 'app-dialvm-custom'
  2105. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'ext-featurecodes' tries to include nonexistent context 'ext-featurecodes-custom'
  2106. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-hotelwakeup' tries to include nonexistent context 'app-hotelwakeup-custom'
  2107. [2013-07-18 12:10:39] WARNING[27056] pbx.c: Context 'app-fmf-toggle' tries to include nonexistent context 'app-fmf-toggle-custom'
  2108. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: pbx_config.so => (Text Extension Configuration)
  2109. [2013-07-18 12:10:39] ERROR[27056] config_options.c: Unable to load config file 'acl.conf'
  2110. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action Ping
  2111. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action Events
  2112. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action Logoff
  2113. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action Login
  2114. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action Challenge
  2115. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action Hangup
  2116. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action Status
  2117. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action Setvar
  2118. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action Getvar
  2119. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action GetConfig
  2120. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action GetConfigJSON
  2121. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action UpdateConfig
  2122. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action CreateConfig
  2123. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action ListCategories
  2124. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action Redirect
  2125. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action Atxfer
  2126. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action Originate
  2127. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action Command
  2128. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action ExtensionState
  2129. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action PresenceState
  2130. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action AbsoluteTimeout
  2131. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action MailboxStatus
  2132. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action MailboxCount
  2133. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action ListCommands
  2134. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action SendText
  2135. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action UserEvent
  2136. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action WaitEvent
  2137. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action CoreSettings
  2138. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action CoreStatus
  2139. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action Reload
  2140. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action CoreShowChannels
  2141. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action ModuleLoad
  2142. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action ModuleCheck
  2143. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action AOCMessage
  2144. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action Filter
  2145. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'AMI_CLIENT'
  2146. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/manager.conf': Found
  2147. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/manager_additional.conf': Found
  2148. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/manager_custom.conf': Found
  2149. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/cdr.conf': Found
  2150. [2013-07-18 12:10:39] NOTICE[27056] cdr.c: CDR simple logging enabled.
  2151. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/cel.conf': Found
  2152. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/cel_general_additional.conf': Found
  2153. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/cel_general_custom.conf': Found
  2154. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/cel_custom_post.conf': Found
  2155. [2013-07-18 12:10:39] VERBOSE[27056] cel.c: -- CEL logging enabled.
  2156. [2013-07-18 12:10:39] ERROR[27056] config_options.c: Unable to load config file 'udptl.conf'
  2157. [2013-07-18 12:10:39] WARNING[27056] udptl.c: Could not reload udptl config
  2158. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: Asterisk PBX Core Initializing
  2159. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: Registering builtin applications:
  2160. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'EXCEPTION'
  2161. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'TESTTIME'
  2162. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: [Answer]
  2163. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'Answer'
  2164. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: [BackGround]
  2165. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'BackGround'
  2166. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: [Busy]
  2167. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'Busy'
  2168. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: [Congestion]
  2169. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'Congestion'
  2170. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: [ExecIfTime]
  2171. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'ExecIfTime'
  2172. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: [Goto]
  2173. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'Goto'
  2174. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: [GotoIf]
  2175. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'GotoIf'
  2176. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: [GotoIfTime]
  2177. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'GotoIfTime'
  2178. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: [ImportVar]
  2179. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'ImportVar'
  2180. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: [Hangup]
  2181. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'Hangup'
  2182. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: [Incomplete]
  2183. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'Incomplete'
  2184. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: [NoOp]
  2185. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'NoOp'
  2186. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: [Proceeding]
  2187. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'Proceeding'
  2188. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: [Progress]
  2189. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'Progress'
  2190. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: [RaiseException]
  2191. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'RaiseException'
  2192. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: [ResetCDR]
  2193. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'ResetCDR'
  2194. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: [Ringing]
  2195. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'Ringing'
  2196. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: [SayAlpha]
  2197. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'SayAlpha'
  2198. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: [SayDigits]
  2199. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'SayDigits'
  2200. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: [SayNumber]
  2201. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'SayNumber'
  2202. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: [SayPhonetic]
  2203. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'SayPhonetic'
  2204. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: [Set]
  2205. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'Set'
  2206. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: [MSet]
  2207. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'MSet'
  2208. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: [SetAMAFlags]
  2209. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'SetAMAFlags'
  2210. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: [Wait]
  2211. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'Wait'
  2212. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: [WaitExten]
  2213. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'WaitExten'
  2214. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action ShowDialPlan
  2215. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/indications.conf': Found
  2216. [2013-07-18 12:10:39] VERBOSE[27056] indications.c: -- Registered indication country 'us'
  2217. [2013-07-18 12:10:39] VERBOSE[27056] indications.c: -- Setting default indication country to 'us'
  2218. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/features.conf': Found
  2219. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/features_general_additional.conf': Found
  2220. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/features_general_custom.conf': Found
  2221. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/features_applicationmap_additional.conf': Found
  2222. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/features_applicationmap_custom.conf': Found
  2223. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/features_featuremap_additional.conf': Found
  2224. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/features_featuremap_custom.conf': Found
  2225. [2013-07-18 12:10:39] VERBOSE[27056] features.c: == Registered Feature 'apprecord'
  2226. [2013-07-18 12:10:39] VERBOSE[27056] features.c: == Mapping Feature 'apprecord' to app 'Macro(one-touch-record)' with code '*1'
  2227. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'parkedcalls'; registrar: features
  2228. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension '70' priority 1 to parkedcalls
  2229. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'Bridge'
  2230. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'ParkedCall'
  2231. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'Park'
  2232. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action ParkedCalls
  2233. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action Parkinglots
  2234. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action Park
  2235. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action Bridge
  2236. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'FEATURE'
  2237. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'FEATUREMAP'
  2238. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/enum.conf': Found
  2239. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'CallCompletionRequest'
  2240. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'CallCompletionCancel'
  2241. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/ccss.conf': Found
  2242. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/ccss_general_additional.conf': Found
  2243. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/ccss_general_custom.conf': Found
  2244. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/ccss.conf': Found
  2245. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/ccss_general_additional.conf': Found
  2246. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/ccss_general_custom.conf': Found
  2247. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: Asterisk Dynamic Loader Starting:
  2248. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/modules.conf': Found
  2249. [2013-07-18 12:10:39] NOTICE[27056] loader.c: 199 modules will be loaded.
  2250. [2013-07-18 12:10:39] WARNING[27056] loader.c: Error loading module 'format_mp3.so': /usr/lib64/asterisk/modules/format_mp3.so: cannot open shared object file: No such file or directory
  2251. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/res_odbc.conf': Found
  2252. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/res_odbc_custom.conf': Found
  2253. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/res_odbc_additional.conf': Found
  2254. [2013-07-18 12:10:39] NOTICE[27056] res_odbc.c: Connecting asteriskcdrdb
  2255. [2013-07-18 12:10:39] NOTICE[27056] res_odbc.c: res_odbc: Connected to asteriskcdrdb [MySQL-asteriskcdrdb]
  2256. [2013-07-18 12:10:39] NOTICE[27056] res_odbc.c: Registered ODBC class 'asteriskcdrdb' dsn->[MySQL-asteriskcdrdb]
  2257. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'ODBC_Commit'
  2258. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'ODBC_Rollback'
  2259. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'ODBC'
  2260. [2013-07-18 12:10:39] NOTICE[27056] res_odbc.c: res_odbc loaded.
  2261. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: res_odbc.so => (ODBC resource)
  2262. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: res_crypto.so => (Cryptographic Digital Signatures)
  2263. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/xmpp.conf': Found
  2264. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/xmpp_general_custom.conf': Found
  2265. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/xmpp_custom.conf': Found
  2266. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action JabberSend
  2267. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'JabberSend'
  2268. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'JabberSendGroup'
  2269. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'JabberStatus'
  2270. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'JabberJoin'
  2271. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'JabberLeave'
  2272. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'JABBER_STATUS'
  2273. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'JABBER_RECEIVE'
  2274. [2013-07-18 12:10:39] VERBOSE[27056] message.c: -- Message technology handler 'xmpp' registered.
  2275. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: res_xmpp.so => (Asterisk XMPP Interface)
  2276. [2013-07-18 12:10:39] NOTICE[27056] res_smdi.c: Unable to load config smdi.conf: SMDI disabled
  2277. [2013-07-18 12:10:39] NOTICE[27056] res_smdi.c: No SMDI interfaces are available to listen on, not starting SMDI listener.
  2278. [2013-07-18 12:10:39] VERBOSE[27056] res_http_websocket.c: == WebSocket registered sub-protocol 'echo'
  2279. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: res_http_websocket.so => (HTTP WebSocket Support)
  2280. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'Monitor'
  2281. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'StopMonitor'
  2282. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'ChangeMonitor'
  2283. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'PauseMonitor'
  2284. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'UnpauseMonitor'
  2285. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action Monitor
  2286. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action StopMonitor
  2287. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action ChangeMonitor
  2288. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action PauseMonitor
  2289. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action UnpauseMonitor
  2290. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: res_monitor.so => (Call Monitoring Resource)
  2291. [2013-07-18 12:10:39] WARNING[27056] res_stun_monitor.c: Unable to load config res_stun_monitor.conf
  2292. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'answer' registered
  2293. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'asyncagi break' registered
  2294. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'channel status' registered
  2295. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'database del' registered
  2296. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'database deltree' registered
  2297. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'database get' registered
  2298. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'database put' registered
  2299. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'exec' registered
  2300. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'get data' registered
  2301. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'get full variable' registered
  2302. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'get option' registered
  2303. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'get variable' registered
  2304. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'hangup' registered
  2305. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'noop' registered
  2306. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'receive char' registered
  2307. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'receive text' registered
  2308. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'record file' registered
  2309. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'say alpha' registered
  2310. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'say digits' registered
  2311. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'say number' registered
  2312. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'say phonetic' registered
  2313. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'say date' registered
  2314. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'say time' registered
  2315. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'say datetime' registered
  2316. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'send image' registered
  2317. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'send text' registered
  2318. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'set autohangup' registered
  2319. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'set callerid' registered
  2320. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'set context' registered
  2321. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'set extension' registered
  2322. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'set music' registered
  2323. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'set priority' registered
  2324. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'set variable' registered
  2325. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'stream file' registered
  2326. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'control stream file' registered
  2327. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'tdd mode' registered
  2328. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'verbose' registered
  2329. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'wait for digit' registered
  2330. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'speech create' registered
  2331. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'speech set' registered
  2332. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'speech destroy' registered
  2333. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'speech load grammar' registered
  2334. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'speech unload grammar' registered
  2335. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'speech activate grammar' registered
  2336. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'speech deactivate grammar' registered
  2337. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'speech recognize' registered
  2338. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'DeadAGI'
  2339. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'EAGI'
  2340. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action AGI
  2341. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'AGI'
  2342. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: res_agi.so => (Asterisk Gateway Interface (AGI))
  2343. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: res_speech.so => (Generic Speech Recognition API)
  2344. [2013-07-18 12:10:39] NOTICE[27056] res_fax.c: Configuration file 'res_fax.conf' not found, using default options.
  2345. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'SendFAX'
  2346. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'ReceiveFAX'
  2347. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'FAXOPT'
  2348. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: res_fax.so => (Generic FAX Applications)
  2349. [2013-07-18 12:10:39] ERROR[27056] res_calendar.c: Unable to load config calendar.conf
  2350. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: res_ael_share.so => (share-able code for AEL)
  2351. [2013-07-18 12:10:39] WARNING[27056] loader.c: Error loading module 'format_mp3.so': /usr/lib64/asterisk/modules/format_mp3.so: cannot open shared object file: No such file or directory
  2352. [2013-07-18 12:10:39] WARNING[27056] loader.c: Module 'format_mp3.so' could not be loaded.
  2353. [2013-07-18 12:10:39] NOTICE[27056] config.c: Registered Config Engine odbc
  2354. [2013-07-18 12:10:39] VERBOSE[27056] res_config_odbc.c: res_config_odbc loaded.
  2355. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: res_config_odbc.so => (Realtime ODBC configuration)
  2356. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: res_timing_timerfd.so => (Timerfd Timing Interface)
  2357. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: res_timing_pthread.so => (pthread Timing Interface)
  2358. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: res_timing_dahdi.so => (DAHDI Timing Interface)
  2359. [2013-07-18 12:10:39] VERBOSE[27056] rtp_engine.c: == Registered RTP engine 'multicast'
  2360. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: res_rtp_multicast.so => (Multicast RTP Engine)
  2361. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: res_format_attr_celt.so => (CELT Format Attribute Module)
  2362. [2013-07-18 12:10:39] VERBOSE[27056] res_digium_phone.c: == Host-ID: b7:30:be:a9:18:26:f7:6a:a9:d2:2a:8c:b1:11:fb:e4:63:35:f2:94
  2363. [2013-07-18 12:10:39] VERBOSE[27056] res_digium_phone.c: == Found total of 0 DPMA licenses
  2364. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/res_digium_phone.conf': Found
  2365. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/res_digium_phone_general.conf': Found
  2366. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/res_digium_phone_devices.conf': Found
  2367. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/res_digium_phone_applications.conf': Found
  2368. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/res_digium_phone_additional.conf': Found
  2369. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/res_digium_phone_firmware.conf': Found
  2370. [2013-07-18 12:10:39] WARNING[27056] xmldoc.c: Couldn't find application DigiumControlPlayback in XML documentation
  2371. [2013-07-18 12:10:39] WARNING[27056] xmldoc.c: Couldn't find application DigiumControlPlayback in XML documentation
  2372. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'DigiumControlPlayback'
  2373. [2013-07-18 12:10:39] WARNING[27056] xmldoc.c: Couldn't find application DigiumVoicemailPlayback in XML documentation
  2374. [2013-07-18 12:10:39] WARNING[27056] xmldoc.c: Couldn't find application DigiumVoicemailPlayback in XML documentation
  2375. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'DigiumVoicemailPlayback'
  2376. [2013-07-18 12:10:39] VERBOSE[27056] message.c: -- Message technology handler 'digium_phone' registered.
  2377. [2013-07-18 12:10:39] WARNING[27056] xmldoc.c: Couldn't find manager DigiumPhoneReconfigure in XML documentation
  2378. [2013-07-18 12:10:39] WARNING[27056] xmldoc.c: Couldn't find manager DigiumPhoneReconfigure in XML documentation
  2379. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action DigiumPhoneReconfigure
  2380. [2013-07-18 12:10:39] WARNING[27056] xmldoc.c: Couldn't find manager DigiumPhoneReconfigureAll in XML documentation
  2381. [2013-07-18 12:10:39] WARNING[27056] xmldoc.c: Couldn't find manager DigiumPhoneReconfigureAll in XML documentation
  2382. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action DigiumPhoneReconfigureAll
  2383. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/res_digium_phone.conf': Found
  2384. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/res_digium_phone_general.conf': Found
  2385. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/res_digium_phone_devices.conf': Found
  2386. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/res_digium_phone_applications.conf': Found
  2387. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/res_digium_phone_additional.conf': Found
  2388. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/res_digium_phone_firmware.conf': Found
  2389. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'auto_hint_200' priority -1 to default
  2390. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'auto_hint_100' priority -1 to default
  2391. [2013-07-18 12:10:39] WARNING[27056] res_digium_phone.c: Could not load firmware package config file /var/www/html/admin/modules/digium_phones/firmware_package/digium_phones_firmware.conf
  2392. [2013-07-18 12:10:39] WARNING[27056] xmldoc.c: Couldn't find manager DPMALicenseStatus in XML documentation
  2393. [2013-07-18 12:10:39] WARNING[27056] xmldoc.c: Couldn't find manager DPMALicenseStatus in XML documentation
  2394. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action DPMALicenseStatus
  2395. [2013-07-18 12:10:39] WARNING[27056] xmldoc.c: Couldn't find manager DPMAMessageRegister in XML documentation
  2396. [2013-07-18 12:10:39] WARNING[27056] xmldoc.c: Couldn't find manager DPMAMessageRegister in XML documentation
  2397. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action DPMAMessageRegister
  2398. [2013-07-18 12:10:39] WARNING[27056] xmldoc.c: Couldn't find manager DPMAMessageResponse in XML documentation
  2399. [2013-07-18 12:10:39] WARNING[27056] xmldoc.c: Couldn't find manager DPMAMessageResponse in XML documentation
  2400. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action DPMAMessageResponse
  2401. [2013-07-18 12:10:39] WARNING[27056] xmldoc.c: Couldn't find manager DPMAMessageSend in XML documentation
  2402. [2013-07-18 12:10:39] WARNING[27056] xmldoc.c: Couldn't find manager DPMAMessageSend in XML documentation
  2403. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action DPMAMessageSend
  2404. [2013-07-18 12:10:39] WARNING[27056] res_digium_phone.c: No Valid DPMA License found. Module is loaded but disabled. Please reload module once valid license is installed.
  2405. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: res_digium_phone.so => (Digium Phone Module for Asterisk)
  2406. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/musiconhold.conf': Found
  2407. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/musiconhold_custom.conf': Found
  2408. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/musiconhold_additional.conf': Found
  2409. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'MusicOnHold'
  2410. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'WaitMusicOnHold'
  2411. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'SetMusicOnHold'
  2412. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'StartMusicOnHold'
  2413. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'StopMusicOnHold'
  2414. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: res_musiconhold.so => (Music On Hold Resource)
  2415. [2013-07-18 12:10:39] VERBOSE[27056] rtp_engine.c: == Registered RTP engine 'asterisk'
  2416. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/rtp.conf': Found
  2417. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/rtp_additional.conf': Found
  2418. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/rtp_custom.conf': Found
  2419. [2013-07-18 12:10:39] VERBOSE[27056] res_rtp_asterisk.c: == RTP Allocating from port range 10000 -> 20000
  2420. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: res_rtp_asterisk.so => (Asterisk RTP Stack)
  2421. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: res_format_attr_silk.so => (SILK Format Attribute Module)
  2422. [2013-07-18 12:10:39] VERBOSE[27056] channel.c: == Registered channel type 'Bridge' (Bridge Interaction Channel)
  2423. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: chan_bridge.so => (Bridge Interaction Channel)
  2424. [2013-07-18 12:10:39] VERBOSE[27056] channel.c: == Registered channel type 'Agent' (Call Agent Proxy Channel)
  2425. [2013-07-18 12:10:39] NOTICE[27056] chan_agent.c: No agent configuration found -- agent support disabled
  2426. [2013-07-18 12:10:39] VERBOSE[27056] channel.c: == Registered channel type 'MulticastRTP' (Multicast RTP Paging Channel Driver)
  2427. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: chan_multicast_rtp.so => (Multicast RTP Paging Channel)
  2428. [2013-07-18 12:10:39] NOTICE[27056] chan_skinny.c: Configuring skinny from skinny.conf
  2429. [2013-07-18 12:10:39] NOTICE[27056] chan_skinny.c: Unable to load config skinny.conf, Skinny disabled.
  2430. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'DAHDISendKeypadFacility'
  2431. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'DAHDISendCallreroutingFacility'
  2432. [2013-07-18 12:10:39] ERROR[27056] chan_dahdi.c: Unable to load config chan_dahdi.conf
  2433. [2013-07-18 12:10:39] VERBOSE[27056] chan_dahdi.c: -- Automatically generated pseudo channel
  2434. [2013-07-18 12:10:39] VERBOSE[27056] channel.c: == Registered channel type 'DAHDI' (DAHDI Telephony Driver w/PRI & SS7 & MFC/R2)
  2435. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'DAHDIAcceptR2Call'
  2436. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action DAHDITransfer
  2437. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action DAHDIHangup
  2438. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action DAHDIDialOffhook
  2439. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action DAHDIDNDon
  2440. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action DAHDIDNDoff
  2441. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action DAHDIShowChannels
  2442. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action DAHDIRestart
  2443. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action PRIShowSpans
  2444. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: chan_dahdi.so => (DAHDI Telephony Driver w/PRI & SS7 & MFC/R2)
  2445. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/motif.conf': Found
  2446. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/motif_custom.conf': Found
  2447. [2013-07-18 12:10:39] VERBOSE[27056] rtp_engine.c: == Registered RTP glue 'Motif'
  2448. [2013-07-18 12:10:39] VERBOSE[27056] channel.c: == Registered channel type 'Motif' (Motif Jingle Channel Driver)
  2449. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: chan_motif.so => (Motif Jingle Channel Driver)
  2450. [2013-07-18 12:10:39] VERBOSE[27056] chan_sip.c: SIP channel loading...
  2451. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/sip.conf': Found
  2452. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/sip_general_additional.conf': Found
  2453. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/sip_general_custom.conf': Found
  2454. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/sip_nat.conf': Found
  2455. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/sip_registrations_custom.conf': Found
  2456. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/sip_registrations.conf': Found
  2457. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/sip_custom.conf': Found
  2458. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/sip_additional.conf': Found
  2459. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/sip_custom_post.conf': Found
  2460. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'auto_hint_200' priority -1 to from-internal
  2461. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'auto_hint_100' priority -1 to from-internal
  2462. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Registered extension context 'dpma_message_context'; registrar: digium_phone_module
  2463. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'proxy' priority 1 to dpma_message_context
  2464. [2013-07-18 12:10:39] WARNING[27056] sip/config_parser.c: nat=yes is deprecated, use nat=force_rport,comedia instead
  2465. [2013-07-18 12:10:39] WARNING[27056] chan_sip.c: Invalid address for externaddr keyword: Asterisk.TCLC.org
  2466. [2013-07-18 12:10:39] VERBOSE[27056] chan_sip.c: == SIP Listening on 0.0.0.0:5060
  2467. [2013-07-18 12:10:39] VERBOSE[27056] netsock2.c: == Using SIP TOS bits 96
  2468. [2013-07-18 12:10:39] VERBOSE[27056] netsock2.c: == Using SIP CoS mark 4
  2469. [2013-07-18 12:10:39] WARNING[27056] chan_sip.c: !!! PLEASE NOTE: Setting 'nat' for a peer/user that differs from the global setting can make
  2470. [2013-07-18 12:10:39] WARNING[27056] chan_sip.c: !!! the name of that peer/user discoverable by an attacker. Replies for non-existent peers/users
  2471. [2013-07-18 12:10:39] WARNING[27056] chan_sip.c: !!! will be sent to a different port than replies for an existing peer/user. If at all possible,
  2472. [2013-07-18 12:10:39] WARNING[27056] chan_sip.c: !!! use the global 'nat' setting and do not set 'nat' per peer/user.
  2473. [2013-07-18 12:10:39] WARNING[27056] chan_sip.c: !!! (config category='100' global force_rport='Yes' peer/user force_rport='No')
  2474. [2013-07-18 12:10:39] WARNING[27056] chan_sip.c: !!! PLEASE NOTE: Setting 'nat' for a peer/user that differs from the global setting can make
  2475. [2013-07-18 12:10:39] WARNING[27056] chan_sip.c: !!! the name of that peer/user discoverable by an attacker. Replies for non-existent peers/users
  2476. [2013-07-18 12:10:39] WARNING[27056] chan_sip.c: !!! will be sent to a different port than replies for an existing peer/user. If at all possible,
  2477. [2013-07-18 12:10:39] WARNING[27056] chan_sip.c: !!! use the global 'nat' setting and do not set 'nat' per peer/user.
  2478. [2013-07-18 12:10:39] WARNING[27056] chan_sip.c: !!! (config category='200' global force_rport='Yes' peer/user force_rport='No')
  2479. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/sip_notify.conf': Found
  2480. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/sip_notify_custom.conf': Found
  2481. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/sip_notify_additional.conf': Found
  2482. [2013-07-18 12:10:39] VERBOSE[27056] message.c: -- Message technology handler 'sip' registered.
  2483. [2013-07-18 12:10:39] VERBOSE[27056] channel.c: == Registered channel type 'SIP' (Session Initiation Protocol (SIP))
  2484. [2013-07-18 12:10:39] VERBOSE[27056] rtp_engine.c: == Registered RTP glue 'SIP'
  2485. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'SIPDtmfMode'
  2486. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'SIPAddHeader'
  2487. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'SIPRemoveHeader'
  2488. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'SIP_HEADER'
  2489. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'SIPPEER'
  2490. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'SIPCHANINFO'
  2491. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'CHECKSIPDOMAIN'
  2492. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action SIPpeers
  2493. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action SIPshowpeer
  2494. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action SIPqualifypeer
  2495. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action SIPshowregistry
  2496. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action SIPnotify
  2497. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action SIPpeerstatus
  2498. [2013-07-18 12:10:39] VERBOSE[27056] res_http_websocket.c: == WebSocket registered sub-protocol 'sip'
  2499. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: chan_sip.so => (Session Initiation Protocol (SIP))
  2500. [2013-07-18 12:10:39] NOTICE[27076] chan_sip.c: Peer '200' is now Reachable. (3ms / 2000ms)
  2501. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/iax.conf': Found
  2502. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/iax_general_additional.conf': Found
  2503. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/iax_general_custom.conf': Found
  2504. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/iax_registrations_custom.conf': Found
  2505. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/iax_registrations.conf': Found
  2506. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/iax_custom.conf': Found
  2507. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/iax_additional.conf': Found
  2508. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/iax_custom_post.conf': Found
  2509. [2013-07-18 12:10:39] VERBOSE[27056] netsock2.c: == Using IAX2 TOS bits 184
  2510. [2013-07-18 12:10:39] VERBOSE[27056] chan_iax2.c: == Binding IAX2 to default address 0.0.0.0:4569
  2511. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'IAX2Provision'
  2512. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'IAXPEER'
  2513. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'IAXVAR'
  2514. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action IAXpeers
  2515. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action IAXpeerlist
  2516. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action IAXnetstats
  2517. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action IAXregistry
  2518. [2013-07-18 12:10:39] VERBOSE[27056] channel.c: == Registered channel type 'IAX2' (Inter Asterisk eXchange Driver (Ver 2))
  2519. [2013-07-18 12:10:39] VERBOSE[27056] chan_iax2.c: == 10 helper threads started
  2520. [2013-07-18 12:10:39] VERBOSE[27056] chan_iax2.c: == IAX Ready and Listening
  2521. [2013-07-18 12:10:39] WARNING[27056] chan_iax2.c: Error opening firmware directory '/var/lib/asterisk/firmware/iax': No such file or directory
  2522. [2013-07-18 12:10:39] NOTICE[27056] iax2-provision.c: No IAX provisioning configuration found, IAX provisioning disabled.
  2523. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: chan_iax2.so => (Inter Asterisk eXchange (Ver 2))
  2524. [2013-07-18 12:10:39] VERBOSE[27056] file.c: == Registered file format pcm, extension(s) pcm|ulaw|ul|mu|ulw
  2525. [2013-07-18 12:10:39] VERBOSE[27056] file.c: == Registered file format alaw, extension(s) alaw|al|alw
  2526. [2013-07-18 12:10:39] VERBOSE[27056] file.c: == Registered file format au, extension(s) au
  2527. [2013-07-18 12:10:39] VERBOSE[27056] file.c: == Registered file format g722, extension(s) g722
  2528. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: format_pcm.so => (Raw/Sun uLaw/ALaw 8KHz (PCM,PCMA,AU), G.722 16Khz)
  2529. [2013-07-18 12:10:39] VERBOSE[27056] file.c: == Registered file format siren7, extension(s) siren7
  2530. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: format_siren7.so => (ITU G.722.1 (Siren7, licensed from Polycom))
  2531. [2013-07-18 12:10:39] VERBOSE[27056] file.c: == Registered file format h264, extension(s) h264
  2532. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: format_h264.so => (Raw H.264 data)
  2533. [2013-07-18 12:10:39] VERBOSE[27056] file.c: == Registered file format gsm, extension(s) gsm
  2534. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: format_gsm.so => (Raw GSM data)
  2535. [2013-07-18 12:10:39] VERBOSE[27056] file.c: == Registered file format wav49, extension(s) WAV|wav49
  2536. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: format_wav_gsm.so => (Microsoft WAV format (Proprietary GSM))
  2537. [2013-07-18 12:10:39] VERBOSE[27056] file.c: == Registered file format sln, extension(s) sln|raw
  2538. [2013-07-18 12:10:39] VERBOSE[27056] file.c: == Registered file format sln12, extension(s) sln12
  2539. [2013-07-18 12:10:39] VERBOSE[27056] file.c: == Registered file format sln16, extension(s) sln16
  2540. [2013-07-18 12:10:39] VERBOSE[27056] file.c: == Registered file format sln24, extension(s) sln24
  2541. [2013-07-18 12:10:39] VERBOSE[27056] file.c: == Registered file format sln32, extension(s) sln32
  2542. [2013-07-18 12:10:39] VERBOSE[27056] file.c: == Registered file format sln44, extension(s) sln44
  2543. [2013-07-18 12:10:39] VERBOSE[27056] file.c: == Registered file format sln48, extension(s) sln48
  2544. [2013-07-18 12:10:39] VERBOSE[27056] file.c: == Registered file format sln96, extension(s) sln96
  2545. [2013-07-18 12:10:39] VERBOSE[27056] file.c: == Registered file format sln192, extension(s) sln192
  2546. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: format_sln.so => (Raw Signed Linear Audio support (SLN) 8khz-192khz)
  2547. [2013-07-18 12:10:39] VERBOSE[27056] file.c: == Registered file format g719, extension(s) g719
  2548. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: format_g719.so => (ITU G.719)
  2549. [2013-07-18 12:10:39] VERBOSE[27056] file.c: == Registered file format iLBC, extension(s) ilbc
  2550. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: format_ilbc.so => (Raw iLBC data)
  2551. [2013-07-18 12:10:39] VERBOSE[27056] file.c: == Registered file format siren14, extension(s) siren14
  2552. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: format_siren14.so => (ITU G.722.1 Annex C (Siren14, licensed from Polycom))
  2553. [2013-07-18 12:10:39] VERBOSE[27056] file.c: == Registered file format g726-40, extension(s) g726-40
  2554. [2013-07-18 12:10:39] VERBOSE[27056] file.c: == Registered file format g726-32, extension(s) g726-32
  2555. [2013-07-18 12:10:39] VERBOSE[27056] file.c: == Registered file format g726-24, extension(s) g726-24
  2556. [2013-07-18 12:10:39] VERBOSE[27056] file.c: == Registered file format g726-16, extension(s) g726-16
  2557. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: format_g726.so => (Raw G.726 (16/24/32/40kbps) data)
  2558. [2013-07-18 12:10:39] VERBOSE[27056] image.c: == Registered format 'jpg' (JPEG (Joint Picture Experts Group))
  2559. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: format_jpeg.so => (jpeg (joint picture experts group) image format)
  2560. [2013-07-18 12:10:39] VERBOSE[27056] file.c: == Registered file format g723sf, extension(s) g723|g723sf
  2561. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: format_g723.so => (G.723.1 Simple Timestamp File Format)
  2562. [2013-07-18 12:10:39] VERBOSE[27056] file.c: == Registered file format vox, extension(s) vox
  2563. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: format_vox.so => (Dialogic VOX (ADPCM) File Format)
  2564. [2013-07-18 12:10:39] VERBOSE[27056] file.c: == Registered file format h263, extension(s) h263
  2565. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: format_h263.so => (Raw H.263 data)
  2566. [2013-07-18 12:10:39] VERBOSE[27056] file.c: == Registered file format g729, extension(s) g729
  2567. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: format_g729.so => (Raw G.729 data)
  2568. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'DIALPLAN_EXISTS'
  2569. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'VALID_EXTEN'
  2570. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: func_dialplan.so => (Dialplan Context/Extension/Priority Checking Functions)
  2571. [2013-07-18 12:10:39] VERBOSE[27056] res_agi.c: == AGI Command 'gosub' registered
  2572. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'StackPop'
  2573. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'Return'
  2574. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'GosubIf'
  2575. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'Gosub'
  2576. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'LOCAL'
  2577. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'LOCAL_PEEK'
  2578. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'STACK_PEEK'
  2579. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_stack.so => (Dialplan subroutines (Gosub, Return, etc))
  2580. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: res_adsi.so => (ADSI Resource)
  2581. [2013-07-18 12:10:39] VERBOSE[27056] file.c: == Registered file format wav, extension(s) wav
  2582. [2013-07-18 12:10:39] VERBOSE[27056] file.c: == Registered file format wav16, extension(s) wav16
  2583. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: format_wav.so => (Microsoft WAV/WAV16 format (8kHz/16kHz Signed Linear))
  2584. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/confbridge.conf': Found
  2585. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/confbridge_additional.conf': Found
  2586. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/confbridge_custom.conf': Found
  2587. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'CONFBRIDGE'
  2588. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'CONFBRIDGE_INFO'
  2589. [2013-07-18 12:10:39] VERBOSE[27056] channel.c: == Registered channel type 'ConfBridgeRec' (Conference Bridge Recording Channel)
  2590. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'ConfBridge'
  2591. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action ConfbridgeList
  2592. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action ConfbridgeListRooms
  2593. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action ConfbridgeMute
  2594. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action ConfbridgeUnmute
  2595. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action ConfbridgeKick
  2596. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action ConfbridgeUnlock
  2597. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action ConfbridgeLock
  2598. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action ConfbridgeStartRecord
  2599. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action ConfbridgeStopRecord
  2600. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action ConfbridgeSetSingleVideoSrc
  2601. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_confbridge.so => (Conference Bridge Application)
  2602. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/meetme.conf': Found
  2603. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/meetme_additional.conf': Found
  2604. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action MeetmeMute
  2605. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action MeetmeUnmute
  2606. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action MeetmeList
  2607. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action MeetmeListRooms
  2608. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'MeetMeChannelAdmin'
  2609. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'MeetMeAdmin'
  2610. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'MeetMeCount'
  2611. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'MeetMe'
  2612. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'SLAStation'
  2613. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'SLATrunk'
  2614. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'MEETME_INFO'
  2615. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_meetme.so => (MeetMe conference bridge)
  2616. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'DEVICE_STATE'
  2617. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'HINT'
  2618. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: func_devstate.so => (Gets or sets a device state in the dialplan)
  2619. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'PRESENCE_STATE'
  2620. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: func_presencestate.so => (Gets or sets a presence state in the dialplan)
  2621. [2013-07-18 12:10:39] WARNING[27056] cdr_manager.c: Failed to load configuration file. Module not activated.
  2622. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/cel_odbc.conf': Found
  2623. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/cel_odbc_custom.conf': Found
  2624. [2013-07-18 12:10:39] VERBOSE[27056] cel_odbc.c: -- Found CEL table cel@asteriskcdrdb.
  2625. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: cel_odbc.so => (ODBC CEL backend)
  2626. [2013-07-18 12:10:39] ERROR[27056] cel_custom.c: Unable to load cel_custom.conf. Not logging CEL to custom CSVs.
  2627. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: cel_custom.so => (Customizable Comma Separated Values CEL Backend)
  2628. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/cel.conf': Found
  2629. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/cel_general_additional.conf': Found
  2630. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/cel_general_custom.conf': Found
  2631. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/cel_custom_post.conf': Found
  2632. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: cel_manager.so => (Asterisk Manager Interface CEL Backend)
  2633. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/cdr.conf': Found
  2634. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/cdr_odbc.conf': Found
  2635. [2013-07-18 12:10:39] VERBOSE[27056] cdr_odbc.c: -- cdr_odbc: dsn is asteriskcdrdb
  2636. [2013-07-18 12:10:39] VERBOSE[27056] cdr_odbc.c: -- cdr_odbc: table is cdr
  2637. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: cdr_odbc.so => (ODBC CDR Backend)
  2638. [2013-07-18 12:10:39] WARNING[27056] cdr_adaptive_odbc.c: Unable to load cdr_adaptive_odbc.conf. No adaptive ODBC CDRs.
  2639. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: cdr_adaptive_odbc.so => (Adaptive ODBC CDR backend)
  2640. [2013-07-18 12:10:39] ERROR[27056] cdr_syslog.c: Unable to load cdr_syslog.conf. Not logging custom CSV CDRs to syslog.
  2641. [2013-07-18 12:10:39] ERROR[27056] cdr_custom.c: Unable to load cdr_custom.conf. Not logging custom CSV CDRs.
  2642. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: cdr_custom.so => (Customizable Comma Separated Values CDR Backend)
  2643. [2013-07-18 12:10:39] ERROR[27056] res_clialiases.c: res_clialiases configuration file 'cli_aliases.conf' not found
  2644. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: res_clialiases.so => (CLI Aliases)
  2645. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'ReadExten'
  2646. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_readexten.so => (Read and evaluate extension validity)
  2647. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'HANGUPCAUSE'
  2648. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'HANGUPCAUSE_KEYS'
  2649. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'HangupCauseClear'
  2650. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: func_hangupcause.so => (HANGUPCAUSE related functions and applications)
  2651. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'WaitUntil'
  2652. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_waituntil.so => (Wait until specified time)
  2653. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'TestClient'
  2654. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'TestServer'
  2655. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_test.so => (Interface Test Application)
  2656. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'PlayTones'
  2657. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'StopPlayTones'
  2658. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_playtones.so => (Playtones Application)
  2659. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'Transfer'
  2660. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_transfer.so => (Transfers a caller to another extension)
  2661. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: res_convert.so => (File format conversion CLI command)
  2662. [2013-07-18 12:10:39] VERBOSE[27056] translate.c: == Registered translator 'g726tolin' from format g726 to slin, table cost, 900000, computational cost 1000
  2663. [2013-07-18 12:10:39] VERBOSE[27056] translate.c: == Registered translator 'lintog726' from format slin to g726, table cost, 600000, computational cost 2999
  2664. [2013-07-18 12:10:39] VERBOSE[27056] translate.c: == Registered translator 'g726aal2tolin' from format g726aal2 to slin, table cost, 900000, computational cost 1000
  2665. [2013-07-18 12:10:39] VERBOSE[27056] translate.c: == Registered translator 'lintog726aal2' from format slin to g726aal2, table cost, 600000, computational cost 3000
  2666. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: codec_g726.so => (ITU G.726-32kbps G726 Transcoder)
  2667. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'UserEvent'
  2668. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_userevent.so => (Custom User Event Application)
  2669. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'Authenticate'
  2670. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_authenticate.so => (Authentication Application)
  2671. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'Playback'
  2672. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_playback.so => (Sound File Playback Application)
  2673. [2013-07-18 12:10:39] VERBOSE[27056] bridging.c: == Registered bridge technology simple_bridge
  2674. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: bridge_simple.so => (Simple two channel bridging module)
  2675. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'ICONV'
  2676. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: func_iconv.so => (Charset conversions)
  2677. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: res_clioriginate.so => (Call origination and redirection from the CLI)
  2678. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'SoftHangup'
  2679. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_softhangup.so => (Hangs up the requested channel)
  2680. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'SendURL'
  2681. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_url.so => (Send URL Applications)
  2682. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'DumpChan'
  2683. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_dumpchan.so => (Dump Info About The Calling Channel)
  2684. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'VERSION'
  2685. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: func_version.so => (Get Asterisk Version/Build Info)
  2686. [2013-07-18 12:10:39] ERROR[27056] chan_unistim.c: Unable to load config unistim.conf
  2687. [2013-07-18 12:10:39] VERBOSE[27056] translate.c: == Registered translator 'alawtolin' from format alaw to slin, table cost, 900000, computational cost 1
  2688. [2013-07-18 12:10:39] VERBOSE[27056] translate.c: == Registered translator 'lintoalaw' from format slin to alaw, table cost, 600000, computational cost 1
  2689. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: codec_alaw.so => (A-law Coder/Decoder)
  2690. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'JITTERBUFFER'
  2691. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: func_jitterbuffer.so => (Jitter buffer for read side of channel.)
  2692. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'Page'
  2693. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_page.so => (Page Multiple Phones)
  2694. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'PP_EACH_USER'
  2695. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'PP_EACH_EXTENSION'
  2696. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/sip.conf': Found
  2697. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/sip_general_additional.conf': Found
  2698. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/sip_general_custom.conf': Found
  2699. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/sip_nat.conf': Found
  2700. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/sip_registrations_custom.conf': Found
  2701. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/sip_registrations.conf': Found
  2702. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/sip_custom.conf': Found
  2703. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/sip_additional.conf': Found
  2704. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/sip_custom_post.conf': Found
  2705. [2013-07-18 12:10:39] WARNING[27056] res_phoneprov.c: Unable to load users.conf
  2706. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: res_phoneprov.so => (HTTP Phone Provisioning)
  2707. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'MinivmRecord'
  2708. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'MinivmGreet'
  2709. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'MinivmNotify'
  2710. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'MinivmDelete'
  2711. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'MinivmAccMess'
  2712. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'MinivmMWI'
  2713. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'MINIVMACCOUNT'
  2714. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'MINIVMCOUNTER'
  2715. [2013-07-18 12:10:39] WARNING[27056] app_minivm.c: Failed to load configuration file. Module activated with default settings.
  2716. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_minivm.so => (Mini VoiceMail (A minimal Voicemail e-mail System))
  2717. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'Pickup'
  2718. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'PickupChan'
  2719. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_directed_pickup.so => (Directed Call Pickup Application)
  2720. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'MixMonitor'
  2721. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'StopMixMonitor'
  2722. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action MixMonitorMute
  2723. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action MixMonitor
  2724. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action StopMixMonitor
  2725. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_mixmonitor.so => (Mixed Audio Monitoring Application)
  2726. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'TrySystem'
  2727. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'System'
  2728. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_system.so => (Generic System() application)
  2729. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'PrivacyManager'
  2730. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_privacy.so => (Require phone number to be entered, if no CallerID sent)
  2731. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'CDR'
  2732. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: func_cdr.so => (Call Detail Record (CDR) dialplan function)
  2733. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'REALTIME'
  2734. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'REALTIME_STORE'
  2735. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'REALTIME_DESTROY'
  2736. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'REALTIME_FIELD'
  2737. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'REALTIME_HASH'
  2738. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: func_realtime.so => (Read/Write/Store/Destroy values from a RealTime repository)
  2739. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'ODBC_FETCH'
  2740. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'ODBCFinish'
  2741. [2013-07-18 12:10:39] NOTICE[27056] func_odbc.c: Unable to load config for func_odbc: func_odbc.conf
  2742. [2013-07-18 12:10:39] VERBOSE[27056] translate.c: == Registered translator 'adpcmtolin' from format adpcm to slin, table cost, 900000, computational cost 1
  2743. [2013-07-18 12:10:39] VERBOSE[27056] translate.c: == Registered translator 'lintoadpcm' from format slin to adpcm, table cost, 600000, computational cost 1000
  2744. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: codec_adpcm.so => (Adaptive Differential PCM Coder/Decoder)
  2745. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'Echo'
  2746. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_echo.so => (Simple Echo Application)
  2747. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'EXTENSION_STATE'
  2748. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: func_extstate.so => (Gets an extension's state in the dialplan)
  2749. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'ICES'
  2750. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_ices.so => (Encode and Stream via icecast and ices)
  2751. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'ADSIProg'
  2752. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_adsiprog.so => (Asterisk ADSI Programming Application)
  2753. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'Flash'
  2754. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_flash.so => (Flash channel application)
  2755. [2013-07-18 12:10:39] VERBOSE[27056] translate.c: == Registered translator 'lpc10tolin' from format lpc10 to slin, table cost, 900000, computational cost 1000
  2756. [2013-07-18 12:10:39] VERBOSE[27056] translate.c: == Registered translator 'lintolpc10' from format slin to lpc10, table cost, 600000, computational cost 3999
  2757. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: codec_lpc10.so => (LPC10 2.4kbps Coder/Decoder)
  2758. [2013-07-18 12:10:39] VERBOSE[27056] bridging.c: == Registered bridge technology multiplexed_bridge
  2759. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: bridge_multiplexed.so => (Multiplexed two channel bridging module)
  2760. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'SMS'
  2761. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_sms.so => (SMS/PSTN handler)
  2762. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'Log'
  2763. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'Verbose'
  2764. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_verbose.so => (Send verbose output)
  2765. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'ChanIsAvail'
  2766. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_chanisavail.so => (Check channel availability)
  2767. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'MUTEAUDIO'
  2768. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action MuteAudio
  2769. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: res_mutestream.so => (Mute audio stream resources)
  2770. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'AELSub'
  2771. [2013-07-18 12:10:39] NOTICE[27056] pbx_ael.c: Starting AEL load process.
  2772. [2013-07-18 12:10:39] NOTICE[27056] pbx_ael.c: File /etc/asterisk/extensions.ael not found; AEL declining load
  2773. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'ChannelRedirect'
  2774. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_channelredirect.so => (Redirects a given channel to a dialplan target)
  2775. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'Exec'
  2776. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'TryExec'
  2777. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'ExecIf'
  2778. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_exec.so => (Executes dialplan applications)
  2779. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: pbx_realtime.so => (Realtime Switch)
  2780. [2013-07-18 12:10:39] VERBOSE[27056] codec_dahdi.c: == No hardware transcoders found.
  2781. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: codec_dahdi.so => (Generic DAHDI Transcoder Codec Translator)
  2782. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'PITCH_SHIFT'
  2783. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: func_pitchshift.so => (Audio Effects Dialplan Functions)
  2784. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'TIMEOUT'
  2785. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: func_timeout.so => (Channel timeout dialplan functions)
  2786. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'AUDIOHOOK_INHERIT'
  2787. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: func_audiohookinherit.so => (Audiohook inheritance function)
  2788. [2013-07-18 12:10:39] VERBOSE[27056] translate.c: == Registered translator 'gsmtolin' from format gsm to slin, table cost, 900000, computational cost 999
  2789. [2013-07-18 12:10:39] VERBOSE[27056] translate.c: == Registered translator 'lintogsm' from format slin to gsm, table cost, 600000, computational cost 2000
  2790. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: codec_gsm.so => (GSM Coder/Decoder)
  2791. [2013-07-18 12:10:39] WARNING[27056] app_festival.c: No such configuration file festival.conf
  2792. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'BASE64_ENCODE'
  2793. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'BASE64_DECODE'
  2794. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: func_base64.so => (base64 encode/decode dialplan functions)
  2795. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'LOCK'
  2796. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'TRYLOCK'
  2797. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'UNLOCK'
  2798. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: func_lock.so => (Dialplan mutexes)
  2799. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'Directory'
  2800. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_directory.so => (Extension Directory)
  2801. [2013-07-18 12:10:39] WARNING[27056] app_followme.c: No follow me config file (followme.conf), so no follow me
  2802. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'SendText'
  2803. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_sendtext.so => (Send Text Applications)
  2804. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'VMCOUNT'
  2805. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: func_vmcount.so => (Indicator for whether a voice mailbox has messages in a given folder.)
  2806. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: res_format_attr_h263.so => (H.263 Format Attribute Module)
  2807. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'GetCPEID'
  2808. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_getcpeid.so => (Get ADSI CPE ID)
  2809. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'Read'
  2810. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_read.so => (Read Variable Application)
  2811. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'NBScat'
  2812. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_nbscat.so => (Silly NBS Stream Application)
  2813. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'Record'
  2814. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_record.so => (Trivial Record Application)
  2815. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'While'
  2816. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'EndWhile'
  2817. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'ExitWhile'
  2818. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'ContinueWhile'
  2819. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_while.so => (While Loops and Conditional Execution)
  2820. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'ControlPlayback'
  2821. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_controlplayback.so => (Control Playback Application)
  2822. [2013-07-18 12:10:39] ERROR[27056] pbx_dundi.c: Unable to load config dundi.conf
  2823. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'ForkCDR'
  2824. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_forkcdr.so => (Fork The CDR into 2 separate entities)
  2825. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'AST_CONFIG'
  2826. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: func_config.so => (Asterisk configuration file variable access)
  2827. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'AES_DECRYPT'
  2828. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'AES_ENCRYPT'
  2829. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: func_aes.so => (AES dialplan functions)
  2830. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'SYSINFO'
  2831. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: func_sysinfo.so => (System information related functions)
  2832. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'ExternalIVR'
  2833. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_externalivr.so => (External IVR Interface Application)
  2834. [2013-07-18 12:10:39] VERBOSE[27056] bridging.c: == Registered bridge technology softmix
  2835. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: bridge_softmix.so => (Multi-party software based channel mixing)
  2836. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'WaitForRing'
  2837. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_waitforring.so => (Waits until first ring after time)
  2838. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'IFMODULE'
  2839. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: func_module.so => (Checks if Asterisk module is loaded in memory)
  2840. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'RAND'
  2841. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: func_rand.so => (Random number dialplan function)
  2842. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'CHANNEL'
  2843. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'CHANNELS'
  2844. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'MASTER_CHANNEL'
  2845. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: func_channel.so => (Channel information dialplan functions)
  2846. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'ISNULL'
  2847. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'SET'
  2848. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'EXISTS'
  2849. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'IF'
  2850. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'IFTIME'
  2851. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'IMPORT'
  2852. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: func_logic.so => (Logical dialplan functions)
  2853. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'DAHDIRAS'
  2854. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_dahdiras.so => (DAHDI ISDN Remote Access Server)
  2855. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'ParkAndAnnounce'
  2856. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_parkandannounce.so => (Call Parking and Announce Application)
  2857. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'BLACKLIST'
  2858. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: func_blacklist.so => (Look up Caller*ID name/number from blacklist database)
  2859. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/phone.conf': Found
  2860. [2013-07-18 12:10:39] VERBOSE[27056] channel.c: == Registered channel type 'Phone' (Standard Linux Telephony API Driver)
  2861. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: chan_phone.so => (Linux Telephony API Support)
  2862. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'FIELDQTY'
  2863. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'FIELDNUM'
  2864. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'FILTER'
  2865. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'REPLACE'
  2866. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'STRREPLACE'
  2867. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'LISTFILTER'
  2868. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'REGEX'
  2869. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'ARRAY'
  2870. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'QUOTE'
  2871. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'CSV_QUOTE'
  2872. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'LEN'
  2873. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'STRFTIME'
  2874. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'STRPTIME'
  2875. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'EVAL'
  2876. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'KEYPADHASH'
  2877. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'HASHKEYS'
  2878. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'HASH'
  2879. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'ClearHash'
  2880. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'TOUPPER'
  2881. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'TOLOWER'
  2882. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'SHIFT'
  2883. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'POP'
  2884. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'PUSH'
  2885. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'UNSHIFT'
  2886. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'PASSTHRU'
  2887. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: func_strings.so => (String handling dialplan functions)
  2888. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'URIDECODE'
  2889. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'URIENCODE'
  2890. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: func_uri.so => (URI encode/decode dialplan functions)
  2891. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'DB'
  2892. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'DB_EXISTS'
  2893. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'DB_DELETE'
  2894. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'DB_KEYS'
  2895. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: func_db.so => (Database (astdb) related dialplan functions)
  2896. [2013-07-18 12:10:39] VERBOSE[27056] res_security_log.c: -- Security Logging Enabled
  2897. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: res_security_log.so => (Security Event Logging)
  2898. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'SRVQUERY'
  2899. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'SRVRESULT'
  2900. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: func_srv.so => (SRV related dialplan functions)
  2901. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'SHA1'
  2902. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: func_sha1.so => (SHA-1 computation dialplan function)
  2903. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/voicemail.conf': Found
  2904. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/vm_general.inc': Found
  2905. [2013-07-18 12:10:39] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/vm_email.inc': Found
  2906. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'auto_hint_200' priority -1 to from-internal
  2907. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: -- Added extension 'auto_hint_100' priority -1 to from-internal
  2908. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'VoiceMail'
  2909. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'VoiceMailMain'
  2910. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'MailboxExists'
  2911. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'VMAuthenticate'
  2912. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'VoiceMailPlayMsg'
  2913. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'VMSayName'
  2914. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'MAILBOX_EXISTS'
  2915. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'VM_INFO'
  2916. [2013-07-18 12:10:39] VERBOSE[27056] manager.c: == Manager registered action VoicemailUsersList
  2917. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_voicemail.so => (Comedian Mail (Voicemail System))
  2918. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'CELGenUserEvent'
  2919. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_celgenuserevent.so => (Generate an User-Defined CEL event)
  2920. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: bridge_builtin_features.so => (Built in bridging features)
  2921. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'SHELL'
  2922. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: func_shell.so => (Collects the output generated by a command executed by the system shell)
  2923. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'WaitForSilence'
  2924. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'WaitForNoise'
  2925. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_waitforsilence.so => (Wait For Silence)
  2926. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'GROUP_COUNT'
  2927. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'GROUP_MATCH_COUNT'
  2928. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'GROUP_LIST'
  2929. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'GROUP'
  2930. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: func_groupcount.so => (Channel group dialplan functions)
  2931. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'GLOBAL'
  2932. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'SHARED'
  2933. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: func_global.so => (Variable dialplan functions)
  2934. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'MP3Player'
  2935. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_mp3.so => (Silly MP3 Application)
  2936. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: res_limit.so => (Resource limits)
  2937. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: res_realtime.so => (Realtime Data Lookup/Rewrite)
  2938. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'BackgroundDetect'
  2939. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_talkdetect.so => (Playback with Talk Detection)
  2940. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'MacroExit'
  2941. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'MacroIf'
  2942. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'MacroExclusive'
  2943. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'Macro'
  2944. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_macro.so => (Extension Macros)
  2945. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'CUT'
  2946. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'SORT'
  2947. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: func_cut.so => (Cut out information from a string)
  2948. [2013-07-18 12:10:39] VERBOSE[27056] translate.c: == Registered translator 'alawtoulaw' from format alaw to ulaw, table cost, 915000, computational cost 1
  2949. [2013-07-18 12:10:39] VERBOSE[27056] translate.c: == Registered translator 'ulawtoalaw' from format ulaw to alaw, table cost, 915000, computational cost 1
  2950. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: codec_a_mu.so => (A-law and Mulaw direct Coder/Decoder)
  2951. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: pbx_spool.so => (Outgoing Spool Support)
  2952. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'ChanSpy'
  2953. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'ExtenSpy'
  2954. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'DAHDIScan'
  2955. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_chanspy.so => (Listen to the audio of an active channel)
  2956. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'SpeechCreate'
  2957. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'SpeechLoadGrammar'
  2958. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'SpeechUnloadGrammar'
  2959. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'SpeechActivateGrammar'
  2960. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'SpeechDeactivateGrammar'
  2961. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'SpeechStart'
  2962. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'SpeechBackground'
  2963. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'SpeechDestroy'
  2964. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'SpeechProcessingSound'
  2965. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'SPEECH'
  2966. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'SPEECH_SCORE'
  2967. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'SPEECH_TEXT'
  2968. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'SPEECH_GRAMMAR'
  2969. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'SPEECH_ENGINE'
  2970. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered custom function 'SPEECH_RESULTS_TYPE'
  2971. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_speech_utils.so => (Dialplan Speech Applications)
  2972. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'Dial'
  2973. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'RetryDial'
  2974. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_dial.so => (Dialing Application)
  2975. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'Originate'
  2976. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_originate.so => (Originate call)
  2977. [2013-07-18 12:10:39] VERBOSE[27056] pbx.c: == Registered application 'DISA'
  2978. [2013-07-18 12:10:39] VERBOSE[27056] loader.c: app_disa.so => (DISA (Direct Inward System Access) Application)
  2979. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered custom function 'ENUMRESULT'
  2980. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered custom function 'ENUMQUERY'
  2981. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered custom function 'ENUMLOOKUP'
  2982. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered custom function 'TXTCIDNAME'
  2983. [2013-07-18 12:10:40] VERBOSE[27056] loader.c: func_enum.so => (ENUM related dialplan functions)
  2984. [2013-07-18 12:10:40] VERBOSE[27056] translate.c: == Registered translator 'ilbctolin' from format ilbc to slin, table cost, 900000, computational cost 2000
  2985. [2013-07-18 12:10:40] VERBOSE[27056] translate.c: == Registered translator 'lintoilbc' from format slin to ilbc, table cost, 600000, computational cost 12998
  2986. [2013-07-18 12:10:40] VERBOSE[27056] loader.c: codec_ilbc.so => (iLBC Coder/Decoder)
  2987. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered custom function 'SPRINTF'
  2988. [2013-07-18 12:10:40] VERBOSE[27056] loader.c: func_sprintf.so => (SPRINTF dialplan function)
  2989. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered application 'Dictate'
  2990. [2013-07-18 12:10:40] VERBOSE[27056] loader.c: app_dictate.so => (Virtual Dictation Machine)
  2991. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered custom function 'CALLCOMPLETION'
  2992. [2013-07-18 12:10:40] VERBOSE[27056] loader.c: func_callcompletion.so => (Call Control Configuration Function)
  2993. [2013-07-18 12:10:40] VERBOSE[27056] translate.c: == Registered translator 'g722tolin' from format g722 to slin, table cost, 960000, computational cost 1000
  2994. [2013-07-18 12:10:40] VERBOSE[27056] translate.c: == Registered translator 'lintog722' from format slin to g722, table cost, 825000, computational cost 1999
  2995. [2013-07-18 12:10:40] VERBOSE[27056] translate.c: == Registered translator 'g722tolin16' from format g722 to slin16, table cost, 900000, computational cost 2000
  2996. [2013-07-18 12:10:40] VERBOSE[27056] translate.c: == Registered translator 'lin16tog722' from format slin16 to g722, table cost, 600000, computational cost 3000
  2997. [2013-07-18 12:10:40] VERBOSE[27056] loader.c: codec_g722.so => (ITU G.722-64kbps G722 Transcoder)
  2998. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered custom function 'CALLERPRES'
  2999. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered custom function 'CALLERID'
  3000. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered custom function 'CONNECTEDLINE'
  3001. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered custom function 'REDIRECTING'
  3002. [2013-07-18 12:10:40] VERBOSE[27056] loader.c: func_callerid.so => (Party ID related dialplan functions (Caller-ID, Connected-line, Redirecting))
  3003. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered custom function 'DIALGROUP'
  3004. [2013-07-18 12:10:40] VERBOSE[27056] loader.c: func_dialgroup.so => (Dialgroup dialplan function)
  3005. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered custom function 'MD5'
  3006. [2013-07-18 12:10:40] VERBOSE[27056] loader.c: func_md5.so => (MD5 digest dialplan functions)
  3007. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered application 'Morsecode'
  3008. [2013-07-18 12:10:40] VERBOSE[27056] loader.c: app_morsecode.so => (Morse code)
  3009. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered custom function 'MATH'
  3010. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered custom function 'INC'
  3011. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered custom function 'DEC'
  3012. [2013-07-18 12:10:40] VERBOSE[27056] loader.c: func_math.so => (Mathematical dialplan function)
  3013. [2013-07-18 12:10:40] VERBOSE[27056] translate.c: == Registered translator 'ulawtolin' from format ulaw to slin, table cost, 900000, computational cost 1
  3014. [2013-07-18 12:10:40] VERBOSE[27056] translate.c: == Registered translator 'lintoulaw' from format slin to ulaw, table cost, 600000, computational cost 1
  3015. [2013-07-18 12:10:40] VERBOSE[27056] translate.c: == Registered translator 'lintotestlaw' from format slin to testlaw, table cost, 600000, computational cost 1
  3016. [2013-07-18 12:10:40] VERBOSE[27056] translate.c: == Registered translator 'testlawtolin' from format testlaw to slin, table cost, 900000, computational cost 1
  3017. [2013-07-18 12:10:40] VERBOSE[27056] loader.c: codec_ulaw.so => (mu-Law Coder/Decoder)
  3018. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered application 'SendImage'
  3019. [2013-07-18 12:10:40] VERBOSE[27056] loader.c: app_image.so => (Image Transmission Application)
  3020. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered application 'SayUnixTime'
  3021. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered application 'DateTime'
  3022. [2013-07-18 12:10:40] VERBOSE[27056] loader.c: app_sayunixtime.so => (Say time)
  3023. [2013-07-18 12:10:40] VERBOSE[27056] loader.c: res_format_attr_h264.so => (H.264 Format Attribute Module)
  3024. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered application 'NoCDR'
  3025. [2013-07-18 12:10:40] VERBOSE[27056] loader.c: app_cdr.so => (Tell Asterisk to not maintain a CDR for the current call)
  3026. [2013-07-18 12:10:40] VERBOSE[27056] manager.c: == Manager registered action PlayDTMF
  3027. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered application 'SendDTMF'
  3028. [2013-07-18 12:10:40] VERBOSE[27056] loader.c: app_senddtmf.so => (Send DTMF digits Application)
  3029. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered custom function 'ENV'
  3030. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered custom function 'STAT'
  3031. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered custom function 'FILE'
  3032. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered custom function 'FILE_COUNT_LINE'
  3033. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered custom function 'FILE_FORMAT'
  3034. [2013-07-18 12:10:40] VERBOSE[27056] loader.c: func_env.so => (Environment/filesystem dialplan functions)
  3035. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered application 'Zapateller'
  3036. [2013-07-18 12:10:40] VERBOSE[27056] loader.c: app_zapateller.so => (Block Telemarketers with Special Information Tone)
  3037. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered application 'Milliwatt'
  3038. [2013-07-18 12:10:40] VERBOSE[27056] loader.c: app_milliwatt.so => (Digital Milliwatt (mu-law) Test Application)
  3039. [2013-07-18 12:10:40] VERBOSE[27056] loader.c: pbx_loopback.so => (Loopback Switch)
  3040. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered custom function 'VOLUME'
  3041. [2013-07-18 12:10:40] VERBOSE[27056] loader.c: func_volume.so => (Technology independent volume control)
  3042. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered custom function 'FRAME_TRACE'
  3043. [2013-07-18 12:10:40] VERBOSE[27056] loader.c: func_frame_trace.so => (Frame Trace for internal ast_frame debugging.)
  3044. [2013-07-18 12:10:40] ERROR[27056] app_amd.c: Configuration file amd.conf missing.
  3045. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered application 'DBdel'
  3046. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered application 'DBdeltree'
  3047. [2013-07-18 12:10:40] VERBOSE[27056] loader.c: app_db.so => (Database Access Functions)
  3048. [2013-07-18 12:10:40] NOTICE[27056] app_queue.c: No queuerules.conf file found, queues will not follow penalty rules
  3049. [2013-07-18 12:10:40] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/queues.conf': Found
  3050. [2013-07-18 12:10:40] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/queues_general_additional.conf': Found
  3051. [2013-07-18 12:10:40] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/queues_custom_general.conf': Found
  3052. [2013-07-18 12:10:40] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/queues_custom.conf': Found
  3053. [2013-07-18 12:10:40] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/queues_additional.conf': Found
  3054. [2013-07-18 12:10:40] VERBOSE[27056] config.c: == Parsing '/etc/asterisk/queues_post_custom.conf': Found
  3055. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered application 'Queue'
  3056. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered application 'AddQueueMember'
  3057. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered application 'RemoveQueueMember'
  3058. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered application 'PauseQueueMember'
  3059. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered application 'UnpauseQueueMember'
  3060. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered application 'QueueLog'
  3061. [2013-07-18 12:10:40] VERBOSE[27056] manager.c: == Manager registered action Queues
  3062. [2013-07-18 12:10:40] VERBOSE[27056] manager.c: == Manager registered action QueueStatus
  3063. [2013-07-18 12:10:40] VERBOSE[27056] manager.c: == Manager registered action QueueSummary
  3064. [2013-07-18 12:10:40] VERBOSE[27056] manager.c: == Manager registered action QueueAdd
  3065. [2013-07-18 12:10:40] VERBOSE[27056] manager.c: == Manager registered action QueueRemove
  3066. [2013-07-18 12:10:40] VERBOSE[27056] manager.c: == Manager registered action QueuePause
  3067. [2013-07-18 12:10:40] VERBOSE[27056] manager.c: == Manager registered action QueueLog
  3068. [2013-07-18 12:10:40] VERBOSE[27056] manager.c: == Manager registered action QueuePenalty
  3069. [2013-07-18 12:10:40] VERBOSE[27056] manager.c: == Manager registered action QueueMemberRingInUse
  3070. [2013-07-18 12:10:40] VERBOSE[27056] manager.c: == Manager registered action QueueRule
  3071. [2013-07-18 12:10:40] VERBOSE[27056] manager.c: == Manager registered action QueueReload
  3072. [2013-07-18 12:10:40] VERBOSE[27056] manager.c: == Manager registered action QueueReset
  3073. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered custom function 'QUEUE_VARIABLES'
  3074. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered custom function 'QUEUE_EXISTS'
  3075. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered custom function 'QUEUE_MEMBER'
  3076. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered custom function 'QUEUE_MEMBER_COUNT'
  3077. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered custom function 'QUEUE_MEMBER_LIST'
  3078. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered custom function 'QUEUE_WAITING_COUNT'
  3079. [2013-07-18 12:10:40] VERBOSE[27056] pbx.c: == Registered custom function 'QUEUE_MEMBER_PENALTY'
  3080. [2013-07-18 12:10:40] VERBOSE[27056] loader.c: app_queue.so => (True Call Queueing)
  3081. [2013-07-18 12:10:40] VERBOSE[27056] asterisk.c: Asterisk Ready.
  3082. [2013-07-18 12:10:56] VERBOSE[27058] asterisk.c: -- Remote UNIX connection
  3083. [2013-07-18 12:11:08] VERBOSE[27076] chan_sip.c:
  3084. <--- SIP read from UDP:10.1.1.34:5060 --->
  3085. INVITE sip:*43@10.1.1.13 SIP/2.0
  3086. CSeq: 1 INVITE
  3087. v: SIP/2.0/UDP 10.1.1.34:5060;branch=z9hG4bK26b88f78-4bee-e211-9674-0026b99f8cdc;rport
  3088. User-Agent: Ekiga/4.0.1
  3089. f: "Chris Miller" <sip:cjm@10.1.1.34>;tag=8c818d78-4bee-e211-9674-0026b99f8cdc
  3090. i: b0858d78-4bee-e211-9674-0026b99f8cdc@code.tryx.org
  3091. k: 100rel,replaces
  3092. t: <sip:*43@10.1.1.13>
  3093. m: "Chris Miller" <sip:cjm@10.1.1.34>
  3094. Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,SUBSCRIBE,NOTIFY,REFER,MESSAGE,INFO,PING,PRACK
  3095. l: 889
  3096. c: application/sdp
  3097. Max-Forwards: 70
  3098.  
  3099. v=0
  3100. o=- 1374174668 1 IN IP4 10.1.1.34
  3101. s=Ekiga/4.0.1
  3102. c=IN IP4 10.1.1.34
  3103. t=0 0
  3104. m=audio 5090 RTP/AVP 120 0 8 121 3 9 103 104 109 119 108 107 106 105 101
  3105. a=sendrecv
  3106. a=rtpmap:120 Speex/16000/1
  3107. a=rtpmap:0 PCMU/8000/1
  3108. a=rtpmap:8 PCMA/8000/1
  3109. a=rtpmap:121 iLBC/8000/1
  3110. a=fmtp:121 mode=20
  3111. a=rtpmap:3 gsm/8000/1
  3112. a=rtpmap:9 G722/8000/1
  3113. a=rtpmap:103 G7221/16000/1
  3114. a=fmtp:103 bitrate=24000
  3115. a=rtpmap:104 G7221/16000/1
  3116. a=fmtp:104 bitrate=32000
  3117. a=rtpmap:109 AMR-WB/16000/1
  3118. a=fmtp:109 octet-align=1
  3119. a=rtpmap:119 Speex/8000/1
  3120. a=rtpmap:108 G726-16/8000/1
  3121. a=rtpmap:107 G726-24/8000/1
  3122. a=rtpmap:106 G726-32/8000/1
  3123. a=rtpmap:105 G726-40/8000/1
  3124. a=rtpmap:101 telephone-event/8000
  3125. a=fmtp:101 0-16,32,36
  3126. a=maxptime:30
  3127. m=video 5092 RTP/AVP 99 31
  3128. b=AS:4096
  3129. b=TIAS:4096000
  3130. a=sendrecv
  3131. a=rtpmap:99 theora/90000
  3132. a=fmtp:99 height=576;width=704
  3133. a=rtpmap:31 h261/90000
  3134. a=fmtp:31 CIF=1;QCIF=1
  3135. <------------->
  3136. [2013-07-18 12:11:08] VERBOSE[27076] chan_sip.c: --- (13 headers 36 lines) ---
  3137. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Sending to 10.1.1.34:5060 (NAT)
  3138. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Using INVITE request as basis request - b0858d78-4bee-e211-9674-0026b99f8cdc@code.tryx.org
  3139. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Found peer '200' for 'cjm' from 10.1.1.34:5060
  3140. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c:
  3141. <--- Reliably Transmitting (no NAT) to 10.1.1.34:5060 --->
  3142. SIP/2.0 401 Unauthorized
  3143. Via: SIP/2.0/UDP 10.1.1.34:5060;branch=z9hG4bK26b88f78-4bee-e211-9674-0026b99f8cdc;received=10.1.1.34;rport=5060
  3144. From: "Chris Miller" <sip:cjm@10.1.1.34>;tag=8c818d78-4bee-e211-9674-0026b99f8cdc
  3145. To: <sip:*43@10.1.1.13>;tag=as522b1b5f
  3146. Call-ID: b0858d78-4bee-e211-9674-0026b99f8cdc@code.tryx.org
  3147. CSeq: 1 INVITE
  3148. Server: FPBX-2.11.0(11.2.1)
  3149. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
  3150. Supported: replaces, timer
  3151. WWW-Authenticate: Digest algorithm=MD5, realm="asterisk", nonce="6545596c"
  3152. Content-Length: 0
  3153.  
  3154.  
  3155. <------------>
  3156. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Scheduling destruction of SIP dialog 'b0858d78-4bee-e211-9674-0026b99f8cdc@code.tryx.org' in 6400 ms (Method: INVITE)
  3157. [2013-07-18 12:11:08] VERBOSE[27076] chan_sip.c:
  3158. <--- SIP read from UDP:10.1.1.44:5060 --->
  3159. INVITE sip:*43@10.1.1.13 SIP/2.0
  3160. CSeq: 1 INVITE
  3161. v: SIP/2.0/UDP 10.1.1.44:5060;branch=z9hG4bKd4219178-4bee-e211-9674-0026b99f8cdc;rport
  3162. User-Agent: Ekiga/4.0.1
  3163. f: "Chris Miller" <sip:cjm@10.1.1.44>;tag=8c818d78-4bee-e211-9674-0026b99f8cdc
  3164. i: b0858d78-4bee-e211-9674-0026b99f8cdc@code.tryx.org
  3165. k: 100rel,replaces
  3166. t: <sip:*43@10.1.1.13>
  3167. m: "Chris Miller" <sip:cjm@10.1.1.44>
  3168. Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,SUBSCRIBE,NOTIFY,REFER,MESSAGE,INFO,PING,PRACK
  3169. l: 889
  3170. c: application/sdp
  3171. Max-Forwards: 70
  3172.  
  3173. v=0
  3174. o=- 1374174668 1 IN IP4 10.1.1.44
  3175. s=Ekiga/4.0.1
  3176. c=IN IP4 10.1.1.44
  3177. t=0 0
  3178. m=audio 5094 RTP/AVP 120 0 8 121 3 9 103 104 109 119 108 107 106 105 101
  3179. a=sendrecv
  3180. a=rtpmap:120 Speex/16000/1
  3181. a=rtpmap:0 PCMU/8000/1
  3182. a=rtpmap:8 PCMA/8000/1
  3183. a=rtpmap:121 iLBC/8000/1
  3184. a=fmtp:121 mode=20
  3185. a=rtpmap:3 gsm/8000/1
  3186. a=rtpmap:9 G722/8000/1
  3187. a=rtpmap:103 G7221/16000/1
  3188. a=fmtp:103 bitrate=24000
  3189. a=rtpmap:104 G7221/16000/1
  3190. a=fmtp:104 bitrate=32000
  3191. a=rtpmap:109 AMR-WB/16000/1
  3192. a=fmtp:109 octet-align=1
  3193. a=rtpmap:119 Speex/8000/1
  3194. a=rtpmap:108 G726-16/8000/1
  3195. a=rtpmap:107 G726-24/8000/1
  3196. a=rtpmap:106 G726-32/8000/1
  3197. a=rtpmap:105 G726-40/8000/1
  3198. a=rtpmap:101 telephone-event/8000
  3199. a=fmtp:101 0-16,32,36
  3200. a=maxptime:30
  3201. m=video 5096 RTP/AVP 99 31
  3202. b=AS:4096
  3203. b=TIAS:4096000
  3204. a=sendrecv
  3205. a=rtpmap:99 theora/90000
  3206. a=fmtp:99 height=576;width=704
  3207. a=rtpmap:31 h261/90000
  3208. a=fmtp:31 CIF=1;QCIF=1
  3209. <------------->
  3210. [2013-07-18 12:11:08] VERBOSE[27076] chan_sip.c: --- (13 headers 36 lines) ---
  3211. [2013-07-18 12:11:08] VERBOSE[27076] chan_sip.c:
  3212. <--- Transmitting (NAT) to 10.1.1.44:5060 --->
  3213. SIP/2.0 482 (Loop Detected)
  3214. Via: SIP/2.0/UDP 10.1.1.44:5060;branch=z9hG4bKd4219178-4bee-e211-9674-0026b99f8cdc;received=10.1.1.44;rport=5060
  3215. From: "Chris Miller" <sip:cjm@10.1.1.44>;tag=8c818d78-4bee-e211-9674-0026b99f8cdc
  3216. To: <sip:*43@10.1.1.13>;tag=as723198ed
  3217. Call-ID: b0858d78-4bee-e211-9674-0026b99f8cdc@code.tryx.org
  3218. CSeq: 1 INVITE
  3219. Server: FPBX-2.11.0(11.2.1)
  3220. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
  3221. Supported: replaces, timer
  3222. Content-Length: 0
  3223.  
  3224.  
  3225. <------------>
  3226. [2013-07-18 12:11:08] VERBOSE[27076] chan_sip.c:
  3227. <--- SIP read from UDP:10.1.1.34:5060 --->
  3228. ACK sip:*43@10.1.1.13 SIP/2.0
  3229. CSeq: 1 ACK
  3230. Via: SIP/2.0/UDP 10.1.1.34:5060;branch=z9hG4bK26b88f78-4bee-e211-9674-0026b99f8cdc;rport
  3231. From: "Chris Miller" <sip:cjm@10.1.1.34>;tag=8c818d78-4bee-e211-9674-0026b99f8cdc
  3232. Call-ID: b0858d78-4bee-e211-9674-0026b99f8cdc@code.tryx.org
  3233. To: <sip:*43@10.1.1.13>;tag=as522b1b5f
  3234. Content-Length: 0
  3235. Max-Forwards: 70
  3236.  
  3237. <------------->
  3238. [2013-07-18 12:11:08] VERBOSE[27076] chan_sip.c: --- (8 headers 0 lines) ---
  3239. [2013-07-18 12:11:08] VERBOSE[27076] chan_sip.c:
  3240. <--- SIP read from UDP:10.1.1.34:5060 --->
  3241. INVITE sip:*43@10.1.1.13 SIP/2.0
  3242. CSeq: 2 INVITE
  3243. v: SIP/2.0/UDP 10.1.1.34:5060;branch=z9hG4bK66d59178-4bee-e211-9674-0026b99f8cdc;rport
  3244. User-Agent: Ekiga/4.0.1
  3245. Authorization: Digest username="200", realm="asterisk", nonce="6545596c", uri="sip:*43@10.1.1.13", algorithm=MD5, response="a31376a9dcc4a29d37b9d79c58977d22"
  3246. f: "Chris Miller" <sip:cjm@10.1.1.34>;tag=8c818d78-4bee-e211-9674-0026b99f8cdc
  3247. i: b0858d78-4bee-e211-9674-0026b99f8cdc@code.tryx.org
  3248. k: 100rel,replaces
  3249. t: <sip:*43@10.1.1.13>
  3250. m: "Chris Miller" <sip:cjm@10.1.1.34>
  3251. Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,SUBSCRIBE,NOTIFY,REFER,MESSAGE,INFO,PING,PRACK
  3252. l: 889
  3253. c: application/sdp
  3254. Max-Forwards: 70
  3255.  
  3256. v=0
  3257. o=- 1374174668 1 IN IP4 10.1.1.34
  3258. s=Ekiga/4.0.1
  3259. c=IN IP4 10.1.1.34
  3260. t=0 0
  3261. m=audio 5090 RTP/AVP 120 0 8 121 3 9 103 104 109 119 108 107 106 105 101
  3262. a=sendrecv
  3263. a=rtpmap:120 Speex/16000/1
  3264. a=rtpmap:0 PCMU/8000/1
  3265. a=rtpmap:8 PCMA/8000/1
  3266. a=rtpmap:121 iLBC/8000/1
  3267. a=fmtp:121 mode=20
  3268. a=rtpmap:3 gsm/8000/1
  3269. a=rtpmap:9 G722/8000/1
  3270. a=rtpmap:103 G7221/16000/1
  3271. a=fmtp:103 bitrate=24000
  3272. a=rtpmap:104 G7221/16000/1
  3273. a=fmtp:104 bitrate=32000
  3274. a=rtpmap:109 AMR-WB/16000/1
  3275. a=fmtp:109 octet-align=1
  3276. a=rtpmap:119 Speex/8000/1
  3277. a=rtpmap:108 G726-16/8000/1
  3278. a=rtpmap:107 G726-24/8000/1
  3279. a=rtpmap:106 G726-32/8000/1
  3280. a=rtpmap:105 G726-40/8000/1
  3281. a=rtpmap:101 telephone-event/8000
  3282. a=fmtp:101 0-16,32,36
  3283. a=maxptime:30
  3284. m=video 5092 RTP/AVP 99 31
  3285. b=AS:4096
  3286. b=TIAS:4096000
  3287. a=sendrecv
  3288. a=rtpmap:99 theora/90000
  3289. a=fmtp:99 height=576;width=704
  3290. a=rtpmap:31 h261/90000
  3291. a=fmtp:31 CIF=1;QCIF=1
  3292. <------------->
  3293. [2013-07-18 12:11:08] VERBOSE[27076] chan_sip.c: --- (14 headers 36 lines) ---
  3294. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Sending to 10.1.1.34:5060 (no NAT)
  3295. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Using INVITE request as basis request - b0858d78-4bee-e211-9674-0026b99f8cdc@code.tryx.org
  3296. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Found peer '200' for 'cjm' from 10.1.1.34:5060
  3297. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] netsock2.c: == Using SIP VIDEO TOS bits 136
  3298. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] netsock2.c: == Using SIP VIDEO CoS mark 6
  3299. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] netsock2.c: == Using SIP RTP TOS bits 184
  3300. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] netsock2.c: == Using SIP RTP CoS mark 5
  3301. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Found RTP audio format 120
  3302. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Found RTP audio format 0
  3303. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Found RTP audio format 8
  3304. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Found RTP audio format 121
  3305. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Found RTP audio format 3
  3306. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Found RTP audio format 9
  3307. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Found RTP audio format 103
  3308. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Found RTP audio format 104
  3309. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Found RTP audio format 109
  3310. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Found RTP audio format 119
  3311. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Found RTP audio format 108
  3312. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Found RTP audio format 107
  3313. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Found RTP audio format 106
  3314. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Found RTP audio format 105
  3315. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Found RTP audio format 101
  3316. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Found audio description format Speex for ID 120
  3317. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Found audio description format PCMU for ID 0
  3318. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Found audio description format PCMA for ID 8
  3319. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Found audio description format iLBC for ID 121
  3320. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Found audio description format gsm for ID 3
  3321. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Found audio description format G722 for ID 9
  3322. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Found audio description format G7221 for ID 103
  3323. [2013-07-18 12:11:08] WARNING[27076][C-00000000] chan_sip.c: Got Siren7 offer at 24000 bps, but only 32000 bps supported; ignoring.
  3324. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Found audio description format G7221 for ID 104
  3325. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Found unknown media description format AMR-WB for ID 109
  3326. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Found audio description format Speex for ID 119
  3327. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Found unknown media description format G726-16 for ID 108
  3328. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Found unknown media description format G726-24 for ID 107
  3329. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Found audio description format G726-32 for ID 106
  3330. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Found unknown media description format G726-40 for ID 105
  3331. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Found audio description format telephone-event for ID 101
  3332. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Found RTP video format 99
  3333. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Found RTP video format 31
  3334. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Found video description format h261 for ID 31
  3335. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Capabilities: us - (gsm|ulaw|alaw|speex|g722|h264|siren7), peer - audio=(gsm|ulaw|alaw|g726|speex|speex16|ilbc|g722|siren7)/video=(h261|h264)/text=(nothing), combined - (gsm|ulaw|alaw|speex|g722|h264|siren7)
  3336. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Non-codec capabilities (dtmf): us - 0x1 (telephone-event|), peer - 0x1 (telephone-event|), combined - 0x1 (telephone-event|)
  3337. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Peer audio RTP is at port 10.1.1.34:5090
  3338. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Peer video RTP is at port 10.1.1.34:5092
  3339. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Looking for *43 in from-internal (domain 10.1.1.13)
  3340. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: list_route: hop: <sip:cjm@10.1.1.34>
  3341. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c:
  3342. <--- Transmitting (no NAT) to 10.1.1.34:5060 --->
  3343. SIP/2.0 100 Trying
  3344. Via: SIP/2.0/UDP 10.1.1.34:5060;branch=z9hG4bK66d59178-4bee-e211-9674-0026b99f8cdc;received=10.1.1.34;rport=5060
  3345. From: "Chris Miller" <sip:cjm@10.1.1.34>;tag=8c818d78-4bee-e211-9674-0026b99f8cdc
  3346. To: <sip:*43@10.1.1.13>
  3347. Call-ID: b0858d78-4bee-e211-9674-0026b99f8cdc@code.tryx.org
  3348. CSeq: 2 INVITE
  3349. Server: FPBX-2.11.0(11.2.1)
  3350. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
  3351. Supported: replaces, timer
  3352. Contact: <sip:*43@10.1.1.13:5060>
  3353. Content-Length: 0
  3354.  
  3355.  
  3356. <------------>
  3357. [2013-07-18 12:11:08] VERBOSE[27076] chan_sip.c:
  3358. <--- SIP read from UDP:10.1.1.44:5060 --->
  3359. ACK sip:*43@10.1.1.13 SIP/2.0
  3360. CSeq: 1 ACK
  3361. Via: SIP/2.0/UDP 10.1.1.44:5060;branch=z9hG4bKd4219178-4bee-e211-9674-0026b99f8cdc;rport
  3362. From: "Chris Miller" <sip:cjm@10.1.1.44>;tag=8c818d78-4bee-e211-9674-0026b99f8cdc
  3363. Call-ID: b0858d78-4bee-e211-9674-0026b99f8cdc@code.tryx.org
  3364. To: <sip:*43@10.1.1.13>;tag=as723198ed
  3365. Content-Length: 0
  3366. Max-Forwards: 70
  3367.  
  3368. <------------->
  3369. [2013-07-18 12:11:08] VERBOSE[27076] chan_sip.c: --- (8 headers 0 lines) ---
  3370. [2013-07-18 12:11:08] VERBOSE[27076] chan_sip.c:
  3371. <--- SIP read from UDP:10.1.1.34:5060 --->
  3372. CANCEL sip:*43@10.1.1.13 SIP/2.0
  3373. CSeq: 2 CANCEL
  3374. Via: SIP/2.0/UDP 10.1.1.34:5060;branch=z9hG4bK66d59178-4bee-e211-9674-0026b99f8cdc;rport
  3375. From: "Chris Miller" <sip:cjm@10.1.1.34>;tag=8c818d78-4bee-e211-9674-0026b99f8cdc
  3376. Call-ID: b0858d78-4bee-e211-9674-0026b99f8cdc@code.tryx.org
  3377. To: <sip:*43@10.1.1.13>
  3378. Content-Length: 0
  3379. Max-Forwards: 70
  3380.  
  3381. <------------->
  3382. [2013-07-18 12:11:08] VERBOSE[27076] chan_sip.c: --- (8 headers 0 lines) ---
  3383. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c: Sending to 10.1.1.34:5060 (no NAT)
  3384. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c:
  3385. <--- Reliably Transmitting (no NAT) to 10.1.1.34:5060 --->
  3386. SIP/2.0 487 Request Terminated
  3387. Via: SIP/2.0/UDP 10.1.1.34:5060;branch=z9hG4bK66d59178-4bee-e211-9674-0026b99f8cdc;received=10.1.1.34;rport=5060
  3388. From: "Chris Miller" <sip:cjm@10.1.1.34>;tag=8c818d78-4bee-e211-9674-0026b99f8cdc
  3389. To: <sip:*43@10.1.1.13>;tag=as2726a723
  3390. Call-ID: b0858d78-4bee-e211-9674-0026b99f8cdc@code.tryx.org
  3391. CSeq: 2 INVITE
  3392. Server: FPBX-2.11.0(11.2.1)
  3393. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
  3394. Supported: replaces, timer
  3395. Content-Length: 0
  3396.  
  3397.  
  3398. <------------>
  3399. [2013-07-18 12:11:08] VERBOSE[27076][C-00000000] chan_sip.c:
  3400. <--- Transmitting (no NAT) to 10.1.1.34:5060 --->
  3401. SIP/2.0 200 OK
  3402. Via: SIP/2.0/UDP 10.1.1.34:5060;branch=z9hG4bK66d59178-4bee-e211-9674-0026b99f8cdc;received=10.1.1.34;rport=5060
  3403. From: "Chris Miller" <sip:cjm@10.1.1.34>;tag=8c818d78-4bee-e211-9674-0026b99f8cdc
  3404. To: <sip:*43@10.1.1.13>;tag=as2726a723
  3405. Call-ID: b0858d78-4bee-e211-9674-0026b99f8cdc@code.tryx.org
  3406. CSeq: 2 CANCEL
  3407. Server: FPBX-2.11.0(11.2.1)
  3408. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
  3409. Supported: replaces, timer
  3410. Content-Length: 0
  3411.  
  3412.  
  3413. <------------>
  3414. [2013-07-18 12:11:08] VERBOSE[27134][C-00000000] pbx.c: -- Executing [*43@from-internal:1] Answer("SIP/200-00000000", "") in new stack
  3415. [2013-07-18 12:11:08] VERBOSE[27134][C-00000000] pbx.c: == Spawn extension (from-internal, *43, 1) exited non-zero on 'SIP/200-00000000'
  3416. [2013-07-18 12:11:08] VERBOSE[27134][C-00000000] pbx.c: -- Executing [h@from-internal:1] Hangup("SIP/200-00000000", "") in new stack
  3417. [2013-07-18 12:11:08] VERBOSE[27134][C-00000000] pbx.c: == Spawn extension (from-internal, h, 1) exited non-zero on 'SIP/200-00000000'
  3418. [2013-07-18 12:11:08] VERBOSE[27076] chan_sip.c: Retransmitting #1 (no NAT) to 10.1.1.34:5060:
  3419. SIP/2.0 487 Request Terminated
  3420. Via: SIP/2.0/UDP 10.1.1.34:5060;branch=z9hG4bK66d59178-4bee-e211-9674-0026b99f8cdc;received=10.1.1.34;rport=5060
  3421. From: "Chris Miller" <sip:cjm@10.1.1.34>;tag=8c818d78-4bee-e211-9674-0026b99f8cdc
  3422. To: <sip:*43@10.1.1.13>;tag=as2726a723
  3423. Call-ID: b0858d78-4bee-e211-9674-0026b99f8cdc@code.tryx.org
  3424. CSeq: 2 INVITE
  3425. Server: FPBX-2.11.0(11.2.1)
  3426. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
  3427. Supported: replaces, timer
  3428. Content-Length: 0
  3429.  
  3430.  
  3431. ---
  3432. [2013-07-18 12:11:09] VERBOSE[27076] chan_sip.c: Retransmitting #2 (no NAT) to 10.1.1.34:5060:
  3433. SIP/2.0 487 Request Terminated
  3434. Via: SIP/2.0/UDP 10.1.1.34:5060;branch=z9hG4bK66d59178-4bee-e211-9674-0026b99f8cdc;received=10.1.1.34;rport=5060
  3435. From: "Chris Miller" <sip:cjm@10.1.1.34>;tag=8c818d78-4bee-e211-9674-0026b99f8cdc
  3436. To: <sip:*43@10.1.1.13>;tag=as2726a723
  3437. Call-ID: b0858d78-4bee-e211-9674-0026b99f8cdc@code.tryx.org
  3438. CSeq: 2 INVITE
  3439. Server: FPBX-2.11.0(11.2.1)
  3440. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
  3441. Supported: replaces, timer
  3442. Content-Length: 0
  3443.  
  3444.  
  3445. ---
  3446. [2013-07-18 12:11:09] VERBOSE[27076] chan_sip.c: Retransmitting #3 (no NAT) to 10.1.1.34:5060:
  3447. SIP/2.0 487 Request Terminated
  3448. Via: SIP/2.0/UDP 10.1.1.34:5060;branch=z9hG4bK66d59178-4bee-e211-9674-0026b99f8cdc;received=10.1.1.34;rport=5060
  3449. From: "Chris Miller" <sip:cjm@10.1.1.34>;tag=8c818d78-4bee-e211-9674-0026b99f8cdc
  3450. To: <sip:*43@10.1.1.13>;tag=as2726a723
  3451. Call-ID: b0858d78-4bee-e211-9674-0026b99f8cdc@code.tryx.org
  3452. CSeq: 2 INVITE
  3453. Server: FPBX-2.11.0(11.2.1)
  3454. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
  3455. Supported: replaces, timer
  3456. Content-Length: 0
  3457.  
  3458.  
  3459. ---
  3460. [2013-07-18 12:11:10] VERBOSE[27076] chan_sip.c: Retransmitting #4 (no NAT) to 10.1.1.34:5060:
  3461. SIP/2.0 487 Request Terminated
  3462. Via: SIP/2.0/UDP 10.1.1.34:5060;branch=z9hG4bK66d59178-4bee-e211-9674-0026b99f8cdc;received=10.1.1.34;rport=5060
  3463. From: "Chris Miller" <sip:cjm@10.1.1.34>;tag=8c818d78-4bee-e211-9674-0026b99f8cdc
  3464. To: <sip:*43@10.1.1.13>;tag=as2726a723
  3465. Call-ID: b0858d78-4bee-e211-9674-0026b99f8cdc@code.tryx.org
  3466. CSeq: 2 INVITE
  3467. Server: FPBX-2.11.0(11.2.1)
  3468. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
  3469. Supported: replaces, timer
  3470. Content-Length: 0
  3471.  
  3472.  
  3473. ---
  3474. [2013-07-18 12:11:11] VERBOSE[27076] chan_sip.c: Retransmitting #5 (no NAT) to 10.1.1.34:5060:
  3475. SIP/2.0 487 Request Terminated
  3476. Via: SIP/2.0/UDP 10.1.1.34:5060;branch=z9hG4bK66d59178-4bee-e211-9674-0026b99f8cdc;received=10.1.1.34;rport=5060
  3477. From: "Chris Miller" <sip:cjm@10.1.1.34>;tag=8c818d78-4bee-e211-9674-0026b99f8cdc
  3478. To: <sip:*43@10.1.1.13>;tag=as2726a723
  3479. Call-ID: b0858d78-4bee-e211-9674-0026b99f8cdc@code.tryx.org
  3480. CSeq: 2 INVITE
  3481. Server: FPBX-2.11.0(11.2.1)
  3482. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
  3483. Supported: replaces, timer
  3484. Content-Length: 0
  3485.  
  3486.  
  3487. ---
  3488. [2013-07-18 12:11:15] VERBOSE[27076] chan_sip.c: Retransmitting #6 (no NAT) to 10.1.1.34:5060:
  3489. SIP/2.0 487 Request Terminated
  3490. Via: SIP/2.0/UDP 10.1.1.34:5060;branch=z9hG4bK66d59178-4bee-e211-9674-0026b99f8cdc;received=10.1.1.34;rport=5060
  3491. From: "Chris Miller" <sip:cjm@10.1.1.34>;tag=8c818d78-4bee-e211-9674-0026b99f8cdc
  3492. To: <sip:*43@10.1.1.13>;tag=as2726a723
  3493. Call-ID: b0858d78-4bee-e211-9674-0026b99f8cdc@code.tryx.org
  3494. CSeq: 2 INVITE
  3495. Server: FPBX-2.11.0(11.2.1)
  3496. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
  3497. Supported: replaces, timer
  3498. Content-Length: 0
  3499.  
  3500.  
  3501. ---
  3502. [2013-07-18 12:11:15] WARNING[27076] chan_sip.c: Retransmission timeout reached on transmission b0858d78-4bee-e211-9674-0026b99f8cdc@code.tryx.org for seqno 2 (Critical Response) -- See https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions
  3503. Packet timed out after 6401ms with no response
  3504. [2013-07-18 12:11:15] VERBOSE[27076] chan_sip.c: Really destroying SIP dialog 'b0858d78-4bee-e211-9674-0026b99f8cdc@code.tryx.org' Method: CANCEL
  3505. [2013-07-18 12:11:25] VERBOSE[27076] chan_sip.c:
  3506. <--- SIP read from UDP:10.1.1.34:5060 --->
  3507. PUBLISH sip:200@Asterisk.TCLC.org SIP/2.0
  3508. CSeq: 295 PUBLISH
  3509. Via: SIP/2.0/UDP 10.1.1.34:5060;branch=z9hG4bKde154382-4bee-e211-9674-0026b99f8cdc;rport
  3510. User-Agent: Ekiga/4.0.1
  3511. From: <sip:200@Asterisk.TCLC.org>
  3512. Call-ID: f0ffa06b-3fee-e211-9674-0026b99f8cdc@code.tryx.org
  3513. To: <sip:200@Asterisk.TCLC.org>
  3514. Expires: 300
  3515. Event: presence
  3516. Content-Length: 494
  3517. Content-Type: application/pidf+xml
  3518. Max-Forwards: 70
  3519.  
  3520. <?xml version="1.0" encoding="UTF-8"?>
  3521. <presence xmlns="urn:ietf:params:xml:ns:pidf" xmlns:dm="urn:ietf:params:xml:ns:pidf:data-model" xmlns:rpid="urn:ietf:params:xml:ns:pidf:rpid" entity="pres:200@Asterisk.TCLC.org"> <tuple id="T21F3ADC7"> <status> <basic>open</basic> </status> <contact priority="1">sip:200@Asterisk.TCLC.org</contact> <note>I&apos;m available using Ekiga</note> <timestamp>2013-07-18T10:44:53-07:00</timestamp> </tuple>
  3522. </presence>
  3523. <------------->
  3524. [2013-07-18 12:11:25] VERBOSE[27076] chan_sip.c: --- (12 headers 3 lines) ---
  3525. [2013-07-18 12:11:25] VERBOSE[27076] chan_sip.c:
  3526. <--- SIP read from UDP:10.1.1.44:5060 --->
  3527. PUBLISH sip:200@Asterisk.TCLC.org SIP/2.0
  3528. CSeq: 295 PUBLISH
  3529. Via: SIP/2.0/UDP 10.1.1.44:5060;branch=z9hG4bK58a04382-4bee-e211-9674-0026b99f8cdc;rport
  3530. User-Agent: Ekiga/4.0.1
  3531. From: <sip:200@Asterisk.TCLC.org>
  3532. Call-ID: f0ffa06b-3fee-e211-9674-0026b99f8cdc@code.tryx.org
  3533. To: <sip:200@Asterisk.TCLC.org>
  3534. Expires: 300
  3535. Event: presence
  3536. Content-Length: 494
  3537. Content-Type: application/pidf+xml
  3538. Max-Forwards: 70
  3539.  
  3540. <?xml version="1.0" encoding="UTF-8"?>
  3541. <presence xmlns="urn:ietf:params:xml:ns:pidf" xmlns:dm="urn:ietf:params:xml:ns:pidf:data-model" xmlns:rpid="urn:ietf:params:xml:ns:pidf:rpid" entity="pres:200@Asterisk.TCLC.org"> <tuple id="T21F3ADC7"> <status> <basic>open</basic> </status> <contact priority="1">sip:200@Asterisk.TCLC.org</contact> <note>I&apos;m available using Ekiga</note> <timestamp>2013-07-18T10:44:53-07:00</timestamp> </tuple>
  3542. </presence>
  3543. <------------->
  3544. [2013-07-18 12:11:25] VERBOSE[27076] chan_sip.c: --- (12 headers 3 lines) ---
  3545. [2013-07-18 12:11:25] VERBOSE[27076] chan_sip.c:
  3546. <--- SIP read from UDP:10.1.1.34:5060 --->
  3547. PUBLISH sip:200@Asterisk.TCLC.org SIP/2.0
  3548. CSeq: 295 PUBLISH
  3549. Via: SIP/2.0/UDP 10.1.1.34:5060;branch=z9hG4bKde154382-4bee-e211-9674-0026b99f8cdc;rport
  3550. User-Agent: Ekiga/4.0.1
  3551. From: <sip:200@Asterisk.TCLC.org>
  3552. Call-ID: f0ffa06b-3fee-e211-9674-0026b99f8cdc@code.tryx.org
  3553. To: <sip:200@Asterisk.TCLC.org>
  3554. Expires: 300
  3555. Event: presence
  3556. Content-Length: 494
  3557. Content-Type: application/pidf+xml
  3558. Max-Forwards: 70
  3559.  
  3560. <?xml version="1.0" encoding="UTF-8"?>
  3561. <presence xmlns="urn:ietf:params:xml:ns:pidf" xmlns:dm="urn:ietf:params:xml:ns:pidf:data-model" xmlns:rpid="urn:ietf:params:xml:ns:pidf:rpid" entity="pres:200@Asterisk.TCLC.org"> <tuple id="T21F3ADC7"> <status> <basic>open</basic> </status> <contact priority="1">sip:200@Asterisk.TCLC.org</contact> <note>I&apos;m available using Ekiga</note> <timestamp>2013-07-18T10:44:53-07:00</timestamp> </tuple>
  3562. </presence>
  3563. <------------->
  3564. [2013-07-18 12:11:25] VERBOSE[27076] chan_sip.c: --- (12 headers 3 lines) ---
  3565. [2013-07-18 12:11:25] VERBOSE[27076] chan_sip.c:
  3566. <--- SIP read from UDP:10.1.1.44:5060 --->
  3567. PUBLISH sip:200@Asterisk.TCLC.org SIP/2.0
  3568. CSeq: 295 PUBLISH
  3569. Via: SIP/2.0/UDP 10.1.1.44:5060;branch=z9hG4bK58a04382-4bee-e211-9674-0026b99f8cdc;rport
  3570. User-Agent: Ekiga/4.0.1
  3571. From: <sip:200@Asterisk.TCLC.org>
  3572. Call-ID: f0ffa06b-3fee-e211-9674-0026b99f8cdc@code.tryx.org
  3573. To: <sip:200@Asterisk.TCLC.org>
  3574. Expires: 300
  3575. Event: presence
  3576. Content-Length: 494
  3577. Content-Type: application/pidf+xml
  3578. Max-Forwards: 70
  3579.  
  3580. <?xml version="1.0" encoding="UTF-8"?>
  3581. <presence xmlns="urn:ietf:params:xml:ns:pidf" xmlns:dm="urn:ietf:params:xml:ns:pidf:data-model" xmlns:rpid="urn:ietf:params:xml:ns:pidf:rpid" entity="pres:200@Asterisk.TCLC.org"> <tuple id="T21F3ADC7"> <status> <basic>open</basic> </status> <contact priority="1">sip:200@Asterisk.TCLC.org</contact> <note>I&apos;m available using Ekiga</note> <timestamp>2013-07-18T10:44:53-07:00</timestamp> </tuple>
  3582. </presence>
  3583. <------------->
  3584. [2013-07-18 12:11:25] VERBOSE[27076] chan_sip.c: --- (12 headers 3 lines) ---
  3585. [2013-07-18 12:11:26] VERBOSE[27076] chan_sip.c:
  3586. <--- SIP read from UDP:10.1.1.34:5060 --->
  3587. PUBLISH sip:200@Asterisk.TCLC.org SIP/2.0
  3588. CSeq: 295 PUBLISH
  3589. Via: SIP/2.0/UDP 10.1.1.34:5060;branch=z9hG4bKde154382-4bee-e211-9674-0026b99f8cdc;rport
  3590. User-Agent: Ekiga/4.0.1
  3591. From: <sip:200@Asterisk.TCLC.org>
  3592. Call-ID: f0ffa06b-3fee-e211-9674-0026b99f8cdc@code.tryx.org
  3593. To: <sip:200@Asterisk.TCLC.org>
  3594. Expires: 300
  3595. Event: presence
  3596. Content-Length: 494
  3597. Content-Type: application/pidf+xml
  3598. Max-Forwards: 70
  3599.  
  3600. <?xml version="1.0" encoding="UTF-8"?>
  3601. <presence xmlns="urn:ietf:params:xml:ns:pidf" xmlns:dm="urn:ietf:params:xml:ns:pidf:data-model" xmlns:rpid="urn:ietf:params:xml:ns:pidf:rpid" entity="pres:200@Asterisk.TCLC.org"> <tuple id="T21F3ADC7"> <status> <basic>open</basic> </status> <contact priority="1">sip:200@Asterisk.TCLC.org</contact> <note>I&apos;m available using Ekiga</note> <timestamp>2013-07-18T10:44:53-07:00</timestamp> </tuple>
  3602. </presence>
  3603. <------------->
  3604. [2013-07-18 12:11:26] VERBOSE[27076] chan_sip.c: --- (12 headers 3 lines) ---
  3605. [2013-07-18 12:11:26] VERBOSE[27076] chan_sip.c:
  3606. <--- SIP read from UDP:10.1.1.44:5060 --->
  3607. PUBLISH sip:200@Asterisk.TCLC.org SIP/2.0
  3608. CSeq: 295 PUBLISH
  3609. Via: SIP/2.0/UDP 10.1.1.44:5060;branch=z9hG4bK58a04382-4bee-e211-9674-0026b99f8cdc;rport
  3610. User-Agent: Ekiga/4.0.1
  3611. From: <sip:200@Asterisk.TCLC.org>
  3612. Call-ID: f0ffa06b-3fee-e211-9674-0026b99f8cdc@code.tryx.org
  3613. To: <sip:200@Asterisk.TCLC.org>
  3614. Expires: 300
  3615. Event: presence
  3616. Content-Length: 494
  3617. Content-Type: application/pidf+xml
  3618. Max-Forwards: 70
  3619.  
  3620. <?xml version="1.0" encoding="UTF-8"?>
  3621. <presence xmlns="urn:ietf:params:xml:ns:pidf" xmlns:dm="urn:ietf:params:xml:ns:pidf:data-model" xmlns:rpid="urn:ietf:params:xml:ns:pidf:rpid" entity="pres:200@Asterisk.TCLC.org"> <tuple id="T21F3ADC7"> <status> <basic>open</basic> </status> <contact priority="1">sip:200@Asterisk.TCLC.org</contact> <note>I&apos;m available using Ekiga</note> <timestamp>2013-07-18T10:44:53-07:00</timestamp> </tuple>
  3622. </presence>
  3623. <------------->
  3624. [2013-07-18 12:11:26] VERBOSE[27076] chan_sip.c: --- (12 headers 3 lines) ---
  3625. [2013-07-18 12:11:28] VERBOSE[27076] chan_sip.c:
  3626. <--- SIP read from UDP:10.1.1.34:5060 --->
  3627. PUBLISH sip:200@Asterisk.TCLC.org SIP/2.0
  3628. CSeq: 295 PUBLISH
  3629. Via: SIP/2.0/UDP 10.1.1.34:5060;branch=z9hG4bKde154382-4bee-e211-9674-0026b99f8cdc;rport
  3630. User-Agent: Ekiga/4.0.1
  3631. From: <sip:200@Asterisk.TCLC.org>
  3632. Call-ID: f0ffa06b-3fee-e211-9674-0026b99f8cdc@code.tryx.org
  3633. To: <sip:200@Asterisk.TCLC.org>
  3634. Expires: 300
  3635. Event: presence
  3636. Content-Length: 494
  3637. Content-Type: application/pidf+xml
  3638. Max-Forwards: 70
  3639.  
  3640. <?xml version="1.0" encoding="UTF-8"?>
  3641. <presence xmlns="urn:ietf:params:xml:ns:pidf" xmlns:dm="urn:ietf:params:xml:ns:pidf:data-model" xmlns:rpid="urn:ietf:params:xml:ns:pidf:rpid" entity="pres:200@Asterisk.TCLC.org"> <tuple id="T21F3ADC7"> <status> <basic>open</basic> </status> <contact priority="1">sip:200@Asterisk.TCLC.org</contact> <note>I&apos;m available using Ekiga</note> <timestamp>2013-07-18T10:44:53-07:00</timestamp> </tuple>
  3642. </presence>
  3643. <------------->
  3644. [2013-07-18 12:11:28] VERBOSE[27076] chan_sip.c: --- (12 headers 3 lines) ---
  3645. [2013-07-18 12:11:28] VERBOSE[27076] chan_sip.c:
  3646. <--- SIP read from UDP:10.1.1.44:5060 --->
  3647. PUBLISH sip:200@Asterisk.TCLC.org SIP/2.0
  3648. CSeq: 295 PUBLISH
  3649. Via: SIP/2.0/UDP 10.1.1.44:5060;branch=z9hG4bK58a04382-4bee-e211-9674-0026b99f8cdc;rport
  3650. User-Agent: Ekiga/4.0.1
  3651. From: <sip:200@Asterisk.TCLC.org>
  3652. Call-ID: f0ffa06b-3fee-e211-9674-0026b99f8cdc@code.tryx.org
  3653. To: <sip:200@Asterisk.TCLC.org>
  3654. Expires: 300
  3655. Event: presence
  3656. Content-Length: 494
  3657. Content-Type: application/pidf+xml
  3658. Max-Forwards: 70
  3659.  
  3660. <?xml version="1.0" encoding="UTF-8"?>
  3661. <presence xmlns="urn:ietf:params:xml:ns:pidf" xmlns:dm="urn:ietf:params:xml:ns:pidf:data-model" xmlns:rpid="urn:ietf:params:xml:ns:pidf:rpid" entity="pres:200@Asterisk.TCLC.org"> <tuple id="T21F3ADC7"> <status> <basic>open</basic> </status> <contact priority="1">sip:200@Asterisk.TCLC.org</contact> <note>I&apos;m available using Ekiga</note> <timestamp>2013-07-18T10:44:53-07:00</timestamp> </tuple>
  3662. </presence>
  3663. <------------->
  3664. [2013-07-18 12:11:28] VERBOSE[27076] chan_sip.c: --- (12 headers 3 lines) ---
  3665. [2013-07-18 12:11:33] VERBOSE[27114] asterisk.c: -- Remote UNIX connection disconnected
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement