Consider the simple basic dialog scenario:
Messages
INVITE ----------> 1
407 <---------- 1
ACK ----------> 1
INVITE ----------> 1
100 <---------- 1
180 <---------- 1
183 <---------- 0
200 <---------- 1
ACK ----------> 1
Pause [ 7000ms] 1
BYE ----------> 1
200 <---------- 1
Before this patch:
tmx:local_replies = 1
tmx:received_replies = 2
tmx:relayed_replies = 3
After this patch:
tmx:received_replies = 3
tmx:received_replies_absorbed = 0
tmx:relayed_locally = 1
tmx:relayed_received = 3
tmx:relayed_total = 4
https://github.com/kamailio/kamailio/pull/442
—
Reply to this email directly or view it on GitHub.