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

Re: [reSIProcate] About the incoming all without SDP


When DUM receives an ACK carrying an SDP answer, it will fire the onAnswer and onConnected handlers.

 

Scott

 

From: resiprocate-devel-bounces@xxxxxxxxxxxxxxx [mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxx] On Behalf Of Karlsson
Sent: Tuesday, December 11, 2007 10:38 AM
To: resiprocate-devel@xxxxxxxxxxxxxxxxxxxx
Subject: [reSIProcate] About the incoming all without SDP

 

Hi, sorry for this naive question,

 

I know when UAC make a call without SDP, then UAS answered with SDP, and UAC send the ACK with SDP, this case I was understand with reSIProcate.

 

But now, when UAS received a call  from UAS does not contains SDP, UAS answer this call(200ok) contains  SDP,

UAC send ACK with SDP to UAS, now, when UAS received this ACK, what are reSIProcate callbacks will be fire?

 

I have try to use DEBUG mode test my application with eyeBeam to seen what are callbacks fired, but the eyeBeam can't make call when disable all codecs.

 

Thanks