This is part of a trace reading video series. The link below is to the main page of the video series.
Link to the home page
Here are the logs if you want to download them: same_node_sip.zip
First we find the dialed digits using dd="<number dialed>"
Then we can find the Digit Analysis DmPidRes and get the PID for the called device, the first CI, and the CDCC.
Searching on the first CI we can get the SIPCdpc for party 1 and the second CI.
After we know the SipCdpc for party 1 we can search on it and quickly get the SIP Call-id.
Searching on the SIP Call-id for the first call leg we can get the SIP messages for that leg.
With the SIPStationCdfc we can see when the party went off hook and what digits they dialed if they are doing overlap sending and receiving.
Searching on CI two we can get the SIP messages for the second call leg.
More information from the call can be gathered by going back through the search outputs of the CI's, SIPCdpc's, SIPStationCdfc's, and CDCC's.