Re: [OpenSIPS-Users] pn still problems part 2

2024-03-09 Thread rvg
Adding: event_route[E_UL_CONTACT_REFRESH] {     route(pm_send, $(param(uri){param.value,pn-provider}),    $(param(uri){param.value,pn-prid}),    $(param(uri){param.value,pn-param})); #    $callid; #    $param(callid); } #-- route [pm_send] { #    exec(marg.sh)

[OpenSIPS-Users] pn still problems

2024-03-09 Thread rvg
Hi All, I still have problems with opensips3.4 push notifications: Somehow INVITEs keep looping and get rejected. Code: ... route{ ... if (has_totag()) { ... if (!is_method("ACK"))     async (pn_process_purr("location"), resume_route); ... } ... # do lookup with method filtering #--