Hi, Gabriel Ortiz Lour wrote: > Hello all, > > I'm begginer on PJSIP and would like to know how to make it quiet, with no > output at all. I have already tried this: > ... The simplest (and I think, the one) solution is to invoke pj_log_set_level(0) somewhere near the start of your code, e.g. just before pjsua_create(). -- Roman Imankulov roman at netangels.ru