Hi Folks,<br><br><br>Basically I am a newbie to FreeSwitch, I already have installed and configured it on a Debian machine. I am using a softphone application from cloudsoftphone.cz where I created a profile with a username/password and I entered the sub-domain name which is already given to the Sip server.<br><br><br>The thing is that this app only connects to one single machine with specific domain-name already defined at the softphone app provider. This limits the ability to provide any service to different customers as in this case they MUST be granted different accounts that aren't duplicated. As long as the customer prefers to have numbers over names this might cause conflicts if I want to deal with different customers. The alternative as I read is to read external provisioning which allows us to write a script in the backend which is called by the mobile&nbsp;app to retrieve full SIP account configuration. This feature basically allows us to set up each&nbsp;application differently based on what the end user enters into the app after its installation. <br>We will&nbsp;pass the information the user has entered in the mobile app (typically username and password, or&nbsp;just some voucher code) to this script, which can use this information to identify the user and&nbsp;return the right SIP account credentials like this order&nbsp;<br><br>1. end user downloads and installs the app,&nbsp;enters credentials - these are by default SIP username and SIP password but with&nbsp;the external provisioning, the end user can enter any information that this provisioning service will be able to recognise.<br>2.The credentials are sent over HTTPS to your provisioning server<br>4. the app receives XML with parameters from provider&rsquo;s provisioning server<br>5. the app is provisioned and the end user can start using it<br><br><br>So, to summarize is there any possible way to create this provisioning server with the freeswitch.?!!<br><br><br><br>Thanks,<br> Abdel<br><br>