fix: emit talk start after dialog route matching

This commit is contained in:
hectorzhao
2026-09-01 10:20:54 +08:00
parent 29dbeb6981
commit e5d32e6b4c
2 changed files with 20 additions and 7 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ tar -xzf "$archive" -C "$new"
printf '%s\n' "$commit" > "$new/.deployed-commit"
printf '%s\n' "$old" > "$new/.delta-base-release"
source_cfg="$backup/opensips.cfg"
if grep -q 'CRA_INSTRUMENTATION_VERSION=2' "$source_cfg"; then
if grep -q 'CRA_INSTRUMENTATION_VERSION=3' "$source_cfg"; then
cp "$source_cfg" "$new/opensips-candidate.cfg"
else
/usr/bin/node "$new/scripts/instrument-caller-analytics.mjs" "$source_cfg" "$new/opensips-candidate.cfg"