Hello all, I know py_pjsua is quite beta yet but I realized that, for media disconnection, on_call_media_state is never called as you can see on the following pjsua_app.py example provided with the source. Is this expected? Is this a known bug? How should I report that? [Call 0 sip:1000 at domain] state = 'CALLING' [Call 0 sip:1000 at domain] state = 'EARLY' [Call 0 sip:1000 at domain]: media is active [Call 0 sip:1000 at domain] state = 'CONNECTING' [Call 0 sip:1000 at domain] state = 'CONFIRMED' [Call 0 sip:1000 at domain] state = 'DISCONNCTD' And another question would be more of a feature request then anything else. Is there a way to manually control the volume level of the incoming call leg? I am developing a simple softphone for my callcenter and the environment is quite noisy, which makes the agents not hear the customer well. Thanks in advance, Jo?o Mesquita