Tags: sashker/kazoo
Tags
HELP-44667: don't send authz resp on quick hangup (2600hz#5919) Processing the authz request can take longer than processing the subsequent CHANNEL_DESTROY. This causes the flushing in j5_channels to occur before the storing of the authorization payload. Since the channel is gone, the authorization payload isn't flushed and counts against the account/reseller limits. Instead, check the j5_channels ETS table for the authorization payload on CHANNEL_DESTROY; if none, store an entry with a destroyed:true flag. If a subsequent authz response is attempted to be stored, this check will keep it from happening. Introduce a test for sending CHANNEL_DESTROY followed by authz_req and ensuring totals remain 0 and no authz_resp is generated.
HELP-44996: Fix listing devices by owner for provisioning (2600hz#5877)
[4.3] Remove need for AMQP history (2600hz#5742) * Remove need for AMQP history Backport 2600hz#5712 to 4.3 branch * updates from cherry-picking * refresh bindings on reconnect
[4.3] KAZOO-6081: created a system_config param to exclude certain MO… …Db doc… (2600hz#5678) * KAZOO-6081: created a list of doc types to exclude from the change notifications * KAZOO-6081: make apis
PreviousNext