Re: [sr-dev] [kamailio/kamailio] Cannot use AVPs with t_check_status (#1795)

2019-01-08 Thread Daniel-Constantin Mierla
Closed #1795. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1795#event-2062282400___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] Cannot use AVPs with t_check_status (#1795)

2019-01-08 Thread Henning Westerholt
After the merge of #1796 I think this can be closed? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1795#issuecomment-452437596___

[sr-dev] [kamailio/kamailio] Cannot use AVPs with t_check_status (#1795)

2019-01-08 Thread Hugh Waite
### Description If an AVP containing a regex is passed to the t_check_status function, it does not match. Example: ``` failure_route[DEFAULT] { $avp(FAILURE_CODES) = "5[0-9][0-9]"; xlog("L_WARN", "Status code: $T_reply_code\n"); if ($avp(FAILURE_CODES) != $null) { xlog("L_WARN", "resp