fix: emit talk start after dialog route matching
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user