Short answer: No—your inbound IVR cannot be used as-is for OBD.
Why? OBD flows are outbound-only, optimized for auto-dial + press-key journeys, pacing, and reporting. You should create a dedicated OBD IVR, but you can reuse audio prompts (greetings, menus) inside the new flow.
Verdict: Build a separate OBD IVR; reuse audio assets to stay consistent.
Question | Answer |
Can I directly use inbound IVR for OBD? | No |
Can I reuse prompts (audio/TTS) from inbound IVR? | Yes—import or re-select your recordings in the OBD flow |
Is a separate OBD IVR required? | Yes—create and map it to your OBD campaign |
Will this improve reporting & control? | Yes—cleaner pickup/DTMF/transfer metrics and retry behavior |
Dimension | Inbound IVR | OBD IVR |
Call direction | Customer → Business | Business → Customer |
Entry point | Number/DID, toll-free | Auto-dialer/campaign |
Typical flow | Routing to queues/teams | Press-key actions (confirm/cancel/callback/transfer) |
Retry logic | Not applicable | Campaign-driven (attempts, spacing, windows) |
Compliance | DNC/opt-in (inbound) | DNC/opt-in + calling windows + max touches |
Reporting | IVR path, queue metrics | Answer rates, DTMF responses, abandon, transfers |
Reuse assets | Prompts can be reused | Prompts can be reused, but flow is separate |
OBD_Confirm_2025_Q3)✅ Success check: IVR appears under Outbound → IVRs with status Published.
3), spacing (e.g., 20m), calling window (e.g., 09:00–20:00)✅ Success check: In Campaign → Overview, “IVR = OBD_Confirm_2025_Q3” and status Running/Scheduled.
You should see:
Where:
Topic | Note |
Direct reuse | Inbound IVR cannot be selected as OBD IVR |
Asset reuse | Yes—upload or select the same audio/TTS |
Long menus | Keep prompts < 20–25s; offer repeat/help |
Language | Multi-language = separate branches/prompts |
Compliance | Respect DNC/opt-in, quiet hours, max touches |
Opt-out | Always honor DTMF 9 (or local equivalent) |
Reporting | OBD metrics differ from inbound; don’t mix |
API/webhooks | Optional: push DTMF results to CRM (advanced) |
Symptom | Likely cause | Fix | Where to verify |
Inbound IVR not selectable | It’s inbound-only | Create an OBD IVR and publish | Outbound → IVRs |
Calls run but no DTMF data | Wrong IVR mapped | Map OBD IVR in Campaign | Campaign → Settings |
High “No Answer” | Tight window/spacing | Expand window; spacing 15–30m | Campaign → Schedule & Retries |
Many opt-outs | Script too aggressive | Soften prompt; add value; reduce attempts | IVR prompt + Campaign |
Agent overload | No overflow/wrap-up | Enable overflow, add wrap-up time | Agent/Queue Settings |
Wrong language prompt | Branch not assigned | Add language branch; set list tags | IVR Editor |
Confirmed, Rescheduled, OptedOut) for CRM syncQ1. Can I clone my inbound IVR to speed up OBD setup?
A. You can clone prompts and structure, but publish it as a separate OBD IVR.
Q2. Why not just route OBD calls into my inbound IVR?
A. Reporting, retry logic, and compliance differ; inbound designs often fail OBD goals.
Q3. Can I mix TTS and audio files?
A. Yes—use TTS for dynamic text and reuse existing recordings for branding.
Q4. How do I handle opt-outs?
A. Provide a DTMF 9 (or local equivalent) and update suppression immediately.
Q5. Can I track who pressed which key?
A. Yes—Logs/Reports capture DTMF paths per attempt.
If issues persist after troubleshooting:
Include: account ID, campaign name/ID, IVR name, sample numbers (masked), timestamps, and a brief expected-vs-actual note.
FAQPage
{ "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "Can I use my inbound IVR for OBD?", "acceptedAnswer": { "@type": "Answer", "text": "No. Create a dedicated OBD IVR. You can reuse audio prompts but must publish a separate outbound flow." } }, { "@type": "Question", "name": "Can I reuse inbound prompts in OBD?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. Upload/select the same recordings or TTS in the OBD IVR." } }, { "@type": "Question", "name": "How do I map the OBD IVR to a campaign?", "acceptedAnswer": { "@type": "Answer", "text": "Outbound → Campaigns → Settings → IVR & Handling → select your Published OBD IVR → Save/Publish." } } ]}HowTo (Create & map an OBD IVR)
{ "@context": "https://schema.org", "@type": "HowTo", "name": "Create and map an OBD IVR in MyOperator", "step": [ { "@type": "HowToStep", "text": "Open MyOperator → Outbound → IVR → New IVR." }, { "@type": "HowToStep", "text": "Choose 'OBD Flow (Press-Key)' template, add prompts, configure DTMF: 1 Confirm, 2 Reschedule, 3 Transfer, 9 Opt-out." }, { "@type": "HowToStep", "text": "Publish the IVR and verify it appears under Outbound → IVRs." }, { "@type": "HowToStep", "text": "Outbound → Campaigns → select campaign → Settings → IVR & Handling → choose your Published OBD IVR." }, { "@type": "HowToStep", "text": "Set retries, spacing, calling window → Save → Publish → test with a real number." } ]}