RD1985 created an issue (kamailio/kamailio#4393)
### Description
Kamailio is incorrectly routing the PRACK.
The PRACK is handled correctly when TOPOS is disabled.
#### Reproduction
pjsua with option "--use-100rel" for kamailio to receive PRACK.
#### Configuration
```
modparam("ndb_redis", "server","name=srv1;addr=192.168.10.123;port=6379;db=1")
modparam("topos", "storage", "redis")
modparam("topos_redis", "serverid", "srv1")
modparam("topos", "sanity_checks", 1)
modparam("topos", "branch_expire", 180)
modparam("topos", "dialog_expire", 36000)
modparam("topos", "clean_interval", 30)
modparam("topos", "contact_mode", 1)
modparam("topos", "rr_update", 1)
modparam("topos", "event_mode", 2)
modparam("topos", "methods_nocontact","BYE,CANCEL")
```
#### SIP Traffic
PRACK SIP packets with topos enabled https://imgur.com/a/sbOwIpk
### Possible Solutions
### Additional Information
```
version: kamailio 5.8.6 (x86_64/linux) fe10f3
flags: USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, USE_RAW_SOCKS, DISABLE_NAGLE,
USE_MCAST, DNS_IP_HACK, SHM_MMAP, PKG_MALLOC, MEM_JOIN_FREE, Q_MALLOC,
F_MALLOC, TLSF_MALLOC, DBG_SR_MEMORY, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT,
USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLOCKLIST, HAVE_RESOLV_RES,
TLS_PTHREAD_MUTEX_SHARED
ADAPTIVE_WAIT_LOOPS 1024, MAX_RECV_BUFFER_SIZE 262144, MAX_SEND_BUFFER_SIZE
262144, MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB
poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.
id: fe10f3
compiled on 00:37:42 May 8 2025 with gcc 11.5.0
```
* **Operating System**:
```
Red Hat Enterprise Linux release 9.5 (Plow)
Linux kam2 5.15.0-310.184.4.el9uek.x86_64 #2 SMP Thu Jun 19 19:46:19 PDT 2025
x86_64 x86_64 x86_64 GNU/Linux
```
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4393
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/[email protected]>_______________________________________________
Kamailio - Development Mailing List -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the
sender!