Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Fix response identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
RoEdAl committed Jun 13, 2024
1 parent f28d277 commit 29581e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/at_response.c
Original file line number Diff line number Diff line change
Expand Up @@ -2765,7 +2765,7 @@ int at_response(struct pvt* const pvt, const struct ast_str* const response, con
case RES_SRVST:
case RES_CVOICE:
case RES_CPMS:
case RES_CONF:
case RES_MISSED_CALL:
case RES_DST:
case RES_VOICE_CALL:
case RES_RCEND:
Expand Down
2 changes: 1 addition & 1 deletion src/at_response.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ struct iovec;
_(NO_DIALTONE, "NO DIALTONE", "NO DIALTONE\r") \
_(NO_ANSWER, "NO ANSWER", "NO ANSWER\r") \
_(OK, "OK", "OK\r") \
_(CONF, "^CONF", "MISSED_CALL:") \
_(MISSED_CALL, "MISSED CALL", "MISSED_CALL:") \
_(RING, "RING", "RING\r") \
\
_(SMMEMFULL, "^SMMEMFULL", "^SMMEMFULL:") \
Expand Down

0 comments on commit 29581e7

Please sign in to comment.