Browse Source

set reply route

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

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

@ -22,6 +22,7 @@ route[PUSHER_ROUTE]
if (t_newtran()) { if (t_newtran()) {
route(SEND_PUSH_NOTIFICATION); route(SEND_PUSH_NOTIFICATION);
remove_hf_re("^X-.*"); remove_hf_re("^X-.*");
t_on_reply("EXTERNAL_REPLY");
t_save_lumps(); t_save_lumps();
ts_store("$(tu{s.tolower})"); ts_store("$(tu{s.tolower})");
t_suspend(); t_suspend();


Loading…
Cancel
Save