4.3.107
Changes for 4.3.107
Changes to branch 4.3
after version 4.3.106
.
Commits
-
- DUPT-193: Granularize conference blackhole event bindings - by John White
Changes:
-
export published conference events
-
move published conference events to
kapi_conference
-
update
bh_conferences
event bindings to take an event argument -
refactor
bh_conferences
to pass * as event binding for backwards compatibility
Related PRs:
-
[4.3] kazoo
-
[Master] kazoo-core
-
[Master] kazoo-ecallmgr
-
[Master] kazoo-blackhole
-
-
HELP-14436: update gen_smtp to fix multiple to header lines - by Hesaam Farhang
This is updating gen_smtp to have a our fix to the multiple occuring
to
headers by properly encoding addresses in a comma separared fashion.
Also adding X-Teletype-Log-ID headers to identify and debug tickets about email easy.
master: #6527
-
HELP-14474: Mimic knm_other:disconnect_number/1 on placeholder carrier modules - by Harenson Henao
Master 2600hz/kazoo-core#1
-
Move account creation/deletion to core module (#5266) - 4.3 request - by James Aimonetti
Backport to 4.3
- move validation of accounts to core
-
KCRO-24: address pagination issue when querying MODBs - by James Aimonetti
Prior, when page_size and filters are in play with a query, the
next_db clause would not match (since PageSize wasn't
'infinity'). This would lead to results being missed in the intial
query and subsequent queries would skip over to the next group of
results.
Instead, consider if there is a next last key only for whether to
query the current DB again.