Module: kamailio Branch: master Commit: 8f5738de081a874751fcf1fd30e27d8b6ad86781 URL: https://github.com/kamailio/kamailio/commit/8f5738de081a874751fcf1fd30e27d8b...
Author: Henning Westerholt hw@gilawa.com Committer: Henning Westerholt hw@gilawa.com Date: 2022-12-11T10:19:55Z
cnxcc: spelling fix withing -> within
---
Modified: src/modules/cnxcc/example/kamailio-cnxcc.cfg
---
Diff: https://github.com/kamailio/kamailio/commit/8f5738de081a874751fcf1fd30e27d8b... Patch: https://github.com/kamailio/kamailio/commit/8f5738de081a874751fcf1fd30e27d8b...
---
diff --git a/src/modules/cnxcc/example/kamailio-cnxcc.cfg b/src/modules/cnxcc/example/kamailio-cnxcc.cfg index 0063b47b4c6..9b11b26a8dc 100644 --- a/src/modules/cnxcc/example/kamailio-cnxcc.cfg +++ b/src/modules/cnxcc/example/kamailio-cnxcc.cfg @@ -725,7 +725,7 @@ route[REQINIT] { # Handle requests within SIP dialogs route[WITHINDLG] { if (has_totag()) { - # sequential request withing a dialog should + # sequential request within a dialog should # take the path determined by record-routing if (loose_route()) { if (is_method("BYE")) {