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

[reSIProcate] (no subject)


Hi all,

When I receivee a NOTIFY, which includes "100 Trying" or "180 Ringing", how can 
I differentiate it in 
virtual void 
ClientSubscriptionHandler::onUpdateActive(ClientSubscriptionHandle cs, const 
SipMessage& notify)
{      
       ......???
}

The similar problem is 
When I receive a NOTIFY, which includes "200 Ok" or "480 Temporarily 
Unavailable", how can I differentiate it in
virtual void
ClientSubscriptionHandler::onTerminated(ClientSubscriptionHandle, const 
SipMessage& msg)
{      
       ......???
}
 
Thank you very much!

John  Beijing,China