Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correction of CDR fields #465

Merged
merged 4 commits into from
Feb 14, 2023
Merged

Correction of CDR fields #465

merged 4 commits into from
Feb 14, 2023

Conversation

voice1
Copy link
Contributor

@voice1 voice1 commented Nov 4, 2022

This patch correct issue #464 where kamailio can not write select calls to the database due to incorrect datatype for supplied data.

Adjusted field types to address bug dOpensource#464
Prettified formating
Copy link
Member

@devopsec devopsec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets make the default an empty string for when an associated gateway group can't be found for a call.

  `src_gwgroupid` varchar(10)      NOT NULL DEFAULT '',
  `dst_gwgroupid` varchar(10)      NOT NULL DEFAULT '',

@devopsec devopsec changed the base branch from master to v0.72 February 14, 2023 15:50
@devopsec
Copy link
Member

Made requested changes for you, merging into v0.72

@devopsec devopsec merged commit 9a82a5e into dOpensource:v0.72 Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants