]> sjero.net Git - linphone/blobdiff - coreapi/upnp.h
Improve uPnP behaviour (Firewall policy change, local ip change, ...)
[linphone] / coreapi / upnp.h
index 08483588e1ccc1bf112f5ecc62c1f0fd0be1cadc..fe403a7726c63114d17ebdcc7993275e88c7d932 100644 (file)
@@ -41,6 +41,7 @@ void linphone_upnp_context_destroy(UpnpContext *ctx);
 LinphoneUpnpState linphone_upnp_context_get_state(UpnpContext *ctx);
 const char *linphone_upnp_context_get_external_ipaddress(UpnpContext *ctx);
 int linphone_upnp_context_get_external_port(UpnpContext *ctx);
+bool_t linphone_upnp_context_is_ready_for_register(UpnpContext *ctx);
 void linphone_core_update_upnp_state_in_call_stats(LinphoneCall *call);
 
 #endif //LINPHONE_UPNP_H