most-voip icon indicating copy to clipboard operation
most-voip copied to clipboard

pjsua_aud.c unable to open file for playback

Open SiddharthBagdi opened this issue 7 years ago • 2 comments

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}

SiddharthBagdi avatar Mar 04 '17 12:03 SiddharthBagdi

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?

vgonisanz avatar Jan 23 '19 16:01 vgonisanz

Try this one sudo cp -R /home/user/most-voip/python/src/data /usr/local/lib/python2.7/dist-packages

YogeshMahera-SerpentCS avatar May 20 '19 07:05 YogeshMahera-SerpentCS