** Starting Clean Thread **
I have 1.8 with MTE.
I installed the iSymphony server with Asterisk.
My client can connect to admin with the username/password of admin/secret.
When I try to change administrator to reflect the manager.conf file, I get bad username/password.
What am I doing wrong?
Thanks,
-J
Submitted by eeman on Tue, 06/21/2011
Permalink
Submitted by Jason.LLC on Tue, 06/21/2011
Permalink
Where do i put the include
Where do i put the include statement?
extensions.conf under the last redirect context or in the global context or somewhere else?
Submitted by eeman on Tue, 06/21/2011
Permalink
at the end of [globals] but
at the end of [globals] but its not part of globals, it has its own list of contexts.. so make sure you put a couple blank lines.
[globals]
VAR1=value
VAR2=value
VAR3=value
VAR4=value
#include /path/to/isymphony.conf
the user/pass in isymphony client is defined in the /opt/isymphony/server/configs/extensions.xml file
you can change it from the client application but this file shows you what it was.
there are also tenant level and location level admins so you can jail them to a specific part of the tree.