< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[reSIProcate] Call back function problem


Hello all

 

I am trying to make call on the 500@xxxxxxxxxxxxx which is sip server. And it will play one audio when I make call to 500.

 

I don’t get the call back function properly ….. like onNewSession

 

Messages are passed like this

 

UAC                                         SIP Server

INVITE with SDP --------------à    

            ß--------------------------       100 Trying

 

            ß--------------------------       200 OK with SDP

ACK     --------------------------à

 

Here I get called ClientInviteSession-onNewSession when I got the 200OK

 

So there is no call back function for the 100 Trying?

How can I call the cancel method of invite session?

How can I detect my new session is going on (proceeding)?

 

Here is logs for this …………..

 

C:\SIPCallbackHandler.cpp:147: ClientInviteSession-onNewSession - SipResp: 200 tid=a61721395e061c0a cseq=INVITE contact=500@xxxxxxxxxxxxx / 1 from(wire)

C:\SIPCallbackHandler.cpp:193:InviteSession-onAnswer(SDP)

C:\SIPCallbackHandler.cpp:194192.168.0.142

C:\SIPCallbackHandler.cpp:19513350

C:\SIPCallbackHandler.cpp:167: ClientInviteSession-onConnected - SipResp: 200 tid=a61721395e061c0a cseq=INVITE contact=500@xxxxxxxxxxxxx / 1 from(wire)

 

 

Regards,

Shailesh