chore: set detect voicemail false by default

This commit is contained in:
Abhishek Kumar 2025-12-27 09:43:14 +05:30
parent df71dcdb13
commit a6222a3c99
2 changed files with 4 additions and 4 deletions

View file

@ -54,7 +54,7 @@ class NodeDataDTO(BaseModel):
add_global_prompt: bool = True
wait_for_user_response: bool = False
wait_for_user_response_timeout: Optional[float] = None
detect_voicemail: bool = True
detect_voicemail: bool = False
delayed_start: bool = False
delayed_start_duration: Optional[float] = None
trigger_path: Optional[str] = None