- Joined
- Jan 30, 2009
- Messages
- 3
- Reaction score
- 0
I changed cti_template.xml so it doesn't contain the default admin:%%DESKPHONE_PASSWORD%% but a hardcoded username/password combination we use internally. Upon restarting 3CXPhone, I can see that it's still using admin:abcd though when watching the traffic with Wireshark. Why's that? Is there anything else to change or is the file not used at all?
I changed C:\ProgramData\3CX\Data\Http\Interface\MyPhone\cti_template.xml.
/e: in the log I see that the Client requests the file on startup:
192.168.0.112 - - [25/Aug/2014:18:14:15 +0200] "GET /MyPhone/cti_template.xml HTTP/1.1" 200 25308
And I also see that it contains the correct URLs, but the client is not using them.
/e²: actually the client is using them, but not the first part about authentication. Which means the username cannot be changed from the default "admin" to something else, unless I find a different way to do this. Sigh, that's what templates are good for...
I changed C:\ProgramData\3CX\Data\Http\Interface\MyPhone\cti_template.xml.
/e: in the log I see that the Client requests the file on startup:
192.168.0.112 - - [25/Aug/2014:18:14:15 +0200] "GET /MyPhone/cti_template.xml HTTP/1.1" 200 25308
And I also see that it contains the correct URLs, but the client is not using them.
/e²: actually the client is using them, but not the first part about authentication. Which means the username cannot be changed from the default "admin" to something else, unless I find a different way to do this. Sigh, that's what templates are good for...