Dialer.ini Settings
The dialer.ini file contains the settings for the bulk calling module. The path to this file is /etc/simotel/dialer.ini/. You can open this file and make changes using the following command.
nano /etc/simote/dialer.ini
:::Caution:
Restart the simoteldialer service after modifying the dialer.ini file, otherwise the changes will not be applied.
Debian
service simoteldialer restart
Ubuntu
stop simoteldialer
start simoteldialer
:::
MongoDB Database Settings
[mongodb]
mongodb_connection_string = mongodb://username:password@localhost:27017
۱. mongodb_connection_string: The database connection address, which includes the username, password, connection address, and database connection port.
Audio Files Settings
[directories]
announcement_directory = /var/www/html/files/
- announcement_directory: Path to store the audio files for the bulk calling module.
dialer logs Settings
[logging]
log_level = DEBUG
log_to_file = True
log_to_console = False
log_directory = /var/log/simotel/
log_file_name = simoteldialer.log
-
log_level: The logging level for the bulk calling module.
-
log_to_file: If this parameter is set to True, logs will be saved to a file.
-
log_to_console: If this parameter is set to True, logs will be displayed in the terminal console.
-
log_directory: Path to store log files. The
log_to_filefield must be set to True. -
log_file_name: Name of the simoteldialer log file.
AMI Settings
These settings relate to the contact center itself. If AMI access is needed, refer to the /etc/asterisk/manager.conf path.
[ami]
ami_host = 'localhost'
ami_port = '5038'
ami_username = 'test'
ami_password = 'test'
-
localhost: The AMI host address.
-
ami_port: The AMI service port.
-
ami_username: The account username.
-
ami_password: The account password.
:::For more information on how to create an AMI account, please refer to this section. :::
call Settings
[originate-options]
ami_originate_caller_id = AutoDialer
- ami_originate_caller_id: The value of the caller_id sent on the trunk is defined in this section.
In some cases, the service provider (e.g., telecommunications) does not recognize the caller_id with the value AutoDialer, and the module calls are dropped. To resolve this issue, set the caller_id value to a number.