Module: kamailio
Branch: 5.4
Commit: 3910066feabbfbe2f2f653b9b4af5d7d14285911
URL:
https://github.com/kamailio/kamailio/commit/3910066feabbfbe2f2f653b9b4af5d7…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T13:52:05Z
Fix typo on sca module NOTES
---
Modified: src/modules/sca/NOTES
---
Diff:
https://github.com/kamailio/kamailio/commit/3910066feabbfbe2f2f653b9b4af5d7…
Patch:
https://github.com/kamailio/kamailio/commit/3910066feabbfbe2f2f653b9b4af5d7…
---
diff --git a/src/modules/sca/NOTES b/src/modules/sca/NOTES
index b5c9ebaf5a..fa8ab926f6 100644
--- a/src/modules/sca/NOTES
+++ b/src/modules/sca/NOTES
@@ -113,7 +113,7 @@ Revisiting possibility of using TMCB_ tm module hooks.
* Register a pv in the module, set it to a known value in the
TMCB_E2EACK_IN callback, have the script check the value of the
pv, and invoke an exported sca_update function if the pv is set
- the the known value.
+ to the known value.
Pros: fits sip-router script-based logic model well, does not
rely on a timer (eliminates races).