Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用星号上的 IVR 系统进行通话创建 agi 并按预期正常工作,现在的问题是我无法做一件事,即当我从 AMI(Asterisk 管理器界面)拨打电话并且接收者接听电话时和 ivr 开始询问菜单,这是我无法做到的,需要帮助。
我必须在接听电话后运行 IVR。
使用星号 11。
现在你已经阅读了任何星号书。只是为了了解如何为您的 ivr 创建拨号方案。
In my ASP.NET classic WebForms application, I have a class that returns a list of Role objects that I use for mapping the roles of the users in my database.
Role
I wrote this static class: