Can I tell zoiper take a configuration file from some url during the silent install? For example:
http://emexdev1.patientcallbacks.com/ons/apps/frontend/modules/zoiper/config_templates/Config.xml
Hello,
You will need to create your own MSI installer and use provisioning to tell Zoiper where to get the config file from.
Please give me an example, how can i tell Zoiper to get configuration from some URL through CMD.
You will not be able to directly introduce the config vie the command line.
Please take a look at the provisioning documentation below
http://www.zoiper.com/documentation/Zoiper_3_Provisioning.pdf
Okay, thanks.can I ask you some more question?I saw the command "add_account_url = [url]" in this ticket:http://community.zoiper.com/938/automatic-activation-zoiper-biz?show=939#a939But it can add only 1 account.Is there a command like "add_accounts_url", which can helps me to add multiple accounts?Where can I create a ticket for biz users?
Did you try scripting more than one account in the file? What issues did you experience?
i try:start "zoiper" "C:\Program Files (x86)\Zoiper\Zoiper.exe" add_account_url=http://emexdev1.patientcallbacks.com/ons/apps/frontend/modules/softphone/config_templates/Config_2.xmlIt does not work, new accounts are not createdthe structure of XML:<accounts> <account> .... </account> <account> .... </account> <account> .... </account></accounts>start "zoiper" "C:\Program Files (x86)\Zoiper\Zoiper.exe" add_account_url=http://emexdev1.patientcallbacks.com/ons/apps/frontend/modules/softphone/config_templates/Config_3.xmlThis command works, the account is addedthe structure of XML:<account> ....</account>
I have opened a ticket in the RT system.
Hello, the links for the config files you provided are invalid. Could you please email us the proper files?