Actually, from the incoming call log, it looks like the call is established properly (call state shows CONFIRMED). So congratulations for your first Symbian call! (In pjsip) UAS invite transaction will be terminated upon receiving ACK, so this is normal. Termination of invite transaction after 200/OK doesn't mean that the call is terminated. -benny Lalit Manchanda wrote: > > Hi Benny, > > We are able to run symbian UA on S60 device using WiFi network. When we > place a call to Symbian-UA from desktop-UA( PjSip) and it answers the > call then on receving ACK from destop-UA it terminates the call saying: > > 20:21:24.456 dlg0x7136fc Received Request msg ACK/cseq=1869813823 > (rdata0x706d24) > 20:39:59.484 tsx0x713f04 Request to terminate transaction > 20:39:59.513 tsx0x713f04 State changed from Completed to Terminated, > event=USER > 20:39:59.542 dlg0x7136fc Transaction tsx0x713f04 state changed to > Terminated > 20:39:59.573 symbian_ua.cpp Call 0 state=CONFIRMED > 20:39:59.629 strm0x717074 RTP status: badpt=0, badssrc=0, dup=0, > outorder=-1, probation=0, restart=0 > 20:39:59.690 strm0x717074 RTP status: badpt=0, badssrc=0, dup=0, > outorder=0, probation=-1, restart=-1 > 20:39:59.760 strm0x717074 Jitter buffer reset > 20:40:00.025 tsx0x713f04 Retransmit timer event > 20:40:00.046 tsx0x713f04 State changed from Terminated to Destroyed, > event=TIMER > 20:40:00.076 tdta0x7159d4 Destroying txdata Response msg > 200/INVITE/cseq=1869813823 (tdta0x7159d4) > 20:40:00.115 tsx0x713f04 Transaction destroyed! > > > > I have attached the call logs (of symbian-UA) and ethreal logs of the > call in incoming_call.zip. > > When we try place a call from Symbian-ua to desktop-ua, then on receving > 200 OK, the call is terminated saying: > > 0:49:55.677 tsx0x713c24 Incoming Response msg > 200/INVITE/cseq=1474304190 (rdata0x706d24) in state Proceeding > 20:49:55.717 tsx0x713c24 State changed from Proceeding to > Terminated, event=RX_MSG > 20:49:55.747 dlg0x70c064 Received Response msg > 200/INVITE/cseq=1474304190 (rdata0x706d24) > 20:49:55.786 dlg0x70c064 Transaction tsx0x713c24 state changed to > Terminated > 20:49:55.815 symbian_ua.cpp Call 0 state=CONNECTING > 20:49:55.846 inv0x70c064 Got SDP answer in Response msg > 200/INVITE/cseq=1474304190 (rdata0x706d24) > 20:49:55.885 inv0x70c064 SDP negotiation done, status=0 > 20:49:55.937 icstr0x707cb8 Disabling local ICE, reason=ice-ufrag > attribute not found. > > The call logs and ethreal logs can be seen in outgoing_call.zip > > > Kindly give some hints, to take it forward > > Lalit Manchanda