Here is the output from "event_route[evapi:message-received]"
Aug 30 13:18:49 everest /usr/local/kamailio/sbin/kamailio[3897]: INFO: <script>: Message received in evapi: {"Event":"CGR_AUTH_REPLY","TransactionIndex":39453,"TransactionLabel":1341515504,"MaxSessionTime":60,"Suppliers":"","Error":""} Aug 30 13:18:49 everest /usr/local/kamailio/sbin/kamailio[3897]: INFO: <script>: Event received in evapi: "CGR_AUTH_REPLY" Aug 30 13:19:00 everest /usr/local/kamailio/sbin/kamailio[3891]: ERROR: tmx [t_var.c:521]: pv_get_tm_reply_code(): unsupported route_type 64
Thanks.
well, xlog("$(var(Event){s.rm,"})"); shouldn't have " " unless it's just you logged that this way - so at the end we should have route(CGR_AUTH_REPLY); I don't see any problems in that part of config and don't understand which other parts can generate such messages. According the fact you receive error from tmx module, that may be t_continue("$var(id_index)", "$var(id_label)", "CGRATES_AUTH_REPLY") But I'm not sure, can't say anything bout that, construction looks legitimate
The error message is written because you attempt to print the tm sip reply code in an event_route (where the transaction is not available). Overall it is harmless, the returned value is 0.
In master branch I pushed a patch changing the error level to info for such case.
Cheers, Daniel
On 30/08/15 20:23, Admin wrote:
Here is the output from "event_route[evapi:message-received]"
Aug 30 13:18:49 everest /usr/local/kamailio/sbin/kamailio[3897]: INFO:
<script>: Message received in evapi: {"Event":"CGR_AUTH_REPLY","TransactionIndex":39453,"TransactionLabel":1341515504,"MaxSessionTime":60,"Suppliers":"","Error":""} Aug 30 13:18:49 everest /usr/local/kamailio/sbin/kamailio[3897]: INFO: <script>: Event received in evapi: "CGR_AUTH_REPLY" Aug 30 13:19:00 everest /usr/local/kamailio/sbin/kamailio[3891]: ERROR: tmx [t_var.c:521]: pv_get_tm_reply_code(): unsupported route_type 64 Thanks. _______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users