From 146e5b86efe28013c35162f3e416351da02599ca Mon Sep 17 00:00:00 2001 From: Daniel Finke Date: Tue, 22 Aug 2017 15:33:19 +0000 Subject: [PATCH] Switch from Simultaneous-Push-and-Invite to Invite-Format --- 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 5bb7e85..1b57d8f 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-Invite-Format) != "push_and_invite") { return; }