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.
我们如何使用外部 PHP 文件从 Elastix 服务器获取扩展?
您可以通过从您的 PHP 中查询 mysql 数据库 Elastix 来获取它。
select extension,name from users where ( extension IN (Select DISTINCT id from sip) or extension IN (Select distinct id from iax)) order by name;
通过此查询,您可以获得扩展名和扩展名。
享受!