Module: sip-router Branch: pd/outbound Commit: 35e981d6c22bf4a5326cad34c2f2aa0d45d77e08 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=35e981d6...
Author: Peter Dunkley peter.dunkley@crocodile-rcs.com Committer: Peter Dunkley peter.dunkley@crocodile-rcs.com Date: Wed Feb 27 14:02:28 2013 +0000
modules/rls: updated for parse_supported refactoring
---
modules/rls/subscribe.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/rls/subscribe.c b/modules/rls/subscribe.c index e022c43..d1034ca 100644 --- a/modules/rls/subscribe.c +++ b/modules/rls/subscribe.c @@ -525,7 +525,7 @@ int rls_handle_subscribe(struct sip_msg* msg, str watcher_user, str watcher_doma return -1; }
- if(!(get_supported(msg) & F_SUPPORTED_EVENTLIST)) + if(!(get_supported(msg) & F_OPTION_TAG_EVENTLIST)) { LM_DBG("No support for 'eventlist' - not for rls\n"); goto forpresence;