El Thursday 03 April 2008 04:43:01 Senthil-Raja C. escribió:
> Hello All,
>
> I am trying to develop a SIP implementation framework to enable a UAC to
> receive confirmation if the MESSAGE is actually read by the User. RFC
> 3428 doesn't supports this. Is it possible that UAC uses the Event
> header of SUBSCRIBE method for requesting the UAS to send NOTIFY when
> the user has read the message? Or is there a better way to accomplish
> this? Or am I speaking rubbish?

I don't understant what you mean.
When user A sends a MESSAGE to user B, the MESSAGE arrives to user B SIP 
phone. If the phone allows MESSAGE it will display it to the user and reply 
with:
  SIP/2.0 200 OK

There is absolutelly no way of knowing if the user is in fact in front of the 
PC or if he has read the MESSAGE (maybe he's sleeping XDD).

Maybe you answer about MESSAGE storaging, this occurs when user A sens a 
MESSAGE to user B, and proxy of user B know the user is not registered so it 
accepts the MESSAGE and stores it, but in this case proxy should reply with:
  SIP/2.0 202 Accepted

This 202 should warn user A about him MESSAGE has been stored and will be 
delivered to user B later.

Regards.





-- 
Iñaki Baz Castillo
[EMAIL PROTECTED]

_______________________________________________
Sip-implementors mailing list
[email protected]
https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors

Reply via email to