- Joined
- Aug 26, 2014
- Messages
- 6
- Reaction score
- 0
I have two questions regarding the instructions for the Call Control API which prescribe:
1. What should the addition to the 3CXphonesystem.ini file look like? This probably seems a stupid question since an example is given in the excerpt above, but that example looks nothing like other lines in the .ini file (having a period in the key and white space around the equals sign), and it coincides exactly with the code one must write in his .NET application code. (Moreover, whoever wrote it used "smart" quotes.)
2. Must I restart my 3CX Phone System after changing the .ini file? And what kind of down time will that cause? Will it disconnect all existing phone calls? Will it preclude new inbound or outbound phone calls during the restart process?
…you need to … specify the application name, which must be unique, in the 3CXphonesystem.ini file (located in the 3CX Phone System directory).
Add to the section [ConfService] the application name, eg: PhoneSystem.ApplicationName = “UniqueName”.
1. What should the addition to the 3CXphonesystem.ini file look like? This probably seems a stupid question since an example is given in the excerpt above, but that example looks nothing like other lines in the .ini file (having a period in the key and white space around the equals sign), and it coincides exactly with the code one must write in his .NET application code. (Moreover, whoever wrote it used "smart" quotes.)
2. Must I restart my 3CX Phone System after changing the .ini file? And what kind of down time will that cause? Will it disconnect all existing phone calls? Will it preclude new inbound or outbound phone calls during the restart process?