Would it be too expensive to check with nat_uac_test before conditionally enabling this? I'm assuming yes, since this route will statelessly handle most OPTIONS requests and several scanning cases, but I thought I'd ask anyway...
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/commit/aebae41bccaec46d086796301d33223…
If this excerpt from the core docs still holds true: "It is necessary to include the port (the port value used in the “port=” or “listen=” defintions) in the alias definition otherwise the loose_route() function will not work as expected for local forwards", it might be a good idea to use # alias="sip.mydomain.com:5060" here to provide a hint to whomever is reading this.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/commit/aebae41bccaec46d086796301d33223…
Module: kamailio
Branch: master
Commit: aebae41bccaec46d086796301d33223645ca1ce6
URL: https://github.com/kamailio/kamailio/commit/aebae41bccaec46d086796301d33223…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-07-09T14:33:03+02:00
etc: kamailio.cfg - several updates
- use force_rport() at the beginning of processing requests, note added
in the top comments to inform that config performs symmetric signaling
- load textopsx module and added define option to apply changes before
presence handling, so changes to headers or body are visible to presence
functions
- modparams to enable use of Path for registrar module
- modparam timer_procs for usrloc module
- a bit of refactoring for debug mode, level being set by a defined
token and log_stderror is set always to no, so even with higher debug
level logs are sent to syslog (added comment how to enable it via
setting value to 'yes' or using -E cli option)
- updated notes for debug mode and listen param
- GH #2381
---
Modified: etc/kamailio.cfg
---
Diff: https://github.com/kamailio/kamailio/commit/aebae41bccaec46d086796301d33223…
Patch: https://github.com/kamailio/kamailio/commit/aebae41bccaec46d086796301d33223…