Hi,
On 07/02/2012 10:29 AM, Barthel Marco (CI/AFU1) wrote:
how do I access the reason phrase of winning reply in
failure_route?
The reply code can be accessed via $T_reply_code. Is there something similar for the
reason phrase?
The tmx module exports $T_rpl(), which you can use like this to access
the reason: $T_rpl($rr)
Andreas