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

Handling of long waiting with music #357

Open
allanjsx opened this issue Nov 20, 2024 · 1 comment
Open

Handling of long waiting with music #357

allanjsx opened this issue Nov 20, 2024 · 1 comment
Labels
question Further information is requested

Comments

@allanjsx
Copy link

When doing outbound calls, we have a requirement that the AI agent should be able to deal with long waitings and should not incur much cost. For example,for a typical call, the caller AI will be placed on a wait for 20-30 minutes and there's music playing. I'm wondering what kind of optimization we can do here to reduce the cost during wait time.

@allanjsx allanjsx changed the title Handling of waiting music Handling of long waiting with music Nov 20, 2024
@clemlesne
Copy link
Collaborator

Azure Communication Services is billed per minutes of usage for inbound and outbound calls. In addition to that, depending to the call context, text to speech, speech to text, LLM, and compute.

If there is a long wait time, yoy would be billed for time in call + your logic in your back office (if any).

@clemlesne clemlesne added the question Further information is requested label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants