From cb2a4ac6fac378d8201e9a6d6c0c23cfdb09ba80 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Sat, 19 Dec 2015 16:19:59 +0100 Subject: contact: disable access-rule that blocks all incoming calls --- modules/contact/contact.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/contact/contact.c b/modules/contact/contact.c index 18bd9c0..ef10bc8 100644 --- a/modules/contact/contact.c +++ b/modules/contact/contact.c @@ -159,7 +159,7 @@ static int write_template(const char *file) "\"%s\" ;presence=p2p\n" "\n" "# Access rules\n" - "\"Catch All\" ;access=block\n" + "#\"Catch All\" ;access=block\n" "\"Good Friend\" ;access=allow\n" "\n" , -- cgit v1.2.3