summaryrefslogtreecommitdiff
path: root/channels/sip/include/sip_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'channels/sip/include/sip_utils.h')
-rw-r--r--channels/sip/include/sip_utils.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/channels/sip/include/sip_utils.h b/channels/sip/include/sip_utils.h
index 47297ab68..01207e774 100644
--- a/channels/sip/include/sip_utils.h
+++ b/channels/sip/include/sip_utils.h
@@ -80,4 +80,10 @@ int hangup_sip2cause(int cause);
*/
const char *hangup_cause2sip(int cause);
+/*! \brief Return a string describing the force_rport value for the given flags */
+const char *force_rport_string(struct ast_flags *flags);
+
+/*! \brief Return a string describing the comedia value for the given flags */
+const char *comedia_string(struct ast_flags *flags);
+
#endif