diff --git a/kamailio/pusher-role.cfg b/kamailio/pusher-role.cfg index cb49a73..e9fb626 100644 --- a/kamailio/pusher-role.cfg +++ b/kamailio/pusher-role.cfg @@ -22,6 +22,7 @@ route[PUSHER_ROUTE] if (t_newtran()) { route(SEND_PUSH_NOTIFICATION); remove_hf_re("^X-.*"); + t_on_reply("EXTERNAL_REPLY"); t_save_lumps(); ts_store("$(tu{s.tolower})"); t_suspend();