Module: sip-router
Branch: pd/outbound
Commit: 167283826a4b534bc68d96e5e8eb6bc686a6d293
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1672838…
Author: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Date: Wed Feb 27 14:02:47 2013 +0000
modules/sst: updated for parse_supported refactoring
---
modules/sst/sst_handlers.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/sst/sst_handlers.c b/modules/sst/sst_handlers.c
index 4ecbc1f..20632ed 100644
--- a/modules/sst/sst_handlers.c
+++ b/modules/sst/sst_handlers.c
@@ -884,8 +884,8 @@ static int parse_msg_for_sst_info(struct sip_msg *msg, sst_msg_info_t
*minfo)
* it is not found if unsuccessfull.
*/
if ((rtn = parse_supported(msg)) == 0) {
- if ((((struct supported_body*)msg->supported->parsed)->supported_all
- & F_SUPPORTED_TIMER)) {
+ if ((((struct option_tag_body*)msg->supported->parsed)->option_tags_all
+ & F_OPTION_TAG_TIMER)) {
minfo->supported = 1;
}
}