Can you do:
  * frame 4
  * list
  * info locals

The code in branch 4.4 for dlg_handlers.c:1350 is:

```
                        LM_WARN("inconsitent dlg timer data on dlg %p [%u:%u] "
                                "with clid '%.*s' and tags '%.*s' '%.*s'\n",
                                dlg, dlg->h_entry, dlg->h_id,
                                dlg->callid.len, dlg->callid.s,
                                dlg->tag[DLG_CALLER_LEG].len, 
dlg->tag[DLG_CALLER_LEG].s,
                                dlg->tag[DLG_CALLEE_LEG].len, 
dlg->tag[DLG_CALLEE_LEG].s);
```

So no strlen() to be used there.

-- 
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/1059#issuecomment-292134653
_______________________________________________
sr-dev mailing list
sr-dev@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to