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

getCall: add attempt, answer and termination timestamps along with other missing fields #90

Open
vcidst opened this issue Dec 30, 2022 · 2 comments

Comments

@vcidst
Copy link

vcidst commented Dec 30, 2022

Why is there a discrepancy between the fields available at GetCall endpoint and from the RecentCalls endpoint?

Fields available in RecentCall but not in GetCall,

  • attempted_at
  • answered_at
  • terminated_at
  • termination_reason

Similarly there are some fields that are available in GetCall but not in RecentCall. My system fetches the call data from Jambonz periodically and we have to call both the APIs to get all the fields. It would be nice to have all the fields available in both

@davehorton
Copy link
Contributor

can you provide the complete list - ie the fields you mentioned that are available in GetCall but not in RecentCall

@vcidst
Copy link
Author

vcidst commented Dec 31, 2022

Sure

Fields in GetCall but not in RecentCall,

  • service_url
  • caller_name
  • application_sid
  • call_id
  • call_status
  • originating_sip_ip (available as a different field name)
  • originating_sip_trunk_name (available as a different field name)

Fields in RecentCall but not in GetCall,

  • attempted_at
  • answered
  • answered_at
  • host
  • remote_host
  • sip_callid
  • terminated_at
  • termination_reason

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

No branches or pull requests

2 participants