The application should be capable enough to handle this scenario. I am not
sure if I have understood the question clearly.
Are we hinting that we have a call dialog established and media is getting
transmitted for a long time approx. 1 hour and we don't
want the established SIP call session to be torn down

If that's the case this logic should come into the application wherein the
dialog should be torn down only when there are no more participants
left in the call. Per SIP RFC , the dialog once established shall be torn
down only on BYE

-Raj



On Wed, Jun 26, 2013 at 2:56 PM, ikuzar RABE <ikuzar9...@gmail.com> wrote:

> Hi all,
>
> I'd like to know if there are SIP messages exchange to maintain the session
> between two UA (message such as "Hello, I'am still here" / "Hello, I'am
> still here too" while RTP conversation is established and lasts a longtime.
>
> The context:
> I have to differentiate an INVITE with a BYE which arrives one hour after
> an INVITE (so a conversation that lasts one hour) and an INVITE with no BYE
> ... (packet lost or another problem ...)
>
> Ikuzar
> _______________________________________________
> Sip-implementors mailing list
> Sip-implementors@lists.cs.columbia.edu
> https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors
>
_______________________________________________
Sip-implementors mailing list
Sip-implementors@lists.cs.columbia.edu
https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors

Reply via email to