If your agents use a proxy address and still want to be able to call with LeadDesk, you can add the extensions below to application's "Target" address.
- Right mouse click the application > open "Properties".
- In the "Target" field, add the extensions below, depending on your set-up.
No Proxy server
--no-proxy-server
This disables the proxy server.
As Default Chromium will use this settings so usually you don't need to add this flag.
HTTP Proxy
--proxy-server="foopy:99"
Use the HTTP proxy"foopy:99" to load all URLs.
Autodetect Proxy
--proxy-auto-detect
Autodetect proxy configuration