4.3.118
Changes for 4.3.118
Changes to branch 4.3
after version 4.3.117
.
Commits
-
- KZOO-72: Crash handling 502 error in Google ASR Provider - by John White
Currently the anonymous match pattern for
handle_response/1
assumes a JSON content-type and attempts to decode the response body. This will cause a crash on 502 responses, for example, as they return an HTML response body.This PR removes the JSON decode call in favor of passing up the raw response body for error propagation.
-
KCRO-32: validation no longer uses crossbar_doc so the context db_doc is not set and billing relies on that - by bitbashing
-
HELP-15121: Fix moh-sound conference setting to work with media-id - by Harenson Henao
Before this change if you set
conference.profile.moh-sound=media-id
you get dead air when you join the conference.Master: 2600hz/kazoo-core#41
-
SUPP-14: fix losing origination-call-id when faing account to account - by lazedo
When sending fax, fax_worker sets
Origination-Call-ID
but will be discarded bykapi_call
on the loopback. This will take care of fax events to honor this field.Also it puts job_id in fax_worker handle_event as call_id so we can grab logs by job_id for all stages in fax_workers.
Increasing timeouts for fax_worker stages to give it a more relax time if something taking more times to finish like sending the page.
-
KZOO-70: use pvt_offering or the literal string and append _recipient/_queue to the result - by bitbashing