gossip
gossip copied to clipboard
when makecall,Disconnected!
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
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.
i just run the demo,when makecall,Disconnected