sip: origin: do not use hardcoded ports for RTP

This commit is contained in:
Evangelos Ribeiro Tzaras
2021-02-26 17:29:21 +01:00
parent 6681077886
commit a53f07dfd3
4 changed files with 22 additions and 4 deletions

View File

@@ -82,3 +82,4 @@ typedef enum
gboolean check_sips (const gchar *addr);
const gchar *get_protocol_prefix (const gchar *protocol);
gboolean protocol_is_valid (const gchar *protocol);
guint get_port_for_rtp (void);