Re: [sr-dev] no luck with xflags

2018-03-26 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > I pushed a patch for it -- onreply_route was using the xflags from reply > structure, not from transaction. Thanks, it works now, -- Juha ___ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org https:

Re: [sr-dev] no luck with xflags

2018-03-26 Thread Daniel-Constantin Mierla
I pushed a patch for it -- onreply_route was using the xflags from reply structure, not from transaction. Cheers, Daniel On 25.03.18 10:02, Juha Heinanen wrote: > I tested xflags by making these calls in a route block: > > INFO(** setting flag 19); > setflag(19); > INFO(*

[sr-dev] no luck with xflags

2018-03-25 Thread Juha Heinanen
I tested xflags by making these calls in a route block: INFO(** setting flag 19); setflag(19); INFO(** setting xflag 19); setxflag(19); and these calls in onreply_route block: if (isflagset(19)) INFO(* flag 19 is set); else INFO(***