]> sjero.net Git - linphone/blobdiff - coreapi/private.h
Add in call timeout
[linphone] / coreapi / private.h
index e9165a501404e3f5dd4acb1dd994e010d52108f3..e6ed960bcd2bfba1e2456029460aaf7e7e9cd100 100644 (file)
@@ -382,6 +382,7 @@ typedef struct sip_config
        MSList *proxies;
        MSList *deleted_proxies;
        int inc_timeout;        /*timeout after an un-answered incoming call is rejected*/
+       int in_call_timeout;    /*timeout after a call is hangup */
        unsigned int keepalive_period; /* interval in ms between keep alive messages sent to the proxy server*/
        LCSipTransports transports;
        bool_t use_info;