Browse Source

Switch from Simultaneous-Push-and-Invite to Invite-Format

4.2
Daniel Finke 8 years ago
committed by lazedo
parent
commit
146e5b86ef
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kamailio/pusher-role.cfg

+ 1
- 1
kamailio/pusher-role.cfg View File

@ -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;
}


Loading…
Cancel
Save