< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index |
According to RFC3261... SDP body
in an ACK is only used if no SDP is in sent in the original INVITE. In this case the SDP offer is carried in
the 200 and the answer is in the ACK. In this scenario the onAnswer
callback will be called. From: sachin ahire
[mailto:sachinahire@xxxxxxxxxxx] Hi Scott, Body type
application/sdp wherein the ip/port maybe different than the one sent during
INVITE. i am not sure whether the RFC allows it, but knowing that ACK can
contain SDP body, wanted my app to be able to parse this information and make
sure that RTP session is ok. Thanks. Sachin >From: Scott Godin <slgodin@xxxxxxxxxxxx> >To: 'sachin ahire' <sachinahire@xxxxxxxxxxx>, Scott Godin
<slgodin@xxxxxxxxxxxx>, resiprocate-devel@xxxxxxxxxxxxxxxxxxx >Subject: RE: [reSIProcate] ack callback in dum >Date: Sun, 10 Apr 2005 20:33:11 -0400 > >Can you give an example, of a use case? What body type
are you referring >to? > > > > _____ > >From: sachin ahire [mailto:sachinahire@xxxxxxxxxxx] >Sent: Sunday, April 10, 2005 5:16 AM >To: slgodin@xxxxxxxxxxxx; resiprocate-devel@xxxxxxxxxxxxxxxxxxx >Subject: RE: [reSIProcate] ack callback in dum > > > >Hi Scott, > >What happens if ACK has a body? Shouldnt the UAS be able to look at
the body >and check if it is different from the INVITE one? > >Sachin > > >From: Scott Godin <slgodin@xxxxxxxxxxxx> > > >To: 'sachin ahire' <sachinahire@xxxxxxxxxxx>, >resiprocate-devel@xxxxxxxxxxxxxxxxxxx > > >Subject: RE: [reSIProcate] ack callback in dum > > >Date: Sat, 9 Apr 2005 20:08:47 -0400 > > > > > >There is only a callback if the original Invite didn't contain
an offer > > >(onAnswer is called), or if the ACK is not received after 32
seconds > > >(onAckNotReceived). > > > > > > > > > > > > _____ > > > > > >From: sachin ahire [mailto:sachinahire@xxxxxxxxxxx] > > >Sent: Saturday, April 09, 2005 7:40 PM > > >To: resiprocate-devel@xxxxxxxxxxxxxxxxxxx > > >Subject: [reSIProcate] ack callback in dum > > > > > > > > > > > >hi, > > > > > >Does the dum InviteSessionhandler have an callback function
when ACK is > > >received by UAS (after sending 200 OK to incoming INVITE)?
thanks. > > > > > >Sachin > > > > |