| 2 | |
| 3 | {{{ |
| 4 | 10:19:57.797 (52608) [PJ:5] - tsx0x6d9db88c pjsua .State changed from Terminated to Destroyed, event=TIMER |
| 5 | 10:19:57.797 (44440) [PJ:4] - pjsua_core.c media .RX <-- 1329 bytes Response msg 200/INVITE/cseq=26892 (rdata0x69dcc1cc) from TCP 216.115.27.170:5090: |
| 6 | 10:19:57.798 (44440) [PJ:5] - tsx0x6d9db88c media .Incoming Response msg 200/INVITE/cseq=26892 (rdata0x69dcc1cc) in state Destroyed |
| 7 | 10:19:57.818 (52608) [PJ:5] - tsx0x6d9db88c pjsua ..Transaction destroyed! |
| 8 | }}} |
| 9 | |
| 10 | The problem seems to happen because the transaction lock is destroyed after the first line, and then the media thread tries to lock it in the retransmitted response. |