Merge branch 'feature_flags' * feature_flags: Put CDRs behind a feature flag Store feature flags on user for limiting commands, etc Added a New Command to Display CDRs to Customers
Added a New Command to Display CDRs to Customers Created cdr_repo and now call it from a new command in the Bot, then filter the response through a form to display for the customer. Refactored some aspects of lib/cdr.rb.
Use disposition=VOICEMAIL for calls that went to voicemail
Merge branch 'sip-outbound' * sip-outbound: Support transcription disablement option Port in inbound calls + voicemail Allow fetching fwd timeout as well Get OGM for a customer Helper to fetch customer's vcard-temp Make Disposition more real Allow constructing CDR for an inbound or outbound event Outbound calls from v2 SIP endpoint work and save a CDR
Make Disposition more real
Allow constructing CDR for an inbound or outbound event
Outbound calls from v2 SIP endpoint work and save a CDR