Skip to content

fix(env): bind the bot HTTP listener to the port nginx proxies [PE-92] - #191

Merged
kirychukyurii merged 1 commit into
mainfrom
fix/PE-92/env-defaults
Sep 7, 2026
Merged

kirychukyurii merged 1 commit into
mainfrom
fix/PE-92/env-defaults

Conversation

@kirychukyurii

Copy link
Copy Markdown
Contributor
-WEBITEL_BOT_ADDRESS=127.0.0.1:10030
+WEBITEL_BOT_ADDRESS=127.0.0.1:10031

Two problems with 10030: the shipped nginx site proxies /chat to 127.0.0.1:10031, not 10030, and 10030 is already the flow_manager ESL server port (ELSE_PORT=10030, dialled by FreeSWITCH via acr_srv=127.0.0.1:10030) — on a single-host install both services bind the same port.

PE-92.

🤖 Generated with Claude Code

WEBITEL_BOT_ADDRESS defaulted to 127.0.0.1:10030, which the shipped
nginx site does not proxy and which collides with the flow_manager ESL
server on the same host. nginx proxies /chat to 127.0.0.1:10031.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@webitel-review

webitel-review Bot commented Sep 7, 2026

Copy link
Copy Markdown

🤖 Webitel Code Review

Зміна порту за замовчуванням для WEBITEL_BOT_ADDRESS з 10030 на 10031 у файлі прикладів конфігурації середовища .env.bot.example. Ризик зміни мінімальний, оскільки це стосується лише файлу прикладів.

📋 Walkthrough (1 файл(и/ів))
Файл Зміни
.env.bot.example Змінено порт за замовчуванням для адреси бота з 10030 на 10031.

Суттєвих зауважень немає. 👍


Index-grounded review across the Webitel codebase. Знахідки можуть бути неточними — перевіряйте перед застосуванням.

@kirychukyurii
kirychukyurii merged commit e308031 into main Sep 7, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant