How can we get extensions from Elastix server using external PHP file?
Asked
Active
Viewed 1,346 times
1 Answers
0
You can get it by querying the mysql database Elastix from your PHP.
select extension,name from users where ( extension IN (Select DISTINCT id from sip) or extension IN
(Select distinct id from iax)) order by name;
With this query you have the extension and the name of your extensions.
Enjoy!

Sisco Casasempere
- 91
- 5