We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
17:18:22.194 pjsua_acc.c !....sip:[email protected]:5060: registration success, status=200 (OK), will re-register in 300 seconds 2015-01-29 17:18:22.194 GossipExample[6878:3d07] Gossip: dispatchRegistrationState(0) 2015-01-29 17:18:25.343 GossipExample[6878:60b] Gossip: ringbackWithSoundNamed: /var/mobile/Applications/535D5F3F-C00E-41EA-BFEC-C25266E731D0/GossipExample.app/ringtone.wav 2015-01-29 17:18:25.348 GossipExample[6878:60b] Ready 2015-01-29 17:18:25.356 GossipExample[6878:60b] Ready 2015-01-29 17:18:26.855 GossipExample[6878:60b] Gossip: dispatchCallState(0) 2015-01-29 17:18:27.737 GossipExample[6878:3d07] Gossip: dispatchCallState(0) 2015-01-29 17:18:27.740 GossipExample[6878:60b] Disconnected 2015-01-29 17:18:27.741 GossipExample[6878:60b] Disconnected
The text was updated successfully, but these errors were encountered:
Do you have any sample code? You need to retain the call (i.e. by using a property) when using ARC otherwise the call will be released.
Sorry, something went wrong.
i just run the demo,when makecall,Disconnected
No branches or pull requests
17:18:22.194 pjsua_acc.c !....sip:[email protected]:5060: registration success, status=200 (OK), will re-register in 300 seconds
2015-01-29 17:18:22.194 GossipExample[6878:3d07] Gossip: dispatchRegistrationState(0)
2015-01-29 17:18:25.343 GossipExample[6878:60b] Gossip: ringbackWithSoundNamed: /var/mobile/Applications/535D5F3F-C00E-41EA-BFEC-C25266E731D0/GossipExample.app/ringtone.wav
2015-01-29 17:18:25.348 GossipExample[6878:60b] Ready
2015-01-29 17:18:25.356 GossipExample[6878:60b] Ready
2015-01-29 17:18:26.855 GossipExample[6878:60b] Gossip: dispatchCallState(0)
2015-01-29 17:18:27.737 GossipExample[6878:3d07] Gossip: dispatchCallState(0)
2015-01-29 17:18:27.740 GossipExample[6878:60b] Disconnected
2015-01-29 17:18:27.741 GossipExample[6878:60b] Disconnected
The text was updated successfully, but these errors were encountered: