Compare commits
2
Commits
8ced7a59e3
...
1dc37d2764
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1dc37d2764 | ||
|
|
8382dfa9ba |
@@ -1233,7 +1233,7 @@ def process_recording_ready(
|
||||
|
||||
|
||||
_NO_ANSWER_DIAL_STATUSES = {"NOANSWER", "BUSY", "CANCEL", "CHANUNAVAIL", "CONGESTION"}
|
||||
_NO_ANSWER_HANGUP_CAUSES = {"17", "18", "19", "21", "34", "38"}
|
||||
_NO_ANSWER_HANGUP_CAUSES = {"1", "3", "17", "18", "19", "20", "21", "22", "34", "38"}
|
||||
|
||||
|
||||
def process_agent_dial_outcome(session, row: AsteriskEventLogRow, payload: dict[str, Any]) -> None:
|
||||
|
||||
Reference in New Issue
Block a user