Files
ubuntu-post-install/services
Claude dd25782ef1 pstn-trunk: drop redundant container restart from update-in-place path
install_pstn-trunk's "update" branch unconditionally restarted the
asterisk container, then immediately called _pstn_ensure_live_includes,
which already patches the live pjsip.conf/extensions.conf #include lines
and reloads res_pjsip/dialplan — the restart accomplished nothing the
reload doesn't, while dropping any calls already in progress. Confirmed
live as a real double-restart when this runs chained from
asterisk-digital-ocean.sh, which had just rebuilt/restarted the same
container moments earlier.

Fresh installs keep their existing (still restart-first) apply step
unchanged — only "update in place" loses the redundant restart.
2026-07-24 14:24:45 +00:00
..