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

[reSIProcate-users] onEarlyMedia()


Hi, this is somewhat related to Nicholas L's PRACK issue.
 
I'm trying to handle early media messages, and can't figure out quite how to respond to an UPDATE from MyInviteSessionHandler::onEarlyMedia().
 
The Call Flow is:
 
A                      B
 
Invite  ---------->
 
<--------------- 100 Trying
 
<---------------- 183 Session Progress
 
<---------------- 101 UPDATE
 
 
I want A to respond with a 200 OK.
 
I tried calling ClientInviteSession::provideAnswer(), but since the state is UAC_Early nothing happens.
 
Can anyone point me in the right direction?
 
Thanks,
 
-John G.