]> sjero.net Git - linphone/blobdiff - coreapi/private.h
Add configurable delay timeout for ice/upnp
[linphone] / coreapi / private.h
index 149fbac58eceff612204437df929d4a08e634982..90054052c7b72e48ba790dd682a65b29740e4267 100644 (file)
@@ -420,6 +420,7 @@ typedef struct sip_config
        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 */
+       int delayed_timeout;    /*timeout after a delayed call is resumed */
        unsigned int keepalive_period; /* interval in ms between keep alive messages sent to the proxy server*/
        LCSipTransports transports;
        bool_t use_info;