SlideShare uma empresa Scribd logo
1 de 45
PRESENTED BY:
Billing Data with
Kazoo
Aaron Gunn
@kazoocon
Start With a Joke
@kazoocon
Fishing for customers is hard work
@kazoocon
It’s important to get compensated
@kazoocon
So You Can Retire Someday
@kazoocon
Billing Topics
• Billing Concepts
• 4 Ways to Get Billing Data
– #1: Reseller Reporting
– #2: CDR APIs
– #3: AMQP Message Queue
– #4: Webhooks
• Do’s & Don’ts
• SaaS vs. Infrastructure
@kazoocon
Basic Billing Concepts
@kazoocon
Billing Overview
Billing is a catch all word for a wide variety of
technical, accounting, and billing functions.
Technical
• Count devices,
users, etc.
• Service Docs
• MODB
• Credit Storage
• Access Control
Accounting
• Transaction Ledger
• Costs/Prices (Rating)
• Periodic Charges
• Inventory
• Legal
• Discounts
• Product Policies
Billing
• Invoicing
• Ordering
• Billing History
• Customer Service
• Refunds
• Payment Policies
• Deposits
@kazoocon
What Does Kazoo Handle?
• Functional limits/credits.
– Absolute vs. periodic
– Access to functionality
• Rating (what things cost)
• Call Records (CDRs)
• Counting of items
• Present Data to your billing system
@kazoocon
What Doesn’t Kazoo Handle
• Customer Billing
– Invoicing
– Refunds
– Customer Service
– Billing History
• LCR
• Accounting/Legal
– You are liable for correctly billing your customer
@kazoocon
Billing For SaaS Clients
@kazoocon
What We’re Solving
• Resellers typically already re-bill products
from vendors (Microsoft, Cisco, etc.) w/
markup
• Challenge with telecom is doing this monthly
• We provide tools to get you the raw data of
what YOU, as the reseller, have been charged
• You can take these costs and re-bill them
anyway you wish
@kazoocon
Method #1: Reseller Reporting
Best for: Hosted Resellers up to 100 customers who use
an external billing service like Freshbooks.
Billing Frequency: Once/month
Pros
• Everything You Need In One
Report
• Single bill to customer
• Simple
Cons
• Hosted Only
• No Automation
• Doesn’t Scale
@kazoocon
Reseller Reporting Demo
@kazoocon
Billing with Reseller Reporting
• Export data
• Input into billing system however you choose
• Repeat Monthly
• Must still bill for monthly services.
• Great for Freshbooks, telecom accountant
firms.
@kazoocon
Billing for SaaS OR IaaS
Clients
@kazoocon
Method #2: CDR API
Best for: SaaS Customers who want to automate.
Billing Frequency: Once/month
Pros
• Rich Call Information
• Approved Method
• Available on Hosted or
Dedicated
Cons
• Not a real time solution
• Expensive on large
deployments (100+
customers)
@kazoocon
Using the API
• Set up your API key.
• curl -v -H "Accept: application/octet-
stream" http://api.2600hz.com:8000/v1/acco
unts/YOUR_ACCOUNT_ID/cdrs?auth_token=Y
OUR_AUTH_TOKEN
• Get Payload/CSV
@kazoocon
Call Log Demo
@kazoocon
Integrating into your Billing Platform
• Set up API key
• Set up Pulling script
• Pull monthly to your billing system
• API Access can also be used to pull counts of
devices, users, etc.
@kazoocon
Real-Time Billing for IaaS
@kazoocon
What We’re Solving
• Service Providers with their own billing system
• Want to integrate billing data as it occurs.
• Kazoo provides real time CDRs for your billing
system
@kazoocon
Method #3: AMQP Queue
Best for: IaaS Clients doing real-time billing.
Billing Frequency: Real Time
Pros
• Approved method
• Low system load
• Scales very well
• Reliable Delivery
Cons
• More work than API
• Need a real-time billing
platform
• You are responsible for
redundancy
@kazoocon
How Does AMQP Work
@kazoocon
How Does AMQP Work
@kazoocon
How Does AMQP Work
• Message Attributes (Meta Data)
• Message Acknowledgements
• uses TCP for reliable delivery
@kazoocon
Integrating into your Billing Platform
• Set up an exchange for hangup messages
• Set up a queue
• Receive a payload
• Parse the payload
@kazoocon
AMQP Demo
@kazoocon
Method #4: Webhooks
Best for: No one
Billing Frequency: Just don’t do this!
Pros
• Easy to set up
Cons
• Billing Events Can be lost
• Unsupported by 2600hz
• Doesn’t Scale At All
@kazoocon
What Is Webhooks Good For?
• Triggering On-Demand Experiences
• Integrating with Web Services
• Feeding Events back into the system with
Pivot
@kazoocon
Summary of Methods
Monthly Real-Time
Hosted
Infrastructure
Reseller Reporting
OR
APIs
AMQP
Not available on
SaaS, but talk to
us if you need
this
@kazoocon
Summary
• Hosted resellers should really only be billing
by month.
• Don’t use webhooks for billing.
• If Infrastructure client, use AMQP
Thank You!
#kazoocon14
aaron@2600hz.com
@kazoocon
What’s Left?
• Functional limits/credits.
– Absolute vs. periodic
– Access to functionality
• Rating (what calls cost)
• Call Records (CDRs)
• Counting of items
• Present Data to your billing system
@kazoocon
@kazoocon
Door’s Open on Billing
• Community
@kazoocon
Advanced Billing Concepts
@kazoocon
Thank You!
#kazoocon14
Thank You!
#kazoocon14
@kazoocon
Two More Concepts
Service Docs
- Bookkeepers (count things)
- Plan Parameters (assign costs)
MODB
- Monthly Limits
@kazoocon
Sample Service Doc
@kazoocon
Sample MODB Doc
@kazoocon
@kazoocon
Billing Data: What’s Available?
• Count of current items on account
– Numbers, devices, users
• Call Records (CDRS)
– Call time, Carrier, Call info

Mais conteĂşdo relacionado

Mais procurados

Migrating from webrat to Capybara
Migrating from webrat to CapybaraMigrating from webrat to Capybara
Migrating from webrat to Capybara
resultadosdigitaisdev
 
New Relic .NET Agent Overview
New Relic .NET Agent OverviewNew Relic .NET Agent Overview
New Relic .NET Agent Overview
Brian Doll
 
Don’t Be Scared: Multi-Tenant Cluster Support at Scale (Kelly Attaway, Pandor...
Don’t Be Scared: Multi-Tenant Cluster Support at Scale (Kelly Attaway, Pandor...Don’t Be Scared: Multi-Tenant Cluster Support at Scale (Kelly Attaway, Pandor...
Don’t Be Scared: Multi-Tenant Cluster Support at Scale (Kelly Attaway, Pandor...
confluent
 
Optimize UPS WorldShip Pick Pack Ship
Optimize UPS WorldShip Pick Pack ShipOptimize UPS WorldShip Pick Pack Ship
Optimize UPS WorldShip Pick Pack Ship
Oz Development
 
Tool it up #5 new relic
Tool it up #5   new relicTool it up #5   new relic
Tool it up #5 new relic
toolitup
 

Mais procurados (20)

Migrating from webrat to Capybara
Migrating from webrat to CapybaraMigrating from webrat to Capybara
Migrating from webrat to Capybara
 
CQRS and EventSourcing with Spring & Axon
CQRS and EventSourcing with Spring & AxonCQRS and EventSourcing with Spring & Axon
CQRS and EventSourcing with Spring & Axon
 
Demystifying Kafka
Demystifying KafkaDemystifying Kafka
Demystifying Kafka
 
Migrating Target to Fastly - Eddie Roger at Fastly Altitude 2015
Migrating Target to Fastly - Eddie Roger at Fastly Altitude 2015Migrating Target to Fastly - Eddie Roger at Fastly Altitude 2015
Migrating Target to Fastly - Eddie Roger at Fastly Altitude 2015
 
New Relic .NET Agent Overview
New Relic .NET Agent OverviewNew Relic .NET Agent Overview
New Relic .NET Agent Overview
 
Reacting to the Isomorphic Buzz
Reacting to the Isomorphic BuzzReacting to the Isomorphic Buzz
Reacting to the Isomorphic Buzz
 
Angular JS and Magento
Angular JS and MagentoAngular JS and Magento
Angular JS and Magento
 
Voice is the New Keyboard - Voice Interfaces in 2018 and Beyond
Voice is the New Keyboard - Voice Interfaces in 2018 and BeyondVoice is the New Keyboard - Voice Interfaces in 2018 and Beyond
Voice is the New Keyboard - Voice Interfaces in 2018 and Beyond
 
Don’t Be Scared: Multi-Tenant Cluster Support at Scale (Kelly Attaway, Pandor...
Don’t Be Scared: Multi-Tenant Cluster Support at Scale (Kelly Attaway, Pandor...Don’t Be Scared: Multi-Tenant Cluster Support at Scale (Kelly Attaway, Pandor...
Don’t Be Scared: Multi-Tenant Cluster Support at Scale (Kelly Attaway, Pandor...
 
Azure Functions in Action #OrlandoCC
Azure Functions in Action #OrlandoCCAzure Functions in Action #OrlandoCC
Azure Functions in Action #OrlandoCC
 
Donald Ferguson - Old Programmers Can Learn New Tricks
Donald Ferguson - Old Programmers Can Learn New TricksDonald Ferguson - Old Programmers Can Learn New Tricks
Donald Ferguson - Old Programmers Can Learn New Tricks
 
7 Steps to a Successful Enterprise Site Transition
7 Steps to a Successful Enterprise Site Transition7 Steps to a Successful Enterprise Site Transition
7 Steps to a Successful Enterprise Site Transition
 
Akka and AngularJS – Reactive Applications in Practice
Akka and AngularJS – Reactive Applications in PracticeAkka and AngularJS – Reactive Applications in Practice
Akka and AngularJS – Reactive Applications in Practice
 
Optimize UPS WorldShip Pick Pack Ship
Optimize UPS WorldShip Pick Pack ShipOptimize UPS WorldShip Pick Pack Ship
Optimize UPS WorldShip Pick Pack Ship
 
Tool it up #5 new relic
Tool it up #5   new relicTool it up #5   new relic
Tool it up #5 new relic
 
Nginx Conference 2016 - Learnings and State of the Industry
Nginx Conference 2016 - Learnings and State of the IndustryNginx Conference 2016 - Learnings and State of the Industry
Nginx Conference 2016 - Learnings and State of the Industry
 
How to Build a SaaS App With Twitter-like Throughput on Just 9 Servers
How to Build a SaaS App With Twitter-like Throughput on Just 9 ServersHow to Build a SaaS App With Twitter-like Throughput on Just 9 Servers
How to Build a SaaS App With Twitter-like Throughput on Just 9 Servers
 
Velocity + Fluent 2018: API Performance
Velocity + Fluent 2018: API PerformanceVelocity + Fluent 2018: API Performance
Velocity + Fluent 2018: API Performance
 
Site speed Server Optimization
Site speed Server OptimizationSite speed Server Optimization
Site speed Server Optimization
 
Home Automation with SMS and GPS
Home Automation with SMS and GPSHome Automation with SMS and GPS
Home Automation with SMS and GPS
 

Semelhante a 2600Hz - Billing Data with Kazoo

WSO2Con2011: Delivering the Goods? Integrated Order Management & Billing with...
WSO2Con2011: Delivering the Goods? Integrated Order Management & Billing with...WSO2Con2011: Delivering the Goods? Integrated Order Management & Billing with...
WSO2Con2011: Delivering the Goods? Integrated Order Management & Billing with...
WSO2
 
razorpay internship on how they started.ppt
razorpay internship on how they started.pptrazorpay internship on how they started.ppt
razorpay internship on how they started.ppt
RakhulKumaar
 
Track 4 Session 3_ 利用 AWS Step Functions 建構穩健的業務處理流程
Track 4 Session 3_ 利用 AWS Step Functions 建構穩健的業務處理流程Track 4 Session 3_ 利用 AWS Step Functions 建構穩健的業務處理流程
Track 4 Session 3_ 利用 AWS Step Functions 建構穩健的業務處理流程
Amazon Web Services
 

Semelhante a 2600Hz - Billing Data with Kazoo (20)

App Store Subscriptions - Condensed Edition
App Store Subscriptions - Condensed EditionApp Store Subscriptions - Condensed Edition
App Store Subscriptions - Condensed Edition
 
How to Achieve Digital World Class Performance with AR Automation
How to Achieve Digital World Class Performance with AR AutomationHow to Achieve Digital World Class Performance with AR Automation
How to Achieve Digital World Class Performance with AR Automation
 
Save Time and Resources - Fully Automate Intercompany Process End to End
Save Time and Resources - Fully Automate Intercompany Process End to EndSave Time and Resources - Fully Automate Intercompany Process End to End
Save Time and Resources - Fully Automate Intercompany Process End to End
 
Digital World Class Performance of O2C Shared Services | Order To Cash (O2C) ...
Digital World Class Performance of O2C Shared Services | Order To Cash (O2C) ...Digital World Class Performance of O2C Shared Services | Order To Cash (O2C) ...
Digital World Class Performance of O2C Shared Services | Order To Cash (O2C) ...
 
Integrated Order to Cash (O2C) Automation Software for Global Shared Services...
Integrated Order to Cash (O2C) Automation Software for Global Shared Services...Integrated Order to Cash (O2C) Automation Software for Global Shared Services...
Integrated Order to Cash (O2C) Automation Software for Global Shared Services...
 
Digital invoicing application
Digital invoicing applicationDigital invoicing application
Digital invoicing application
 
WSO2Con2011: Delivering the Goods? Integrated Order Management & Billing with...
WSO2Con2011: Delivering the Goods? Integrated Order Management & Billing with...WSO2Con2011: Delivering the Goods? Integrated Order Management & Billing with...
WSO2Con2011: Delivering the Goods? Integrated Order Management & Billing with...
 
FinOps for private cloud
FinOps for private cloudFinOps for private cloud
FinOps for private cloud
 
razorpay internship on how they started.ppt
razorpay internship on how they started.pptrazorpay internship on how they started.ppt
razorpay internship on how they started.ppt
 
QuickBooks Desktop: Going Out of Style Like VHS Tapes
QuickBooks Desktop: Going Out of Style Like VHS TapesQuickBooks Desktop: Going Out of Style Like VHS Tapes
QuickBooks Desktop: Going Out of Style Like VHS Tapes
 
The AI Advantage In Deductions Processing | Emagia Deductions Automation | Em...
The AI Advantage In Deductions Processing | Emagia Deductions Automation | Em...The AI Advantage In Deductions Processing | Emagia Deductions Automation | Em...
The AI Advantage In Deductions Processing | Emagia Deductions Automation | Em...
 
The AI Advantage in Deductions Processing | Deductions Management Process | E...
The AI Advantage in Deductions Processing | Deductions Management Process | E...The AI Advantage in Deductions Processing | Deductions Management Process | E...
The AI Advantage in Deductions Processing | Deductions Management Process | E...
 
Exploring Contact Lens and Amazon Connect
Exploring Contact Lens and Amazon ConnectExploring Contact Lens and Amazon Connect
Exploring Contact Lens and Amazon Connect
 
AP and AR Positioning
AP and AR PositioningAP and AR Positioning
AP and AR Positioning
 
Altus Alliance 2016 - WebApps for Expenses + Procurement
Altus Alliance 2016 - WebApps for Expenses + ProcurementAltus Alliance 2016 - WebApps for Expenses + Procurement
Altus Alliance 2016 - WebApps for Expenses + Procurement
 
Emagia Master Class 3 | Integrated Order-to-Cash (OTC) Transformation for Glo...
Emagia Master Class 3 | Integrated Order-to-Cash (OTC) Transformation for Glo...Emagia Master Class 3 | Integrated Order-to-Cash (OTC) Transformation for Glo...
Emagia Master Class 3 | Integrated Order-to-Cash (OTC) Transformation for Glo...
 
Automating Business Insights on AWS,
Automating Business Insights on AWS, Automating Business Insights on AWS,
Automating Business Insights on AWS,
 
Razorpay
RazorpayRazorpay
Razorpay
 
Track 4 Session 3_ 利用 AWS Step Functions 建構穩健的業務處理流程
Track 4 Session 3_ 利用 AWS Step Functions 建構穩健的業務處理流程Track 4 Session 3_ 利用 AWS Step Functions 建構穩健的業務處理流程
Track 4 Session 3_ 利用 AWS Step Functions 建構穩健的業務處理流程
 
Apinizer - Full API Lifecycle and Integration Platform
Apinizer - Full API Lifecycle and Integration Platform Apinizer - Full API Lifecycle and Integration Platform
Apinizer - Full API Lifecycle and Integration Platform
 

Mais de 2600Hz

KazooCon 2014 - Kazoo Scalability
KazooCon 2014 - Kazoo ScalabilityKazooCon 2014 - Kazoo Scalability
KazooCon 2014 - Kazoo Scalability
2600Hz
 
KazooCon 2014 - Ziron, SMS for voice people
KazooCon 2014 - Ziron, SMS for voice peopleKazooCon 2014 - Ziron, SMS for voice people
KazooCon 2014 - Ziron, SMS for voice people
2600Hz
 
KazooCon 2014 - Range Networks, the Future of Mobile
KazooCon 2014 - Range Networks, the Future of Mobile KazooCon 2014 - Range Networks, the Future of Mobile
KazooCon 2014 - Range Networks, the Future of Mobile
2600Hz
 

Mais de 2600Hz (20)

Kamailio and VoIP Wild World
Kamailio and VoIP Wild WorldKamailio and VoIP Wild World
Kamailio and VoIP Wild World
 
SIPLABS - Hard Rocking Kazoo - KazooCon 2015
SIPLABS - Hard Rocking Kazoo - KazooCon 2015SIPLABS - Hard Rocking Kazoo - KazooCon 2015
SIPLABS - Hard Rocking Kazoo - KazooCon 2015
 
Voxter - Building Value with Kazoo - KazooCon 2015
Voxter - Building Value with Kazoo - KazooCon 2015Voxter - Building Value with Kazoo - KazooCon 2015
Voxter - Building Value with Kazoo - KazooCon 2015
 
VirtualPBX - Back Office, Delivering Voice in a Competitive Market - KazooCon...
VirtualPBX - Back Office, Delivering Voice in a Competitive Market - KazooCon...VirtualPBX - Back Office, Delivering Voice in a Competitive Market - KazooCon...
VirtualPBX - Back Office, Delivering Voice in a Competitive Market - KazooCon...
 
2600Hz - The Next Wave - KazooCon 2015
2600Hz - The Next Wave - KazooCon 2015 2600Hz - The Next Wave - KazooCon 2015
2600Hz - The Next Wave - KazooCon 2015
 
2600Hz - Tuning Kazoo to 10,000 Handsets - KazooCon 2015
2600Hz - Tuning Kazoo to 10,000 Handsets - KazooCon 20152600Hz - Tuning Kazoo to 10,000 Handsets - KazooCon 2015
2600Hz - Tuning Kazoo to 10,000 Handsets - KazooCon 2015
 
2600Hz - Detecting and Managing VoIP Fraud
2600Hz - Detecting and Managing VoIP Fraud2600Hz - Detecting and Managing VoIP Fraud
2600Hz - Detecting and Managing VoIP Fraud
 
2600hz WebRTC Meetup at WeWork, San Francisco, CA
2600hz WebRTC Meetup at WeWork, San Francisco, CA2600hz WebRTC Meetup at WeWork, San Francisco, CA
2600hz WebRTC Meetup at WeWork, San Francisco, CA
 
KazooCon 2014 - Deploying Kazoo Globally
KazooCon 2014 - Deploying Kazoo GloballyKazooCon 2014 - Deploying Kazoo Globally
KazooCon 2014 - Deploying Kazoo Globally
 
KazooCon 2014 - Kazoo Scalability
KazooCon 2014 - Kazoo ScalabilityKazooCon 2014 - Kazoo Scalability
KazooCon 2014 - Kazoo Scalability
 
Build your first Monster APP
Build your first Monster APPBuild your first Monster APP
Build your first Monster APP
 
KazooCon 2014 - Ziron, SMS for voice people
KazooCon 2014 - Ziron, SMS for voice peopleKazooCon 2014 - Ziron, SMS for voice people
KazooCon 2014 - Ziron, SMS for voice people
 
KazooCon 2014 - Range Networks, the Future of Mobile
KazooCon 2014 - Range Networks, the Future of Mobile KazooCon 2014 - Range Networks, the Future of Mobile
KazooCon 2014 - Range Networks, the Future of Mobile
 
KazooCon 2014 - Control Cellular Service via APIs
KazooCon 2014 - Control Cellular Service via APIsKazooCon 2014 - Control Cellular Service via APIs
KazooCon 2014 - Control Cellular Service via APIs
 
KazooCon 2014 - A Primer on Telecom Law
KazooCon 2014 - A Primer on Telecom LawKazooCon 2014 - A Primer on Telecom Law
KazooCon 2014 - A Primer on Telecom Law
 
KazooCon 2014 - Playing Kazoo Dudka Style
KazooCon 2014 - Playing Kazoo Dudka StyleKazooCon 2014 - Playing Kazoo Dudka Style
KazooCon 2014 - Playing Kazoo Dudka Style
 
KazooCon 2014 - WebRTC
KazooCon 2014 - WebRTCKazooCon 2014 - WebRTC
KazooCon 2014 - WebRTC
 
KazooCon 2014 - Building Your Business: Behind the Numbers!
KazooCon 2014 - Building Your Business: Behind the Numbers!KazooCon 2014 - Building Your Business: Behind the Numbers!
KazooCon 2014 - Building Your Business: Behind the Numbers!
 
KazooCon 2014 - Introduction to Kazoo APIs!
KazooCon 2014 - Introduction to Kazoo APIs!KazooCon 2014 - Introduction to Kazoo APIs!
KazooCon 2014 - Introduction to Kazoo APIs!
 
2600hz CTO Karl Anderson speaks at Kamailio World 2014
2600hz CTO Karl Anderson speaks at Kamailio World 20142600hz CTO Karl Anderson speaks at Kamailio World 2014
2600hz CTO Karl Anderson speaks at Kamailio World 2014
 

Último

Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 

Último (20)

Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 

2600Hz - Billing Data with Kazoo

Notas do Editor

  1. (if your script is down you lose calls) Limit can be set in the system, but is hardware dependent
  2. -return to queue/dead letter -exchange: routes a message to one or more queues