From 5e0de685973b2073b0403e5a8b2f17f9d829c58d Mon Sep 17 00:00:00 2001 From: lazedo Date: Wed, 27 Jun 2018 12:56:29 +0100 Subject: [PATCH] set reply route --- kamailio/pusher-role.cfg | 1 + 1 file changed, 1 insertion(+) 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();