Browse Source

100 "waking the dead guy"

drop_requests
lazedo 8 years ago
committed by GitHub
parent
commit
da3fafc37d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kamailio/pusher-role.cfg

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

@ -17,7 +17,7 @@ route[PUSHER_ROUTE]
}
xlog("L_INFO", "$ci|pusher received request to wakeup $(tu{s.tolower})\n");
sl_send_reply(180, "waking the dead guy");
sl_send_reply(100, "waking the dead guy");
t_set_fr(0, 20000);
if (t_newtran()) {
route(SEND_PUSH_NOTIFICATION);


Loading…
Cancel
Save