Re: [OpenSIPS-Users] onreply_route question

2017-03-08 Thread Răzvan Crainea

Hi, John!

No, you are not doing anything wrong.
In the onreply_route you will see the reply message itself, while in 
failure route you will have the initial request message that eventually 
generated that reply.


Best regards,

Răzvan Crainea
OpenSIPS Solutions
www.opensips-solutions.com

On 03/08/2017 09:23 AM, John Nash wrote:
I am 
using t_on_failure("external_failure");t_on_reply("external_reply"); 
before calling do_routing function. I expected failure replies to go 
to failure_route[external_failure]  only but failure replies also 
going to onreply_route[external_reply] along with 
failure_route[external_failure]


Is there something wrong I am doing?


___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] onreply_route question

2017-03-07 Thread John Nash
I am using t_on_failure("external_failure"); t_on_reply("external_reply");
before calling do_routing function. I expected failure replies to go
to failure_route[external_failure]  only but failure replies also going
to onreply_route[external_reply] along with failure_route[external_failure]

Is there something wrong I am doing?
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users