diff options
author | Juha Heinanen <jh@tutpro.com> | 2014-09-22 10:33:42 +0300 |
---|---|---|
committer | Juha Heinanen <jh@tutpro.com> | 2014-09-22 10:33:42 +0300 |
commit | dc56c28f8e4680834c2024096d8132a1b80ea9b0 (patch) | |
tree | 320bac49223c8505445dece7342b833b0ec45b32 /include | |
parent | d0ae75c37e100f39013d9bf9aff2a36ee22ca12d (diff) |
modules/mwi: subscribe to mwi after registration has succeeded
Diffstat (limited to 'include')
-rw-r--r-- | include/baresip.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/baresip.h b/include/baresip.h index b0f81f2..5325bc2 100644 --- a/include/baresip.h +++ b/include/baresip.h @@ -41,6 +41,7 @@ int account_auth(const struct account *acc, char **username, char **password, struct list *account_aucodecl(const struct account *acc); struct list *account_vidcodecl(const struct account *acc); struct sip_addr *account_laddr(const struct account *acc); +uint32_t account_regint(const struct account *acc); /* @@ -501,6 +502,7 @@ void ua_unregister(struct ua *ua); bool ua_isregistered(const struct ua *ua); const char *ua_aor(const struct ua *ua); const char *ua_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); struct account *ua_prm(const struct ua *ua); |