Answer the question
In order to leave comments, you need to log in
How to connect viber and telegram to the contact center?
Guys, save me, help!) I can't connect instant messengers! It gives the following text: "Test connection with the specified data could not be made."
I received recommendations on configuring nginx proxy_ignore_client_abort on (by default, this setting can be disabled in BitrixVM). In the virtual machine menu, you can enable:
Manage sites in the pool -> 10. Configure site options -> 1
These recommendations have been implemented.
What else could there be?
Answer the question
In order to leave comments, you need to log in
Recipe for connecting open lines:
0) Check that the license key is valid (has not expired), active (not blocked) and activated (after entering, the key activation procedure was carried out with information about the license owner entered)
1) Check that for locations it was "proxy_ignore_client_abort on"
is set If Bitrix Env is used, then usually in the file
/etc/nginx/bx/conf/bitrix_general.conf The
following fragment is located:
# pub & online
# telephony and voximplant
location ~* ^/(pub/|online/|services/telephony/info_receiver.php|/bitrix/tools/voximplant/) {
add_header X-Frame-Options '' always;
location ~* ^/(pub/imconnector/|pub/imbot.php|services/telephony/info_receiver.php|bitrix/tools/voximplant/) {
proxy_ignore_client_abort on;
proxy_pass $proxyserver;
}
proxy_pass $proxyserver;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question