VoIPGRID / Vialer-pjsip-iOS

A Vialer specific PJSIP build distributed through cocoapods
GNU General Public License v3.0
72 stars 59 forks source link

Cannot make call on device (simulator ok) #21

Closed rcorrie closed 6 years ago

rcorrie commented 6 years ago

Version

3.1.0

Expected behaviour

pjsua_call_make_call should properly open sound device and place the call

Actual behaviour

pjsua_call_make_call fails with Unable to open sound device: Unknown error 506637 [status=506637] and the call is not made

Stacktrace / Error message

Unable to open sound device: Unknown error 506637 [status=506637]

Other info

This only happens when running on a real device. When testing in the simulator, everything works perfectly.

Before failing, PJSIP tries to open the sound device on various clock rates, and each one fails with AUIOClient_StartIO failed (-66637).

rcorrie commented 6 years ago

Please close, this was an issue with another library that wrapped this one.

fukemy commented 3 years ago

hi, can u provide any example? thanks