[OpenSIPS-Users] MS teams
Andrew Colin
andrewd.colin at gmail.com
Thu Sep 17 15:13:25 EST 2020
Hi Guys
i am trying to setup ms teams routing but keep getting this error on
opensips 3.1
it doesnt seem to like my config below
if(is_method("OPTIONS") && is_domain_local("$rd") &&
check_source_address("2")) {
xlog("L_INFO", "[MS TEAMS] OPTIONS In");
send_reply("200", "OK");
exit;
}
Sep 17 15:11:47 [4341] INFO:tls_mgm:mod_load: openssl version: OpenSSL
1.1.1d 10 Sep 2019
Sep 17 15:11:47 [4341] Traceback (last included file at the bottom):
Sep 17 15:11:47 [4341] 0. /etc/opensips/opensips.cfg
Sep 17 15:11:47 [4341] CRITICAL:core:yyerror: parse error in
/etc/opensips/opensips.cfg:151:1-3: syntax error
Sep 17 15:11:47 [4341]
Sep 17 15:11:47 [4341] # Checks from MS Teams
Sep 17 15:11:47 [4341] if(is_method("OPTIONS") && is_domain_local("$rd") &&
check_source_address("2")) {
Sep 17 15:11:47 [4341] ^~~
Sep 17 15:11:47 [4341] xlog("L_INFO", "[MS TEAMS] OPTIONS In");
Sep 17 15:11:47 [4341] send_reply("200", "OK");
Sep 17 15:11:47 [4341] CRITICAL:core:yyerror: parse error in
/etc/opensips/opensips.cfg:151:1-3:
Sep 17 15:11:47 [4341] ERROR:core:parse_opensips_cfg: bad config file (2
errors)
Sep 17 15:11:47 [4341] ERROR:core:main: failed to parse config file (null)
Sep 17 15:11:47 [4341] NOTICE:core:main: Exiting....
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20200917/725212ea/attachment.html>
More information about the Users
mailing list