Skip to content

Tags: sashker/kazoo

Tags

4.3.40

Toggle 4.3.40's commit message
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.

4.3.39

Toggle 4.3.39's commit message
Export function to handle auto compaction triggers (2600hz#5881) (260…

…0hz#5900)

Use proper variable names

4.3.38

Toggle 4.3.38's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
jamesaimonetti James Aimonetti
HELP-45073: Fix provisioning realm settings and include datetime (260…

…0hz#5886)

4.3.37

Toggle 4.3.37's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
jamesaimonetti James Aimonetti
HELP-44996: Fix listing devices by owner for provisioning (2600hz#5877)

4.3.36

Toggle 4.3.36's commit message
process xml/binary for post, xml for get (2600hz#5844)

4.3.35

Toggle 4.3.35's commit message
Moved config storage cluster_id and added cluster_id to webhooks (260…

…0hz#5832)

4.3.34

Toggle 4.3.34's commit message
Backport (2600hz#5799)

4.3.33

Toggle 4.3.33's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
prevent db listing to upgrade to node local connection in bigcouch (2…

…600hz#5768)

4.3.32

Toggle 4.3.32's commit message
[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.31

Toggle 4.3.31's commit message
[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