I have a scenario where I would like to send a retransmission at T1 timer x2, x4, x8, x16, x32 & x64 intevals.
I thought it was simply adding the ReTxCnt value to the direction indicator, like so:
---------->;ReTxCnt=5
but that doesn't seem to work for me, if I recieve no response from the UAS, I never see SIP Inspector try to retransmit the request.
And, I am not sure if the value is supposed to be in milliseconds (t1 timer duration) or number of retranmissions that will be attempted, in the example that may mean 5 milliseconds for the t1 timer or 5 retransmissions for the SIP message.
Thanks
Paul