You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running pjsua for python on Ubuntu 14, to make voip call. On make_call.py and answer_call.py
pjsua_aud.c .Unable to open file for playback: Not found (PJ_ENOTFOUND) [status=70006]
Received Event Type:EVENT_TYPE__ACCOUNT_EVENT -> Event: VOIP_EVENT__ACCOUNT_REGISTERED Params: {'reg_status': 200, 'Success': True}
The text was updated successfully, but these errors were encountered:
This is a common problem. I have not a solution yet, but try to run the system test to diagnose the problem. Look for binary pjsystest-x86_64-unknown-linux-gnu or something like that at pjsip/trunk/pjsip-apps/bin path and try to use option 03. If the same problem appear, you have a problem with your configuration.
Someone have a solution to find and solve the problem?
I am running pjsua for python on Ubuntu 14, to make voip call. On make_call.py and answer_call.py
The text was updated successfully, but these errors were encountered: