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.
我有 2 种 sip 扩展。客户端和代理,是否可以在运行时找出有多少客户端、多少以及哪些代理可用?在拨号方案或 AGI 中。
你只能做
asterisk -rx "sip show peer"
或通过 AMI 的类似命令
星号内没有代理跟踪代码。如果您需要跟踪,请使用诸如 agent_extensionname 之类的扩展名或使用数据库来匹配代理/扩展名。