dograh/api/db
Zakir Jiwani 1d0a7cd2d8
Fix inbound call phone numbers not shown in usage logs (#241)
For outbound calls, the caller phone is stored as "phone_number" in
initial_context. For inbound calls, it is stored as "caller_number".
The usage log extraction only checked "phone_number", so inbound
caller numbers were never surfaced.

Add a fallback to also check "caller_number" when "phone_number" is absent.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-17 11:42:57 +05:30
..
__init__.py Initial Commit 🚀 🚀 2025-09-09 14:37:32 +05:30
agent_trigger_client.py Feat/Add API Trigger and Webhooks in Agent Builder (#83) 2025-12-22 14:08:30 +05:30
api_key_client.py Initial Commit 🚀 🚀 2025-09-09 14:37:32 +05:30
base_client.py Initial Commit 🚀 🚀 2025-09-09 14:37:32 +05:30
campaign_client.py feat: add redial option in campaigns 2026-04-13 23:25:43 +05:30
database.py Initial Commit 🚀 🚀 2025-09-09 14:37:32 +05:30
db_client.py feat: add hybrid text + recording functionality in agents (#191) 2026-03-16 15:04:08 +05:30
embed_token_client.py fix: add error in cloudonix cdr report 2026-01-29 20:43:53 +05:30
filters.py chore: UI enhancements for workflow runs view (#142) 2026-01-30 17:08:15 +05:30
integration_client.py Initial Commit 🚀 🚀 2025-09-09 14:37:32 +05:30
knowledge_base_client.py feat: add full document mode in knowledge base 2026-04-09 13:49:20 +05:30
looptalk_client.py feat: agent versioning and model configurations override (#227) 2026-04-08 19:20:31 +05:30
models.py feat: allow recordings in tool transitions 2026-04-10 16:18:01 +05:30
organization_client.py Initial Commit 🚀 🚀 2025-09-09 14:37:32 +05:30
organization_configuration_client.py feat: custom telemetry configuration 2026-03-23 11:36:39 +05:30
organization_usage_client.py Fix inbound call phone numbers not shown in usage logs (#241) 2026-04-17 11:42:57 +05:30
reports_client.py Initial Commit 🚀 🚀 2025-09-09 14:37:32 +05:30
tool_client.py feat: add end_call tool (#118) 2026-01-14 16:40:40 +05:30
user_client.py feat: add authentication for OSS (#167) 2026-02-20 18:21:24 +05:30
webhook_credential_client.py Feat/Add API Trigger and Webhooks in Agent Builder (#83) 2025-12-22 14:08:30 +05:30
workflow_client.py feat: agent versioning and model configurations override (#227) 2026-04-08 19:20:31 +05:30
workflow_recording_client.py feat: allow recordings in tool transitions 2026-04-10 16:18:01 +05:30
workflow_run_client.py feat: agent versioning and model configurations override (#227) 2026-04-08 19:20:31 +05:30
workflow_template_client.py Initial Commit 🚀 🚀 2025-09-09 14:37:32 +05:30