- Joined
- Oct 3, 2022
- Messages
- 71
- Reaction score
- 4
Good morning,
I'm working with the 3cx configuration XML file
<?xml version="1.0" encoding="utf-8"?>
<SetupConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<tcxinit>
<option>
<code>InstallationType</code>
<answer......
........
........
I would like to understand how to automatically set an extension including credentials
<Number>987</Number>
<FirstName>assistenza</FirstName>
<LastName></LastName>
<EmailAddress>[email protected]</EmailAddress>
<AuthPassword>*******</AuthPassword>
<AuthID>*****</AuthID>
Is it possible? Which parameter?
Thanks
Simone Rota
I'm working with the 3cx configuration XML file
<?xml version="1.0" encoding="utf-8"?>
<SetupConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<tcxinit>
<option>
<code>InstallationType</code>
<answer......
........
........
I would like to understand how to automatically set an extension including credentials
<Number>987</Number>
<FirstName>assistenza</FirstName>
<LastName></LastName>
<EmailAddress>[email protected]</EmailAddress>
<AuthPassword>*******</AuthPassword>
<AuthID>*****</AuthID>
Is it possible? Which parameter?
Thanks
Simone Rota