Request -> route[RELAY] -> branch_route[MANAGE_BRANCH] ->
route[RTPENGINE_DETECT] -> route[NATMANAGE]
route[RELAY] {
# enable additional event routes for forwarded requests
# - serial forking, RTP relaying handling, a.s.o.
if(is_method("INVITE|BYE|SUBSCRIBE|UPDATE")) {
On 28/11/2016 14:44, Anthony Messina wrote:
> I meant that before 4.4.4, I was building from the 4.4 branch will all
> commits in that branch up until 81df84b . git diff 81df84b 4.4 should
> show the difference, I just can't figure out what part isn't working.
>
>
> I am not using t_suspend()/t_co
I meant that before 4.4.4, I was building from the 4.4 branch will all
commits in that branch up until 81df84b . git diff 81df84b 4.4 should
show the difference, I just can't figure out what part isn't working.
I am not using t_suspend()/t_continue() or other async processing
functions and
The commit 81df84b is related to tls, so there should be no relation
with nat functions.
Are you using t_suspend()/t_continue() or other async processing functions?
Anyhow, whatever changes you want to be specific for each outgoing
request must be done in a branch_route. request_route changes are