Release Summary for 4.3.9
  Changes to 4.3 after version 4.3.8
  * [Merge remote-tracking branch &#039;origin/master&#039; into 4.3](https://github.com/2600hz/kazoo/commit/80b11733a7bbba16d99b0b76ce542626b2114052) by karl anderson
  * [adding iso8601 combined datetime format to cdrs (#5192)](https://github.com/2600hz/kazoo/commit/78712bac7586f37696ee568abaa415a41895bf24) by icehess
  * [add kazoo-regexp extension to json schema (#5193)](https://github.com/2600hz/kazoo/commit/0fc97fe854eaede66d496876b340fbc3a54ecd35) by lazedo
  * [update account realm pattern (#5189)](https://github.com/2600hz/kazoo/commit/dfabf7e6aca4e8b0d9f5796a627ff67cc7e5bb3b) by lazedo
  * [[master] HELP-39737: update modified timestamp for aging (#5186)  * HELP-39737: update modified timestamp for aging    * HELP-39737: it doesn&#039;t seem necessary to set modified, any action making PN    dirty is enough to update modified](https://github.com/2600hz/kazoo/commit/3ccdd9ac7d04cc2cb5df05d1cdd2f7f2f0e30a43) by icehess
  * [HELP-39801: revert time format change in cdrs (#5183)](https://github.com/2600hz/kazoo/commit/375b5fca8986153ff848d8f34a06910e1f4f6e20) by icehess
  * [HELP-37837: Fix tasks app startup race condition issue (#5184)](https://github.com/2600hz/kazoo/commit/c05cc146c513d23b957381616126ac08b82a50b4) by Harenson Henao
  * [add SDKs listing (#5187)](https://github.com/2600hz/kazoo/commit/2ce66f29477dc7b1dc2d67c30f5df181d40f1c18) by James Aimonetti
  * [handle empty items when annotating (#5188)](https://github.com/2600hz/kazoo/commit/fa42b4dfc55d23164ca87ea083103ad5fef23e06) by bitbashing
  * [HELP-39143: Phone stays in calling mode even after media is established when using cf toggle (#5115)  * HELP-39143: call showing connected mode when invoking *74    * instead of b_noop, do a b_answer to ensure call is answered before prompts play](https://github.com/2600hz/kazoo/commit/c819dbcbe27b4332739944c19e6411e7444738a1) by Sean Wysor
  * [improve migration order and speed (#5181)  * improve migration order and speed    * increase the bookkeeper timeout](https://github.com/2600hz/kazoo/commit/9696ccda3216dd579733c7b62cb1bf7ad194b315) by bitbashing
  * [Revert endpoint ID assignment (#5178)  Reverting incorrectly modified endpoint ID variable.](https://github.com/2600hz/kazoo/commit/fa39faccb572ca496a420f853199c801ea36a8b2) by Matt Martin
  * [fix hook name in find_webhooks (#5179)  allow kzd_accounts to access soft deleted accounts  * needed to fetch tree for a deleted account](https://github.com/2600hz/kazoo/commit/045692c228d45cd92557c2e545823f5c7b76ec96) by lazedo
  * [dollars problem (#5177)  wrong table, fix test](https://github.com/2600hz/kazoo/commit/1976afde0ffcff3886895d1a1602684a5a9f76e3) by Hesaam Farhang
  * [Stepswitch ignore events (#5175)  * needed to clean    * ignore unused events instead of crashing    * xref](https://github.com/2600hz/kazoo/commit/55f9626781cbadc88a41e174783933de148fd63c) by James Aimonetti
  * [FORUM-10167: fixed ecallmgr trying to load all the apps (#5176)  * FORUM-10167: fixed ecallmgr trying to load all the apps    * FORUM-10167: a different approach    * Fixed clause](https://github.com/2600hz/kazoo/commit/074d33d79f67258eecba745d227c9ab05b93b7cd) by Sean Wysor
  * [Qf 4.3 tweaks (#5173)  * some initial findings    * handle DST on month boundry    * fix app assignments to specific users    * show what changed during reconcile maintenance    * more explicit (and correct) sort by tree length](https://github.com/2600hz/kazoo/commit/2bbe97fc12438cc4c5f63ac42cb9de3ec0885bc2) by bitbashing
  * [if only the PLT is included, don&#039;t output anything (#5172)](https://github.com/2600hz/kazoo/commit/b658add922b313b6d608ec874401609d09a20026) by James Aimonetti
  * [refactor getting mapped voice for easier digestion  formatting  get types and specs in line  formatting and tickies  formatting](https://github.com/2600hz/kazoo/commit/29a7d14961ccaf83fe7f5dfaf6908a97899dcaa6) by James Aimonetti
  * [fix tts engine (#5169)  fx engine_data type  type is reference in async create_resp  specs](https://github.com/2600hz/kazoo/commit/39b905157a0f234ba7d1b8b0edae61817b8cedd2) by lazedo
  * [prevent ts_callflow crash (#5170)](https://github.com/2600hz/kazoo/commit/f9a39d91717f315c7ff7e9e8952008504e83023f) by lazedo
  * [Dialyze changed files all at once (#5162)  * add ability to differentiate between hard and bulk dialyzing    * formatting changes to test dialyze-changed    * update spec/type    * add bare file to list of beams    * doc the target](https://github.com/2600hz/kazoo/commit/ef95027eb8bf8ddd2b0f8362c7278de63a3009a0) by James Aimonetti
  * [Improve JSON object generation for testing (#5156)  * Improve JSON object generation for testing    Add a property check that reports the object depth generation    Use symbolic calls to kz_json:set_value/3 to construct the object    Use resize/2 to control the max depth of the object    Update tests to use the new deep_object/0 generator    * formatting    * ensure objects are objects](https://github.com/2600hz/kazoo/commit/39b5b242ddeac941cd68d27c8babe6c91c9a19e0) by James Aimonetti
  * [don&#039;t flush a missing ETS table (#5171)  If the cache hasn&#039;t been started and a `flush` is attempted, a crash  will occur when performing the ETS operation. This can happen when the  Kazoo application hasn&#039;t yet started and an operator attempts to flush  its cache.    Instead, check that the cache is running and log if not, avoiding a  crash.](https://github.com/2600hz/kazoo/commit/14d0b39669148a1a19d0cadc9da119ace33806fd) by James Aimonetti
  * [KAZOO-5984: crossbar view should stop when map function returns error (#5174)  KAZOO-5984: let not overwrite error message  oops, it should be arity 2  awkwardless comment](https://github.com/2600hz/kazoo/commit/5f46bed4486ca92a4a2cd11c62ef0af5327bb942) by Hesaam Farhang
  * [KAZOO-5923: Fix number(s) synchronisation (#5185)  * KAZOO-5923: Fix number(s) synchronisation    * KAZOO-5923: Reconcile accountdb after synchronization process](https://github.com/2600hz/kazoo/commit/9ce792034ab84fd0711b954b7a2f877bd975ddf4) by Harenson Henao
 -- 2600Hz Official <packages@2600hz.com>  Thu, 04 Oct 2018 23:35:44 +0000
