-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getting error while creating account "_registration": {"_active": false, "_reason": undefined, "_status": "PJSIP_SC_TRYING", "_statusText": "In Progress"}} #234
Comments
use react native Agora package for calling feature npm i react-native-agora |
Any Update ?? |
@syeda-sumreen-ali have you find out the solution ?? |
Here is the solution for iOS - Update your VialerPJSIP.framework folder located in node_modules/react-native-pjsip/iOS/VialerPJSIP.framework to this If you're targeting android check android installation no need to update anything |
I'm try to connect my react-native application with asterik server using react-native-pjsip but getting error
ERROR
registration": {"active": false, "status": "PJSIP_SC_TRYING", "statusText": "In Progress"}, "transport": "WSS", "uri": "101 sip:101@pbx.trendsjo.com", "username": "101"}, "_registration": {"_active": false, "_reason": undefined, "_status": "PJSIP_SC_TRYING", "_statusText": "In Progress"}}
ANDROID_MANIFEST FILE
### CODE
The text was updated successfully, but these errors were encountered: