Commit efb7b6f
committed
fix: add call ID check in error_handler method
- Add a check at the beginning of the error_handler method to ensure
it only processes messages for the current call.
- This prevents processing errors for unrelated calls, improving the
reliability and correctness of error handling in the SIP call.
- The change aligns the error_handler with the message_handler, which
already had this check in place.1 parent 6ff7186 commit efb7b6f
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
750 | 750 | | |
751 | 751 | | |
752 | 752 | | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
753 | 757 | | |
754 | 758 | | |
755 | 759 | | |
| |||
0 commit comments