Number busy check?
# support
a
Quick question—does the AI assistant have a way to detect if a call is currently in progress, so it can queue up additional calls to start once the current call ends? I’m asking because I’m using a live transfer feature and want to avoid overlapping calls.
s
Now the assistant never gets to know if a call is in progress or not, so the part of scheduling calls (the logic of call scheduling and making sure that they don't overlap) has to be taken care of by you.