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;
このクエリを使用すると、拡張機能と拡張機能の名前が得られます。
楽しみ!