From 6e7d92b72b3f0f0584631dc3fc7b3e8bf182be4d Mon Sep 17 00:00:00 2001 From: Daniel Finke Date: Wed, 23 Aug 2017 10:31:25 -0700 Subject: [PATCH] Fix syntax --- kamailio/pusher-role.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kamailio/pusher-role.cfg b/kamailio/pusher-role.cfg index 0eb8ab7..5bb7e85 100644 --- a/kamailio/pusher-role.cfg +++ b/kamailio/pusher-role.cfg @@ -12,7 +12,7 @@ route[PUSHER_ROUTE] if ( (!is_method("INVITE")) || (!isflagset(FLAG_INTERNALLY_SOURCED)) || $hdr(X-KAZOO-PUSHER-Token-ID) == $null) return; - if(registered("location") && $hdr(X-KAZOO-PUSHER-Simultaneous-Push-and-Invite) == null) { + if(registered("location") && $hdr(X-KAZOO-PUSHER-Simultaneous-Push-and-Invite) == $null) { return; }