linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] EXOSIP_CALL_RELEASED event in exosip / osip


From: Raust Tamatea
Subject: [Linphone-developers] EXOSIP_CALL_RELEASED event in exosip / osip
Date: Wed, 29 Jun 2011 14:28:32 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11

Hello, I hope you can help me.

I would like to use the EXOSIP_CALL_RELEASED event from exosip / osip in my application.
The problem is :
    - I make a call to a phone from a PC
    - I don't answer the call et hang up directly from the PC
    - The event is triggered 32 seconds after I've hangup the call.

So, I've analyse where it comes from and this timer is initialized in __osip_ict_init(). It's the " timer_d " that trigger ICT_TERMINATED when timeout and then eXosip can send EXOSIP_CALL_RELEASED.

My question is : Can I change this timer to 4 seconds ? I know that the RFC specifies 32 seconds for this timer but in my case if I hang up a call that I made, it's useless to wait 30 seconds. Or is there a better way to do get EXOSIP_CALL_RELEASED a few seconds after hangup ?

Regards.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]