]> sjero.net Git - linphone/blobdiff - coreapi/upnp.h
Update REGISTER contact with uPnP external informations
[linphone] / coreapi / upnp.h
index b3a5b9e49a0ecf6288f11a4d773a4f449574e2be..08483588e1ccc1bf112f5ecc62c1f0fd0be1cadc 100644 (file)
@@ -40,6 +40,7 @@ UpnpContext *linphone_upnp_context_new(LinphoneCore *lc);
 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);
 void linphone_core_update_upnp_state_in_call_stats(LinphoneCall *call);
 
 #endif //LINPHONE_UPNP_H