All, 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?
Mit freundlichen Grüßen / Best regards
Marco Barthel
Robert Bosch GmbH (CI/AFU1) www.bosch.com
Tel. +49 711 811-3602341 marco.barthel@de.bosch.com
Sitz: Stuttgart, Registergericht: Amtsgericht Stuttgart, HRB 14000; Aufsichtsratsvorsitzender: Franz Fehrenbach; Geschäftsführung: Volkmar Denner, Siegfried Dais; Stefan Asenkerschbaumer, Bernd Bohr, Rudolf Colm, Dirk Hoheisel, Christoph Kübel, Uwe Raschke, Wolf-Henning Scheider, Werner Struth, Peter Tyroller
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