mirror of
https://dev.azure.com/globalhealthx/EMR/_git/helix-engage
synced 2026-04-12 02:38:15 +00:00
feat: track UCID from SIP headers for Ozonetel disposition
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -8,3 +8,4 @@ export const sipIsMutedAtom = atom<boolean>(false);
|
||||
export const sipIsOnHoldAtom = atom<boolean>(false);
|
||||
export const sipCallDurationAtom = atom<number>(0);
|
||||
export const sipCallStartTimeAtom = atom<Date | null>(null);
|
||||
export const sipCallUcidAtom = atom<string | null>(null);
|
||||
|
||||
Reference in New Issue
Block a user