sip: allow specifying local port and use IPv6

This commit is contained in:
Evangelos Ribeiro Tzaras
2021-03-02 18:40:41 +01:00
parent 37b9fe1c30
commit 1836c7c915
4 changed files with 51 additions and 17 deletions

View File

@@ -41,6 +41,7 @@ void calls_sip_provider_add_origin (CallsSipProvider *s
const gchar *password,
const gchar *host,
gint port,
gint local_port,
const gchar *protocol,
gboolean direct_connection,
gboolean auto_connect);