[kamailio/kamailio] usrloc OPTIONS not tracing with HEP (Issue #3136)
### Description OPTIONS keepalives sent by usrloc are not being traced with HEP/Homer ### Troubleshooting #### Reproduction Module setup: modparam("siptrace", "duplicate_uri","sip:HOMERIP:9060"); modparam("siptrace", "hep_mode_on",1); modparam("siptrace", "trace_to_database",0); modparam("siptrace", "trace_flag",22); modparam("siptrace", "trace_on", 1); modparam("siptrace", "hep_version", 3); modparam("siptrace", "trace_mode", 1) I believe the above setup should duplicate ALL packets to homer, which is working just fine, except for usrloc-generated OPTIONS. The 200 OK from endpoints is showing up just fine, just not the initial request. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3136 You are receiving this because you are subscribed to this thread. Message ID: <kamailio/kamailio/issues/3136@github.com>
The module uses its own sending functions to optimize performances (e.g., not to increase the list of active transactions) and by that the siptrace hooks are not intercepting them. Response are seen by siptrace because they come in via network to the listen sip port. There are other places that send data directly, which also doesn't get in the siptrace callbacks, but the code is open source and one can make pull requests to add siptrace support where is needed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3136#issuecomment-1150744062 You are receiving this because you are subscribed to this thread. Message ID: <kamailio/kamailio/issues/3136/1150744062@github.com>
This issue is stale because it has been open 6 weeks with no activity. Remove stale label or comment or this will be closed in 2 weeks. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3136#issuecomment-1801301619 You are receiving this because you are subscribed to this thread. Message ID: <kamailio/kamailio/issues/3136/1801301619@github.com>
Closed #3136 as not planned. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3136#event-11042730776 You are receiving this because you are subscribed to this thread. Message ID: <kamailio/kamailio/issue/3136/issue_event/11042730776@github.com>
participants (3)
-
Daniel-Constantin Mierla -
github-actions[bot] -
Luke Escudé