summaryrefslogtreecommitdiff
path: root/include/baresip.h
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2014-10-20 19:33:37 +0200
committerAlfred E. Heggestad <aeh@db.org>2014-10-20 19:33:37 +0200
commit0c0f21b0543b44d9243e4215ace9ce2cd2fc278b (patch)
tree90eee9dda89a0aa71f29a05d537d242fe63ac25e /include/baresip.h
parent76db3b6d9fabb4c9460c917bfc4405a50897658e (diff)
parent35212dfd41c16706affa9ec648d2a4aab4cc9267 (diff)
Merge pull request #25 from alfredh/gruu
gruu: preliminary support for SIP GRUU
Diffstat (limited to 'include/baresip.h')
-rw-r--r--include/baresip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/baresip.h b/include/baresip.h
index 406c5fc..966c618 100644
--- a/include/baresip.h
+++ b/include/baresip.h
@@ -495,8 +495,10 @@ int ua_print_supported(struct re_printf *pf, const struct ua *ua);
int ua_register(struct ua *ua);
void ua_unregister(struct ua *ua);
bool ua_isregistered(const struct ua *ua);
+void ua_pub_gruu_set(struct ua *ua, const struct pl *pval);
const char *ua_aor(const struct ua *ua);
const char *ua_cuser(const struct ua *ua);
+const char *ua_local_cuser(const struct ua *ua);
struct account *ua_account(const struct ua *ua);
const char *ua_outbound(const struct ua *ua);
struct call *ua_call(const struct ua *ua);