Hi! I'm trying to add pjsip to a QT C++ application. This gives me headaches as I have no clue how to make callbacks in C++. There are lots of different approaches (static member function as wrapper, templates ...). I tried the static member function wrapper with logging callbacks but my application crashes ~50%. I wonder if someone have practical tips for my how to connect pjsip's callbacks to member functions. thanks klaus