Skip to content

Commit

Permalink
sst: typos a/an
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 16, 2022
1 parent 14aecef commit cabb462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/sst/README
Expand Up @@ -90,7 +90,7 @@ Chapter 1. Admin Guide

The sst module provides a way to update the dialog expiry timer based
on the SIP INVITE/200 OK Session-Expires header value. You can use the
sst module in an Kamailio proxy to allow freeing of local resources of
sst module in a Kamailio proxy to allow freeing of local resources of
dead calls.

You can also use the sst module to validate the MIN_SE header value and
Expand Down
2 changes: 1 addition & 1 deletion src/modules/sst/sst_handlers.c
Expand Up @@ -536,7 +536,7 @@ static void sst_dialog_response_fwded_CB(struct dlg_cell* did, int type,
/*
* We need to get the method this reply is for from the CSEQ
* body. The RFC states we can only play with 2XX from the
* INVITE or reINVTE/UPDATE.
* INVITE or reINVITE/UPDATE.
*/
if (!msg->cseq && ((parse_headers(msg, HDR_CSEQ_F, 0) == -1) || !msg->cseq)) {
LM_ERR("failed to parse CSeq\n");
Expand Down

0 comments on commit cabb462

Please sign in to comment.