Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ruhnet/kazoo

Tags

4.3.96

Toggle 4.3.96's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[4.3] KZOO-59: calculate account CID name (2600hz#6413)

* [4.3] KZOO-59: calculate account CID name

Prior, the caller's CID name would be returned from
kz_attributes:get_account_external_cid/1 along with the calculated
account CID number. Particularly for DISA callers, this meant their
CID name was passed through (often their mobile number) instead of
being set to the account's external CID name.

This change calculates the CID name and number of the account and
returns them both if configured.

* catch if fixturedb isn't running

4.3.95

Toggle 4.3.95's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update config.yml

4.3.94

Toggle 4.3.94's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[4.3] DUPT-150: populate from_name field in fax_request from call obj…

…ect, update view to emit it (2600hz#6392)

4.3.93

Toggle 4.3.93's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[4.3] Add previous_day method to kz_date (2600hz#6383)

* Add previous_day method to kz_date
    kz_date:previous_day/1 will correctly handle month/year boundries
when calculating the previous day

* add some leap-year tests

4.3.92

Toggle 4.3.92's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[4.3] KZOO-53: test when endpoint settings are empty objects (2600hz#…

…6373)

* [4.3] KZOO-53: test when endpoint settings are empty objects

Make sure that account and endpoint settings are properly populated
when device/user settings are empty objects instead of undefined.

Part of HELP-13159

* fmt

4.3.91

Toggle 4.3.91's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add qubicle webhooks modules (2600hz#6321)

* add qubicle webhooks modules

* bump copy date

* make fmt

* update PR

* fix typo from kapi -> kz

* debugging for bulid failured

* update this to just check the qubicle ebin directory also

* restrict modules to webhooks*

* remove debugging

* temporary generic approach to starting webhooks from other applications local to the webhook app until a better solution can be implemented

Co-authored-by: Karl Anderson <[email protected]>

4.3.90

Toggle 4.3.90's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[4.3] KCRO-15: expose transcription capabilities in the crossbar auth…

…entication response (2600hz#6342)

* [4.3] KCRO-15: expose transcription capabilities in the crossbar authentication response

* KCRO-15: change supported to available for consistency

* KCRO-15: expose known APIs as well

* KCRO-15: make apis

4.3.89

Toggle 4.3.89's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix inbound rate for sms (2600hz#6316)

4.3.88

Toggle 4.3.88's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
jamesaimonetti James Aimonetti
[4.3] KCRO-10: expose the message counts per folder when listing vmbo…

…xes (2600hz#6315)

When listing the voicemail boxes this adds a new object to each called
"folders" if the vmbox has messages. The object contains two
properties that represent the quantity of messages in the 'new' and
'saved' folders.

4.3.87

Toggle 4.3.87's commit message

Unverified

This user has not yet uploaded their public signing key.
handle terminate/2 errors when federator process has exited (2600hz#6302

)