RTP isn't sent to the negotiated port on RE-Invite

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I'm having a problem with PJSIP 2.9 in an Android.
I've successfully built a SIP client but I'm having an issue when I receive a REINVITE with Replaces headers, where the RTP audio port switches from the initial invite.

I've attached my log file.

This is where I've received the REINVITE:
10:07:43.167           pjsua_core.c  .RX 1293 bytes Request msg INVITE/cseq=1 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
INVITE sip:1012@X.X.X.X:5050;transport=TCP;ob SIP/2.0
From: "martinho2"<sip:1010@DomainXPTO>;tag=5bad1b70-b00000a-fd2-65014-2b863-7865b38a-2b863
(...)
Replaces: f3a2717b-4986-46e7-8a3c-7745f36a6284;to-tag=b003d99b-f717-4d0a-ae50-ad7977bda658;from-tag=5bad10b0-b00000a-fd2-65014-2b863-2cb0c32-2b863
(...)
m=audio 19768 RTP/AVP 111 103 104 9 0 8 106 105 13 110 112 113 126
(...)

In a server side Wireshark I see that my App is sending packets to the port 19714, which is a random port that was never negotiated.
image.png

This doesn' seem to be a NAT problem as normal calls works perfectly.

Can anyone point me in the right direction?

Thanks


Search " 32387 " (3291 hits in 1 file)
  D:\NB15664\Downloads\logs (1).txt (3291 hits)
	Line 38: 05-27 09:43:02.172 32387 32387 I Tracer  : main    SP         | > CollabPhoneService.onCreate()
	Line 39: 05-27 09:43:02.178 32387 32387 I Tracer  : main    SP         |  > CollabPhoneService.getPersistedServiceState()
	Line 40: 05-27 09:43:02.181 32387 32387 I Tracer  : main    SP         |  < = (RUNNING_FORGROUND)
	Line 41: 05-27 09:43:02.181 32387 32387 I Tracer  : main    SP         | <
	Line 42: 05-27 09:43:02.181 32387 32387 D Tracer  : main    SP         | > CollabPhoneService.onBind()()
	Line 43: 05-27 09:43:02.182 32387 32387 I Tracer  : main    SP         |   The service is initStartPhone
	Line 44: 05-27 09:43:02.182 32387 32387 I Tracer  : main    SP         | < = (com.collab.softphone.services.CollabPhoneService$3@c4e1099)
	Line 64: 05-27 09:43:02.230 32387 32400 I Tracer  : Binder:SP         | > CollabPhoneService.initializeSoftphone()
	Line 65: 05-27 09:43:02.230 32387 32400 D Tracer  : Binder:SP         |  > CollabPhoneService.checkIfMainLooper()
	Line 66: 05-27 09:43:02.230 32387 32400 D Tracer  : Binder:SP         |  < = (true)
	Line 67: 05-27 09:43:02.230 32387 32400 I Tracer  : Binder:SP         |  > CollabPhoneService.checkState(NOT_INITIALIZED)
	Line 68: 05-27 09:43:02.232 32387 32400 W Tracer  : Binder:SP         |    The current state is RUNNING_FORGROUND. Expected: NOT_INITIALIZED
	Line 69: 05-27 09:43:02.232 32387 32400 I Tracer  : Binder:SP         |  < = (false)
	Line 70: 05-27 09:43:02.233 32387 32400 W Tracer  : Binder:SP         |   The CollabPhone state is RUNNING_FORGROUND. The initialization will be aborted
	Line 71: 05-27 09:43:02.233 32387 32400 I Tracer  : Binder:SP         | < = (NULL)
	Line 72: 05-27 09:43:02.233 32387 32400 I Tracer  : Binder:SP         | > CollabPhoneService.startPhone()
	Line 73: 05-27 09:43:02.233 32387 32400 I Tracer  : Binder:SP         |  > CollabPhoneService.createSoftphoneInstance()
	Line 74: 05-27 09:43:02.233 32387 32400 D Tracer  : Binder:SP         |   > CollabPhoneService.getPersistedSoftphoneBehaviours()
	Line 75: 05-27 09:43:02.234 32387 32400 D Tracer  : Binder:SP         |   < = (SoftphoneBehavioursConfiguration[maxCalls=2;autoSwitch=true;maxAutoSwitchCalls=2])
	Line 76: 05-27 09:43:02.234 32387 32400 I Tracer  : Binder:SP         |   > CollabPhoneService.getPersitredSipConfigurations()
	Line 77: 05-27 09:43:02.235 32387 32400 D Tracer  : Binder:SP         |   < = (SoftphoneSipConfiguration[proxy=sip:X.X.X.X:5050;transport=tcp])
	Line 79: 05-27 09:43:02.275 32387 32400 I Tracer  : Binder:SP         |   > SoftphoneImpl.ctor()
	Line 80: 05-27 09:43:02.286 32387 32400 I Tracer  : Binder:SP         |    > SoftphoneImpl.init()
	Line 81: 05-27 09:43:02.290 32387 32400 D Tracer  : Binder:SP         |     > Softphone.createLibForEndpoint()
	Line 83: 05-27 09:43:02.295 32387 32400 D Tracer  : Binder:SP         |     < = (true)
	Line 84: 05-27 09:43:02.297 32387 32400 D Tracer  : Binder:SP         |     > Softphone.initLibForEndpoint()
	Line 85: 05-27 09:43:02.297 32387 32400 D Tracer  : Binder:SP         |       Endpoint initializing ...
	Line 86: 05-27 09:43:02.298 32387 32400 I System.out: 09:43:02.297         sip_endpoint.c  .Module "mod-pjsua-log" registered
	Line 87: 05-27 09:43:02.298 32387 32400 I System.out: 09:43:02.298         sip_endpoint.c  .Module "mod-tsx-layer" registered
	Line 88: 05-27 09:43:02.298 32387 32400 I System.out: 09:43:02.298         sip_endpoint.c  .Module "mod-stateful-util" registered
	Line 89: 05-27 09:43:02.298 32387 32400 I System.out: 09:43:02.298         sip_endpoint.c  .Module "mod-ua" registered
	Line 90: 05-27 09:43:02.298 32387 32400 I System.out: 09:43:02.298         sip_endpoint.c  .Module "mod-100rel" registered
	Line 91: 05-27 09:43:02.298 32387 32400 I System.out: 09:43:02.298         sip_endpoint.c  .Module "mod-pjsua" registered
	Line 92: 05-27 09:43:02.298 32387 32400 I System.out: 09:43:02.298         sip_endpoint.c  .Module "mod-invite" registered
	Line 93: 05-27 09:43:02.300 32387 32400 I System.out: 09:43:02.300           opensl_dev.c  ..OpenSL sound library initialized
	Line 94: 05-27 09:43:02.300 32387 32400 I System.out: 09:43:02.300                  pjlib  ..select() I/O Queue created (0x78a5633c28)
	Line 95: 05-27 09:43:02.302 32387 32400 I System.out: 09:43:02.302          speex_codec.c  ..Adjusting quality to 5 for uwb
	Line 96: 05-27 09:43:02.302 32387 32400 I System.out: 09:43:02.302           conference.c  ..Creating conference bridge with 12 ports
	Line 97: 05-27 09:43:02.302 32387 32400 I System.out: 09:43:02.302           Master/sound  ..Using delay buffer with WSOLA.
	Line 98: 05-27 09:43:02.318 32387 32400 I System.out: 09:43:02.318         sip_endpoint.c  .Module "mod-evsub" registered
	Line 99: 05-27 09:43:02.318 32387 32400 I System.out: 09:43:02.318         sip_endpoint.c  .Module "mod-presence" registered
	Line 100: 05-27 09:43:02.318 32387 32400 I System.out: 09:43:02.318                evsub.c  .Event pkg "presence" registered by mod-presence
	Line 101: 05-27 09:43:02.318 32387 32400 I System.out: 09:43:02.318         sip_endpoint.c  .Module "mod-mwi" registered
	Line 102: 05-27 09:43:02.318 32387 32400 I System.out: 09:43:02.318                evsub.c  .Event pkg "message-summary" registered by mod-mwi
	Line 103: 05-27 09:43:02.318 32387 32400 I System.out: 09:43:02.318         sip_endpoint.c  .Module "mod-refer" registered
	Line 104: 05-27 09:43:02.319 32387 32400 I System.out: 09:43:02.319                evsub.c  .Event pkg "refer" registered by mod-refer
	Line 105: 05-27 09:43:02.319 32387 32400 I System.out: 09:43:02.319         sip_endpoint.c  .Module "mod-pjsua-pres" registered
	Line 106: 05-27 09:43:02.319 32387 32400 I System.out: 09:43:02.319         sip_endpoint.c  .Module "mod-pjsua-im" registered
	Line 107: 05-27 09:43:02.319 32387 32400 I System.out: 09:43:02.319         sip_endpoint.c  .Module "mod-pjsua-options" registered
	Line 108: 05-27 09:43:02.319 32387 32400 I System.out: 09:43:02.319           pjsua_core.c  .No SIP worker threads created
	Line 109: 05-27 09:43:02.319 32387 32400 I System.out: 09:43:02.319           pjsua_core.c  .pjsua version 2.8 for Linux-5.11.187.40/aarch64 initialized
	Line 110: 05-27 09:43:02.319 32387 32400 I System.out: 09:43:02.319           pjsua_core.c  .PJSUA state changed: CREATED --> INIT
	Line 111: 05-27 09:43:02.319 32387 32400 D Tracer  : Binder:SP         |      > Softphone.configureCodecPriority()
	Line 112: 05-27 09:43:02.320 32387 32400 I Tracer  : Binder:SP         |        [0/13] speex/16000/1 : 130
	Line 113: 05-27 09:43:02.320 32387 32400 I Tracer  : Binder:SP         |        [1/13] speex/8000/1 : 129
	Line 114: 05-27 09:43:02.321 32387 32400 I Tracer  : Binder:SP         |        [2/13] speex/32000/1 : 128
	Line 115: 05-27 09:43:02.321 32387 32400 I Tracer  : Binder:SP         |        [3/13] iLBC/8000/1 : 128
	Line 116: 05-27 09:43:02.321 32387 32400 I Tracer  : Binder:SP         |        [4/13] GSM/8000/1 : 128
	Line 117: 05-27 09:43:02.321 32387 32400 I Tracer  : Binder:SP         |        [5/13] PCMU/8000/1 : 128
	Line 118: 05-27 09:43:02.321 32387 32400 I Tracer  : Binder:SP         |        [6/13] PCMA/8000/1 : 128
	Line 119: 05-27 09:43:02.322 32387 32400 I Tracer  : Binder:SP         |        [7/13] G722/16000/1 : 128
	Line 120: 05-27 09:43:02.322 32387 32400 I Tracer  : Binder:SP         |        [8/13] G7221/16000/1 : 128
	Line 121: 05-27 09:43:02.322 32387 32400 I Tracer  : Binder:SP         |        [8/13] disabled G7221/16000/1 -> 0
	Line 122: 05-27 09:43:02.322 32387 32400 I Tracer  : Binder:SP         |        [9/13] G7221/16000/1 : 128
	Line 123: 05-27 09:43:02.322 32387 32400 I Tracer  : Binder:SP         |        [9/13] disabled G7221/16000/1 -> 0
	Line 124: 05-27 09:43:02.323 32387 32400 I Tracer  : Binder:SP         |        [10/13] G7221/32000/1 : 128
	Line 125: 05-27 09:43:02.323 32387 32400 I Tracer  : Binder:SP         |        [10/13] disabled G7221/32000/1 -> 0
	Line 126: 05-27 09:43:02.323 32387 32400 I Tracer  : Binder:SP         |        [11/13] G7221/32000/1 : 128
	Line 127: 05-27 09:43:02.323 32387 32400 I Tracer  : Binder:SP         |        [11/13] disabled G7221/32000/1 -> 0
	Line 128: 05-27 09:43:02.323 32387 32400 I Tracer  : Binder:SP         |        [12/13] G7221/32000/1 : 128
	Line 129: 05-27 09:43:02.323 32387 32400 I Tracer  : Binder:SP         |        [12/13] disabled G7221/32000/1 -> 0
	Line 130: 05-27 09:43:02.324 32387 32400 I Tracer  : Binder:SP         |        [13/13] opus/48000/2 : 128
	Line 131: 05-27 09:43:02.324 32387 32400 I Tracer  : Binder:SP         |      <
	Line 132: 05-27 09:43:02.324 32387 32400 D Tracer  : Binder:SP         |       Endpoint initialized
	Line 133: 05-27 09:43:02.324 32387 32400 D Tracer  : Binder:SP         |     < = (true)
	Line 134: 05-27 09:43:02.325 32387 32400 I Tracer  : Binder:SP         |     > PjsuaObjectFactory.createTransport()
	Line 135: 05-27 09:43:02.327 32387 32400 D TcpOptimizer: TcpOptimizer-ON
	Line 137: 05-27 09:43:02.329 32387 32400 I System.out: 09:43:02.329            tcptp:40981  SIP TCP listener ready for incoming connections at 192.168.1.127:40981
	Line 138: 05-27 09:43:02.329 32387 32400 I Tracer  : Binder:SP         |     < = (true)
	Line 139: 05-27 09:43:02.329 32387 32400 D Tracer  : Binder:SP         |     > Softphone.startLibForEndpoint()
	Line 140: 05-27 09:43:02.329 32387 32400 D Tracer  : Binder:SP         |       Endpoint starting ...
	Line 141: 05-27 09:43:02.329 32387 32400 I System.out: 09:43:02.329           pjsua_core.c  PJSUA state changed: INIT --> STARTING
	Line 142: 05-27 09:43:02.329 32387 32400 I System.out: 09:43:02.329         sip_endpoint.c  .Module "mod-unsolicited-mwi" registered
	Line 143: 05-27 09:43:02.329 32387 32400 I System.out: 09:43:02.329           pjsua_core.c  .PJSUA state changed: STARTING --> RUNNING
	Line 144: 05-27 09:43:02.329 32387 32400 D Tracer  : Binder:SP         |       Endpont started
	Line 145: 05-27 09:43:02.329 32387 32400 I Tracer  : Binder:SP         |     < = (true)
	Line 146: 05-27 09:43:02.330 32387 32400 I Tracer  : Binder:SP         |     > PjsuaObjectFactory.createSIPAccount()
	Line 147: 05-27 09:43:02.330 32387 32400 I Tracer  : Binder:SP         |       IdUri : sip:1012@DomainXPTO
	Line 148: 05-27 09:43:02.330 32387 32400 I Tracer  : Binder:SP         |       RegistrarUr: sip:X.X.X.X
	Line 149: 05-27 09:43:02.333 32387 32400 D Tracer  : Binder:SP         |      > PjsuaObjectFactory.setOutboundProxy(sip:X.X.X.X:5050;transport=tcp)
	Line 150: 05-27 09:43:02.333 32387 32400 D Tracer  : Binder:SP         |      <
	Line 151: 05-27 09:43:02.336 32387 32400 I System.out: 09:43:02.336            pjsua_acc.c  Adding account: id=sip:1012@DomainXPTO
	Line 152: 05-27 09:43:02.336 32387 32400 I System.out: 09:43:02.336            pjsua_acc.c  .Account sip:1012@DomainXPTO added with id 0
	Line 153: 05-27 09:43:02.336 32387 32400 I System.out: 09:43:02.336            pjsua_acc.c  .Acc 0: setting registration..
	Line 154: 05-27 09:43:02.337 32387 32400 I System.out: 09:43:02.337       tcpc0x78a5706828  ..TCP client transport created
	Line 155: 05-27 09:43:02.338 32387 32400 I System.out: 09:43:02.338       tcpc0x78a5706828  ..TCP transport 192.168.1.127:57851 is connecting to X.X.X.X:5050...
	Line 156: 05-27 09:43:02.338 32387 32400 I System.out: 09:43:02.338            pjsua_acc.c  ..Contact for acc 0 updated: <sip:1012@192.168.1.127:57851;transport=TCP;ob>;reg-id=1;+sip.instance="<urn:uuid:00000000-0000-0000-0000-0000e922f243>"
	Line 157: 05-27 09:43:02.339 32387 32400 I System.out: 09:43:02.339               endpoint  ..Request msg REGISTER/cseq=45463 (tdta0x78a23510a8) created.
	Line 158: 05-27 09:43:02.339 32387 32400 I System.out: 09:43:02.339        tsx0x78a57018a8  ...Transaction created for Request msg REGISTER/cseq=45464 (tdta0x78a23510a8)
	Line 159: 05-27 09:43:02.339 32387 32400 I System.out: 09:43:02.339        tsx0x78a57018a8  ..Sending Request msg REGISTER/cseq=45464 (tdta0x78a23510a8) in state Null
	Line 160: 05-27 09:43:02.339 32387 32400 I System.out: 09:43:02.339          sip_resolve.c  ...Target 'X.X.X.X:5050' type=TCP resolved to 'X.X.X.X:5050' type=TCP (TCP transport)
	Line 161: 05-27 09:43:02.340 32387 32400 I System.out: 09:43:02.340           pjsua_core.c  ...TX 974 bytes Request msg REGISTER/cseq=45464 (tdta0x78a23510a8) to TCP X.X.X.X:5050:
	Line 162: 05-27 09:43:02.340 32387 32400 I System.out: REGISTER sip:X.X.X.X SIP/2.0
	Line 163: 05-27 09:43:02.340 32387 32400 I System.out: Via: SIP/2.0/TCP 192.168.1.127:57851;rport;branch=z9hG4bKPj28de4e65-d14b-4aaf-af25-3922e527e4a2;alias
	Line 164: 05-27 09:43:02.340 32387 32400 I System.out: Route: <sip:X.X.X.X:5050;transport=tcp;lr>
	Line 165: 05-27 09:43:02.340 32387 32400 I System.out: Max-Forwards: 70
	Line 166: 05-27 09:43:02.340 32387 32400 I System.out: From: <sip:1012@DomainXPTO>;tag=b9c3e2ee-7fa8-4cf8-9e23-fcfe45e3c01b
	Line 167: 05-27 09:43:02.340 32387 32400 I System.out: To: <sip:1012@DomainXPTO>
	Line 168: 05-27 09:43:02.340 32387 32400 I System.out: Call-ID: d91a4ba2-2bc6-4676-b85c-c869c4b47d7c
	Line 169: 05-27 09:43:02.340 32387 32400 I System.out: CSeq: 45464 REGISTER
	Line 170: 05-27 09:43:02.340 32387 32400 I System.out: DeviceToken: cEftnY2bBvQ:APA91bGRQVqPdN36Ru17s64oU_874Z0lWtKhVRNdidPbUStAhiCGPj-ew3XT2PlVs10a_Le3edXs-fObzhemr7NleBGgKBh65-x-AmReWXVj-YHTygegh9M3OoiO55uoicDa0ecvXavs
	Line 171: 05-27 09:43:02.340 32387 32400 I System.out: BundleID: org.pjsip.pjsua2.app
	Line 172: 05-27 09:43:02.340 32387 32400 I System.out: User-Agent: org.pjsip.pjsua2.app Android (FCM) v1.0-cloud_rd -d / flame-29
	Line 173: 05-27 09:43:02.340 32387 32400 I System.out: Supported: outbound, path
	Line 174: 05-27 09:43:02.340 32387 32400 I System.out: Contact: <sip:1012@192.168.1.127:57851;transport=TCP;ob>;reg-id=1;+sip.instance="<urn:uuid:00000000-0000-0000-0000-0000e922f243>"
	Line 175: 05-27 09:43:02.340 32387 32400 I System.out: Expires: 300
	Line 176: 05-27 09:43:02.340 32387 32400 I System.out: Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
	Line 177: 05-27 09:43:02.340 32387 32400 I System.out: Content-Length:  0
	Line 178: 05-27 09:43:02.340 32387 32400 I System.out: 
	Line 179: 05-27 09:43:02.340 32387 32400 I System.out: 
	Line 180: 05-27 09:43:02.340 32387 32400 I System.out: --end msg--
	Line 181: 05-27 09:43:02.340 32387 32400 I System.out: 09:43:02.340        tsx0x78a57018a8  ...State changed from Null to Calling, event=TX_MSG
	Line 182: 05-27 09:43:02.340 32387 32400 I System.out: 09:43:02.340            pjsua_acc.c  ..Acc 0: Registration sent
	Line 183: 05-27 09:43:02.340 32387 32400 I Tracer  : Binder:SP         |     <
	Line 184: 05-27 09:43:02.348 32387 32400 D RingtoneManager: getActualDefaultRingtoneUri  type    :1
	Line 185: 05-27 09:43:02.351 32387 32400 D RingtoneManager: Current soundfile is in internal storage
	Line 186: 05-27 09:43:02.356 32387 32400 I Ringtone: Change URI : content://media/internal/audio/media/69 to content://media/internal/audio/media/69, type : -1
	Line 187: 05-27 09:43:02.358 32387 32400 I MediaPlayer: Need to enable context aware info
	Line 188: 05-27 09:43:02.358 32387 32400 V MediaPlayer-JNI: native_setup
	Line 189: 05-27 09:43:02.358 32387 32400 V MediaPlayerNative: constructor
	Line 192: 05-27 09:43:02.363 32387 32400 V MediaPlayerNative: setListener
	Line 195: 05-27 09:43:02.370 32387 32400 I Ringtone: Internal uri : content://media/internal/audio/media/69
	Line 203: 05-27 09:43:02.432 32387 32400 V MediaPlayer-JNI: setDataSourceFD: fd 64
	Line 204: 05-27 09:43:02.432 32387 32400 V MediaPlayerNative: setDataSource(64, 0, 576460752303423487)
	Line 224: 05-27 09:43:02.447 32387 32400 V MediaPlayer-JNI: setVolume: left 1.000000  right 1.000000
	Line 225: 05-27 09:43:02.447 32387 32400 V MediaPlayerNative: MediaPlayer::setVolume(1.000000, 1.000000)
	Line 228: 05-27 09:43:02.448 32387 32400 V MediaPlayer-JNI: setAuxEffectSendLevel: level 0.000000
	Line 229: 05-27 09:43:02.448 32387 32400 V MediaPlayerNative: MediaPlayer::setAuxEffectSendLevel(0.000000)
	Line 232: 05-27 09:43:02.448 32387 32400 V MediaPlayer-JNI: setParameter: key 1400
	Line 233: 05-27 09:43:02.448 32387 32400 V MediaPlayerNative: MediaPlayer::setParameter(1400)
	Line 236: 05-27 09:43:02.449 32387 32400 V MediaPlayer-JNI: setVolume: left 1.000000  right 1.000000
	Line 237: 05-27 09:43:02.449 32387 32400 V MediaPlayerNative: MediaPlayer::setVolume(1.000000, 1.000000)
	Line 240: 05-27 09:43:02.449 32387 32400 V MediaPlayer-JNI: setLooping: 0
	Line 241: 05-27 09:43:02.449 32387 32400 V MediaPlayerNative: MediaPlayer::setLooping
	Line 243: 05-27 09:43:02.449 32387 32400 V MediaPlayerNative: setVideoSurfaceTexture
	Line 245: 05-27 09:43:02.450 32387 32400 V MediaPlayerNative: prepare
	Line 267: 05-27 09:43:02.478 32387 32401 V MediaPlayerNative: message received msg=200, ext1=10973, ext2=0
	Line 268: 05-27 09:43:02.478 32387 32401 W MediaPlayerNative: info/warning (10973, 0)
	Line 269: 05-27 09:43:02.478 32387 32401 V MediaPlayerNative: callback application
	Line 271: 05-27 09:43:02.479 32387 32401 V MediaPlayerNative: back from callback
	Line 277: 05-27 09:43:02.481 32387 32401 V MediaPlayerNative: message received msg=1, ext1=0, ext2=0
	Line 278: 05-27 09:43:02.481 32387 32401 V MediaPlayerNative: MediaPlayer::notify() prepared
	Line 279: 05-27 09:43:02.481 32387 32401 V MediaPlayerNative: signal application thread
	Line 280: 05-27 09:43:02.481 32387 32401 V MediaPlayerNative: callback application
	Line 281: 05-27 09:43:02.481 32387 32400 V MediaPlayerNative: prepare complete - status=0
	Line 282: 05-27 09:43:02.481 32387 32401 V MediaPlayerNative: back from callback
	Line 283: 05-27 09:43:02.484 32387 32387 V MediaPlayerNative: invoke 68
	Line 287: 05-27 09:43:02.485 32387 32400 V MediaPlayerNative: invoke 68
	Line 291: 05-27 09:43:02.486 32387 32400 D Ringtone: Successfully created local player
	Line 292: 05-27 09:43:02.488 32387 32433 I Tracer  : PjSua-0 SP         | > PjsuaThread.initThread(org.pjsip.pjsua2.Endpoint@91b400c)
	Line 293: 05-27 09:43:02.488 32387 32433 D Tracer  : PjSua-0 SP         |   Thread was registered in pjsua lib!
	Line 294: 05-27 09:43:02.488 32387 32433 I Tracer  : PjSua-0 SP         | <
	Line 295: 05-27 09:43:02.488 32387 32433 I Tracer  : PjSua-0 SP         | > PjsuaThread.startPjsuaThread()
	Line 296: 05-27 09:43:02.489 32387 32433 D Tracer  : PjSua-0 SP         |   Will start Thread main loop!
	Line 297: 05-27 09:43:02.499 32387 32400 D Tracer  : Binder:SP         |      ** Softphone initialized with success **
	Line 298: 05-27 09:43:02.499 32387 32400 I Tracer  : Binder:SP         |    < = (true)
	Line 299: 05-27 09:43:02.499 32387 32400 I Tracer  : Binder:SP         |  < = (com.collab.softphone.logic.Softphone$SoftphoneImpl@3661d55)
	Line 300: 05-27 09:43:02.499 32387 32400 I Tracer  : Binder:SP         |  > CollabPhoneService.changeServiceState(RUNNING_FORGROUND)
	Line 301: 05-27 09:43:02.500 32387 32400 I Tracer  : Binder:SP         |    Change state RUNNING_FORGROUND -> RUNNING_FORGROUND
	Line 302: 05-27 09:43:02.501 32387 32400 I Tracer  : Binder:SP         |  <
	Line 303: 05-27 09:43:02.501 32387 32400 I Tracer  : Binder:SP         | < = (true)
	Line 304: 05-27 09:43:02.501 32387 32400 I Tracer  : Binder:SP         | > CollabPhoneService.initializeSoftphone()
	Line 305: 05-27 09:43:02.501 32387 32400 D Tracer  : Binder:SP         |  > CollabPhoneService.checkIfMainLooper()
	Line 306: 05-27 09:43:02.502 32387 32400 D Tracer  : Binder:SP         |  < = (true)
	Line 307: 05-27 09:43:02.502 32387 32400 I Tracer  : Binder:SP         |  > CollabPhoneService.checkState(NOT_INITIALIZED)
	Line 308: 05-27 09:43:02.502 32387 32400 W Tracer  : Binder:SP         |    The current state is RUNNING_FORGROUND. Expected: NOT_INITIALIZED
	Line 309: 05-27 09:43:02.503 32387 32400 I Tracer  : Binder:SP         |  < = (false)
	Line 310: 05-27 09:43:02.503 32387 32400 W Tracer  : Binder:SP         |   The CollabPhone state is RUNNING_FORGROUND. The initialization will be aborted
	Line 311: 05-27 09:43:02.503 32387 32400 I Tracer  : Binder:SP         | < = (com.collab.softphone.logic.Softphone$SoftphoneImpl@3661d55)
	Line 387: 05-27 09:43:05.550 32387 32433 I System.out: 09:43:05.549       tcpc0x78a5706828 !TCP transport 192.168.1.127:57851 is connected to X.X.X.X:5050
	Line 389: 05-27 09:43:05.742 32387 32433 I System.out: 09:43:05.741         sip_endpoint.c  Processing incoming message: Response msg 401/REGISTER/cseq=45464 (rdata0x78a5706b30)
	Line 390: 05-27 09:43:05.742 32387 32433 I System.out: 09:43:05.742           pjsua_core.c  .RX 680 bytes Response msg 401/REGISTER/cseq=45464 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 391: 05-27 09:43:05.743 32387 32433 I System.out: SIP/2.0 401 Unauthorized
	Line 392: 05-27 09:43:05.743 32387 32433 I System.out: From: <sip:1012@DomainXPTO>;tag=b9c3e2ee-7fa8-4cf8-9e23-fcfe45e3c01b
	Line 393: 05-27 09:43:05.743 32387 32433 I System.out: To: <sip:1012@DomainXPTO>;tag=5bac5f50-b00000a-fd2-65014-2b29e-7c36fe87-2b29e
	Line 394: 05-27 09:43:05.743 32387 32433 I System.out: Call-ID: d91a4ba2-2bc6-4676-b85c-c869c4b47d7c
	Line 395: 05-27 09:43:05.743 32387 32433 I System.out: CSeq: 45464 REGISTER
	Line 396: 05-27 09:43:05.743 32387 32433 I System.out: Contact: <sip:1012@192.168.1.127:57851;transport=TCP;ob>;reg-id=1;+sip.instance="<urn:uuid:00000000-0000-0000-0000-0000e922f243>"
	Line 397: 05-27 09:43:05.743 32387 32433 I System.out: WWW-Authenticate: Digest realm="radvision.com",nonce="925193a918ab411c60d41177208c8510000000005ece277b",algorithm=MD5
	Line 398: 05-27 09:43:05.743 32387 32433 I System.out: Via: SIP/2.0/TCP 192.168.1.127:57851;alias;received=X.X.X.X;rport=5050;branch=z9hG4bKPj28de4e65-d14b-4aaf-af25-3922e527e4a2
	Line 399: 05-27 09:43:05.743 32387 32433 I System.out: Content-Length: 0
	Line 400: 05-27 09:43:05.743 32387 32433 I System.out: 
	Line 401: 05-27 09:43:05.744 32387 32433 I System.out: 
	Line 402: 05-27 09:43:05.744 32387 32433 I System.out: --end msg--
	Line 403: 05-27 09:43:05.744 32387 32433 I System.out: 09:43:05.744        tsx0x78a57018a8  .Incoming Response msg 401/REGISTER/cseq=45464 (rdata0x78a5706b30) in state Calling
	Line 404: 05-27 09:43:05.744 32387 32433 I System.out: 09:43:05.744        tsx0x78a57018a8  ..State changed from Calling to Completed, event=RX_MSG
	Line 405: 05-27 09:43:05.744 32387 32433 I System.out: 09:43:05.744            pjsua_acc.c  ....IP address change detected for account 0 (192.168.1.127:57851 --> X.X.X.X:5050). Updating registration (using method -1)
	Line 406: 05-27 09:43:05.744 32387 32433 I System.out: 09:43:05.744            pjsua_acc.c  ....Contact for acc 0 updated: <sip:1012@X.X.X.X:5050;transport=TCP;ob>;reg-id=1;+sip.instance="<urn:uuid:00000000-0000-0000-0000-0000e922f243>"
	Line 407: 05-27 09:43:05.745 32387 32433 I System.out: 09:43:05.745        tsx0x78a56700a8  ....Transaction created for Request msg REGISTER/cseq=45465 (tdta0x78a23510a8)
	Line 408: 05-27 09:43:05.746 32387 32433 I System.out: 09:43:05.745        tsx0x78a56700a8  ...Sending Request msg REGISTER/cseq=45465 (tdta0x78a23510a8) in state Null
	Line 409: 05-27 09:43:05.746 32387 32433 I System.out: 09:43:05.746               endpoint  ....Request msg REGISTER/cseq=45465 (tdta0x78a23510a8): skipping target resolution because address is already set
	Line 410: 05-27 09:43:05.746 32387 32433 I System.out: 09:43:05.746           pjsua_core.c  ....TX 1181 bytes Request msg REGISTER/cseq=45465 (tdta0x78a23510a8) to TCP X.X.X.X:5050:
	Line 411: 05-27 09:43:05.746 32387 32433 I System.out: REGISTER sip:X.X.X.X SIP/2.0
	Line 412: 05-27 09:43:05.746 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;rport;branch=z9hG4bKPjb2431dc5-ad8a-4584-8799-465f4f650087;alias
	Line 413: 05-27 09:43:05.746 32387 32433 I System.out: Route: <sip:X.X.X.X:5050;transport=tcp;lr>
	Line 414: 05-27 09:43:05.746 32387 32433 I System.out: Max-Forwards: 70
	Line 415: 05-27 09:43:05.746 32387 32433 I System.out: From: <sip:1012@DomainXPTO>;tag=b9c3e2ee-7fa8-4cf8-9e23-fcfe45e3c01b
	Line 416: 05-27 09:43:05.746 32387 32433 I System.out: To: <sip:1012@DomainXPTO>
	Line 417: 05-27 09:43:05.746 32387 32433 I System.out: Call-ID: d91a4ba2-2bc6-4676-b85c-c869c4b47d7c
	Line 418: 05-27 09:43:05.746 32387 32433 I System.out: CSeq: 45465 REGISTER
	Line 419: 05-27 09:43:05.746 32387 32433 I System.out: DeviceToken: cEftnY2bBvQ:APA91bGRQVqPdN36Ru17s64oU_874Z0lWtKhVRNdidPbUStAhiCGPj-ew3XT2PlVs10a_Le3edXs-fObzhemr7NleBGgKBh65-x-AmReWXVj-YHTygegh9M3OoiO55uoicDa0ecvXavs
	Line 420: 05-27 09:43:05.747 32387 32433 I System.out: BundleID: org.pjsip.pjsua2.app
	Line 421: 05-27 09:43:05.747 32387 32433 I System.out: User-Agent: org.pjsip.pjsua2.app Android (FCM) v1.0-cloud_rd -d / flame-29
	Line 422: 05-27 09:43:05.747 32387 32433 I System.out: Supported: outbound, path
	Line 423: 05-27 09:43:05.747 32387 32433 I System.out: Contact: <sip:1012@X.X.X.X:5050;transport=TCP;ob>;reg-id=1;+sip.instance="<urn:uuid:00000000-0000-0000-0000-0000e922f243>"
	Line 424: 05-27 09:43:05.747 32387 32433 I System.out: Expires: 300
	Line 425: 05-27 09:43:05.747 32387 32433 I System.out: Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
	Line 426: 05-27 09:43:05.747 32387 32433 I System.out: Authorization: Digest username="user1012", realm="radvision.com", nonce="925193a918ab411c60d41177208c8510000000005ece277b", uri="sip:X.X.X.X", response="f70bb836839ff66564c9f40141969ceb", algorithm=MD5
	Line 427: 05-27 09:43:05.747 32387 32433 I System.out: Content-Length:  0
	Line 428: 05-27 09:43:05.747 32387 32433 I System.out: 
	Line 429: 05-27 09:43:05.747 32387 32433 I System.out: 
	Line 430: 05-27 09:43:05.747 32387 32433 I System.out: --end msg--
	Line 431: 05-27 09:43:05.747 32387 32433 I System.out: 09:43:05.747        tsx0x78a56700a8  ....State changed from Null to Calling, event=TX_MSG
	Line 432: 05-27 09:43:05.748 32387 32433 I System.out: 09:43:05.748        tsx0x78a57018a8  Timeout timer event
	Line 433: 05-27 09:43:05.748 32387 32433 I System.out: 09:43:05.748        tsx0x78a57018a8  .State changed from Completed to Terminated, event=TIMER
	Line 434: 05-27 09:43:05.748 32387 32433 I System.out: 09:43:05.748        tsx0x78a57018a8  Timeout timer event
	Line 435: 05-27 09:43:05.748 32387 32433 I System.out: 09:43:05.748        tsx0x78a57018a8  .State changed from Terminated to Destroyed, event=TIMER
	Line 436: 05-27 09:43:05.748 32387 32433 I System.out: 09:43:05.748        tsx0x78a57018a8  Transaction destroyed!
	Line 438: 05-27 09:43:05.912 32387 32433 I System.out: 09:43:05.911         sip_endpoint.c  Processing incoming message: Response msg 200/REGISTER/cseq=45465 (rdata0x78a5706b30)
	Line 439: 05-27 09:43:05.912 32387 32433 I System.out: 09:43:05.912           pjsua_core.c  .RX 563 bytes Response msg 200/REGISTER/cseq=45465 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 440: 05-27 09:43:05.912 32387 32433 I System.out: SIP/2.0 200 OK
	Line 441: 05-27 09:43:05.912 32387 32433 I System.out: From: <sip:1012@DomainXPTO>;tag=b9c3e2ee-7fa8-4cf8-9e23-fcfe45e3c01b
	Line 442: 05-27 09:43:05.912 32387 32433 I System.out: To: <sip:1012@DomainXPTO>;tag=5bac64b0-b00000a-fd2-65014-2b29e-12a3332e-2b29e
	Line 443: 05-27 09:43:05.912 32387 32433 I System.out: Call-ID: d91a4ba2-2bc6-4676-b85c-c869c4b47d7c
	Line 444: 05-27 09:43:05.912 32387 32433 I System.out: CSeq: 45465 REGISTER
	Line 445: 05-27 09:43:05.913 32387 32433 I System.out: Contact: <sip:1012@X.X.X.X:5050;transport=TCP;ob>;reg-id=1;+sip.instance="<urn:uuid:00000000-0000-0000-0000-0000e922f243>"
	Line 446: 05-27 09:43:05.913 32387 32433 I System.out: Expires: 300
	Line 447: 05-27 09:43:05.913 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;alias;received=X.X.X.X;rport=5050;branch=z9hG4bKPjb2431dc5-ad8a-4584-8799-465f4f650087
	Line 448: 05-27 09:43:05.913 32387 32433 I System.out: Content-Length: 0
	Line 449: 05-27 09:43:05.913 32387 32433 I System.out: 
	Line 450: 05-27 09:43:05.913 32387 32433 I System.out: 
	Line 451: 05-27 09:43:05.913 32387 32433 I System.out: --end msg--
	Line 452: 05-27 09:43:05.913 32387 32433 I System.out: 09:43:05.913        tsx0x78a56700a8  .Incoming Response msg 200/REGISTER/cseq=45465 (rdata0x78a5706b30) in state Calling
	Line 453: 05-27 09:43:05.913 32387 32433 I System.out: 09:43:05.913        tsx0x78a56700a8  ..State changed from Calling to Completed, event=RX_MSG
	Line 454: 05-27 09:43:05.913 32387 32433 I System.out: 09:43:05.913            pjsua_acc.c  ....SIP outbound status for acc 0 is not active
	Line 455: 05-27 09:43:05.914 32387 32433 I System.out: 09:43:05.913            pjsua_acc.c  ....sip:1012@DomainXPTO: registration success, status=200 (OK), will re-register in 300 seconds
	Line 456: 05-27 09:43:05.916 32387 32433 I Tracer  : PjSua-0 SP         |  > SIPAccount.onRegState()
	Line 457: 05-27 09:43:05.922 32387 32433 I Tracer  : PjSua-0 SP         |    OnRegStateParam:
	Line 458: 05-27 09:43:05.922 32387 32433 I Tracer  : Code: PJSIP_SC_OK
	Line 459: 05-27 09:43:05.922 32387 32433 I Tracer  : Status : 0
	Line 460: 05-27 09:43:05.922 32387 32433 I Tracer  : Expiration: 300
	Line 461: 05-27 09:43:05.922 32387 32433 I Tracer  : Reason : OK
	Line 462: 05-27 09:43:05.923 32387 32433 I Tracer  : PjSua-0 SP         |   > SIPAccount.onRegState true()
	Line 463: 05-27 09:43:05.923 32387 32433 I Tracer  : PjSua-0 SP         |    > SIPAccount.onReceiveRegister()
	Line 464: 05-27 09:43:05.924 32387 32433 I Tracer  : PjSua-0 SP         |      IsRegistered: false
	Line 465: 05-27 09:43:05.925 32387 32433 D Tracer  : PjSua-0 SP         |      Change state to registered
	Line 466: 05-27 09:43:05.925 32387 32433 I Tracer  : PjSua-0 SP         |    <
	Line 467: 05-27 09:43:05.925 32387 32433 I Tracer  : PjSua-0 SP         |    > SIPAccount.notifyObserverAccounRegister()
	Line 468: 05-27 09:43:05.928 32387 32433 I Tracer  : PjSua-0 SP         |    <
	Line 469: 05-27 09:43:05.929 32387 32433 I Tracer  : PjSua-0 SP         |   <
	Line 470: 05-27 09:43:05.929 32387 32433 I System.out: 09:43:05.929        tsx0x78a56700a8  Timeout timer event
	Line 471: 05-27 09:43:05.929 32387 32433 I System.out: 09:43:05.929        tsx0x78a56700a8  .State changed from Completed to Terminated, event=TIMER
	Line 472: 05-27 09:43:05.932 32387 32433 I System.out: 09:43:05.931        tsx0x78a56700a8  Timeout timer event
	Line 473: 05-27 09:43:05.932 32387 32433 I System.out: 09:43:05.932        tsx0x78a56700a8  .State changed from Terminated to Destroyed, event=TIMER
	Line 474: 05-27 09:43:05.933 32387 32433 I System.out: 09:43:05.932       tdta0x78a23510a8  ..Destroying txdata Request msg REGISTER/cseq=45465 (tdta0x78a23510a8)
	Line 475: 05-27 09:43:05.933 32387 32433 I System.out: 09:43:05.933        tsx0x78a56700a8  Transaction destroyed!
	Line 1484: 05-27 09:44:36.553 32387 32433 I System.out: 09:44:36.553       tcpc0x78a5706828  Sending 4 byte(s) keep-alive to X.X.X.X:5050
	Line 1965: 05-27 09:46:06.556 32387 32433 I System.out: 09:46:06.555       tcpc0x78a5706828  Sending 4 byte(s) keep-alive to X.X.X.X:5050
	Line 2573: 05-27 09:47:36.557 32387 32433 I System.out: 09:47:36.557       tcpc0x78a5706828  Sending 4 byte(s) keep-alive to X.X.X.X:5050
	Line 2703: 05-27 09:48:00.916 32387 32433 I System.out: 09:48:00.916               endpoint  Request msg REGISTER/cseq=45465 (tdta0x78a23510a8) created.
	Line 2704: 05-27 09:48:00.918 32387 32433 I System.out: 09:48:00.918        tsx0x78a56700a8  .Transaction created for Request msg REGISTER/cseq=45466 (tdta0x78a23510a8)
	Line 2705: 05-27 09:48:00.919 32387 32433 I System.out: 09:48:00.919        tsx0x78a56700a8  Sending Request msg REGISTER/cseq=45466 (tdta0x78a23510a8) in state Null
	Line 2706: 05-27 09:48:00.919 32387 32433 I System.out: 09:48:00.919          sip_resolve.c  .Target 'X.X.X.X:5050' type=TCP resolved to 'X.X.X.X:5050' type=TCP (TCP transport)
	Line 2707: 05-27 09:48:00.920 32387 32433 I System.out: 09:48:00.919           pjsua_core.c  .TX 972 bytes Request msg REGISTER/cseq=45466 (tdta0x78a23510a8) to TCP X.X.X.X:5050:
	Line 2708: 05-27 09:48:00.920 32387 32433 I System.out: REGISTER sip:X.X.X.X SIP/2.0
	Line 2709: 05-27 09:48:00.920 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;rport;branch=z9hG4bKPje11bea40-b810-466c-84a4-e3adc588ad4f;alias
	Line 2710: 05-27 09:48:00.920 32387 32433 I System.out: Route: <sip:X.X.X.X:5050;transport=tcp;lr>
	Line 2711: 05-27 09:48:00.920 32387 32433 I System.out: Max-Forwards: 70
	Line 2712: 05-27 09:48:00.920 32387 32433 I System.out: From: <sip:1012@DomainXPTO>;tag=ea0ec57b-b8e6-426c-a5d2-55b8ccbc3628
	Line 2713: 05-27 09:48:00.921 32387 32433 I System.out: To: <sip:1012@DomainXPTO>
	Line 2714: 05-27 09:48:00.921 32387 32433 I System.out: Call-ID: d91a4ba2-2bc6-4676-b85c-c869c4b47d7c
	Line 2715: 05-27 09:48:00.921 32387 32433 I System.out: CSeq: 45466 REGISTER
	Line 2716: 05-27 09:48:00.921 32387 32433 I System.out: DeviceToken: cEftnY2bBvQ:APA91bGRQVqPdN36Ru17s64oU_874Z0lWtKhVRNdidPbUStAhiCGPj-ew3XT2PlVs10a_Le3edXs-fObzhemr7NleBGgKBh65-x-AmReWXVj-YHTygegh9M3OoiO55uoicDa0ecvXavs
	Line 2717: 05-27 09:48:00.921 32387 32433 I System.out: BundleID: org.pjsip.pjsua2.app
	Line 2718: 05-27 09:48:00.921 32387 32433 I System.out: User-Agent: org.pjsip.pjsua2.app Android (FCM) v1.0-cloud_rd -d / flame-29
	Line 2719: 05-27 09:48:00.921 32387 32433 I System.out: Supported: outbound, path
	Line 2720: 05-27 09:48:00.921 32387 32433 I System.out: Contact: <sip:1012@X.X.X.X:5050;transport=TCP;ob>;reg-id=1;+sip.instance="<urn:uuid:00000000-0000-0000-0000-0000e922f243>"
	Line 2721: 05-27 09:48:00.922 32387 32433 I System.out: Expires: 300
	Line 2722: 05-27 09:48:00.922 32387 32433 I System.out: Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
	Line 2723: 05-27 09:48:00.922 32387 32433 I System.out: Content-Length:  0
	Line 2724: 05-27 09:48:00.922 32387 32433 I System.out: 
	Line 2725: 05-27 09:48:00.922 32387 32433 I System.out: 
	Line 2726: 05-27 09:48:00.922 32387 32433 I System.out: --end msg--
	Line 2728: 05-27 09:48:00.925 32387 32433 I System.out: 09:48:00.923        tsx0x78a56700a8  .State changed from Null to Calling, event=TX_MSG
	Line 2935: 05-27 09:48:32.923 32387 32433 I System.out: 09:48:32.923        tsx0x78a56700a8  Timeout timer event
	Line 2936: 05-27 09:48:32.924 32387 32433 I System.out: 09:48:32.924        tsx0x78a56700a8  .State changed from Calling to Terminated, event=TIMER
	Line 2937: 05-27 09:48:32.924 32387 32433 I System.out: 09:48:32.924            pjsua_acc.c  ...SIP registration failed, status=408 (Request Timeout)
	Line 2938: 05-27 09:48:32.925 32387 32433 I System.out: 09:48:32.924            pjsua_acc.c  ...Scheduling re-registration retry for acc 0 in 4 seconds..
	Line 2939: 05-27 09:48:32.926 32387 32433 I Tracer  : PjSua-0 SP         |   > SIPAccount.onRegState()
	Line 2940: 05-27 09:48:32.928 32387 32433 I Tracer  : PjSua-0 SP         |     OnRegStateParam:
	Line 2941: 05-27 09:48:32.928 32387 32433 I Tracer  : Code: PJSIP_SC_REQUEST_TIMEOUT
	Line 2942: 05-27 09:48:32.928 32387 32433 I Tracer  : Status : 0
	Line 2943: 05-27 09:48:32.928 32387 32433 I Tracer  : Expiration: 300
	Line 2944: 05-27 09:48:32.928 32387 32433 I Tracer  : Reason : Request Timeout
	Line 2945: 05-27 09:48:32.929 32387 32433 I Tracer  : PjSua-0 SP         |    > SIPAccount.onRegState true()
	Line 2946: 05-27 09:48:32.930 32387 32433 I Tracer  : PjSua-0 SP         |     > SIPAccount.notifyObserverAccounRegister()
	Line 2947: 05-27 09:48:32.940 32387 32433 I Tracer  : PjSua-0 SP         |     <
	Line 2948: 05-27 09:48:32.940 32387 32433 I Tracer  : PjSua-0 SP         |    <
	Line 2949: 05-27 09:48:32.952 32387 32433 I System.out: 09:48:32.951        tsx0x78a56700a8  Timeout timer event
	Line 2950: 05-27 09:48:32.952 32387 32433 I System.out: 09:48:32.952        tsx0x78a56700a8  .State changed from Terminated to Destroyed, event=TIMER
	Line 2951: 05-27 09:48:32.953 32387 32433 I System.out: 09:48:32.953       tdta0x78a23510a8  ..Destroying txdata Request msg REGISTER/cseq=45466 (tdta0x78a23510a8)
	Line 2952: 05-27 09:48:32.953 32387 32433 I System.out: 09:48:32.953        tsx0x78a56700a8  Transaction destroyed!
	Line 2975: 05-27 09:48:37.409 32387 32433 I System.out: 09:48:37.409            pjsua_acc.c  Acc 0: setting registration..
	Line 2976: 05-27 09:48:37.416 32387 32433 I System.out: 09:48:37.415            pjsua_acc.c  .Contact for acc 0 updated: <sip:1012@192.168.1.127:57851;transport=TCP;ob>;reg-id=1;+sip.instance="<urn:uuid:00000000-0000-0000-0000-0000e922f243>"
	Line 2977: 05-27 09:48:37.419 32387 32433 I System.out: 09:48:37.418               endpoint  .Request msg REGISTER/cseq=64437 (tdta0x78a23510a8) created.
	Line 2978: 05-27 09:48:37.420 32387 32433 I System.out: 09:48:37.420        tsx0x78a56700a8  ..Transaction created for Request msg REGISTER/cseq=64438 (tdta0x78a23510a8)
	Line 2979: 05-27 09:48:37.421 32387 32433 I System.out: 09:48:37.420        tsx0x78a56700a8  .Sending Request msg REGISTER/cseq=64438 (tdta0x78a23510a8) in state Null
	Line 2980: 05-27 09:48:37.421 32387 32433 I System.out: 09:48:37.421          sip_resolve.c  ..Target 'X.X.X.X:5050' type=TCP resolved to 'X.X.X.X:5050' type=TCP (TCP transport)
	Line 2981: 05-27 09:48:37.421 32387 32433 I System.out: 09:48:37.421           pjsua_core.c  ..TX 973 bytes Request msg REGISTER/cseq=64438 (tdta0x78a23510a8) to TCP X.X.X.X:5050:
	Line 2982: 05-27 09:48:37.422 32387 32433 I System.out: REGISTER sip:X.X.X.X SIP/2.0
	Line 2983: 05-27 09:48:37.422 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;rport;branch=z9hG4bKPja88fe48e-49b4-48f6-b622-2d43c3197da3;alias
	Line 2984: 05-27 09:48:37.422 32387 32433 I System.out: Route: <sip:X.X.X.X:5050;transport=tcp;lr>
	Line 2985: 05-27 09:48:37.423 32387 32433 I System.out: Max-Forwards: 70
	Line 2986: 05-27 09:48:37.423 32387 32433 I System.out: From: <sip:1012@DomainXPTO>;tag=1ba8a5f5-6170-4cbc-b92c-7be911bea744
	Line 2987: 05-27 09:48:37.423 32387 32433 I System.out: To: <sip:1012@DomainXPTO>
	Line 2988: 05-27 09:48:37.424 32387 32433 I System.out: Call-ID: d9194795-1987-444e-8965-f910b956317c
	Line 2989: 05-27 09:48:37.424 32387 32433 I System.out: CSeq: 64438 REGISTER
	Line 2990: 05-27 09:48:37.424 32387 32433 I System.out: DeviceToken: cEftnY2bBvQ:APA91bGRQVqPdN36Ru17s64oU_874Z0lWtKhVRNdidPbUStAhiCGPj-ew3XT2PlVs10a_Le3edXs-fObzhemr7NleBGgKBh65-x-AmReWXVj-YHTygegh9M3OoiO55uoicDa0ecvXavs
	Line 2991: 05-27 09:48:37.424 32387 32433 I System.out: BundleID: org.pjsip.pjsua2.app
	Line 2992: 05-27 09:48:37.424 32387 32433 I System.out: User-Agent: org.pjsip.pjsua2.app Android (FCM) v1.0-cloud_rd -d / flame-29
	Line 2993: 05-27 09:48:37.424 32387 32433 I System.out: Supported: outbound, path
	Line 2994: 05-27 09:48:37.424 32387 32433 I System.out: Contact: <sip:1012@192.168.1.127:57851;transport=TCP;ob>;reg-id=1;+sip.instance="<urn:uuid:00000000-0000-0000-0000-0000e922f243>"
	Line 2995: 05-27 09:48:37.424 32387 32433 I System.out: Expires: 300
	Line 2996: 05-27 09:48:37.424 32387 32433 I System.out: Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
	Line 2997: 05-27 09:48:37.425 32387 32433 I System.out: Content-Length:  0
	Line 2998: 05-27 09:48:37.425 32387 32433 I System.out: 
	Line 2999: 05-27 09:48:37.425 32387 32433 I System.out: 
	Line 3000: 05-27 09:48:37.425 32387 32433 I System.out: --end msg--
	Line 3001: 05-27 09:48:37.426 32387 32433 I System.out: 09:48:37.425        tsx0x78a56700a8  ..State changed from Null to Calling, event=TX_MSG
	Line 3002: 05-27 09:48:37.426 32387 32433 I System.out: 09:48:37.426            pjsua_acc.c  .Acc 0: Registration sent
	Line 3182: 05-27 09:49:06.559 32387 32433 I System.out: 09:49:06.559       tcpc0x78a5706828  Sending 4 byte(s) keep-alive to X.X.X.X:5050
	Line 3209: 05-27 09:49:09.426 32387 32433 I System.out: 09:49:09.426        tsx0x78a56700a8  Timeout timer event
	Line 3210: 05-27 09:49:09.427 32387 32433 I System.out: 09:49:09.426        tsx0x78a56700a8  .State changed from Calling to Terminated, event=TIMER
	Line 3211: 05-27 09:49:09.427 32387 32433 I System.out: 09:49:09.427            pjsua_acc.c  ...SIP registration failed, status=408 (Request Timeout)
	Line 3212: 05-27 09:49:09.427 32387 32433 I System.out: 09:49:09.427            pjsua_acc.c  ...Scheduling re-registration retry for acc 0 in 294 seconds..
	Line 3213: 05-27 09:49:09.428 32387 32433 I Tracer  : PjSua-0 SP         |    > SIPAccount.onRegState()
	Line 3214: 05-27 09:49:09.428 32387 32433 I Tracer  : PjSua-0 SP         |      OnRegStateParam:
	Line 3215: 05-27 09:49:09.428 32387 32433 I Tracer  : Code: PJSIP_SC_REQUEST_TIMEOUT
	Line 3216: 05-27 09:49:09.428 32387 32433 I Tracer  : Status : 0
	Line 3217: 05-27 09:49:09.428 32387 32433 I Tracer  : Expiration: 300
	Line 3218: 05-27 09:49:09.428 32387 32433 I Tracer  : Reason : Request Timeout
	Line 3219: 05-27 09:49:09.429 32387 32433 I Tracer  : PjSua-0 SP         |     > SIPAccount.onRegState true()
	Line 3220: 05-27 09:49:09.429 32387 32433 I Tracer  : PjSua-0 SP         |      > SIPAccount.notifyObserverAccounRegister()
	Line 3221: 05-27 09:49:09.432 32387 32433 I Tracer  : PjSua-0 SP         |      <
	Line 3222: 05-27 09:49:09.432 32387 32433 I Tracer  : PjSua-0 SP         |     <
	Line 3223: 05-27 09:49:09.439 32387 32433 I System.out: 09:49:09.438        tsx0x78a56700a8  Timeout timer event
	Line 3224: 05-27 09:49:09.439 32387 32433 I System.out: 09:49:09.439        tsx0x78a56700a8  .State changed from Terminated to Destroyed, event=TIMER
	Line 3225: 05-27 09:49:09.439 32387 32433 I System.out: 09:49:09.439       tdta0x78a23510a8  ..Destroying txdata Request msg REGISTER/cseq=64438 (tdta0x78a23510a8)
	Line 3226: 05-27 09:49:09.439 32387 32433 I System.out: 09:49:09.439        tsx0x78a56700a8  Transaction destroyed!
	Line 3406: 05-27 09:49:42.441 32387 32433 I System.out: 09:49:42.441       tcpc0x78a5706828  TCP transport destroyed normally
	Line 6568: 05-27 09:54:04.338 32387 32433 I System.out: 09:54:04.338            pjsua_acc.c  Acc 0: setting registration..
	Line 6569: 05-27 09:54:04.339 32387 32433 I System.out: 09:54:04.339       tcpc0x78a5706828  .TCP client transport created
	Line 6570: 05-27 09:54:04.340 32387 32433 I System.out: 09:54:04.340       tcpc0x78a5706828  .TCP transport 192.168.1.127:43705 is connecting to X.X.X.X:5050...
	Line 6571: 05-27 09:54:04.340 32387 32433 I System.out: 09:54:04.340            pjsua_acc.c  .Contact for acc 0 updated: <sip:1012@192.168.1.127:43705;transport=TCP;ob>;reg-id=1;+sip.instance="<urn:uuid:00000000-0000-0000-0000-0000e922f243>"
	Line 6572: 05-27 09:54:04.343 32387 32433 I System.out: 09:54:04.343               endpoint  .Request msg REGISTER/cseq=47509 (tdta0x78a56640a8) created.
	Line 6573: 05-27 09:54:04.343 32387 32433 I System.out: 09:54:04.343        tsx0x78a56700a8  ..Transaction created for Request msg REGISTER/cseq=47510 (tdta0x78a56640a8)
	Line 6574: 05-27 09:54:04.343 32387 32433 I System.out: 09:54:04.343        tsx0x78a56700a8  .Sending Request msg REGISTER/cseq=47510 (tdta0x78a56640a8) in state Null
	Line 6575: 05-27 09:54:04.344 32387 32433 I System.out: 09:54:04.344          sip_resolve.c  ..Target 'X.X.X.X:5050' type=TCP resolved to 'X.X.X.X:5050' type=TCP (TCP transport)
	Line 6576: 05-27 09:54:04.344 32387 32433 I System.out: 09:54:04.344           pjsua_core.c  ..TX 973 bytes Request msg REGISTER/cseq=47510 (tdta0x78a56640a8) to TCP X.X.X.X:5050:
	Line 6577: 05-27 09:54:04.344 32387 32433 I System.out: REGISTER sip:X.X.X.X SIP/2.0
	Line 6578: 05-27 09:54:04.344 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;rport;branch=z9hG4bKPjd2a3b4fd-beca-4384-a319-3062e96331da;alias
	Line 6579: 05-27 09:54:04.344 32387 32433 I System.out: Route: <sip:X.X.X.X:5050;transport=tcp;lr>
	Line 6580: 05-27 09:54:04.344 32387 32433 I System.out: Max-Forwards: 70
	Line 6581: 05-27 09:54:04.344 32387 32433 I System.out: From: <sip:1012@DomainXPTO>;tag=d9acdeab-49f8-45ab-98a8-f533eab98acd
	Line 6582: 05-27 09:54:04.344 32387 32433 I System.out: To: <sip:1012@DomainXPTO>
	Line 6583: 05-27 09:54:04.344 32387 32433 I System.out: Call-ID: 52afa4e0-546c-4edb-838c-684d859119f3
	Line 6584: 05-27 09:54:04.344 32387 32433 I System.out: CSeq: 47510 REGISTER
	Line 6585: 05-27 09:54:04.344 32387 32433 I System.out: DeviceToken: cEftnY2bBvQ:APA91bGRQVqPdN36Ru17s64oU_874Z0lWtKhVRNdidPbUStAhiCGPj-ew3XT2PlVs10a_Le3edXs-fObzhemr7NleBGgKBh65-x-AmReWXVj-YHTygegh9M3OoiO55uoicDa0ecvXavs
	Line 6586: 05-27 09:54:04.344 32387 32433 I System.out: BundleID: org.pjsip.pjsua2.app
	Line 6587: 05-27 09:54:04.344 32387 32433 I System.out: User-Agent: org.pjsip.pjsua2.app Android (FCM) v1.0-cloud_rd -d / flame-29
	Line 6588: 05-27 09:54:04.344 32387 32433 I System.out: Supported: outbound, path
	Line 6589: 05-27 09:54:04.344 32387 32433 I System.out: Contact: <sip:1012@192.168.1.127:43705;transport=TCP;ob>;reg-id=1;+sip.instance="<urn:uuid:00000000-0000-0000-0000-0000e922f243>"
	Line 6590: 05-27 09:54:04.344 32387 32433 I System.out: Expires: 300
	Line 6591: 05-27 09:54:04.344 32387 32433 I System.out: Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
	Line 6592: 05-27 09:54:04.344 32387 32433 I System.out: Content-Length:  0
	Line 6593: 05-27 09:54:04.344 32387 32433 I System.out: 
	Line 6594: 05-27 09:54:04.344 32387 32433 I System.out: 
	Line 6595: 05-27 09:54:04.344 32387 32433 I System.out: --end msg--
	Line 6596: 05-27 09:54:04.344 32387 32433 I System.out: 09:54:04.344        tsx0x78a56700a8  ..State changed from Null to Calling, event=TX_MSG
	Line 6597: 05-27 09:54:04.344 32387 32433 I System.out: 09:54:04.344            pjsua_acc.c  .Acc 0: Registration sent
	Line 6609: 05-27 09:54:04.434 32387 32433 I System.out: 09:54:04.434       tcpc0x78a5706828  TCP transport 192.168.1.127:43705 is connected to X.X.X.X:5050
	Line 6636: 05-27 09:54:04.550 32387 32433 I System.out: 09:54:04.550         sip_endpoint.c  Processing incoming message: Response msg 401/REGISTER/cseq=47510 (rdata0x78a5706b30)
	Line 6637: 05-27 09:54:04.550 32387 32433 I System.out: 09:54:04.550           pjsua_core.c  .RX 679 bytes Response msg 401/REGISTER/cseq=47510 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 6638: 05-27 09:54:04.550 32387 32433 I System.out: SIP/2.0 401 Unauthorized
	Line 6639: 05-27 09:54:04.550 32387 32433 I System.out: From: <sip:1012@DomainXPTO>;tag=d9acdeab-49f8-45ab-98a8-f533eab98acd
	Line 6640: 05-27 09:54:04.550 32387 32433 I System.out: To: <sip:1012@DomainXPTO>;tag=5bac6a10-b00000a-fd2-65014-2b531-49f83b5b-2b531
	Line 6641: 05-27 09:54:04.550 32387 32433 I System.out: Call-ID: 52afa4e0-546c-4edb-838c-684d859119f3
	Line 6642: 05-27 09:54:04.550 32387 32433 I System.out: CSeq: 47510 REGISTER
	Line 6643: 05-27 09:54:04.550 32387 32433 I System.out: Contact: <sip:1012@192.168.1.127:43705;transport=TCP;ob>;reg-id=1;+sip.instance="<urn:uuid:00000000-0000-0000-0000-0000e922f243>"
	Line 6644: 05-27 09:54:04.550 32387 32433 I System.out: WWW-Authenticate: Digest realm="radvision.com",nonce="7a792f24c239ad6c8ff89b7b5cd6359a000000005ece2a0d",algorithm=MD5
	Line 6645: 05-27 09:54:04.551 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;alias;received=X.X.X.X;rport=5050;branch=z9hG4bKPjd2a3b4fd-beca-4384-a319-3062e96331da
	Line 6646: 05-27 09:54:04.551 32387 32433 I System.out: Content-Length: 0
	Line 6647: 05-27 09:54:04.551 32387 32433 I System.out: 
	Line 6648: 05-27 09:54:04.551 32387 32433 I System.out: 
	Line 6649: 05-27 09:54:04.551 32387 32433 I System.out: --end msg--
	Line 6650: 05-27 09:54:04.551 32387 32433 I System.out: 09:54:04.551        tsx0x78a56700a8  .Incoming Response msg 401/REGISTER/cseq=47510 (rdata0x78a5706b30) in state Calling
	Line 6651: 05-27 09:54:04.551 32387 32433 I System.out: 09:54:04.551        tsx0x78a56700a8  ..State changed from Calling to Completed, event=RX_MSG
	Line 6652: 05-27 09:54:04.551 32387 32433 I System.out: 09:54:04.551            pjsua_acc.c  ....IP address change detected for account 0 (192.168.1.127:43705 --> X.X.X.X:5050). Updating registration (using method -1)
	Line 6653: 05-27 09:54:04.551 32387 32433 I System.out: 09:54:04.551            pjsua_acc.c  ....Contact for acc 0 updated: <sip:1012@X.X.X.X:5050;transport=TCP;ob>;reg-id=1;+sip.instance="<urn:uuid:00000000-0000-0000-0000-0000e922f243>"
	Line 6654: 05-27 09:54:04.551 32387 32433 I System.out: 09:54:04.551        tsx0x78a57018a8  ....Transaction created for Request msg REGISTER/cseq=47511 (tdta0x78a56640a8)
	Line 6655: 05-27 09:54:04.551 32387 32433 I System.out: 09:54:04.551        tsx0x78a57018a8  ...Sending Request msg REGISTER/cseq=47511 (tdta0x78a56640a8) in state Null
	Line 6656: 05-27 09:54:04.551 32387 32433 I System.out: 09:54:04.551               endpoint  ....Request msg REGISTER/cseq=47511 (tdta0x78a56640a8): skipping target resolution because address is already set
	Line 6657: 05-27 09:54:04.552 32387 32433 I System.out: 09:54:04.551           pjsua_core.c  ....TX 1181 bytes Request msg REGISTER/cseq=47511 (tdta0x78a56640a8) to TCP X.X.X.X:5050:
	Line 6658: 05-27 09:54:04.552 32387 32433 I System.out: REGISTER sip:X.X.X.X SIP/2.0
	Line 6659: 05-27 09:54:04.552 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;rport;branch=z9hG4bKPj7a933902-c497-47d9-ae77-e8d79d246393;alias
	Line 6660: 05-27 09:54:04.552 32387 32433 I System.out: Route: <sip:X.X.X.X:5050;transport=tcp;lr>
	Line 6661: 05-27 09:54:04.552 32387 32433 I System.out: Max-Forwards: 70
	Line 6662: 05-27 09:54:04.552 32387 32433 I System.out: From: <sip:1012@DomainXPTO>;tag=d9acdeab-49f8-45ab-98a8-f533eab98acd
	Line 6663: 05-27 09:54:04.552 32387 32433 I System.out: To: <sip:1012@DomainXPTO>
	Line 6664: 05-27 09:54:04.552 32387 32433 I System.out: Call-ID: 52afa4e0-546c-4edb-838c-684d859119f3
	Line 6665: 05-27 09:54:04.552 32387 32433 I System.out: CSeq: 47511 REGISTER
	Line 6666: 05-27 09:54:04.552 32387 32433 I System.out: DeviceToken: cEftnY2bBvQ:APA91bGRQVqPdN36Ru17s64oU_874Z0lWtKhVRNdidPbUStAhiCGPj-ew3XT2PlVs10a_Le3edXs-fObzhemr7NleBGgKBh65-x-AmReWXVj-YHTygegh9M3OoiO55uoicDa0ecvXavs
	Line 6667: 05-27 09:54:04.552 32387 32433 I System.out: BundleID: org.pjsip.pjsua2.app
	Line 6668: 05-27 09:54:04.552 32387 32433 I System.out: User-Agent: org.pjsip.pjsua2.app Android (FCM) v1.0-cloud_rd -d / flame-29
	Line 6669: 05-27 09:54:04.552 32387 32433 I System.out: Supported: outbound, path
	Line 6670: 05-27 09:54:04.552 32387 32433 I System.out: Contact: <sip:1012@X.X.X.X:5050;transport=TCP;ob>;reg-id=1;+sip.instance="<urn:uuid:00000000-0000-0000-0000-0000e922f243>"
	Line 6671: 05-27 09:54:04.552 32387 32433 I System.out: Expires: 300
	Line 6672: 05-27 09:54:04.552 32387 32433 I System.out: Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
	Line 6673: 05-27 09:54:04.552 32387 32433 I System.out: Authorization: Digest username="user1012", realm="radvision.com", nonce="7a792f24c239ad6c8ff89b7b5cd6359a000000005ece2a0d", uri="sip:X.X.X.X", response="7e48c0d9c736b37b0e60bb2017322ef3", algorithm=MD5
	Line 6674: 05-27 09:54:04.552 32387 32433 I System.out: Content-Length:  0
	Line 6675: 05-27 09:54:04.552 32387 32433 I System.out: 
	Line 6676: 05-27 09:54:04.552 32387 32433 I System.out: 
	Line 6677: 05-27 09:54:04.552 32387 32433 I System.out: --end msg--
	Line 6678: 05-27 09:54:04.552 32387 32433 I System.out: 09:54:04.552        tsx0x78a57018a8  ....State changed from Null to Calling, event=TX_MSG
	Line 6679: 05-27 09:54:04.552 32387 32433 I System.out: 09:54:04.552        tsx0x78a56700a8  Timeout timer event
	Line 6680: 05-27 09:54:04.552 32387 32433 I System.out: 09:54:04.552        tsx0x78a56700a8  .State changed from Completed to Terminated, event=TIMER
	Line 6681: 05-27 09:54:04.552 32387 32433 I System.out: 09:54:04.552        tsx0x78a56700a8  Timeout timer event
	Line 6682: 05-27 09:54:04.552 32387 32433 I System.out: 09:54:04.552        tsx0x78a56700a8  .State changed from Terminated to Destroyed, event=TIMER
	Line 6683: 05-27 09:54:04.552 32387 32433 I System.out: 09:54:04.552        tsx0x78a56700a8  Transaction destroyed!
	Line 6709: 05-27 09:54:04.670 32387 32433 I System.out: 09:54:04.669         sip_endpoint.c  Processing incoming message: Response msg 200/REGISTER/cseq=47511 (rdata0x78a5706b30)
	Line 6710: 05-27 09:54:04.670 32387 32433 I System.out: 09:54:04.670           pjsua_core.c  .RX 563 bytes Response msg 200/REGISTER/cseq=47511 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 6711: 05-27 09:54:04.670 32387 32433 I System.out: SIP/2.0 200 OK
	Line 6712: 05-27 09:54:04.670 32387 32433 I System.out: From: <sip:1012@DomainXPTO>;tag=d9acdeab-49f8-45ab-98a8-f533eab98acd
	Line 6713: 05-27 09:54:04.670 32387 32433 I System.out: To: <sip:1012@DomainXPTO>;tag=5bac6f70-b00000a-fd2-65014-2b531-2e20c7e6-2b531
	Line 6714: 05-27 09:54:04.670 32387 32433 I System.out: Call-ID: 52afa4e0-546c-4edb-838c-684d859119f3
	Line 6715: 05-27 09:54:04.670 32387 32433 I System.out: CSeq: 47511 REGISTER
	Line 6716: 05-27 09:54:04.670 32387 32433 I System.out: Contact: <sip:1012@X.X.X.X:5050;transport=TCP;ob>;reg-id=1;+sip.instance="<urn:uuid:00000000-0000-0000-0000-0000e922f243>"
	Line 6717: 05-27 09:54:04.670 32387 32433 I System.out: Expires: 300
	Line 6718: 05-27 09:54:04.670 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;alias;received=X.X.X.X;rport=5050;branch=z9hG4bKPj7a933902-c497-47d9-ae77-e8d79d246393
	Line 6719: 05-27 09:54:04.670 32387 32433 I System.out: Content-Length: 0
	Line 6720: 05-27 09:54:04.670 32387 32433 I System.out: 
	Line 6721: 05-27 09:54:04.670 32387 32433 I System.out: 
	Line 6722: 05-27 09:54:04.670 32387 32433 I System.out: --end msg--
	Line 6723: 05-27 09:54:04.670 32387 32433 I System.out: 09:54:04.670        tsx0x78a57018a8  .Incoming Response msg 200/REGISTER/cseq=47511 (rdata0x78a5706b30) in state Calling
	Line 6724: 05-27 09:54:04.670 32387 32433 I System.out: 09:54:04.670        tsx0x78a57018a8  ..State changed from Calling to Completed, event=RX_MSG
	Line 6725: 05-27 09:54:04.670 32387 32433 I System.out: 09:54:04.670            pjsua_acc.c  ....SIP outbound status for acc 0 is not active
	Line 6726: 05-27 09:54:04.670 32387 32433 I System.out: 09:54:04.670            pjsua_acc.c  ....sip:1012@DomainXPTO: registration success, status=200 (OK), will re-register in 300 seconds
	Line 6728: 05-27 09:54:04.671 32387 32433 I Tracer  : PjSua-0 SP         |     > SIPAccount.onRegState()
	Line 6729: 05-27 09:54:04.671 32387 32433 I Tracer  : PjSua-0 SP         |       OnRegStateParam:
	Line 6730: 05-27 09:54:04.671 32387 32433 I Tracer  : Code: PJSIP_SC_OK
	Line 6731: 05-27 09:54:04.671 32387 32433 I Tracer  : Status : 0
	Line 6732: 05-27 09:54:04.671 32387 32433 I Tracer  : Expiration: 300
	Line 6733: 05-27 09:54:04.671 32387 32433 I Tracer  : Reason : OK
	Line 6734: 05-27 09:54:04.671 32387 32433 I Tracer  : PjSua-0 SP         |      > SIPAccount.onRegState true()
	Line 6735: 05-27 09:54:04.671 32387 32433 I Tracer  : PjSua-0 SP         |       > SIPAccount.onReceiveRegister()
	Line 6736: 05-27 09:54:04.672 32387 32433 I Tracer  : PjSua-0 SP         |         IsRegistered: true
	Line 6737: 05-27 09:54:04.672 32387 32433 I Tracer  : PjSua-0 SP         |       <
	Line 6738: 05-27 09:54:04.672 32387 32433 I Tracer  : PjSua-0 SP         |       > SIPAccount.notifyObserverAccounRegister()
	Line 6739: 05-27 09:54:04.673 32387 32433 I Tracer  : PjSua-0 SP         |       <
	Line 6740: 05-27 09:54:04.673 32387 32433 I Tracer  : PjSua-0 SP         |      <
	Line 6741: 05-27 09:54:04.673 32387 32433 I System.out: 09:54:04.673        tsx0x78a57018a8  Timeout timer event
	Line 6743: 05-27 09:54:04.673 32387 32433 I System.out: 09:54:04.673        tsx0x78a57018a8  .State changed from Completed to Terminated, event=TIMER
	Line 6744: 05-27 09:54:04.673 32387 32433 I System.out: 09:54:04.673        tsx0x78a57018a8  Timeout timer event
	Line 6745: 05-27 09:54:04.673 32387 32433 I System.out: 09:54:04.673        tsx0x78a57018a8  .State changed from Terminated to Destroyed, event=TIMER
	Line 6746: 05-27 09:54:04.673 32387 32433 I System.out: 09:54:04.673       tdta0x78a56640a8  ..Destroying txdata Request msg REGISTER/cseq=47511 (tdta0x78a56640a8)
	Line 6747: 05-27 09:54:04.673 32387 32433 I System.out: 09:54:04.673        tsx0x78a57018a8  Transaction destroyed!
	Line 8747: 05-27 09:54:25.260 32387 32394 W .app:sipProces: Receiving file descriptor from ADB failed (socket 48): Success
	Line 8749: 05-27 09:54:25.260 32387 32394 E .app:sipProces: Something went wrong getting fds from adb. Retry!: Success
	Line 8763: 05-27 09:54:25.263 32387 32394 W .app:sipProces: Receiving file descriptor from ADB failed (socket 48): Connection reset by peer
	Line 8764: 05-27 09:54:25.264 32387 32394 E .app:sipProces: Something went wrong getting fds from adb. Retry!: Connection reset by peer
	Line 9124: 05-27 09:54:32.207 32387 32394 W .app:sipProces: Receiving file descriptor from ADB failed (socket 48): Connection refused
	Line 9125: 05-27 09:54:32.207 32387 32394 E .app:sipProces: Something went wrong getting fds from adb. Retry!: Connection refused
	Line 9139: 05-27 09:54:32.211 32387 32394 W .app:sipProces: Receiving file descriptor from ADB failed (socket 48): Connection reset by peer
	Line 9140: 05-27 09:54:32.211 32387 32394 E .app:sipProces: Something went wrong getting fds from adb. Retry!: Connection reset by peer
	Line 12670: 05-27 09:55:27.719 32387 32394 E .app:sipProces: Failed to send jdwp-handshake response.: Broken pipe
	Line 13399: 05-27 09:55:35.435 32387 32433 I System.out: 09:55:35.435       tcpc0x78a5706828  Sending 4 byte(s) keep-alive to X.X.X.X:5050
	Line 16960: 05-27 09:56:28.875 32387 32433 I Tracer  : PjSua-0 SP         |      > CallManager.startNewCall()
	Line 16961: 05-27 09:56:28.908 32387 32433 I Tracer  : PjSua-0 SP C:0001  |       > SIPCall.startCall()
	Line 16962: 05-27 09:56:28.908 32387 32433 I System.out: 09:56:28.908           pjsua_call.c  Making call with acc #0 to sip:*69@DomainXPTO
	Line 16963: 05-27 09:56:28.909 32387 32433 I System.out: 09:56:28.908            pjsua_aud.c  .Set sound device: capture=-1, playback=-2
	Line 16964: 05-27 09:56:28.909 32387 32433 I System.out: 09:56:28.909            pjsua_aud.c  ..Opening sound device (speaker + mic) PCM@16000/1/20ms
	Line 16965: 05-27 09:56:28.909 32387 32433 I System.out: 09:56:28.909           opensl_dev.c  ...Creating OpenSL stream
	Line 16966: 05-27 09:56:28.909 32387 32433 D         : PlayerBase::PlayerBase()
	Line 16967: 05-27 09:56:28.911 32387 32433 D         : TrackPlayerBase::TrackPlayerBase()
	Line 16968: 05-27 09:56:28.911 32387 32433 I libOpenSLES: Emulating old channel mask behavior (ignoring positional mask 0x4, using default mask 0x1 based on channel count of 1)
	Line 16982: 05-27 09:56:28.918 32387 32433 W AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by server; frameCount 0 -> 1280
	Line 16983: 05-27 09:56:28.918 32387 32433 I AudioTrack: Need throttle time for OpenSLES player
	Line 16984: 05-27 09:56:28.920 32387 32433 W libOpenSLES: Conversion from OpenSL ES positional channel mask 0x4 to Android mask 0 loses channels
	Line 16985: 05-27 09:56:28.920 32387 32433 I libOpenSLES: Emulating old channel mask behavior (ignoring positional mask 0x4, using default mask 0x10 based on channel count of 1)
	Line 16986: 05-27 09:56:28.920 32387 32433 D AudioRecord: openRecord_l() remove fast or raw flag of voip calls, source=7, flags=5
	Line 17018: 05-27 09:56:28.949 32387 32433 I System.out: 09:56:28.949         ec0x78a5695000  ...Creating AEC
	Line 17019: 05-27 09:56:28.950 32387 32433 I System.out: 09:56:28.950                  speex  ...warning: Unknown speex_preprocess_ctl request: : 2
	Line 17020: 05-27 09:56:28.950 32387 32433 I System.out: 09:56:28.950         ec0x78a5695000  ...AEC created, clock_rate=16000, channel=1, samples per frame=320, tail length=200 ms, latency=0 ms
	Line 17021: 05-27 09:56:28.950 32387 32433 I System.out: 09:56:28.950           opensl_dev.c  ...Starting OpenSL stream..
	Line 17089: 05-27 09:56:29.006 32387  2041 I System.out: 09:56:29.005           opensl_dev.c !Recorder thread started
	Line 17165: 05-27 09:56:29.089 32387 32433 I System.out: 09:56:29.089           opensl_dev.c !...OpenSL stream started
	Line 17168: 05-27 09:56:29.090 32387  2040 I System.out: 09:56:29.090           opensl_dev.c !Player thread started
	Line 17169: 05-27 09:56:29.090 32387 32433 I System.out: 09:56:29.090        dlg0x78a56710a8 !.UAC dialog created
	Line 17170: 05-27 09:56:29.090 32387 32433 I System.out: 09:56:29.090        dlg0x78a56710a8  ..Session count inc to 2 by mod-pjsua
	Line 17171: 05-27 09:56:29.090 32387 32433 I System.out: 09:56:29.090          pjsua_media.c !.Call 0: initializing media..
	Line 17172: 05-27 09:56:29.091 32387  2040 I System.out: 09:56:29.090                  speex !warning: discarded first playback frame
	Line 17176: 05-27 09:56:29.093 32387 32433 I System.out: 09:56:29.093          pjsua_media.c !..RTP socket reachable at 192.168.1.127:4000
	Line 17177: 05-27 09:56:29.093 32387 32433 I System.out: 09:56:29.093          pjsua_media.c  ..RTCP socket reachable at 192.168.1.127:4001
	Line 17178: 05-27 09:56:29.093 32387  2040 I System.out: 09:56:29.092                  speex !warning: discarded first playback frame
	Line 17179: 05-27 09:56:29.093 32387 32433 I System.out: 09:56:29.093       srtp0x78a566f400  ..SRTP keying SDES created
	Line 17180: 05-27 09:56:29.093 32387 32433 I System.out: 09:56:29.093          pjsua_media.c  ..Media index 0 selected for audio call 0
	Line 17181: 05-27 09:56:29.093 32387 32433 I System.out: 09:56:29.093          pjsua_media.c  ..Call 0: media transport initialization complete: Success
	Line 17182: 05-27 09:56:29.093 32387 32433 I System.out: 09:56:29.093        dlg0x78a56710a8  ..Session count dec to 2 by mod-pjsua
	Line 17183: 05-27 09:56:29.094 32387 32433 I System.out: 09:56:29.094        dlg0x78a56710a8  .Module mod-invite added as dialog usage, data=0x78a566fc28
	Line 17184: 05-27 09:56:29.094 32387 32433 I System.out: 09:56:29.094        dlg0x78a56710a8  ..Session count inc to 4 by mod-invite
	Line 17185: 05-27 09:56:29.094 32387 32433 I System.out: 09:56:29.094        dlg0x78a56710a8  .Module mod-100rel added as dialog usage, data=0x78a5663ca8
	Line 17186: 05-27 09:56:29.094 32387 32433 I System.out: 09:56:29.094        dlg0x78a56710a8  .100rel module attached
	Line 17187: 05-27 09:56:29.094 32387 32433 I System.out: 09:56:29.094        inv0x78a56710a8  .UAC invite session created for dialog dlg0x78a56710a8
	Line 17188: 05-27 09:56:29.094 32387 32433 I System.out: 09:56:29.094               endpoint !.Request msg INVITE/cseq=2450 (tdta0x78a23510a8) created.
	Line 17189: 05-27 09:56:29.094 32387 32433 I System.out: 09:56:29.094        inv0x78a56710a8  ..Sending Request msg INVITE/cseq=2450 (tdta0x78a23510a8)
	Line 17190: 05-27 09:56:29.094 32387 32433 I System.out: 09:56:29.094        dlg0x78a56710a8  ...Sending Request msg INVITE/cseq=2450 (tdta0x78a23510a8)
	Line 17191: 05-27 09:56:29.094 32387  2040 I System.out: 09:56:29.094                  speex !warning: discarded first playback frame
	Line 17192: 05-27 09:56:29.094 32387 32433 I System.out: 09:56:29.094        tsx0x78a56718a8  ....Transaction created for Request msg INVITE/cseq=2449 (tdta0x78a23510a8)
	Line 17193: 05-27 09:56:29.095 32387 32433 I System.out: 09:56:29.095        tsx0x78a56718a8  ...Sending Request msg INVITE/cseq=2449 (tdta0x78a23510a8) in state Null
	Line 17194: 05-27 09:56:29.095 32387 32433 I System.out: 09:56:29.095          sip_resolve.c  ....Target 'X.X.X.X:5050' type=TCP resolved to 'X.X.X.X:5050' type=TCP (TCP transport)
	Line 17195: 05-27 09:56:29.095 32387 32433 I System.out: 09:56:29.095           pjsua_core.c  ....TX 1360 bytes Request msg INVITE/cseq=2449 (tdta0x78a23510a8) to TCP X.X.X.X:5050:
	Line 17196: 05-27 09:56:29.095 32387 32433 I System.out: INVITE sip:*69@DomainXPTO SIP/2.0
	Line 17197: 05-27 09:56:29.095 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;rport;branch=z9hG4bKPj22a359a8-17d9-4f76-83ab-82f8f2c1aed6;alias
	Line 17198: 05-27 09:56:29.095 32387 32433 I System.out: Max-Forwards: 70
	Line 17199: 05-27 09:56:29.095 32387 32433 I System.out: From: sip:1012@DomainXPTO;tag=9738702f-95df-48f9-97cf-111016169cc3
	Line 17200: 05-27 09:56:29.095 32387 32433 I System.out: To: sip:*69@DomainXPTO
	Line 17201: 05-27 09:56:29.095 32387 32433 I System.out: Contact: <sip:1012@X.X.X.X:5050;transport=TCP;ob>
	Line 17202: 05-27 09:56:29.095 32387 32433 I System.out: Call-ID: 3ea4c191-1e78-4e6f-b42d-02287169c4bb
	Line 17203: 05-27 09:56:29.095 32387 32433 I System.out: CSeq: 2449 INVITE
	Line 17204: 05-27 09:56:29.095 32387 32433 I System.out: Route: <sip:X.X.X.X:5050;transport=tcp;lr>
	Line 17205: 05-27 09:56:29.095 32387 32433 I System.out: Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
	Line 17206: 05-27 09:56:29.095 32387 32433 I System.out: Supported: replaces, 100rel, timer, norefersub
	Line 17207: 05-27 09:56:29.095 32387 32433 I System.out: Session-Expires: 1800
	Line 17208: 05-27 09:56:29.095 32387 32433 I System.out: Min-SE: 90
	Line 17209: 05-27 09:56:29.095 32387 32433 I System.out: User-Agent: org.pjsip.pjsua2.app Android (FCM) v1.0-cloud_rd -d / flame-29
	Line 17210: 05-27 09:56:29.095 32387 32433 I System.out: Content-Type: application/sdp
	Line 17211: 05-27 09:56:29.095 32387 32433 I System.out: Content-Length:   576
	Line 17212: 05-27 09:56:29.095 32387 32433 I System.out: 
	Line 17213: 05-27 09:56:29.095 32387 32433 I System.out: v=0
	Line 17214: 05-27 09:56:29.095 32387 32433 I System.out: o=- 3799558589 3799558589 IN IP4 192.168.1.127
	Line 17215: 05-27 09:56:29.095 32387 32433 I System.out: s=pjmedia
	Line 17216: 05-27 09:56:29.095 32387 32433 I System.out: b=AS:117
	Line 17217: 05-27 09:56:29.095 32387 32433 I System.out: t=0 0
	Line 17218: 05-27 09:56:29.095 32387 32433 I System.out: a=X-nat:0
	Line 17219: 05-27 09:56:29.095 32387 32433 I System.out: m=audio 4000 RTP/AVP 98 97 99 104 3 0 8 9 120 96
	Line 17220: 05-27 09:56:29.095 32387 32433 I System.out: c=IN IP4 192.168.1.127
	Line 17221: 05-27 09:56:29.095 32387 32433 I System.out: b=TIAS:96000
	Line 17222: 05-27 09:56:29.095 32387 32433 I System.out: a=rtcp:4001 IN IP4 192.168.1.127
	Line 17223: 05-27 09:56:29.095 32387 32433 I System.out: a=sendrecv
	Line 17224: 05-27 09:56:29.095 32387 32433 I System.out: a=rtpmap:98 speex/16000
	Line 17225: 05-27 09:56:29.095 32387 32433 I System.out: a=rtpmap:97 speex/8000
	Line 17226: 05-27 09:56:29.095 32387 32433 I System.out: a=rtpmap:99 speex/32000
	Line 17227: 05-27 09:56:29.095 32387 32433 I System.out: a=rtpmap:104 iLBC/8000
	Line 17228: 05-27 09:56:29.095 32387 32433 I System.out: a=fmtp:104 mode=30
	Line 17229: 05-27 09:56:29.096 32387 32433 I System.out: a=rtpmap:3 GSM/8000
	Line 17230: 05-27 09:56:29.096 32387 32433 I System.out: a=rtpmap:0 PCMU/8000
	Line 17231: 05-27 09:56:29.096 32387 32433 I System.out: a=rtpmap:8 PCMA/8000
	Line 17232: 05-27 09:56:29.096 32387 32433 I System.out: a=rtpmap:9 G722/8000
	Line 17233: 05-27 09:56:29.096 32387 32433 I System.out: a=rtpmap:120 opus/48000/2
	Line 17235: 05-27 09:56:29.096 32387 32433 I System.out: a=fmtp:120 useinbandfec=1
	Line 17236: 05-27 09:56:29.096 32387 32433 I System.out: a=rtpmap:96 telephone-event/8000
	Line 17237: 05-27 09:56:29.096 32387 32433 I System.out: a=fmtp:96 0-16
	Line 17238: 05-27 09:56:29.096 32387 32433 I System.out: a=ssrc:256271725 cname:4fc43f7f6e8d3bb8
	Line 17239: 05-27 09:56:29.096 32387 32433 I System.out: 
	Line 17240: 05-27 09:56:29.096 32387 32433 I System.out: --end msg--
	Line 17241: 05-27 09:56:29.096 32387 32433 I System.out: 09:56:29.096        tsx0x78a56718a8 !....State changed from Null to Calling, event=TX_MSG
	Line 17242: 05-27 09:56:29.096 32387 32433 I System.out: 09:56:29.096        dlg0x78a56710a8  .....Transaction tsx0x78a56718a8 state changed to Calling
	Line 17243: 05-27 09:56:29.096 32387  2040 I System.out: 09:56:29.095                  speex !warning: discarded first playback frame
	Line 17244: 05-27 09:56:29.099 32387  2040 I System.out: 09:56:29.099                  speex !warning: discarded first playback frame
	Line 17245: 05-27 09:56:29.100 32387 32433 I Tracer  : PjSua-0 SP C:0001  |        > SIPCallStatusResolver.onCallState()
	Line 17246: 05-27 09:56:29.103 32387 32433 I Tracer  : PjSua-0 SP C:0001  |         > SIPCall.setState(CALLING)
	Line 17247: 05-27 09:56:29.103 32387 32433 I Tracer  : PjSua-0 SP C:0001  |          > SIPCall.isCallEnded()
	Line 17248: 05-27 09:56:29.103 32387 32433 I Tracer  : PjSua-0 SP C:0001  |          < = (false)
	Line 17249: 05-27 09:56:29.103 32387 32433 I Tracer  : PjSua-0 SP C:0001  |         <
	Line 17250: 05-27 09:56:29.103 32387 32433 I Tracer  : PjSua-0 SP C:0001  |        <
	Line 17251: 05-27 09:56:29.103 32387 32433 I Tracer  : PjSua-0 SP C:0001  |       <
	Line 17252: 05-27 09:56:29.103 32387 32433 I Tracer  : PjSua-0 SP         |      <
	Line 17260: 05-27 09:56:29.140 32387  2040 I System.out: 09:56:29.140                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 17262: 05-27 09:56:29.161 32387  2040 I System.out: 09:56:29.161                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 17264: 05-27 09:56:29.272 32387 32433 I System.out: 09:56:29.272         sip_endpoint.c !Processing incoming message: Response msg 100/INVITE/cseq=2449 (rdata0x78a5706b30)
	Line 17265: 05-27 09:56:29.272 32387 32433 I System.out: 09:56:29.272           pjsua_core.c  .RX 419 bytes Response msg 100/INVITE/cseq=2449 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 17266: 05-27 09:56:29.272 32387 32433 I System.out: SIP/2.0 100 Trying
	Line 17267: 05-27 09:56:29.272 32387 32433 I System.out: From: <sip:1012@DomainXPTO>;tag=9738702f-95df-48f9-97cf-111016169cc3
	Line 17268: 05-27 09:56:29.272 32387 32433 I System.out: To: <sip:*69@DomainXPTO>
	Line 17269: 05-27 09:56:29.272 32387 32433 I System.out: Call-ID: 3ea4c191-1e78-4e6f-b42d-02287169c4bb
	Line 17270: 05-27 09:56:29.272 32387 32433 I System.out: CSeq: 2449 INVITE
	Line 17271: 05-27 09:56:29.272 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;alias;received=2.83.60.252;rport=60793;branch=z9hG4bKPj22a359a8-17d9-4f76-83ab-82f8f2c1aed6
	Line 17272: 05-27 09:56:29.272 32387 32433 I System.out: Contact: <sip:*69@DomainXPTO:5060>
	Line 17273: 05-27 09:56:29.272 32387 32433 I System.out: Content-Length: 0
	Line 17274: 05-27 09:56:29.272 32387 32433 I System.out: 
	Line 17275: 05-27 09:56:29.272 32387 32433 I System.out: 
	Line 17276: 05-27 09:56:29.272 32387 32433 I System.out: --end msg--
	Line 17277: 05-27 09:56:29.272 32387 32433 I System.out: 09:56:29.272        tsx0x78a56718a8  .Incoming Response msg 100/INVITE/cseq=2449 (rdata0x78a5706b30) in state Calling
	Line 17278: 05-27 09:56:29.273 32387 32433 I System.out: 09:56:29.273        tsx0x78a56718a8  ..State changed from Calling to Proceeding, event=RX_MSG
	Line 17279: 05-27 09:56:29.273 32387 32433 I System.out: 09:56:29.273        dlg0x78a56710a8  ...Received Response msg 100/INVITE/cseq=2449 (rdata0x78a5706b30)
	Line 17280: 05-27 09:56:29.273 32387 32433 I System.out: 09:56:29.273        dlg0x78a56710a8  ...Transaction tsx0x78a56718a8 state changed to Proceeding
	Line 17281: 05-27 09:56:29.273 32387 32433 I System.out: 09:56:29.273         sip_endpoint.c  Processing incoming message: Response msg 200/INVITE/cseq=2449 (rdata0x78a5706b30)
	Line 17282: 05-27 09:56:29.273 32387 32433 I System.out: 09:56:29.273           pjsua_core.c  .RX 1141 bytes Response msg 200/INVITE/cseq=2449 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 17283: 05-27 09:56:29.273 32387 32433 I System.out: SIP/2.0 200 OK
	Line 17284: 05-27 09:56:29.273 32387 32433 I System.out: From: <sip:1012@DomainXPTO>;tag=9738702f-95df-48f9-97cf-111016169cc3
	Line 17285: 05-27 09:56:29.273 32387 32433 I System.out: To: <sip:*69@DomainXPTO>;tag=5bac7a30-b00000a-fd2-65014-2b5c2-5f6914aa-2b5c2
	Line 17286: 05-27 09:56:29.273 32387 32433 I System.out: Call-ID: 3ea4c191-1e78-4e6f-b42d-02287169c4bb
	Line 17287: 05-27 09:56:29.273 32387 32433 I System.out: CSeq: 2449 INVITE
	Line 17288: 05-27 09:56:29.273 32387 32433 I System.out: Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO
	Line 17289: 05-27 09:56:29.273 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;alias;received=2.83.60.252;rport=60793;branch=z9hG4bKPj22a359a8-17d9-4f76-83ab-82f8f2c1aed6
	Line 17290: 05-27 09:56:29.273 32387 32433 I System.out: Contact: <sip:1012@X.X.X.X:5050;transport=tcp>
	Line 17291: 05-27 09:56:29.273 32387 32433 I System.out: Content-Type: application/sdp
	Line 17292: 05-27 09:56:29.273 32387 32433 I System.out: Content-Length: 566
	Line 17293: 05-27 09:56:29.273 32387 32433 I System.out: 
	Line 17294: 05-27 09:56:29.273 32387 32433 I System.out: v=0
	Line 17295: 05-27 09:56:29.273 32387 32433 I System.out: o=OneSIPConnector 607 1 IN IP4 0.0.0.0
	Line 17296: 05-27 09:56:29.273 32387 32433 I System.out: s=OneSIPConnector
	Line 17297: 05-27 09:56:29.273 32387 32433 I System.out: b=AS:117
	Line 17298: 05-27 09:56:29.273 32387 32433 I System.out: t=0 0
	Line 17299: 05-27 09:56:29.273 32387 32433 I System.out: m=audio 19676 RTP/AVP 98 97 99 104 3 0 8 9 120 96
	Line 17300: 05-27 09:56:29.273 32387 32433 I System.out: c=IN IP4 0.0.0.0
	Line 17301: 05-27 09:56:29.273 32387 32433 I System.out: b=TIAS:96000
	Line 17302: 05-27 09:56:29.273 32387 32433 I System.out: a=sendrecv
	Line 17303: 05-27 09:56:29.273 32387 32433 I System.out: a=rtpmap:98 speex/16000
	Line 17304: 05-27 09:56:29.274 32387 32433 I System.out: a=rtpmap:97 speex/8000
	Line 17305: 05-27 09:56:29.274 32387 32433 I System.out: a=rtpmap:99 speex/32000
	Line 17306: 05-27 09:56:29.274 32387 32433 I System.out: a=rtpmap:104 iLBC/8000
	Line 17307: 05-27 09:56:29.274 32387 32433 I System.out: a=fmtp:104 mode=30
	Line 17308: 05-27 09:56:29.274 32387 32433 I System.out: a=rtpmap:3 GSM/8000
	Line 17309: 05-27 09:56:29.274 32387 32433 I System.out: a=rtpmap:0 PCMU/8000
	Line 17310: 05-27 09:56:29.274 32387 32433 I System.out: a=rtpmap:8 PCMA/8000
	Line 17311: 05-27 09:56:29.274 32387 32433 I System.out: a=rtpmap:9 G722/8000
	Line 17312: 05-27 09:56:29.274 32387 32433 I System.out: a=rtpmap:120 opus/48000/2
	Line 17313: 05-27 09:56:29.274 32387 32433 I System.out: a=fmtp:120 useinbandfec=1
	Line 17314: 05-27 09:56:29.274 32387 32433 I System.out: a=rtpmap:96 telephone-event/8000
	Line 17315: 05-27 09:56:29.274 32387 32433 I System.out: a=fmtp:96 0-16
	Line 17316: 05-27 09:56:29.274 32387 32433 I System.out: a=ssrc:256271725 cname:4fc43f7f6e8d3bb8
	Line 17317: 05-27 09:56:29.274 32387 32433 I System.out: a=fmtp:104 mode=20
	Line 17318: 05-27 09:56:29.274 32387 32433 I System.out: a=fmtp:104 mode=20
	Line 17319: 05-27 09:56:29.274 32387 32433 I System.out: 
	Line 17320: 05-27 09:56:29.274 32387 32433 I System.out: --end msg--
	Line 17321: 05-27 09:56:29.274 32387 32433 I System.out: 09:56:29.274        tsx0x78a56718a8  .Incoming Response msg 200/INVITE/cseq=2449 (rdata0x78a5706b30) in state Proceeding
	Line 17322: 05-27 09:56:29.274 32387 32433 I System.out: 09:56:29.274        tsx0x78a56718a8  ..State changed from Proceeding to Terminated, event=RX_MSG
	Line 17323: 05-27 09:56:29.274 32387 32433 I System.out: 09:56:29.274        dlg0x78a56710a8  ...Received Response msg 200/INVITE/cseq=2449 (rdata0x78a5706b30)
	Line 17324: 05-27 09:56:29.274 32387 32433 I System.out: 09:56:29.274        dlg0x78a56710a8  ....Route-set updated
	Line 17325: 05-27 09:56:29.274 32387 32433 I System.out: 09:56:29.274        dlg0x78a56710a8  ....Route-set frozen
	Line 17326: 05-27 09:56:29.274 32387 32433 I System.out: 09:56:29.274        dlg0x78a56710a8  ...Transaction tsx0x78a56718a8 state changed to Terminated
	Line 17327: 05-27 09:56:29.275 32387 32433 I Tracer  : PjSua-0 SP C:0001  |      > SIPCallStatusResolver.onCallState()
	Line 17328: 05-27 09:56:29.275 32387 32433 I Tracer  : PjSua-0 SP C:0001  |       > SIPCall.setState(CONNECTING)
	Line 17329: 05-27 09:56:29.275 32387 32433 I Tracer  : PjSua-0 SP C:0001  |        > SIPCall.isCallEnded()
	Line 17330: 05-27 09:56:29.275 32387 32433 I Tracer  : PjSua-0 SP C:0001  |        < = (false)
	Line 17331: 05-27 09:56:29.275 32387 32433 I Tracer  : PjSua-0 SP C:0001  |       <
	Line 17332: 05-27 09:56:29.275 32387 32433 I Tracer  : PjSua-0 SP C:0001  |      <
	Line 17333: 05-27 09:56:29.275 32387 32433 I System.out: 09:56:29.275        inv0x78a56710a8  ....Got SDP answer in Response msg 200/INVITE/cseq=2449 (rdata0x78a5706b30)
	Line 17334: 05-27 09:56:29.275 32387 32433 I System.out: 09:56:29.275        inv0x78a56710a8  ....SDP negotiation done, status=0
	Line 17335: 05-27 09:56:29.276 32387 32433 I System.out: 09:56:29.276           pjsua_call.c  .....Call 0: remote NAT type is 0 (Unknown)
	Line 17336: 05-27 09:56:29.276 32387 32433 I System.out: 09:56:29.276          pjsua_media.c  .....Call 0: updating media..
	Line 17337: 05-27 09:56:29.276 32387 32433 I System.out: 09:56:29.276          pjsua_media.c  ......Call 0: stream #0 (audio) unchanged.
	Line 17338: 05-27 09:56:29.276 32387 32433 I System.out: 09:56:29.276          pjsua_media.c  ......Audio updated, stream #0: speex (inactive)
	Line 17339: 05-27 09:56:29.276 32387 32433 I Tracer  : PjSua-0 SP C:0001  |      > SIPCallMediaStateResolver.onCallMediaState()
	Line 17340: 05-27 09:56:29.278 32387 32433 I Tracer  : PjSua-0 SP C:0001  |      <
	Line 17341: 05-27 09:56:29.278 32387 32433 I System.out: 09:56:29.278        inv0x78a56710a8  ....Received Response msg 200/INVITE/cseq=2449 (rdata0x78a5706b30), sending ACK
	Line 17342: 05-27 09:56:29.278 32387 32433 I System.out: 09:56:29.278               endpoint  ....Request msg ACK/cseq=2449 (tdta0x78a56680a8) created.
	Line 17343: 05-27 09:56:29.278 32387 32433 I System.out: 09:56:29.278        dlg0x78a56710a8  .....Sending Request msg ACK/cseq=2449 (tdta0x78a56680a8)
	Line 17344: 05-27 09:56:29.278 32387 32433 I System.out: 09:56:29.278          sip_resolve.c  .....Target 'X.X.X.X:5050' type=TCP resolved to 'X.X.X.X:5050' type=TCP (TCP transport)
	Line 17345: 05-27 09:56:29.278 32387 32433 I System.out: 09:56:29.278           pjsua_core.c  .....TX 438 bytes Request msg ACK/cseq=2449 (tdta0x78a56680a8) to TCP X.X.X.X:5050:
	Line 17346: 05-27 09:56:29.279 32387 32433 I System.out: ACK sip:1012@X.X.X.X:5050;transport=tcp SIP/2.0
	Line 17347: 05-27 09:56:29.279 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;rport;branch=z9hG4bKPj2fe3aead-5f0d-4395-bfc1-7d40c5461972;alias
	Line 17348: 05-27 09:56:29.279 32387 32433 I System.out: Max-Forwards: 70
	Line 17349: 05-27 09:56:29.279 32387 32433 I System.out: From: sip:1012@DomainXPTO;tag=9738702f-95df-48f9-97cf-111016169cc3
	Line 17350: 05-27 09:56:29.279 32387 32433 I System.out: To: sip:*69@DomainXPTO;tag=5bac7a30-b00000a-fd2-65014-2b5c2-5f6914aa-2b5c2
	Line 17351: 05-27 09:56:29.279 32387 32433 I System.out: Call-ID: 3ea4c191-1e78-4e6f-b42d-02287169c4bb
	Line 17352: 05-27 09:56:29.279 32387 32433 I System.out: CSeq: 2449 ACK
	Line 17353: 05-27 09:56:29.279 32387 32433 I System.out: Content-Length:  0
	Line 17354: 05-27 09:56:29.279 32387 32433 I System.out: 
	Line 17355: 05-27 09:56:29.279 32387 32433 I System.out: 
	Line 17356: 05-27 09:56:29.279 32387 32433 I System.out: --end msg--
	Line 17357: 05-27 09:56:29.279 32387 32433 I Tracer  : PjSua-0 SP C:0001  |      > SIPCallStatusResolver.onCallState()
	Line 17358: 05-27 09:56:29.279 32387 32433 I Tracer  : PjSua-0 SP C:0001  |       > SIPCall.setState(CONFIRMED)
	Line 17359: 05-27 09:56:29.279 32387 32433 I Tracer  : PjSua-0 SP C:0001  |        > SIPCall.isCallEnded()
	Line 17360: 05-27 09:56:29.279 32387 32433 I Tracer  : PjSua-0 SP C:0001  |        < = (false)
	Line 17361: 05-27 09:56:29.280 32387 32433 I Tracer  : PjSua-0 SP C:0001  |       <
	Line 17362: 05-27 09:56:29.280 32387 32433 I Tracer  : PjSua-0 SP C:0001  |       > SIPCallStatusResolver.processConfirmedState()
	Line 17363: 05-27 09:56:29.280 32387 32433 I Tracer  : PjSua-0 SP         |        > CallManager.onCallConnected()
	Line 17364: 05-27 09:56:29.280 32387 32433 I Tracer  : PjSua-0 SP         |         > ToneManager.onCallConnected()
	Line 17365: 05-27 09:56:29.280 32387 32433 I Tracer  : PjSua-0 SP         |         <
	Line 17366: 05-27 09:56:29.281 32387  2040 I System.out: 09:56:29.280                  speex !warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 17520: 05-27 09:56:29.356 32387 32433 I Tracer  : PjSua-0 SP         |        <
	Line 17525: 05-27 09:56:29.356 32387 32433 I Tracer  : PjSua-0 SP C:0001  |       <
	Line 17527: 05-27 09:56:29.356 32387 32433 I Tracer  : PjSua-0 SP C:0001  |      <
	Line 17528: 05-27 09:56:29.357 32387 32433 I System.out: 09:56:29.357        tsx0x78a56718a8 !Timeout timer event
	Line 17529: 05-27 09:56:29.357 32387 32433 I System.out: 09:56:29.357        tsx0x78a56718a8  .State changed from Terminated to Destroyed, event=TIMER
	Line 17530: 05-27 09:56:29.357 32387 32433 I System.out: 09:56:29.357        tsx0x78a56718a8  Transaction destroyed!
	Line 17667: 05-27 09:56:29.414 32387 32433 I System.out: 09:56:29.414         sip_endpoint.c  Processing incoming message: Request msg INVITE/cseq=1 (rdata0x78a5706b30)
	Line 17668: 05-27 09:56:29.414 32387 32433 I System.out: 09:56:29.414           pjsua_core.c  .RX 1293 bytes Request msg INVITE/cseq=1 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 17669: 05-27 09:56:29.414 32387 32433 I System.out: INVITE sip:1012@X.X.X.X:5050;transport=TCP;ob SIP/2.0
	Line 17670: 05-27 09:56:29.414 32387 32433 I System.out: From: "martinho2"<sip:1010@DomainXPTO>;tag=5bac84f0-b00000a-fd2-65014-2b5c2-1b32ca02-2b5c2
	Line 17671: 05-27 09:56:29.414 32387 32433 I System.out: To: <sip:1012@DomainXPTO>
	Line 17672: 05-27 09:56:29.414 32387 32433 I System.out: Call-ID: 5ce06678-b00000a-fd2-65014-2b5c2-61e4671c-2b5c2
	Line 17673: 05-27 09:56:29.414 32387 32433 I System.out: CSeq: 1 INVITE
	Line 17674: 05-27 09:56:29.414 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;branch=z9hG4bK-2b5c2-a95ff31-f7f0563-5ab88738
	Line 17675: 05-27 09:56:29.414 32387 32433 I System.out: Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO
	Line 17676: 05-27 09:56:29.414 32387 32433 I System.out: Replaces: 3ea4c191-1e78-4e6f-b42d-02287169c4bb;to-tag=9738702f-95df-48f9-97cf-111016169cc3;from-tag=5bac7a30-b00000a-fd2-65014-2b5c2-5f6914aa-2b5c2
	Line 17677: 05-27 09:56:29.414 32387 32433 I System.out: Max-Forwards: 70
	Line 17679: 05-27 09:56:29.414 32387 32433 I System.out: Contact: <sip:1010@X.X.X.X:5050;transport=tcp>
	Line 17681: 05-27 09:56:29.414 32387 32433 I System.out: Content-Type: application/sdp
	Line 17682: 05-27 09:56:29.414 32387 32433 I System.out: Content-Length: 573
	Line 17684: 05-27 09:56:29.414 32387 32433 I System.out: 
	Line 17686: 05-27 09:56:29.414 32387 32433 I System.out: v=0
	Line 17688: 05-27 09:56:29.414 32387 32433 I System.out: o=OneSIPConnector 610 1 IN IP4 X.X.X.X
	Line 17690: 05-27 09:56:29.414 32387 32433 I System.out: s=OneSIPConnector
	Line 17693: 05-27 09:56:29.414 32387 32433 I System.out: t=0 0
	Line 17695: 05-27 09:56:29.414 32387 32433 I System.out: m=audio 19016 RTP/AVP 111 103 104 9 0 8 106 105 13 110 112 113 126
	Line 17697: 05-27 09:56:29.415 32387 32433 I System.out: c=IN IP4 X.X.X.X
	Line 17699: 05-27 09:56:29.415 32387 32433 I System.out: a=sendrecv
	Line 17701: 05-27 09:56:29.415 32387 32433 I System.out: a=rtpmap:111 opus/48000/2
	Line 17703: 05-27 09:56:29.415 32387 32433 I System.out: a=fmtp:111 minptime=10;useinbandfec=1
	Line 17704: 05-27 09:56:29.415 32387 32433 I System.out: a=rtpmap:103 ISAC/16000
	Line 17705: 05-27 09:56:29.415 32387 32433 I System.out: a=rtpmap:104 ISAC/32000
	Line 17706: 05-27 09:56:29.415 32387 32433 I System.out: a=rtpmap:9 G722/8000
	Line 17707: 05-27 09:56:29.415 32387 32433 I System.out: a=rtpmap:0 PCMU/8000
	Line 17708: 05-27 09:56:29.415 32387 32433 I System.out: a=rtpmap:8 PCMA/8000
	Line 17709: 05-27 09:56:29.415 32387 32433 I System.out: a=rtpmap:106 CN/32000
	Line 17710: 05-27 09:56:29.415 32387 32433 I System.out: a=rtpmap:105 CN/16000
	Line 17711: 05-27 09:56:29.415 32387 32433 I System.out: a=rtpmap:13 CN/8000
	Line 17712: 05-27 09:56:29.415 32387 32433 I System.out: a=rtpmap:110 telephone-event/48000
	Line 17713: 05-27 09:56:29.415 32387 32433 I System.out: a=rtpmap:112 telephone-event/32000
	Line 17714: 05-27 09:56:29.415 32387 32433 I System.out: a=rtpmap:113 telephone-event/16000
	Line 17715: 05-27 09:56:29.415 32387 32433 I System.out: a=rtpmap:126 telephone-event/8000
	Line 17716: 05-27 09:56:29.415 32387 32433 I System.out: 
	Line 17717: 05-27 09:56:29.415 32387 32433 I System.out: --end msg--
	Line 17722: 05-27 09:56:29.415 32387 32433 I System.out: 09:56:29.415           pjsua_call.c  .Incoming Request msg INVITE/cseq=1 (rdata0x78a5706b30)
	Line 17727: 05-27 09:56:29.417 32387 32433 I System.out: 09:56:29.417        tsx0x78a56720a8  ...Transaction created for Request msg INVITE/cseq=1 (rdata0x78a5706b30)
	Line 17728: 05-27 09:56:29.417 32387 32433 I System.out: 09:56:29.417        tsx0x78a56720a8  ..Incoming Request msg INVITE/cseq=1 (rdata0x78a5706b30) in state Null
	Line 17729: 05-27 09:56:29.417 32387 32433 I System.out: 09:56:29.417        tsx0x78a56720a8  ...State changed from Null to Trying, event=RX_MSG
	Line 17730: 05-27 09:56:29.418 32387 32433 I System.out: 09:56:29.418        dlg0x78a56718a8  ....Transaction tsx0x78a56720a8 state changed to Trying
	Line 17731: 05-27 09:56:29.418 32387 32433 I System.out: 09:56:29.418        dlg0x78a56718a8  ..UAS dialog created
	Line 17732: 05-27 09:56:29.418 32387 32433 I System.out: 09:56:29.418        dlg0x78a56718a8  ..Module mod-invite added as dialog usage, data=0x78a56be828
	Line 17733: 05-27 09:56:29.418 32387 32433 I System.out: 09:56:29.418        dlg0x78a56718a8  ...Session count inc to 3 by mod-invite
	Line 17734: 05-27 09:56:29.418 32387 32433 I System.out: 09:56:29.418        inv0x78a56718a8  ..UAS invite session created for dialog dlg0x78a56718a8
	Line 17735: 05-27 09:56:29.418 32387 32433 I System.out: 09:56:29.418        dlg0x78a56718a8  ...Session count inc to 3 by mod-pjsua
	Line 17736: 05-27 09:56:29.418 32387 32433 I System.out: 09:56:29.418          pjsua_media.c  ..Call 1: initializing media..
	Line 17738: 05-27 09:56:29.427 32387 32433 I System.out: 09:56:29.426          pjsua_media.c  ...RTP socket reachable at 192.168.1.127:4002
	Line 17739: 05-27 09:56:29.427 32387 32433 I System.out: 09:56:29.427          pjsua_media.c  ...RTCP socket reachable at 192.168.1.127:4003
	Line 17741: 05-27 09:56:29.428 32387 32433 I System.out: 09:56:29.427       srtp0x78a22c9400  ...SRTP keying SDES created
	Line 17742: 05-27 09:56:29.428 32387 32433 I System.out: 09:56:29.428          pjsua_media.c  ...Media index 0 selected for audio call 1
	Line 17743: 05-27 09:56:29.428 32387 32433 I System.out: 09:56:29.428          pjsua_media.c  ...Call 1: media transport initialization complete: Success
	Line 17744: 05-27 09:56:29.428 32387 32433 I System.out: 09:56:29.428        dlg0x78a56718a8  ...Session count dec to 3 by mod-pjsua
	Line 17745: 05-27 09:56:29.428 32387 32433 I System.out: 09:56:29.428           pjsua_call.c  ..Call 1: remote NAT type is 0 (Unknown)
	Line 17746: 05-27 09:56:29.428 32387 32433 I System.out: 09:56:29.428               endpoint  ...Response msg 100/INVITE/cseq=1 (tdta0x78a56690a8) created
	Line 17747: 05-27 09:56:29.428 32387 32433 I System.out: 09:56:29.428        dlg0x78a56718a8  ...Initial answer Response msg 100/INVITE/cseq=1 (tdta0x78a56690a8)
	Line 17748: 05-27 09:56:29.428 32387 32433 I System.out: 09:56:29.428        inv0x78a56718a8  ...Sending Response msg 100/INVITE/cseq=1 (tdta0x78a56690a8)
	Line 17749: 05-27 09:56:29.428 32387 32433 I System.out: 09:56:29.428        dlg0x78a56718a8  ....Sending Response msg 100/INVITE/cseq=1 (tdta0x78a56690a8)
	Line 17750: 05-27 09:56:29.429 32387 32433 I System.out: 09:56:29.428        tsx0x78a56720a8  ....Sending Response msg 100/INVITE/cseq=1 (tdta0x78a56690a8) in state Trying
	Line 17751: 05-27 09:56:29.429 32387 32433 I System.out: 09:56:29.429           pjsua_core.c  .....TX 376 bytes Response msg 100/INVITE/cseq=1 (tdta0x78a56690a8) to TCP X.X.X.X:5050:
	Line 17752: 05-27 09:56:29.429 32387 32433 I System.out: SIP/2.0 100 Trying
	Line 17753: 05-27 09:56:29.429 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;received=X.X.X.X;branch=z9hG4bK-2b5c2-a95ff31-f7f0563-5ab88738
	Line 17754: 05-27 09:56:29.429 32387 32433 I System.out: Call-ID: 5ce06678-b00000a-fd2-65014-2b5c2-61e4671c-2b5c2
	Line 17755: 05-27 09:56:29.429 32387 32433 I System.out: From: "martinho2" <sip:1010@DomainXPTO>;tag=5bac84f0-b00000a-fd2-65014-2b5c2-1b32ca02-2b5c2
	Line 17756: 05-27 09:56:29.429 32387 32433 I System.out: To: <sip:1012@DomainXPTO>
	Line 17757: 05-27 09:56:29.429 32387 32433 I System.out: CSeq: 1 INVITE
	Line 17758: 05-27 09:56:29.429 32387 32433 I System.out: Content-Length:  0
	Line 17759: 05-27 09:56:29.429 32387 32433 I System.out: 
	Line 17760: 05-27 09:56:29.429 32387 32433 I System.out: 
	Line 17761: 05-27 09:56:29.429 32387 32433 I System.out: --end msg--
	Line 17762: 05-27 09:56:29.429 32387 32433 I System.out: 09:56:29.429        tsx0x78a56720a8  .....State changed from Trying to Proceeding, event=TX_MSG
	Line 17763: 05-27 09:56:29.429 32387 32433 I System.out: 09:56:29.429        dlg0x78a56718a8  ......Transaction tsx0x78a56720a8 state changed to Proceeding
	Line 17764: 05-27 09:56:29.429 32387 32433 I System.out: 09:56:29.429           pjsua_call.c  ..Answering replacement call 1 with 200/OK
	Line 17765: 05-27 09:56:29.429 32387 32433 I System.out: 09:56:29.429        sip_transport.c  ...Tx data Response msg 100/INVITE/cseq=1 (tdta0x78a566a0a8) cloned
	Line 17766: 05-27 09:56:29.430 32387 32433 I System.out: 09:56:29.430        inv0x78a56718a8  ...SDP negotiation done, status=0
	Line 17767: 05-27 09:56:29.430 32387 32433 I System.out: 09:56:29.430           pjsua_call.c  ....Call 1: remote NAT type is 0 (Unknown)
	Line 17768: 05-27 09:56:29.430 32387 32433 I System.out: 09:56:29.430          pjsua_media.c  ....Call 1: updating media..
	Line 17769: 05-27 09:56:29.430 32387 32433 I System.out: 09:56:29.430          pjsua_media.c  ......Media stream call01:0 is destroyed
	Line 17770: 05-27 09:56:29.430 32387 32433 I System.out: 09:56:29.430            pjsua_aud.c  .....Audio channel update..
	Line 17771: 05-27 09:56:29.431 32387 32433 I System.out: 09:56:29.431                 opus.c  ......Initialize Opus encoder, sample rate: 48000, avg bitrate: 0, vad: 0, plc: 1, pkt loss: 5, complexity: 5, constant bit rate: 0
	Line 17772: 05-27 09:56:29.433 32387 32433 I System.out: 09:56:29.433                  rtp.c  ......pjmedia_rtp_session_init: ses=0x78a5672ec0, default_pt=111, ssrc=0x26e28057
	Line 17773: 05-27 09:56:29.433 32387 32433 I System.out: 09:56:29.433                  rtp.c  ......pjmedia_rtp_session_init: ses=0x78a5673610, default_pt=111, ssrc=0x26e28057
	Line 17774: 05-27 09:56:29.434 32387 32433 I System.out: 09:56:29.434               stream.c  ......Stream strm0x78a56e1828 created
	Line 17775: 05-27 09:56:29.435 32387 32433 I System.out: 09:56:29.435       strm0x78a56e1828  ......Encoder stream started
	Line 17776: 05-27 09:56:29.435 32387 32433 I System.out: 09:56:29.435       strm0x78a56e1828  ......Decoder stream started
	Line 17777: 05-27 09:56:29.435 32387 32433 I System.out: 09:56:29.435             resample.c  ......resample created: high qualiy, small filter, in/out rate=48000/16000
	Line 17778: 05-27 09:56:29.436 32387 32433 I System.out: 09:56:29.436             resample.c  ......resample created: high qualiy, small filter, in/out rate=16000/48000
	Line 17779: 05-27 09:56:29.436 32387 32433 I System.out: 09:56:29.436          pjsua_media.c  .....Audio updated, stream #0: opus (sendrecv)
	Line 17780: 05-27 09:56:29.436 32387 32433 I System.out: 09:56:29.436        inv0x78a56718a8  ...Sending Response msg 200/INVITE/cseq=1 (tdta0x78a566a0a8)
	Line 17781: 05-27 09:56:29.436 32387 32433 I System.out: 09:56:29.436        dlg0x78a56718a8  ....Sending Response msg 200/INVITE/cseq=1 (tdta0x78a566a0a8)
	Line 17782: 05-27 09:56:29.436 32387 32433 I System.out: 09:56:29.436        tsx0x78a56720a8  ....Sending Response msg 200/INVITE/cseq=1 (tdta0x78a566a0a8) in state Proceeding
	Line 17783: 05-27 09:56:29.436 32387 32433 I System.out: 09:56:29.436       tdta0x78a56690a8  .....Destroying txdata Response msg 100/INVITE/cseq=1 (tdta0x78a56690a8)
	Line 17784: 05-27 09:56:29.437 32387 32433 I System.out: 09:56:29.436           pjsua_core.c  .....TX 1003 bytes Response msg 200/INVITE/cseq=1 (tdta0x78a566a0a8) to TCP X.X.X.X:5050:
	Line 17785: 05-27 09:56:29.437 32387 32433 I System.out: SIP/2.0 200 OK
	Line 17786: 05-27 09:56:29.437 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;received=X.X.X.X;branch=z9hG4bK-2b5c2-a95ff31-f7f0563-5ab88738
	Line 17787: 05-27 09:56:29.437 32387 32433 I System.out: Call-ID: 5ce06678-b00000a-fd2-65014-2b5c2-61e4671c-2b5c2
	Line 17788: 05-27 09:56:29.437 32387 32433 I System.out: From: "martinho2" <sip:1010@DomainXPTO>;tag=5bac84f0-b00000a-fd2-65014-2b5c2-1b32ca02-2b5c2
	Line 17789: 05-27 09:56:29.437 32387 32433 I System.out: To: <sip:1012@DomainXPTO>;tag=86cbb065-85a1-4e91-ae88-80a17625ed1b
	Line 17790: 05-27 09:56:29.437 32387 32433 I System.out: CSeq: 1 INVITE
	Line 17791: 05-27 09:56:29.437 32387 32433 I System.out: Contact: <sip:1012@X.X.X.X:5050;transport=TCP;ob>
	Line 17792: 05-27 09:56:29.437 32387 32433 I System.out: Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
	Line 17793: 05-27 09:56:29.437 32387 32433 I System.out: Supported: replaces, 100rel, timer, norefersub
	Line 17794: 05-27 09:56:29.437 32387 32433 I System.out: Content-Type: application/sdp
	Line 17795: 05-27 09:56:29.437 32387 32433 I System.out: Content-Length:   353
	Line 17796: 05-27 09:56:29.437 32387 32433 I System.out: 
	Line 17797: 05-27 09:56:29.437 32387 32433 I System.out: v=0
	Line 17798: 05-27 09:56:29.437 32387 32433 I System.out: o=- 3799558589 3799558590 IN IP4 192.168.1.127
	Line 17799: 05-27 09:56:29.437 32387 32433 I System.out: s=pjmedia
	Line 17800: 05-27 09:56:29.437 32387 32433 I System.out: b=AS:117
	Line 17801: 05-27 09:56:29.437 32387 32433 I System.out: t=0 0
	Line 17802: 05-27 09:56:29.437 32387 32433 I System.out: a=X-nat:0
	Line 17803: 05-27 09:56:29.437 32387 32433 I System.out: m=audio 4002 RTP/AVP 111 126
	Line 17804: 05-27 09:56:29.437 32387 32433 I System.out: c=IN IP4 192.168.1.127
	Line 17805: 05-27 09:56:29.437 32387 32433 I System.out: b=TIAS:96000
	Line 17806: 05-27 09:56:29.437 32387 32433 I System.out: a=rtcp:4003 IN IP4 192.168.1.127
	Line 17807: 05-27 09:56:29.437 32387 32433 I System.out: a=sendrecv
	Line 17808: 05-27 09:56:29.437 32387 32433 I System.out: a=ssrc:652378199 cname:3b26af295c9266b2
	Line 17809: 05-27 09:56:29.437 32387 32433 I System.out: a=rtpmap:111 opus/48000/2
	Line 17810: 05-27 09:56:29.437 32387 32433 I System.out: a=fmtp:111 useinbandfec=1
	Line 17811: 05-27 09:56:29.437 32387 32433 I System.out: a=rtpmap:126 telephone-event/8000
	Line 17812: 05-27 09:56:29.437 32387 32433 I System.out: a=fmtp:126 0-16
	Line 17813: 05-27 09:56:29.437 32387 32433 I System.out: 
	Line 17814: 05-27 09:56:29.437 32387 32433 I System.out: --end msg--
	Line 17815: 05-27 09:56:29.437 32387 32433 I System.out: 09:56:29.437        tsx0x78a56720a8  .....State changed from Proceeding to Completed, event=TX_MSG
	Line 17816: 05-27 09:56:29.437 32387 32433 I System.out: 09:56:29.437        dlg0x78a56718a8  ......Transaction tsx0x78a56720a8 state changed to Completed
	Line 17817: 05-27 09:56:29.437 32387 32433 I System.out: 09:56:29.437           pjsua_call.c  ..Disconnecting replaced call 0
	Line 17818: 05-27 09:56:29.438 32387 32433 I System.out: 09:56:29.438               endpoint  ...Request msg BYE/cseq=2451 (tdta0x78a56690a8) created.
	Line 17819: 05-27 09:56:29.438 32387 32433 I System.out: 09:56:29.438        inv0x78a56710a8  ...Sending Request msg BYE/cseq=2451 (tdta0x78a56690a8)
	Line 17820: 05-27 09:56:29.438 32387 32433 I System.out: 09:56:29.438        dlg0x78a56710a8  ....Sending Request msg BYE/cseq=2451 (tdta0x78a56690a8)
	Line 17821: 05-27 09:56:29.438 32387 32433 I System.out: 09:56:29.438        tsx0x78a231c0a8  .....Transaction created for Request msg BYE/cseq=2450 (tdta0x78a56690a8)
	Line 17822: 05-27 09:56:29.438 32387 32433 I System.out: 09:56:29.438        tsx0x78a231c0a8  ....Sending Request msg BYE/cseq=2450 (tdta0x78a56690a8) in state Null
	Line 17823: 05-27 09:56:29.438 32387 32433 I System.out: 09:56:29.438          sip_resolve.c  .....Target 'X.X.X.X:5050' type=TCP resolved to 'X.X.X.X:5050' type=TCP (TCP transport)
	Line 17824: 05-27 09:56:29.438 32387 32433 I System.out: 09:56:29.438           pjsua_core.c  .....TX 438 bytes Request msg BYE/cseq=2450 (tdta0x78a56690a8) to TCP X.X.X.X:5050:
	Line 17825: 05-27 09:56:29.438 32387 32433 I System.out: BYE sip:1012@X.X.X.X:5050;transport=tcp SIP/2.0
	Line 17826: 05-27 09:56:29.438 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;rport;branch=z9hG4bKPj99e7d85c-475f-4f89-a90f-81e219cc1d7c;alias
	Line 17827: 05-27 09:56:29.438 32387 32433 I System.out: Max-Forwards: 70
	Line 17828: 05-27 09:56:29.438 32387 32433 I System.out: From: sip:1012@DomainXPTO;tag=9738702f-95df-48f9-97cf-111016169cc3
	Line 17829: 05-27 09:56:29.438 32387 32433 I System.out: To: sip:*69@DomainXPTO;tag=5bac7a30-b00000a-fd2-65014-2b5c2-5f6914aa-2b5c2
	Line 17830: 05-27 09:56:29.438 32387 32433 I System.out: Call-ID: 3ea4c191-1e78-4e6f-b42d-02287169c4bb
	Line 17831: 05-27 09:56:29.438 32387 32433 I System.out: CSeq: 2450 BYE
	Line 17832: 05-27 09:56:29.439 32387 32433 I System.out: Content-Length:  0
	Line 17833: 05-27 09:56:29.439 32387 32433 I System.out: 
	Line 17834: 05-27 09:56:29.439 32387 32433 I System.out: 
	Line 17835: 05-27 09:56:29.439 32387 32433 I System.out: --end msg--
	Line 17836: 05-27 09:56:29.439 32387 32433 I System.out: 09:56:29.439        tsx0x78a231c0a8  .....State changed from Null to Calling, event=TX_MSG
	Line 17837: 05-27 09:56:29.439 32387 32433 I System.out: 09:56:29.439        dlg0x78a56710a8  ......Transaction tsx0x78a231c0a8 state changed to Calling
	Line 17839: 05-27 09:56:29.444 32387 32432 D OpenGLRenderer: Skia GL Pipeline
	Line 17941: 05-27 09:56:29.550 32387  2040 I System.out: 09:56:29.550                  speex !warning: Auto-filling the buffer (your application is buggy and/or got xruns)
	Line 17954: 05-27 09:56:29.568 32387  2040 I System.out: 09:56:29.568                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 17964: 05-27 09:56:29.603 32387  2040 I System.out: 09:56:29.602                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 17966: 05-27 09:56:29.613 32387  2040 I System.out: 09:56:29.612                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 17990: 05-27 09:56:29.645 32387 32433 I System.out: 09:56:29.645         sip_endpoint.c !Processing incoming message: Response msg 200/BYE/cseq=2450 (rdata0x78a5706b30)
	Line 17991: 05-27 09:56:29.645 32387 32433 I System.out: 09:56:29.645           pjsua_core.c  .RX 411 bytes Response msg 200/BYE/cseq=2450 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 17992: 05-27 09:56:29.645 32387 32433 I System.out: SIP/2.0 200 OK
	Line 17993: 05-27 09:56:29.645 32387 32433 I System.out: From: <sip:1012@DomainXPTO>;tag=9738702f-95df-48f9-97cf-111016169cc3
	Line 17994: 05-27 09:56:29.645 32387 32433 I System.out: To: <sip:*69@DomainXPTO>;tag=5bac7a30-b00000a-fd2-65014-2b5c2-5f6914aa-2b5c2
	Line 17995: 05-27 09:56:29.645 32387 32433 I System.out: Call-ID: 3ea4c191-1e78-4e6f-b42d-02287169c4bb
	Line 17996: 05-27 09:56:29.646 32387 32433 I System.out: CSeq: 2450 BYE
	Line 17997: 05-27 09:56:29.646 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;alias;received=2.83.60.252;rport=60793;branch=z9hG4bKPj99e7d85c-475f-4f89-a90f-81e219cc1d7c
	Line 17998: 05-27 09:56:29.646 32387 32433 I System.out: Content-Length: 0
	Line 17999: 05-27 09:56:29.646 32387 32433 I System.out: 
	Line 18000: 05-27 09:56:29.646 32387 32433 I System.out: 
	Line 18001: 05-27 09:56:29.646 32387 32433 I System.out: --end msg--
	Line 18002: 05-27 09:56:29.646 32387 32433 I System.out: 09:56:29.646        tsx0x78a231c0a8  .Incoming Response msg 200/BYE/cseq=2450 (rdata0x78a5706b30) in state Calling
	Line 18003: 05-27 09:56:29.646 32387 32433 I System.out: 09:56:29.646        tsx0x78a231c0a8  ..State changed from Calling to Completed, event=RX_MSG
	Line 18004: 05-27 09:56:29.646 32387 32433 I System.out: 09:56:29.646        dlg0x78a56710a8  ...Received Response msg 200/BYE/cseq=2450 (rdata0x78a5706b30)
	Line 18005: 05-27 09:56:29.646 32387 32433 I System.out: 09:56:29.646        dlg0x78a56710a8  ...Transaction tsx0x78a231c0a8 state changed to Completed
	Line 18006: 05-27 09:56:29.646 32387 32433 I Tracer  : PjSua-0 SP C:0001  |      > SIPCallStatusResolver.onCallState()
	Line 18007: 05-27 09:56:29.646 32387 32433 I Tracer  : PjSua-0 SP C:0001  |       > SIPCall.setState(DISCONNECTED)
	Line 18008: 05-27 09:56:29.647 32387 32433 I Tracer  : PjSua-0 SP C:0001  |        > SIPCall.isCallEnded()
	Line 18009: 05-27 09:56:29.647 32387 32433 I Tracer  : PjSua-0 SP C:0001  |        < = (false)
	Line 18010: 05-27 09:56:29.647 32387 32433 I Tracer  : PjSua-0 SP C:0001  |       <
	Line 18011: 05-27 09:56:29.647 32387 32433 I Tracer  : PjSua-0 SP C:0001  |       > SIPCallStatusResolver.processDisconnectState()
	Line 18012: 05-27 09:56:29.647 32387 32433 I Tracer  : PjSua-0 SP         |        > CallManager.executeOnCallEnd(com.collab.softphone.logic.SIPCall@eb839d1)
	Line 18013: 05-27 09:56:29.648 32387 32433 I Tracer  : PjSua-0 SP         |         > CallManager.activateDefaultCall(com.collab.softphone.logic.SIPCall@eb839d1)
	Line 18014: 05-27 09:56:29.648 32387 32433 I Tracer  : PjSua-0 SP         |         <
	Line 18015: 05-27 09:56:29.648 32387 32433 I Tracer  : PjSua-0 SP         |         > ToneManager.onCallEnded()
	Line 18016: 05-27 09:56:29.649 32387 32433 D Tracer  : PjSua-0 SP         |          > ToneManager.shouldPlayBusyTone(PJSIP_SC_GONE)
	Line 18017: 05-27 09:56:29.649 32387 32433 D Tracer  : PjSua-0 SP         |          < = (true)
	Line 18018: 05-27 09:56:29.649 32387 32433 I Tracer  : PjSua-0 SP         |         <
	Line 18019: 05-27 09:56:29.650 32387 32433 I Tracer  : PjSua-0 SP         |         > CallManager.activateDefaultCall(com.collab.softphone.logic.SIPCall@eb839d1)
	Line 18020: 05-27 09:56:29.650 32387 32433 I Tracer  : PjSua-0 SP         |         <
	Line 18021: 05-27 09:56:29.650 32387 32433 I Tracer  : PjSua-0 SP C:0001  |         > SIPCall.destroy()
	Line 18022: 05-27 09:56:29.650 32387 32433 I Tracer  : PjSua-0 SP C:0001  |         <
	Line 18023: 05-27 09:56:29.650 32387 32433 D Tracer  : PjSua-0 SP         |          No more active calls!
	Line 18024: 05-27 09:56:29.650 32387 32433 I Tracer  : PjSua-0 SP         |         > SoftphoneAudioManager.setDefaults()
	Line 18025: 05-27 09:56:29.651 32387 32433 I Tracer  : PjSua-0 SP         |          > SoftphoneAudioManager.setMute(false)
	Line 18026: 05-27 09:56:29.651 32387 32433 D Tracer  : PjSua-0 SP         |            Mute is already false
	Line 18027: 05-27 09:56:29.651 32387 32433 I Tracer  : PjSua-0 SP         |           > SoftphoneAudioManager.setSpeakerOn(false)
	Line 18033: 05-27 09:56:29.654 32387 32433 D AudioManager: setSpeakerphoneOn false
	Line 18071: 05-27 09:56:29.659 32387 32426 W AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by server; frameCount 960 -> 3840
	Line 18074: 05-27 09:56:29.659 32387 32433 I Tracer  : PjSua-0 SP         |           <
	Line 18127: 05-27 09:56:29.683 32387  2040 I System.out: 09:56:29.682                  speex !warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 18141: 05-27 09:56:29.692 32387  2040 I System.out: 09:56:29.691                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 18142: 05-27 09:56:29.692 32387  2040 I System.out: 09:56:29.692                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 18146: 05-27 09:56:29.700 32387  2040 I System.out: 09:56:29.699                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 18147: 05-27 09:56:29.712 32387  2040 I System.out: 09:56:29.711                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 18181: 05-27 09:56:29.732 32387  2040 I System.out: 09:56:29.732                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 18328: 05-27 09:56:29.919 32387  2040 I System.out: 09:56:29.918                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 18344: 05-27 09:56:29.929 32387 32433 I Tracer  : PjSua-0 SP         |         <
	Line 18345: 05-27 09:56:29.929 32387 32433 I Tracer  : PjSua-0 SP         |        <
	Line 18349: 05-27 09:56:29.929 32387 32433 I Tracer  : PjSua-0 SP C:0001  |       <
	Line 18352: 05-27 09:56:29.930 32387 32433 I Tracer  : PjSua-0 SP C:0001  |      <
	Line 18354: 05-27 09:56:29.930 32387 32433 I System.out: 09:56:29.930          pjsua_media.c !.....Call 0: deinitializing media..
	Line 18355: 05-27 09:56:29.930 32387 32433 I System.out: 09:56:29.930          pjsua_media.c  .......Media stream call00:0 is destroyed
	Line 18356: 05-27 09:56:29.930 32387 32433 I System.out: 09:56:29.930       tdta0x78a56680a8  ....Destroying txdata Request msg ACK/cseq=2449 (tdta0x78a56680a8)
	Line 18357: 05-27 09:56:29.930 32387 32433 I System.out: 09:56:29.930       tdta0x78a23510a8  ....Destroying txdata Request msg INVITE/cseq=2449 (tdta0x78a23510a8)
	Line 18358: 05-27 09:56:29.930 32387 32433 I System.out: 09:56:29.930        dlg0x78a56710a8  .....Session count dec to 1 by mod-invite
	Line 18359: 05-27 09:56:29.930 32387 32433 I System.out: 09:56:29.930         sip_endpoint.c  Processing incoming message: Request msg ACK/cseq=1 (rdata0x78a5706b30)
	Line 18360: 05-27 09:56:29.930 32387 32433 I System.out: 09:56:29.930           pjsua_core.c  .RX 573 bytes Request msg ACK/cseq=1 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 18361: 05-27 09:56:29.931 32387 32433 I System.out: ACK sip:1012@X.X.X.X:5050;transport=TCP;ob SIP/2.0
	Line 18362: 05-27 09:56:29.931 32387 32433 I System.out: From: "martinho2"<sip:1010@DomainXPTO>;tag=5bac84f0-b00000a-fd2-65014-2b5c2-1b32ca02-2b5c2
	Line 18363: 05-27 09:56:29.931 32387 32433 I System.out: To: <sip:1012@DomainXPTO>;tag=86cbb065-85a1-4e91-ae88-80a17625ed1b
	Line 18364: 05-27 09:56:29.931 32387 32433 I System.out: Call-ID: 5ce06678-b00000a-fd2-65014-2b5c2-61e4671c-2b5c2
	Line 18365: 05-27 09:56:29.931 32387 32433 I System.out: CSeq: 1 ACK
	Line 18366: 05-27 09:56:29.931 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;branch=z9hG4bK-2b5c2-a960033-e7df928-5ab89058
	Line 18367: 05-27 09:56:29.931 32387 32433 I System.out: Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO
	Line 18368: 05-27 09:56:29.931 32387 32433 I System.out: Max-Forwards: 70
	Line 18369: 05-27 09:56:29.931 32387 32433 I System.out: Contact: <sip:1010@X.X.X.X:5050;transport=tcp>
	Line 18370: 05-27 09:56:29.931 32387 32433 I System.out: Content-Length: 0
	Line 18371: 05-27 09:56:29.931 32387 32433 I System.out: 
	Line 18372: 05-27 09:56:29.931 32387 32433 I System.out: 
	Line 18373: 05-27 09:56:29.931 32387 32433 I System.out: --end msg--
	Line 18374: 05-27 09:56:29.931 32387 32433 I System.out: 09:56:29.931        dlg0x78a56718a8  .Received Request msg ACK/cseq=1 (rdata0x78a5706b30)
	Line 18375: 05-27 09:56:29.931 32387 32433 I System.out: 09:56:29.931        tsx0x78a56720a8  ..Request to terminate transaction
	Line 18376: 05-27 09:56:29.931 32387 32433 I System.out: 09:56:29.931        tsx0x78a56720a8  ...State changed from Completed to Terminated, event=USER
	Line 18377: 05-27 09:56:29.931 32387 32433 I System.out: 09:56:29.931        dlg0x78a56718a8  ....Transaction tsx0x78a56720a8 state changed to Terminated
	Line 18378: 05-27 09:56:29.931 32387 32433 I System.out: 09:56:29.931        tsx0x78a231c0a8  Timeout timer event
	Line 18379: 05-27 09:56:29.931 32387 32433 I System.out: 09:56:29.931        tsx0x78a231c0a8  .State changed from Completed to Terminated, event=TIMER
	Line 18380: 05-27 09:56:29.931 32387 32433 I System.out: 09:56:29.931        dlg0x78a56710a8  ..Transaction tsx0x78a231c0a8 state changed to Terminated
	Line 18381: 05-27 09:56:29.931 32387 32433 I System.out: 09:56:29.931        dlg0x78a56710a8  ...Dialog destroyed
	Line 18383: 05-27 09:56:29.931 32387 32433 I System.out: 09:56:29.931        tsx0x78a56720a8  Timeout timer event
	Line 18384: 05-27 09:56:29.931 32387 32433 I System.out: 09:56:29.931        tsx0x78a56720a8  .State changed from Terminated to Destroyed, event=TIMER
	Line 18385: 05-27 09:56:29.931 32387 32433 I System.out: 09:56:29.931       tdta0x78a566a0a8  ..Destroying txdata Response msg 200/INVITE/cseq=1 (tdta0x78a566a0a8)
	Line 18386: 05-27 09:56:29.931 32387 32433 I System.out: 09:56:29.931        tsx0x78a56720a8  Transaction destroyed!
	Line 18392: 05-27 09:56:29.933 32387 32433 I System.out: 09:56:29.933        tsx0x78a231c0a8  Timeout timer event
	Line 18393: 05-27 09:56:29.933 32387 32433 I System.out: 09:56:29.933        tsx0x78a231c0a8  .State changed from Terminated to Destroyed, event=TIMER
	Line 18394: 05-27 09:56:29.933 32387 32433 I System.out: 09:56:29.933       tdta0x78a56690a8  ..Destroying txdata Request msg BYE/cseq=2450 (tdta0x78a56690a8)
	Line 18395: 05-27 09:56:29.933 32387 32433 I System.out: 09:56:29.933        tsx0x78a231c0a8  Transaction destroyed!
	Line 18396: 05-27 09:56:29.933 32387 32432 I Tracer  : SpEvt-0 SP         | > CollabPhoneService.whenNoCallsRemain()
	Line 18397: 05-27 09:56:29.934 32387 32432 I Tracer  : SpEvt-0 SP         |   Notified that there no more active calls. Removing foreground state.
	Line 18415: 05-27 09:56:29.939 32387  2040 I System.out: 09:56:29.938                  speex !warning: Auto-filling the buffer (your application is buggy and/or got xruns)
	Line 18433: 05-27 09:56:29.943 32387 32432 I Tracer  : SpEvt-0 SP         | <
	Line 18560: 05-27 09:56:30.071 32387  2040 I System.out: 09:56:30.070                  speex  warning: Auto-filling the buffer (your application is buggy and/or got xruns)
	Line 18842: 05-27 09:56:32.534 32387  2094 D AudioTrack: stop() called with 144960 frames delivered
	Line 18892: 05-27 09:56:33.477 32387  2040 I System.out: 09:56:33.475                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 18894: 05-27 09:56:33.635 32387  2040 I System.out: 09:56:33.634                  speex  warning: Auto-filling the buffer (your application is buggy and/or got xruns)
	Line 18896: 05-27 09:56:33.932 32387  2040 I System.out: 09:56:33.931           sound_port.c  EC suspended because of inactivity
	Line 20223: 05-27 09:57:31.119 32387 32433 I System.out: 09:57:31.119         sip_endpoint.c !Processing incoming message: Request msg BYE/cseq=2 (rdata0x78a5706b30)
	Line 20224: 05-27 09:57:31.119 32387 32433 I System.out: 09:57:31.119           pjsua_core.c  .RX 446 bytes Request msg BYE/cseq=2 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 20225: 05-27 09:57:31.119 32387 32433 I System.out: BYE sip:1012@X.X.X.X:5050;transport=TCP;ob SIP/2.0
	Line 20226: 05-27 09:57:31.119 32387 32433 I System.out: From: "martinho2"<sip:1010@DomainXPTO>;tag=5bac84f0-b00000a-fd2-65014-2b5c2-1b32ca02-2b5c2
	Line 20227: 05-27 09:57:31.119 32387 32433 I System.out: To: <sip:1012@DomainXPTO>;tag=86cbb065-85a1-4e91-ae88-80a17625ed1b
	Line 20228: 05-27 09:57:31.119 32387 32433 I System.out: Call-ID: 5ce06678-b00000a-fd2-65014-2b5c2-61e4671c-2b5c2
	Line 20229: 05-27 09:57:31.119 32387 32433 I System.out: CSeq: 2 BYE
	Line 20230: 05-27 09:57:31.119 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;branch=z9hG4bK-2b5ff-a96efdd-2300035d-5ab89730
	Line 20231: 05-27 09:57:31.119 32387 32433 I System.out: Max-Forwards: 70
	Line 20232: 05-27 09:57:31.119 32387 32433 I System.out: Content-Length: 0
	Line 20233: 05-27 09:57:31.120 32387 32433 I System.out: 
	Line 20234: 05-27 09:57:31.120 32387 32433 I System.out: 
	Line 20235: 05-27 09:57:31.120 32387 32433 I System.out: --end msg--
	Line 20236: 05-27 09:57:31.120 32387 32433 I System.out: 09:57:31.120        dlg0x78a56718a8  .Received Request msg BYE/cseq=2 (rdata0x78a5706b30)
	Line 20237: 05-27 09:57:31.120 32387 32433 I System.out: 09:57:31.120        tsx0x78a231c0a8  ...Transaction created for Request msg BYE/cseq=2 (rdata0x78a5706b30)
	Line 20238: 05-27 09:57:31.120 32387 32433 I System.out: 09:57:31.120        tsx0x78a231c0a8  ..Incoming Request msg BYE/cseq=2 (rdata0x78a5706b30) in state Null
	Line 20239: 05-27 09:57:31.120 32387 32433 I System.out: 09:57:31.120        tsx0x78a231c0a8  ...State changed from Null to Trying, event=RX_MSG
	Line 20240: 05-27 09:57:31.120 32387 32433 I System.out: 09:57:31.120        dlg0x78a56718a8  ....Transaction tsx0x78a231c0a8 state changed to Trying
	Line 20241: 05-27 09:57:31.120 32387 32433 I System.out: 09:57:31.120               endpoint  .....Response msg 200/BYE/cseq=2 (tdta0x78a56690a8) created
	Line 20242: 05-27 09:57:31.120 32387 32433 I System.out: 09:57:31.120        dlg0x78a56718a8  ......Sending Response msg 200/BYE/cseq=2 (tdta0x78a56690a8)
	Line 20243: 05-27 09:57:31.120 32387 32433 I System.out: 09:57:31.120        tsx0x78a231c0a8  ......Sending Response msg 200/BYE/cseq=2 (tdta0x78a56690a8) in state Trying
	Line 20244: 05-27 09:57:31.120 32387 32433 I System.out: 09:57:31.120           pjsua_core.c  .......TX 411 bytes Response msg 200/BYE/cseq=2 (tdta0x78a56690a8) to TCP X.X.X.X:5050:
	Line 20245: 05-27 09:57:31.120 32387 32433 I System.out: SIP/2.0 200 OK
	Line 20246: 05-27 09:57:31.120 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;received=X.X.X.X;branch=z9hG4bK-2b5ff-a96efdd-2300035d-5ab89730
	Line 20247: 05-27 09:57:31.120 32387 32433 I System.out: Call-ID: 5ce06678-b00000a-fd2-65014-2b5c2-61e4671c-2b5c2
	Line 20248: 05-27 09:57:31.120 32387 32433 I System.out: From: "martinho2" <sip:1010@DomainXPTO>;tag=5bac84f0-b00000a-fd2-65014-2b5c2-1b32ca02-2b5c2
	Line 20249: 05-27 09:57:31.120 32387 32433 I System.out: To: <sip:1012@DomainXPTO>;tag=86cbb065-85a1-4e91-ae88-80a17625ed1b
	Line 20250: 05-27 09:57:31.120 32387 32433 I System.out: CSeq: 2 BYE
	Line 20251: 05-27 09:57:31.120 32387 32433 I System.out: Content-Length:  0
	Line 20252: 05-27 09:57:31.120 32387 32433 I System.out: 
	Line 20253: 05-27 09:57:31.120 32387 32433 I System.out: 
	Line 20254: 05-27 09:57:31.120 32387 32433 I System.out: --end msg--
	Line 20255: 05-27 09:57:31.121 32387 32433 I System.out: 09:57:31.120        tsx0x78a231c0a8  .......State changed from Trying to Completed, event=TX_MSG
	Line 20256: 05-27 09:57:31.121 32387 32433 I System.out: 09:57:31.121        dlg0x78a56718a8  ........Transaction tsx0x78a231c0a8 state changed to Completed
	Line 20257: 05-27 09:57:31.121 32387 32433 I System.out: 09:57:31.121          pjsua_media.c  ......Call 1: deinitializing media..
	Line 20258: 05-27 09:57:31.121 32387 32433 I System.out: 09:57:31.121       strm0x78a56e1828  ........JB summary:
	Line 20259: 05-27 09:57:31.121 32387 32433 I System.out:   size=0/eff=0 prefetch=0 level=0
	Line 20260: 05-27 09:57:31.121 32387 32433 I System.out:   delay (min/max/avg/dev)=0/0/0/0 ms
	Line 20261: 05-27 09:57:31.121 32387 32433 I System.out:   burst (min/max/avg/dev)=0/0/0/0 frames
	Line 20262: 05-27 09:57:31.121 32387 32433 I System.out:   lost=0 discard=0 empty=0
	Line 20263: 05-27 09:57:31.121 32387 32433 I System.out: 09:57:31.121          pjsua_media.c  ........Media stream call01:0 is destroyed
	Line 20264: 05-27 09:57:31.122 32387 32433 I System.out: 09:57:31.122        dlg0x78a56718a8  ......Session count dec to 3 by mod-invite
	Line 20265: 05-27 09:57:31.122 32387 32433 I System.out: 09:57:31.122        tsx0x78a231c0a8  Timeout timer event
	Line 20266: 05-27 09:57:31.122 32387 32433 I System.out: 09:57:31.122        tsx0x78a231c0a8  .State changed from Completed to Terminated, event=TIMER
	Line 20267: 05-27 09:57:31.122 32387 32433 I System.out: 09:57:31.122        dlg0x78a56718a8  ..Transaction tsx0x78a231c0a8 state changed to Terminated
	Line 20268: 05-27 09:57:31.122 32387 32433 I System.out: 09:57:31.122        dlg0x78a56718a8  ...Dialog destroyed
	Line 20269: 05-27 09:57:31.123 32387 32433 I System.out: 09:57:31.123        tsx0x78a231c0a8  Timeout timer event
	Line 20270: 05-27 09:57:31.123 32387 32433 I System.out: 09:57:31.123        tsx0x78a231c0a8  .State changed from Terminated to Destroyed, event=TIMER
	Line 20271: 05-27 09:57:31.123 32387 32433 I System.out: 09:57:31.123       tdta0x78a56690a8  ..Destroying txdata Response msg 200/BYE/cseq=2 (tdta0x78a56690a8)
	Line 20272: 05-27 09:57:31.124 32387 32433 I System.out: 09:57:31.123        tsx0x78a231c0a8  Transaction destroyed!
	Line 20313: 05-27 09:57:32.122 32387 32433 I System.out: 09:57:32.122            pjsua_aud.c  Closing sound device after idle for 1 second(s)
	Line 20314: 05-27 09:57:32.122 32387 32433 I System.out: 09:57:32.122            pjsua_aud.c  .Closing OpenSL ES Audio sound playback device and OpenSL ES Audio sound capture device
	Line 20315: 05-27 09:57:32.122 32387 32433 I System.out: 09:57:32.122           opensl_dev.c  .Stopping stream
	Line 20336: 05-27 09:57:32.166 32387 32433 D         : PlayerBase::stop() from IPlayer
	Line 20337: 05-27 09:57:32.167 32387 32433 D AudioTrack: stop() called with 1011520 frames delivered
	Line 20343: 05-27 09:57:32.167 32387 32433 I System.out: 09:57:32.167           opensl_dev.c  .OpenSL stream stopped
	Line 20353: 05-27 09:57:32.177 32387 32433 I System.out: 09:57:32.177           opensl_dev.c  .OpenSL stream destroyed
	Line 20483: 05-27 09:57:39.556 32387 32400 D         : TrackPlayerBase::~TrackPlayerBase()
	Line 20484: 05-27 09:57:39.556 32387 32400 D         : PlayerBase::~PlayerBase()
	Line 22397: 05-27 09:58:05.126 32387 32433 I Tracer  : PjSua-0 SP         |      > CallManager.startNewCall()
	Line 22398: 05-27 09:58:05.127 32387 32433 I Tracer  : PjSua-0 SP C:0002  |       > SIPCall.startCall()
	Line 22399: 05-27 09:58:05.127 32387 32433 I System.out: 09:58:05.127           pjsua_call.c  Making call with acc #0 to sip:*69@DomainXPTO
	Line 22400: 05-27 09:58:05.127 32387 32433 I System.out: 09:58:05.127            pjsua_aud.c  .Set sound device: capture=-1, playback=-2
	Line 22401: 05-27 09:58:05.127 32387 32433 I System.out: 09:58:05.127            pjsua_aud.c  ..Opening sound device (speaker + mic) PCM@16000/1/20ms
	Line 22402: 05-27 09:58:05.127 32387 32433 I System.out: 09:58:05.127           opensl_dev.c  ...Creating OpenSL stream
	Line 22403: 05-27 09:58:05.128 32387 32433 D         : PlayerBase::PlayerBase()
	Line 22404: 05-27 09:58:05.129 32387 32433 D         : TrackPlayerBase::TrackPlayerBase()
	Line 22405: 05-27 09:58:05.129 32387 32433 I libOpenSLES: Emulating old channel mask behavior (ignoring positional mask 0x4, using default mask 0x1 based on channel count of 1)
	Line 22419: 05-27 09:58:05.134 32387 32433 W AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by server; frameCount 0 -> 1280
	Line 22420: 05-27 09:58:05.134 32387 32433 I AudioTrack: Need throttle time for OpenSLES player
	Line 22421: 05-27 09:58:05.138 32387 32433 W libOpenSLES: Conversion from OpenSL ES positional channel mask 0x4 to Android mask 0 loses channels
	Line 22422: 05-27 09:58:05.138 32387 32433 I libOpenSLES: Emulating old channel mask behavior (ignoring positional mask 0x4, using default mask 0x10 based on channel count of 1)
	Line 22423: 05-27 09:58:05.139 32387 32433 D AudioRecord: openRecord_l() remove fast or raw flag of voip calls, source=7, flags=5
	Line 22458: 05-27 09:58:05.167 32387 32433 I System.out: 09:58:05.167         ec0x78a5695000  ...Creating AEC
	Line 22459: 05-27 09:58:05.168 32387 32433 I System.out: 09:58:05.168                  speex  ...warning: Unknown speex_preprocess_ctl request: : 2
	Line 22460: 05-27 09:58:05.169 32387 32433 I System.out: 09:58:05.169         ec0x78a5695000  ...AEC created, clock_rate=16000, channel=1, samples per frame=320, tail length=200 ms, latency=0 ms
	Line 22461: 05-27 09:58:05.170 32387 32433 I System.out: 09:58:05.169           opensl_dev.c  ...Starting OpenSL stream..
	Line 22532: 05-27 09:58:05.242 32387  2405 I System.out: 09:58:05.241           opensl_dev.c !Recorder thread started
	Line 22613: 05-27 09:58:05.484 32387  2404 D         : PlayerBase::stop() from IPlayer
	Line 22614: 05-27 09:58:05.484 32387  2404 D AudioTrack: stop() called with 0 frames delivered
	Line 22617: 05-27 09:58:05.486 32387  2404 I System.out: 09:58:05.485           opensl_dev.c !Player thread started
	Line 22618: 05-27 09:58:05.486 32387  2404 I System.out: 09:58:05.486                  speex  warning: discarded first playback frame
	Line 22619: 05-27 09:58:05.487 32387 32433 I System.out: 09:58:05.484           opensl_dev.c !...OpenSL stream started
	Line 22622: 05-27 09:58:05.488 32387  2404 I System.out: 09:58:05.487                  speex  warning: discarded first playback frame
	Line 22623: 05-27 09:58:05.488 32387 32433 I System.out: 09:58:05.488        dlg0x78a231c0a8 !.UAC dialog created
	Line 22624: 05-27 09:58:05.488 32387 32433 I System.out: 09:58:05.488        dlg0x78a231c0a8 !..Session count inc to 2 by mod-pjsua
	Line 22626: 05-27 09:58:05.488 32387 32433 I System.out: 09:58:05.488          pjsua_media.c  .Call 2: initializing media..
	Line 22628: 05-27 09:58:05.489 32387  2404 I System.out: 09:58:05.488                  speex !warning: discarded first playback frame
	Line 22634: 05-27 09:58:05.489 32387  2404 I System.out: 09:58:05.489                  speex !warning: discarded first playback frame
	Line 22637: 05-27 09:58:05.491 32387  2404 I System.out: 09:58:05.490                  speex  warning: discarded first playback frame
	Line 22652: 05-27 09:58:05.495 32387  2404 I System.out: 09:58:05.494                  speex  warning: discarded first playback frame
	Line 22654: 05-27 09:58:05.511 32387 32433 I System.out: 09:58:05.511          pjsua_media.c !..RTP socket reachable at 192.168.1.127:4004
	Line 22655: 05-27 09:58:05.512 32387 32433 I System.out: 09:58:05.512          pjsua_media.c  ..RTCP socket reachable at 192.168.1.127:4005
	Line 22656: 05-27 09:58:05.512 32387 32433 I System.out: 09:58:05.512       srtp0x78a22c9800  ..SRTP keying SDES created
	Line 22657: 05-27 09:58:05.512 32387 32433 I System.out: 09:58:05.512          pjsua_media.c  ..Media index 0 selected for audio call 2
	Line 22658: 05-27 09:58:05.512 32387 32433 I System.out: 09:58:05.512          pjsua_media.c  ..Call 2: media transport initialization complete: Success
	Line 22659: 05-27 09:58:05.512 32387 32433 I System.out: 09:58:05.512        dlg0x78a231c0a8  ..Session count dec to 2 by mod-pjsua
	Line 22660: 05-27 09:58:05.512 32387 32433 I System.out: 09:58:05.512        dlg0x78a231c0a8  .Module mod-invite added as dialog usage, data=0x78a56be828
	Line 22661: 05-27 09:58:05.512 32387 32433 I System.out: 09:58:05.512        dlg0x78a231c0a8  ..Session count inc to 4 by mod-invite
	Line 22662: 05-27 09:58:05.512 32387 32433 I System.out: 09:58:05.512        dlg0x78a231c0a8  .Module mod-100rel added as dialog usage, data=0x78a22ca8a8
	Line 22663: 05-27 09:58:05.512 32387 32433 I System.out: 09:58:05.512        dlg0x78a231c0a8  .100rel module attached
	Line 22664: 05-27 09:58:05.512 32387 32433 I System.out: 09:58:05.512        inv0x78a231c0a8  .UAC invite session created for dialog dlg0x78a231c0a8
	Line 22665: 05-27 09:58:05.512 32387 32433 I System.out: 09:58:05.512               endpoint  .Request msg INVITE/cseq=21294 (tdta0x78a56690a8) created.
	Line 22666: 05-27 09:58:05.512 32387 32433 I System.out: 09:58:05.512        inv0x78a231c0a8  ..Sending Request msg INVITE/cseq=21294 (tdta0x78a56690a8)
	Line 22667: 05-27 09:58:05.513 32387 32433 I System.out: 09:58:05.512        dlg0x78a231c0a8  ...Sending Request msg INVITE/cseq=21294 (tdta0x78a56690a8)
	Line 22669: 05-27 09:58:05.513 32387 32433 I System.out: 09:58:05.513        tsx0x78a56718a8  ....Transaction created for Request msg INVITE/cseq=21293 (tdta0x78a56690a8)
	Line 22670: 05-27 09:58:05.513 32387 32433 I System.out: 09:58:05.513        tsx0x78a56718a8  ...Sending Request msg INVITE/cseq=21293 (tdta0x78a56690a8) in state Null
	Line 22671: 05-27 09:58:05.513 32387 32433 I System.out: 09:58:05.513          sip_resolve.c  ....Target 'X.X.X.X:5050' type=TCP resolved to 'X.X.X.X:5050' type=TCP (TCP transport)
	Line 22672: 05-27 09:58:05.513 32387 32433 I System.out: 09:58:05.513           pjsua_core.c  ....TX 1362 bytes Request msg INVITE/cseq=21293 (tdta0x78a56690a8) to TCP X.X.X.X:5050:
	Line 22673: 05-27 09:58:05.513 32387 32433 I System.out: INVITE sip:*69@DomainXPTO SIP/2.0
	Line 22674: 05-27 09:58:05.513 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;rport;branch=z9hG4bKPja8cdc3be-92ff-4d31-9879-dfc714bc9a2d;alias
	Line 22675: 05-27 09:58:05.513 32387 32433 I System.out: Max-Forwards: 70
	Line 22676: 05-27 09:58:05.513 32387 32433 I System.out: From: sip:1012@DomainXPTO;tag=fa6928ac-1128-4a2f-b475-88c59643e163
	Line 22677: 05-27 09:58:05.513 32387 32433 I System.out: To: sip:*69@DomainXPTO
	Line 22678: 05-27 09:58:05.513 32387 32433 I System.out: Contact: <sip:1012@X.X.X.X:5050;transport=TCP;ob>
	Line 22679: 05-27 09:58:05.513 32387 32433 I System.out: Call-ID: 37061dea-1d3b-4c82-8d4d-63ccebc8d635
	Line 22680: 05-27 09:58:05.513 32387 32433 I System.out: CSeq: 21293 INVITE
	Line 22681: 05-27 09:58:05.513 32387 32433 I System.out: Route: <sip:X.X.X.X:5050;transport=tcp;lr>
	Line 22682: 05-27 09:58:05.513 32387 32433 I System.out: Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
	Line 22683: 05-27 09:58:05.514 32387 32433 I System.out: Supported: replaces, 100rel, timer, norefersub
	Line 22684: 05-27 09:58:05.514 32387 32433 I System.out: Session-Expires: 1800
	Line 22685: 05-27 09:58:05.514 32387 32433 I System.out: Min-SE: 90
	Line 22686: 05-27 09:58:05.514 32387 32433 I System.out: User-Agent: org.pjsip.pjsua2.app Android (FCM) v1.0-cloud_rd -d / flame-29
	Line 22687: 05-27 09:58:05.514 32387 32433 I System.out: Content-Type: application/sdp
	Line 22688: 05-27 09:58:05.514 32387 32433 I System.out: Content-Length:   577
	Line 22689: 05-27 09:58:05.514 32387 32433 I System.out: 
	Line 22690: 05-27 09:58:05.514 32387 32433 I System.out: v=0
	Line 22691: 05-27 09:58:05.514 32387 32433 I System.out: o=- 3799558685 3799558685 IN IP4 192.168.1.127
	Line 22692: 05-27 09:58:05.514 32387 32433 I System.out: s=pjmedia
	Line 22693: 05-27 09:58:05.514 32387 32433 I System.out: b=AS:117
	Line 22694: 05-27 09:58:05.514 32387 32433 I System.out: t=0 0
	Line 22695: 05-27 09:58:05.514 32387 32433 I System.out: a=X-nat:0
	Line 22697: 05-27 09:58:05.514 32387 32433 I System.out: m=audio 4004 RTP/AVP 98 97 99 104 3 0 8 9 120 96
	Line 22698: 05-27 09:58:05.514 32387 32433 I System.out: c=IN IP4 192.168.1.127
	Line 22700: 05-27 09:58:05.514 32387 32433 I System.out: b=TIAS:96000
	Line 22701: 05-27 09:58:05.514 32387 32433 I System.out: a=rtcp:4005 IN IP4 192.168.1.127
	Line 22703: 05-27 09:58:05.514 32387 32433 I System.out: a=sendrecv
	Line 22704: 05-27 09:58:05.514 32387 32433 I System.out: a=rtpmap:98 speex/16000
	Line 22706: 05-27 09:58:05.514 32387 32433 I System.out: a=rtpmap:97 speex/8000
	Line 22707: 05-27 09:58:05.514 32387 32433 I System.out: a=rtpmap:99 speex/32000
	Line 22708: 05-27 09:58:05.514 32387 32433 I System.out: a=rtpmap:104 iLBC/8000
	Line 22709: 05-27 09:58:05.514 32387 32433 I System.out: a=fmtp:104 mode=30
	Line 22714: 05-27 09:58:05.516 32387 32433 I System.out: a=rtpmap:3 GSM/8000
	Line 22715: 05-27 09:58:05.516 32387 32433 I System.out: a=rtpmap:0 PCMU/8000
	Line 22716: 05-27 09:58:05.516 32387 32433 I System.out: a=rtpmap:8 PCMA/8000
	Line 22717: 05-27 09:58:05.516 32387 32433 I System.out: a=rtpmap:9 G722/8000
	Line 22718: 05-27 09:58:05.516 32387 32433 I System.out: a=rtpmap:120 opus/48000/2
	Line 22719: 05-27 09:58:05.516 32387 32433 I System.out: a=fmtp:120 useinbandfec=1
	Line 22720: 05-27 09:58:05.516 32387 32433 I System.out: a=rtpmap:96 telephone-event/8000
	Line 22721: 05-27 09:58:05.516 32387 32433 I System.out: a=fmtp:96 0-16
	Line 22722: 05-27 09:58:05.516 32387 32433 I System.out: a=ssrc:2095149503 cname:014ec1556dc68b50
	Line 22723: 05-27 09:58:05.516 32387 32433 I System.out: 
	Line 22724: 05-27 09:58:05.516 32387 32433 I System.out: --end msg--
	Line 22725: 05-27 09:58:05.516 32387 32433 I System.out: 09:58:05.516        tsx0x78a56718a8  ....State changed from Null to Calling, event=TX_MSG
	Line 22726: 05-27 09:58:05.516 32387 32433 I System.out: 09:58:05.516        dlg0x78a231c0a8  .....Transaction tsx0x78a56718a8 state changed to Calling
	Line 22727: 05-27 09:58:05.517 32387 32433 I Tracer  : PjSua-0 SP C:0002  |        > SIPCallStatusResolver.onCallState()
	Line 22728: 05-27 09:58:05.517 32387 32433 I Tracer  : PjSua-0 SP C:0002  |         > SIPCall.setState(CALLING)
	Line 22729: 05-27 09:58:05.517 32387 32433 I Tracer  : PjSua-0 SP C:0002  |          > SIPCall.isCallEnded()
	Line 22730: 05-27 09:58:05.517 32387 32433 I Tracer  : PjSua-0 SP C:0002  |          < = (false)
	Line 22731: 05-27 09:58:05.517 32387 32433 I Tracer  : PjSua-0 SP C:0002  |         <
	Line 22732: 05-27 09:58:05.517 32387 32433 I Tracer  : PjSua-0 SP C:0002  |        <
	Line 22733: 05-27 09:58:05.517 32387 32433 I Tracer  : PjSua-0 SP C:0002  |       <
	Line 22734: 05-27 09:58:05.517 32387 32433 I Tracer  : PjSua-0 SP         |      <
	Line 22741: 05-27 09:58:05.536 32387  2404 I System.out: 09:58:05.535                  speex !warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 22749: 05-27 09:58:05.627 32387 32433 I System.out: 09:58:05.626         sip_endpoint.c !Processing incoming message: Response msg 100/INVITE/cseq=21293 (rdata0x78a5706b30)
	Line 22750: 05-27 09:58:05.627 32387 32433 I System.out: 09:58:05.627           pjsua_core.c  .RX 420 bytes Response msg 100/INVITE/cseq=21293 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 22751: 05-27 09:58:05.627 32387 32433 I System.out: SIP/2.0 100 Trying
	Line 22752: 05-27 09:58:05.627 32387 32433 I System.out: From: <sip:1012@DomainXPTO>;tag=fa6928ac-1128-4a2f-b475-88c59643e163
	Line 22753: 05-27 09:58:05.627 32387 32433 I System.out: To: <sip:*69@DomainXPTO>
	Line 22754: 05-27 09:58:05.627 32387 32433 I System.out: Call-ID: 37061dea-1d3b-4c82-8d4d-63ccebc8d635
	Line 22755: 05-27 09:58:05.627 32387 32433 I System.out: CSeq: 21293 INVITE
	Line 22756: 05-27 09:58:05.627 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;alias;received=2.83.60.252;rport=60793;branch=z9hG4bKPja8cdc3be-92ff-4d31-9879-dfc714bc9a2d
	Line 22757: 05-27 09:58:05.627 32387 32433 I System.out: Contact: <sip:*69@DomainXPTO:5060>
	Line 22758: 05-27 09:58:05.627 32387 32433 I System.out: Content-Length: 0
	Line 22759: 05-27 09:58:05.627 32387 32433 I System.out: 
	Line 22760: 05-27 09:58:05.627 32387 32433 I System.out: 
	Line 22761: 05-27 09:58:05.627 32387 32433 I System.out: --end msg--
	Line 22762: 05-27 09:58:05.627 32387 32433 I System.out: 09:58:05.627        tsx0x78a56718a8  .Incoming Response msg 100/INVITE/cseq=21293 (rdata0x78a5706b30) in state Calling
	Line 22763: 05-27 09:58:05.627 32387 32433 I System.out: 09:58:05.627        tsx0x78a56718a8  ..State changed from Calling to Proceeding, event=RX_MSG
	Line 22764: 05-27 09:58:05.627 32387 32433 I System.out: 09:58:05.627        dlg0x78a231c0a8  ...Received Response msg 100/INVITE/cseq=21293 (rdata0x78a5706b30)
	Line 22765: 05-27 09:58:05.627 32387 32433 I System.out: 09:58:05.627        dlg0x78a231c0a8  ...Transaction tsx0x78a56718a8 state changed to Proceeding
	Line 22766: 05-27 09:58:05.677 32387 32433 I System.out: 09:58:05.677         sip_endpoint.c  Processing incoming message: Response msg 200/INVITE/cseq=21293 (rdata0x78a5706b30)
	Line 22767: 05-27 09:58:05.678 32387 32433 I System.out: 09:58:05.678           pjsua_core.c  .RX 1143 bytes Response msg 200/INVITE/cseq=21293 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 22768: 05-27 09:58:05.678 32387 32433 I System.out: SIP/2.0 200 OK
	Line 22769: 05-27 09:58:05.678 32387 32433 I System.out: From: <sip:1012@DomainXPTO>;tag=fa6928ac-1128-4a2f-b475-88c59643e163
	Line 22770: 05-27 09:58:05.678 32387 32433 I System.out: To: <sip:*69@DomainXPTO>;tag=5bac9a70-b00000a-fd2-65014-2b622-5a0a6bc1-2b622
	Line 22771: 05-27 09:58:05.678 32387 32433 I System.out: Call-ID: 37061dea-1d3b-4c82-8d4d-63ccebc8d635
	Line 22772: 05-27 09:58:05.678 32387 32433 I System.out: CSeq: 21293 INVITE
	Line 22773: 05-27 09:58:05.678 32387 32433 I System.out: Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO
	Line 22774: 05-27 09:58:05.678 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;alias;received=2.83.60.252;rport=60793;branch=z9hG4bKPja8cdc3be-92ff-4d31-9879-dfc714bc9a2d
	Line 22775: 05-27 09:58:05.678 32387 32433 I System.out: Contact: <sip:1012@X.X.X.X:5050;transport=tcp>
	Line 22776: 05-27 09:58:05.678 32387 32433 I System.out: Content-Type: application/sdp
	Line 22777: 05-27 09:58:05.678 32387 32433 I System.out: Content-Length: 567
	Line 22778: 05-27 09:58:05.678 32387 32433 I System.out: 
	Line 22779: 05-27 09:58:05.678 32387 32433 I System.out: v=0
	Line 22780: 05-27 09:58:05.678 32387 32433 I System.out: o=OneSIPConnector 615 1 IN IP4 0.0.0.0
	Line 22781: 05-27 09:58:05.678 32387 32433 I System.out: s=OneSIPConnector
	Line 22782: 05-27 09:58:05.678 32387 32433 I System.out: b=AS:117
	Line 22783: 05-27 09:58:05.678 32387 32433 I System.out: t=0 0
	Line 22784: 05-27 09:58:05.678 32387 32433 I System.out: m=audio 19612 RTP/AVP 98 97 99 104 3 0 8 9 120 96
	Line 22785: 05-27 09:58:05.678 32387 32433 I System.out: c=IN IP4 0.0.0.0
	Line 22786: 05-27 09:58:05.678 32387 32433 I System.out: b=TIAS:96000
	Line 22787: 05-27 09:58:05.678 32387 32433 I System.out: a=sendrecv
	Line 22788: 05-27 09:58:05.678 32387 32433 I System.out: a=rtpmap:98 speex/16000
	Line 22789: 05-27 09:58:05.678 32387 32433 I System.out: a=rtpmap:97 speex/8000
	Line 22790: 05-27 09:58:05.678 32387 32433 I System.out: a=rtpmap:99 speex/32000
	Line 22791: 05-27 09:58:05.678 32387 32433 I System.out: a=rtpmap:104 iLBC/8000
	Line 22792: 05-27 09:58:05.678 32387 32433 I System.out: a=fmtp:104 mode=30
	Line 22793: 05-27 09:58:05.679 32387 32433 I System.out: a=rtpmap:3 GSM/8000
	Line 22794: 05-27 09:58:05.679 32387 32433 I System.out: a=rtpmap:0 PCMU/8000
	Line 22795: 05-27 09:58:05.679 32387 32433 I System.out: a=rtpmap:8 PCMA/8000
	Line 22796: 05-27 09:58:05.679 32387 32433 I System.out: a=rtpmap:9 G722/8000
	Line 22797: 05-27 09:58:05.679 32387 32433 I System.out: a=rtpmap:120 opus/48000/2
	Line 22798: 05-27 09:58:05.679 32387 32433 I System.out: a=fmtp:120 useinbandfec=1
	Line 22799: 05-27 09:58:05.679 32387 32433 I System.out: a=rtpmap:96 telephone-event/8000
	Line 22800: 05-27 09:58:05.679 32387 32433 I System.out: a=fmtp:96 0-16
	Line 22801: 05-27 09:58:05.679 32387 32433 I System.out: a=ssrc:2095149503 cname:014ec1556dc68b50
	Line 22802: 05-27 09:58:05.679 32387 32433 I System.out: a=fmtp:104 mode=20
	Line 22803: 05-27 09:58:05.679 32387 32433 I System.out: a=fmtp:104 mode=20
	Line 22804: 05-27 09:58:05.679 32387 32433 I System.out: 
	Line 22805: 05-27 09:58:05.679 32387 32433 I System.out: --end msg--
	Line 22806: 05-27 09:58:05.679 32387 32433 I System.out: 09:58:05.679        tsx0x78a56718a8  .Incoming Response msg 200/INVITE/cseq=21293 (rdata0x78a5706b30) in state Proceeding
	Line 22807: 05-27 09:58:05.679 32387 32433 I System.out: 09:58:05.679        tsx0x78a56718a8  ..State changed from Proceeding to Terminated, event=RX_MSG
	Line 22808: 05-27 09:58:05.679 32387 32433 I System.out: 09:58:05.679        dlg0x78a231c0a8  ...Received Response msg 200/INVITE/cseq=21293 (rdata0x78a5706b30)
	Line 22809: 05-27 09:58:05.679 32387 32433 I System.out: 09:58:05.679        dlg0x78a231c0a8  ....Route-set updated
	Line 22810: 05-27 09:58:05.679 32387 32433 I System.out: 09:58:05.679        dlg0x78a231c0a8  ....Route-set frozen
	Line 22811: 05-27 09:58:05.679 32387 32433 I System.out: 09:58:05.679        dlg0x78a231c0a8  ...Transaction tsx0x78a56718a8 state changed to Terminated
	Line 22812: 05-27 09:58:05.680 32387 32433 I Tracer  : PjSua-0 SP C:0002  |      > SIPCallStatusResolver.onCallState()
	Line 22813: 05-27 09:58:05.680 32387 32433 I Tracer  : PjSua-0 SP C:0002  |       > SIPCall.setState(CONNECTING)
	Line 22814: 05-27 09:58:05.680 32387 32433 I Tracer  : PjSua-0 SP C:0002  |        > SIPCall.isCallEnded()
	Line 22815: 05-27 09:58:05.680 32387 32433 I Tracer  : PjSua-0 SP C:0002  |        < = (false)
	Line 22817: 05-27 09:58:05.680 32387 32433 I Tracer  : PjSua-0 SP C:0002  |       <
	Line 22818: 05-27 09:58:05.680 32387 32433 I Tracer  : PjSua-0 SP C:0002  |      <
	Line 22822: 05-27 09:58:05.680 32387 32433 I System.out: 09:58:05.680        inv0x78a231c0a8  ....Got SDP answer in Response msg 200/INVITE/cseq=21293 (rdata0x78a5706b30)
	Line 22824: 05-27 09:58:05.680 32387 32433 I System.out: 09:58:05.680        inv0x78a231c0a8  ....SDP negotiation done, status=0
	Line 22827: 05-27 09:58:05.681 32387 32433 I System.out: 09:58:05.681           pjsua_call.c  .....Call 2: remote NAT type is 0 (Unknown)
	Line 22828: 05-27 09:58:05.681 32387 32433 I System.out: 09:58:05.681          pjsua_media.c  .....Call 2: updating media..
	Line 22834: 05-27 09:58:05.681 32387 32433 I System.out: 09:58:05.681          pjsua_media.c  ......Call 2: stream #0 (audio) unchanged.
	Line 22836: 05-27 09:58:05.681 32387 32433 I System.out: 09:58:05.681          pjsua_media.c  ......Audio updated, stream #0: speex (inactive)
	Line 22837: 05-27 09:58:05.681 32387 32433 I Tracer  : PjSua-0 SP C:0002  |      > SIPCallMediaStateResolver.onCallMediaState()
	Line 22839: 05-27 09:58:05.681 32387 32433 I Tracer  : PjSua-0 SP C:0002  |      <
	Line 22840: 05-27 09:58:05.681 32387 32433 I System.out: 09:58:05.681        inv0x78a231c0a8  ....Received Response msg 200/INVITE/cseq=21293 (rdata0x78a5706b30), sending ACK
	Line 22841: 05-27 09:58:05.681 32387 32433 I System.out: 09:58:05.681               endpoint  ....Request msg ACK/cseq=21293 (tdta0x78a23510a8) created.
	Line 22842: 05-27 09:58:05.681 32387 32433 I System.out: 09:58:05.681        dlg0x78a231c0a8  .....Sending Request msg ACK/cseq=21293 (tdta0x78a23510a8)
	Line 22846: 05-27 09:58:05.682 32387 32433 I System.out: 09:58:05.682          sip_resolve.c  .....Target 'X.X.X.X:5050' type=TCP resolved to 'X.X.X.X:5050' type=TCP (TCP transport)
	Line 22860: 05-27 09:58:05.683 32387 32433 I System.out: 09:58:05.683           pjsua_core.c  .....TX 439 bytes Request msg ACK/cseq=21293 (tdta0x78a23510a8) to TCP X.X.X.X:5050:
	Line 22861: 05-27 09:58:05.683 32387 32433 I System.out: ACK sip:1012@X.X.X.X:5050;transport=tcp SIP/2.0
	Line 22862: 05-27 09:58:05.683 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;rport;branch=z9hG4bKPj321120a9-f7cf-494c-affc-b3ea36a25212;alias
	Line 22863: 05-27 09:58:05.683 32387 32433 I System.out: Max-Forwards: 70
	Line 22864: 05-27 09:58:05.683 32387 32433 I System.out: From: sip:1012@DomainXPTO;tag=fa6928ac-1128-4a2f-b475-88c59643e163
	Line 22865: 05-27 09:58:05.683 32387 32433 I System.out: To: sip:*69@DomainXPTO;tag=5bac9a70-b00000a-fd2-65014-2b622-5a0a6bc1-2b622
	Line 22866: 05-27 09:58:05.683 32387 32433 I System.out: Call-ID: 37061dea-1d3b-4c82-8d4d-63ccebc8d635
	Line 22867: 05-27 09:58:05.683 32387 32433 I System.out: CSeq: 21293 ACK
	Line 22868: 05-27 09:58:05.683 32387 32433 I System.out: Content-Length:  0
	Line 22869: 05-27 09:58:05.683 32387 32433 I System.out: 
	Line 22870: 05-27 09:58:05.683 32387 32433 I System.out: 
	Line 22871: 05-27 09:58:05.683 32387 32433 I System.out: --end msg--
	Line 22872: 05-27 09:58:05.683 32387 32433 I Tracer  : PjSua-0 SP C:0002  |      > SIPCallStatusResolver.onCallState()
	Line 22873: 05-27 09:58:05.683 32387 32433 I Tracer  : PjSua-0 SP C:0002  |       > SIPCall.setState(CONFIRMED)
	Line 22874: 05-27 09:58:05.684 32387 32433 I Tracer  : PjSua-0 SP C:0002  |        > SIPCall.isCallEnded()
	Line 22875: 05-27 09:58:05.684 32387 32433 I Tracer  : PjSua-0 SP C:0002  |        < = (false)
	Line 22876: 05-27 09:58:05.684 32387 32433 I Tracer  : PjSua-0 SP C:0002  |       <
	Line 22877: 05-27 09:58:05.684 32387 32433 I Tracer  : PjSua-0 SP C:0002  |       > SIPCallStatusResolver.processConfirmedState()
	Line 22878: 05-27 09:58:05.684 32387 32433 I Tracer  : PjSua-0 SP         |        > CallManager.onCallConnected()
	Line 22879: 05-27 09:58:05.684 32387 32433 I Tracer  : PjSua-0 SP         |         > ToneManager.onCallConnected()
	Line 22880: 05-27 09:58:05.684 32387 32433 I Tracer  : PjSua-0 SP         |         <
	Line 23001: 05-27 09:58:05.747 32387 32433 I Tracer  : PjSua-0 SP         |        <
	Line 23004: 05-27 09:58:05.747 32387 32433 I Tracer  : PjSua-0 SP C:0002  |       <
	Line 23005: 05-27 09:58:05.747 32387 32433 I Tracer  : PjSua-0 SP C:0002  |      <
	Line 23006: 05-27 09:58:05.747 32387 32433 I System.out: 09:58:05.747        tsx0x78a56718a8  Timeout timer event
	Line 23007: 05-27 09:58:05.747 32387 32433 I System.out: 09:58:05.747        tsx0x78a56718a8  .State changed from Terminated to Destroyed, event=TIMER
	Line 23008: 05-27 09:58:05.748 32387 32433 I System.out: 09:58:05.748        tsx0x78a56718a8  Transaction destroyed!
	Line 23331: 05-27 09:58:05.954 32387  2404 I System.out: 09:58:05.953                  speex !warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 23371: 05-27 09:58:05.988 32387 32433 I System.out: 09:58:05.988         sip_endpoint.c !Processing incoming message: Request msg INVITE/cseq=1 (rdata0x78a5706b30)
	Line 23372: 05-27 09:58:05.989 32387 32433 I System.out: 09:58:05.989           pjsua_core.c  .RX 1294 bytes Request msg INVITE/cseq=1 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 23373: 05-27 09:58:05.989 32387 32433 I System.out: INVITE sip:1012@X.X.X.X:5050;transport=TCP;ob SIP/2.0
	Line 23374: 05-27 09:58:05.989 32387 32433 I System.out: From: "martinho2"<sip:1010@DomainXPTO>;tag=5baca530-b00000a-fd2-65014-2b622-2bcf94d9-2b622
	Line 23375: 05-27 09:58:05.989 32387 32433 I System.out: To: <sip:1012@DomainXPTO>
	Line 23376: 05-27 09:58:05.989 32387 32433 I System.out: Call-ID: 5ce07ab8-b00000a-fd2-65014-2b622-6caf6283-2b622
	Line 23377: 05-27 09:58:05.989 32387 32433 I System.out: CSeq: 1 INVITE
	Line 23378: 05-27 09:58:05.989 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;branch=z9hG4bK-2b622-a9777c5-6158e4ee-5ab8a970
	Line 23379: 05-27 09:58:05.989 32387 32433 I System.out: Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO
	Line 23380: 05-27 09:58:05.989 32387 32433 I System.out: Replaces: 37061dea-1d3b-4c82-8d4d-63ccebc8d635;to-tag=fa6928ac-1128-4a2f-b475-88c59643e163;from-tag=5bac9a70-b00000a-fd2-65014-2b622-5a0a6bc1-2b622
	Line 23381: 05-27 09:58:05.989 32387 32433 I System.out: Max-Forwards: 70
	Line 23382: 05-27 09:58:05.989 32387 32433 I System.out: Contact: <sip:1010@X.X.X.X:5050;transport=tcp>
	Line 23383: 05-27 09:58:05.989 32387 32433 I System.out: Content-Type: application/sdp
	Line 23384: 05-27 09:58:05.989 32387 32433 I System.out: Content-Length: 573
	Line 23385: 05-27 09:58:05.989 32387 32433 I System.out: 
	Line 23386: 05-27 09:58:05.989 32387 32433 I System.out: v=0
	Line 23387: 05-27 09:58:05.989 32387 32433 I System.out: o=OneSIPConnector 618 1 IN IP4 X.X.X.X
	Line 23388: 05-27 09:58:05.989 32387 32433 I System.out: s=OneSIPConnector
	Line 23389: 05-27 09:58:05.989 32387 32433 I System.out: t=0 0
	Line 23390: 05-27 09:58:05.989 32387 32433 I System.out: m=audio 19472 RTP/AVP 111 103 104 9 0 8 106 105 13 110 112 113 126
	Line 23391: 05-27 09:58:05.989 32387 32433 I System.out: c=IN IP4 X.X.X.X
	Line 23392: 05-27 09:58:05.989 32387 32433 I System.out: a=sendrecv
	Line 23393: 05-27 09:58:05.989 32387 32433 I System.out: a=rtpmap:111 opus/48000/2
	Line 23394: 05-27 09:58:05.989 32387 32433 I System.out: a=fmtp:111 minptime=10;useinbandfec=1
	Line 23395: 05-27 09:58:05.989 32387 32433 I System.out: a=rtpmap:103 ISAC/16000
	Line 23396: 05-27 09:58:05.989 32387 32433 I System.out: a=rtpmap:104 ISAC/32000
	Line 23397: 05-27 09:58:05.989 32387 32433 I System.out: a=rtpmap:9 G722/8000
	Line 23398: 05-27 09:58:05.989 32387 32433 I System.out: a=rtpmap:0 PCMU/8000
	Line 23399: 05-27 09:58:05.989 32387 32433 I System.out: a=rtpmap:8 PCMA/8000
	Line 23400: 05-27 09:58:05.989 32387 32433 I System.out: a=rtpmap:106 CN/32000
	Line 23401: 05-27 09:58:05.989 32387 32433 I System.out: a=rtpmap:105 CN/16000
	Line 23402: 05-27 09:58:05.989 32387 32433 I System.out: a=rtpmap:13 CN/8000
	Line 23403: 05-27 09:58:05.989 32387 32433 I System.out: a=rtpmap:110 telephone-event/48000
	Line 23404: 05-27 09:58:05.989 32387 32433 I System.out: a=rtpmap:112 telephone-event/32000
	Line 23405: 05-27 09:58:05.989 32387 32433 I System.out: a=rtpmap:113 telephone-event/16000
	Line 23406: 05-27 09:58:05.989 32387 32433 I System.out: a=rtpmap:126 telephone-event/8000
	Line 23407: 05-27 09:58:05.989 32387 32433 I System.out: 
	Line 23408: 05-27 09:58:05.989 32387 32433 I System.out: --end msg--
	Line 23409: 05-27 09:58:05.989 32387 32433 I System.out: 09:58:05.989           pjsua_call.c  .Incoming Request msg INVITE/cseq=1 (rdata0x78a5706b30)
	Line 23410: 05-27 09:58:05.990 32387 32433 I System.out: 09:58:05.990        tsx0x78a56748a8  ...Transaction created for Request msg INVITE/cseq=1 (rdata0x78a5706b30)
	Line 23411: 05-27 09:58:05.990 32387 32433 I System.out: 09:58:05.990        tsx0x78a56748a8  ..Incoming Request msg INVITE/cseq=1 (rdata0x78a5706b30) in state Null
	Line 23412: 05-27 09:58:05.990 32387 32433 I System.out: 09:58:05.990        tsx0x78a56748a8  ...State changed from Null to Trying, event=RX_MSG
	Line 23413: 05-27 09:58:05.990 32387 32433 I System.out: 09:58:05.990        dlg0x78a56718a8  ....Transaction tsx0x78a56748a8 state changed to Trying
	Line 23414: 05-27 09:58:05.990 32387 32433 I System.out: 09:58:05.990        dlg0x78a56718a8  ..UAS dialog created
	Line 23415: 05-27 09:58:05.990 32387 32433 I System.out: 09:58:05.990        dlg0x78a56718a8  ..Module mod-invite added as dialog usage, data=0x78a22e0028
	Line 23416: 05-27 09:58:05.990 32387 32433 I System.out: 09:58:05.990        dlg0x78a56718a8  ...Session count inc to 3 by mod-invite
	Line 23417: 05-27 09:58:05.990 32387 32433 I System.out: 09:58:05.990        inv0x78a56718a8  ..UAS invite session created for dialog dlg0x78a56718a8
	Line 23418: 05-27 09:58:05.991 32387 32433 I System.out: 09:58:05.990        dlg0x78a56718a8  ...Session count inc to 3 by mod-pjsua
	Line 23419: 05-27 09:58:05.991 32387 32433 I System.out: 09:58:05.991          pjsua_media.c  ..Call 3: initializing media..
	Line 23423: 05-27 09:58:05.995 32387 32433 I System.out: 09:58:05.995          pjsua_media.c  ...RTP socket reachable at 192.168.1.127:4006
	Line 23424: 05-27 09:58:05.995 32387 32433 I System.out: 09:58:05.995          pjsua_media.c  ...RTCP socket reachable at 192.168.1.127:4007
	Line 23425: 05-27 09:58:05.995 32387 32433 I System.out: 09:58:05.995       srtp0x78a566fc00  ...SRTP keying SDES created
	Line 23426: 05-27 09:58:05.995 32387 32433 I System.out: 09:58:05.995          pjsua_media.c  ...Media index 0 selected for audio call 3
	Line 23427: 05-27 09:58:05.995 32387 32433 I System.out: 09:58:05.995          pjsua_media.c  ...Call 3: media transport initialization complete: Success
	Line 23428: 05-27 09:58:05.995 32387 32433 I System.out: 09:58:05.995        dlg0x78a56718a8  ...Session count dec to 3 by mod-pjsua
	Line 23429: 05-27 09:58:05.996 32387 32433 I System.out: 09:58:05.996           pjsua_call.c  ..Call 3: remote NAT type is 0 (Unknown)
	Line 23430: 05-27 09:58:05.996 32387 32433 I System.out: 09:58:05.996               endpoint !...Response msg 100/INVITE/cseq=1 (tdta0x78a56660a8) created
	Line 23431: 05-27 09:58:05.996 32387 32433 I System.out: 09:58:05.996        dlg0x78a56718a8  ...Initial answer Response msg 100/INVITE/cseq=1 (tdta0x78a56660a8)
	Line 23432: 05-27 09:58:05.996 32387 32433 I System.out: 09:58:05.996        inv0x78a56718a8  ...Sending Response msg 100/INVITE/cseq=1 (tdta0x78a56660a8)
	Line 23433: 05-27 09:58:05.996 32387 32433 I System.out: 09:58:05.996        dlg0x78a56718a8  ....Sending Response msg 100/INVITE/cseq=1 (tdta0x78a56660a8)
	Line 23434: 05-27 09:58:05.996 32387 32433 I System.out: 09:58:05.996        tsx0x78a56748a8  ....Sending Response msg 100/INVITE/cseq=1 (tdta0x78a56660a8) in state Trying
	Line 23435: 05-27 09:58:05.996 32387 32433 I System.out: 09:58:05.996           pjsua_core.c  .....TX 377 bytes Response msg 100/INVITE/cseq=1 (tdta0x78a56660a8) to TCP X.X.X.X:5050:
	Line 23436: 05-27 09:58:05.996 32387 32433 I System.out: SIP/2.0 100 Trying
	Line 23437: 05-27 09:58:05.997 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;received=X.X.X.X;branch=z9hG4bK-2b622-a9777c5-6158e4ee-5ab8a970
	Line 23438: 05-27 09:58:05.997 32387 32433 I System.out: Call-ID: 5ce07ab8-b00000a-fd2-65014-2b622-6caf6283-2b622
	Line 23439: 05-27 09:58:05.997 32387 32433 I System.out: From: "martinho2" <sip:1010@DomainXPTO>;tag=5baca530-b00000a-fd2-65014-2b622-2bcf94d9-2b622
	Line 23440: 05-27 09:58:05.997 32387 32433 I System.out: To: <sip:1012@DomainXPTO>
	Line 23441: 05-27 09:58:05.997 32387 32433 I System.out: CSeq: 1 INVITE
	Line 23442: 05-27 09:58:05.997 32387 32433 I System.out: Content-Length:  0
	Line 23443: 05-27 09:58:05.997 32387 32433 I System.out: 
	Line 23444: 05-27 09:58:05.997 32387 32433 I System.out: 
	Line 23445: 05-27 09:58:05.997 32387 32433 I System.out: --end msg--
	Line 23446: 05-27 09:58:05.997 32387 32433 I System.out: 09:58:05.997        tsx0x78a56748a8  .....State changed from Trying to Proceeding, event=TX_MSG
	Line 23447: 05-27 09:58:05.997 32387 32433 I System.out: 09:58:05.997        dlg0x78a56718a8  ......Transaction tsx0x78a56748a8 state changed to Proceeding
	Line 23448: 05-27 09:58:05.997 32387 32433 I System.out: 09:58:05.997           pjsua_call.c  ..Answering replacement call 3 with 200/OK
	Line 23449: 05-27 09:58:05.997 32387 32433 I System.out: 09:58:05.997        sip_transport.c  ...Tx data Response msg 100/INVITE/cseq=1 (tdta0x78a56650a8) cloned
	Line 23450: 05-27 09:58:05.997 32387 32433 I System.out: 09:58:05.997        inv0x78a56718a8  ...SDP negotiation done, status=0
	Line 23451: 05-27 09:58:05.997 32387 32433 I System.out: 09:58:05.997           pjsua_call.c  ....Call 3: remote NAT type is 0 (Unknown)
	Line 23452: 05-27 09:58:05.998 32387 32433 I System.out: 09:58:05.997          pjsua_media.c  ....Call 3: updating media..
	Line 23453: 05-27 09:58:05.998 32387 32433 I System.out: 09:58:05.998          pjsua_media.c  ......Media stream call03:0 is destroyed
	Line 23454: 05-27 09:58:05.998 32387 32433 I System.out: 09:58:05.998            pjsua_aud.c  .....Audio channel update..
	Line 23455: 05-27 09:58:05.998 32387 32433 I System.out: 09:58:05.998                 opus.c  ......Initialize Opus encoder, sample rate: 48000, avg bitrate: 0, vad: 0, plc: 1, pkt loss: 5, complexity: 5, constant bit rate: 0
	Line 23456: 05-27 09:58:05.998 32387 32433 I System.out: 09:58:05.998                  rtp.c  ......pjmedia_rtp_session_init: ses=0x78a56746c0, default_pt=111, ssrc=0x74a41faf
	Line 23457: 05-27 09:58:05.998 32387 32433 I System.out: 09:58:05.998                  rtp.c  ......pjmedia_rtp_session_init: ses=0x78a5673e10, default_pt=111, ssrc=0x74a41faf
	Line 23458: 05-27 09:58:05.998 32387 32433 I System.out: 09:58:05.998               stream.c  ......Stream strm0x78a56df028 created
	Line 23459: 05-27 09:58:05.999 32387 32433 I System.out: 09:58:05.998       strm0x78a56df028  ......Encoder stream started
	Line 23460: 05-27 09:58:05.999 32387 32433 I System.out: 09:58:05.999       strm0x78a56df028  ......Decoder stream started
	Line 23461: 05-27 09:58:05.999 32387 32433 I System.out: 09:58:05.999             resample.c  ......resample created: high qualiy, small filter, in/out rate=48000/16000
	Line 23462: 05-27 09:58:05.999 32387 32433 I System.out: 09:58:05.999             resample.c  ......resample created: high qualiy, small filter, in/out rate=16000/48000
	Line 23463: 05-27 09:58:05.999 32387  2404 I System.out: 09:58:05.996                  speex !warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 23464: 05-27 09:58:05.999 32387 32433 I System.out: 09:58:05.999          pjsua_media.c  .....Audio updated, stream #0: opus (sendrecv)
	Line 23465: 05-27 09:58:05.999 32387 32433 I System.out: 09:58:05.999        inv0x78a56718a8  ...Sending Response msg 200/INVITE/cseq=1 (tdta0x78a56650a8)
	Line 23466: 05-27 09:58:05.999 32387 32433 I System.out: 09:58:05.999        dlg0x78a56718a8  ....Sending Response msg 200/INVITE/cseq=1 (tdta0x78a56650a8)
	Line 23467: 05-27 09:58:05.999 32387 32433 I System.out: 09:58:05.999        tsx0x78a56748a8  ....Sending Response msg 200/INVITE/cseq=1 (tdta0x78a56650a8) in state Proceeding
	Line 23468: 05-27 09:58:05.999 32387 32433 I System.out: 09:58:05.999       tdta0x78a56660a8  .....Destroying txdata Response msg 100/INVITE/cseq=1 (tdta0x78a56660a8)
	Line 23469: 05-27 09:58:05.999 32387 32433 I System.out: 09:58:05.999           pjsua_core.c  .....TX 1005 bytes Response msg 200/INVITE/cseq=1 (tdta0x78a56650a8) to TCP X.X.X.X:5050:
	Line 23470: 05-27 09:58:05.999 32387 32433 I System.out: SIP/2.0 200 OK
	Line 23471: 05-27 09:58:05.999 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;received=X.X.X.X;branch=z9hG4bK-2b622-a9777c5-6158e4ee-5ab8a970
	Line 23472: 05-27 09:58:05.999 32387 32433 I System.out: Call-ID: 5ce07ab8-b00000a-fd2-65014-2b622-6caf6283-2b622
	Line 23473: 05-27 09:58:05.999 32387 32433 I System.out: From: "martinho2" <sip:1010@DomainXPTO>;tag=5baca530-b00000a-fd2-65014-2b622-2bcf94d9-2b622
	Line 23474: 05-27 09:58:05.999 32387 32433 I System.out: To: <sip:1012@DomainXPTO>;tag=0c6056ea-dda9-43ec-9a49-412b3c5a1226
	Line 23475: 05-27 09:58:05.999 32387 32433 I System.out: CSeq: 1 INVITE
	Line 23476: 05-27 09:58:05.999 32387 32433 I System.out: Contact: <sip:1012@X.X.X.X:5050;transport=TCP;ob>
	Line 23477: 05-27 09:58:05.999 32387 32433 I System.out: Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
	Line 23478: 05-27 09:58:05.999 32387 32433 I System.out: Supported: replaces, 100rel, timer, norefersub
	Line 23479: 05-27 09:58:05.999 32387 32433 I System.out: Content-Type: application/sdp
	Line 23480: 05-27 09:58:05.999 32387 32433 I System.out: Content-Length:   354
	Line 23481: 05-27 09:58:05.999 32387 32433 I System.out: 
	Line 23482: 05-27 09:58:05.999 32387 32433 I System.out: v=0
	Line 23483: 05-27 09:58:05.999 32387 32433 I System.out: o=- 3799558685 3799558686 IN IP4 192.168.1.127
	Line 23484: 05-27 09:58:06.000 32387 32433 I System.out: s=pjmedia
	Line 23485: 05-27 09:58:06.000 32387 32433 I System.out: b=AS:117
	Line 23486: 05-27 09:58:06.000 32387 32433 I System.out: t=0 0
	Line 23487: 05-27 09:58:06.000 32387 32433 I System.out: a=X-nat:0
	Line 23488: 05-27 09:58:06.000 32387 32433 I System.out: m=audio 4006 RTP/AVP 111 126
	Line 23489: 05-27 09:58:06.000 32387 32433 I System.out: c=IN IP4 192.168.1.127
	Line 23490: 05-27 09:58:06.000 32387 32433 I System.out: b=TIAS:96000
	Line 23491: 05-27 09:58:06.000 32387 32433 I System.out: a=rtcp:4007 IN IP4 192.168.1.127
	Line 23492: 05-27 09:58:06.000 32387 32433 I System.out: a=sendrecv
	Line 23493: 05-27 09:58:06.000 32387 32433 I System.out: a=ssrc:1956913071 cname:6489e8d07d99fd0b
	Line 23494: 05-27 09:58:06.000 32387 32433 I System.out: a=rtpmap:111 opus/48000/2
	Line 23495: 05-27 09:58:06.000 32387 32433 I System.out: a=fmtp:111 useinbandfec=1
	Line 23496: 05-27 09:58:06.000 32387 32433 I System.out: a=rtpmap:126 telephone-event/8000
	Line 23497: 05-27 09:58:06.000 32387 32433 I System.out: a=fmtp:126 0-16
	Line 23498: 05-27 09:58:06.000 32387 32433 I System.out: 
	Line 23499: 05-27 09:58:06.000 32387 32433 I System.out: --end msg--
	Line 23500: 05-27 09:58:06.000 32387 32433 I System.out: 09:58:06.000        tsx0x78a56748a8  .....State changed from Proceeding to Completed, event=TX_MSG
	Line 23501: 05-27 09:58:06.000 32387 32433 I System.out: 09:58:06.000        dlg0x78a56718a8  ......Transaction tsx0x78a56748a8 state changed to Completed
	Line 23502: 05-27 09:58:06.000 32387 32433 I System.out: 09:58:06.000           pjsua_call.c  ..Disconnecting replaced call 2
	Line 23503: 05-27 09:58:06.000 32387 32433 I System.out: 09:58:06.000               endpoint  ...Request msg BYE/cseq=21295 (tdta0x78a56660a8) created.
	Line 23504: 05-27 09:58:06.000 32387 32433 I System.out: 09:58:06.000        inv0x78a231c0a8  ...Sending Request msg BYE/cseq=21295 (tdta0x78a56660a8)
	Line 23505: 05-27 09:58:06.000 32387 32433 I System.out: 09:58:06.000        dlg0x78a231c0a8  ....Sending Request msg BYE/cseq=21295 (tdta0x78a56660a8)
	Line 23506: 05-27 09:58:06.001 32387 32433 I System.out: 09:58:06.001        tsx0x78906390a8  .....Transaction created for Request msg BYE/cseq=21294 (tdta0x78a56660a8)
	Line 23507: 05-27 09:58:06.001 32387 32433 I System.out: 09:58:06.001        tsx0x78906390a8  ....Sending Request msg BYE/cseq=21294 (tdta0x78a56660a8) in state Null
	Line 23508: 05-27 09:58:06.001 32387 32433 I System.out: 09:58:06.001          sip_resolve.c  .....Target 'X.X.X.X:5050' type=TCP resolved to 'X.X.X.X:5050' type=TCP (TCP transport)
	Line 23509: 05-27 09:58:06.001 32387 32433 I System.out: 09:58:06.001           pjsua_core.c  .....TX 439 bytes Request msg BYE/cseq=21294 (tdta0x78a56660a8) to TCP X.X.X.X:5050:
	Line 23510: 05-27 09:58:06.001 32387 32433 I System.out: BYE sip:1012@X.X.X.X:5050;transport=tcp SIP/2.0
	Line 23511: 05-27 09:58:06.001 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;rport;branch=z9hG4bKPjf9c3cb8c-2629-47ba-9fbc-5b0339e19261;alias
	Line 23512: 05-27 09:58:06.001 32387 32433 I System.out: Max-Forwards: 70
	Line 23513: 05-27 09:58:06.001 32387 32433 I System.out: From: sip:1012@DomainXPTO;tag=fa6928ac-1128-4a2f-b475-88c59643e163
	Line 23514: 05-27 09:58:06.001 32387 32433 I System.out: To: sip:*69@DomainXPTO;tag=5bac9a70-b00000a-fd2-65014-2b622-5a0a6bc1-2b622
	Line 23515: 05-27 09:58:06.001 32387 32433 I System.out: Call-ID: 37061dea-1d3b-4c82-8d4d-63ccebc8d635
	Line 23516: 05-27 09:58:06.001 32387 32433 I System.out: CSeq: 21294 BYE
	Line 23517: 05-27 09:58:06.001 32387 32433 I System.out: Content-Length:  0
	Line 23518: 05-27 09:58:06.001 32387 32433 I System.out: 
	Line 23519: 05-27 09:58:06.001 32387 32433 I System.out: 
	Line 23520: 05-27 09:58:06.001 32387 32433 I System.out: --end msg--
	Line 23522: 05-27 09:58:06.001 32387 32433 I System.out: 09:58:06.001        tsx0x78906390a8  .....State changed from Null to Calling, event=TX_MSG
	Line 23523: 05-27 09:58:06.002 32387 32433 I System.out: 09:58:06.001        dlg0x78a231c0a8  ......Transaction tsx0x78906390a8 state changed to Calling
	Line 23551: 05-27 09:58:06.027 32387  2404 I System.out: 09:58:06.027                  speex !warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 23552: 05-27 09:58:06.036 32387  2404 I System.out: 09:58:06.036                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 23554: 05-27 09:58:06.048 32387  2404 I System.out: 09:58:06.047                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 23574: 05-27 09:58:06.079 32387  2404 I System.out: 09:58:06.078                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 23575: 05-27 09:58:06.191 32387 32433 I System.out: 09:58:06.191         sip_endpoint.c !Processing incoming message: Response msg 200/BYE/cseq=21294 (rdata0x78a5706b30)
	Line 23576: 05-27 09:58:06.191 32387 32433 I System.out: 09:58:06.191           pjsua_core.c  .RX 412 bytes Response msg 200/BYE/cseq=21294 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 23577: 05-27 09:58:06.191 32387 32433 I System.out: SIP/2.0 200 OK
	Line 23578: 05-27 09:58:06.191 32387 32433 I System.out: From: <sip:1012@DomainXPTO>;tag=fa6928ac-1128-4a2f-b475-88c59643e163
	Line 23579: 05-27 09:58:06.191 32387 32433 I System.out: To: <sip:*69@DomainXPTO>;tag=5bac9a70-b00000a-fd2-65014-2b622-5a0a6bc1-2b622
	Line 23580: 05-27 09:58:06.191 32387 32433 I System.out: Call-ID: 37061dea-1d3b-4c82-8d4d-63ccebc8d635
	Line 23581: 05-27 09:58:06.191 32387 32433 I System.out: CSeq: 21294 BYE
	Line 23582: 05-27 09:58:06.191 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;alias;received=2.83.60.252;rport=60793;branch=z9hG4bKPjf9c3cb8c-2629-47ba-9fbc-5b0339e19261
	Line 23583: 05-27 09:58:06.191 32387 32433 I System.out: Content-Length: 0
	Line 23584: 05-27 09:58:06.191 32387 32433 I System.out: 
	Line 23585: 05-27 09:58:06.191 32387 32433 I System.out: 
	Line 23586: 05-27 09:58:06.191 32387 32433 I System.out: --end msg--
	Line 23587: 05-27 09:58:06.191 32387 32433 I System.out: 09:58:06.191        tsx0x78906390a8  .Incoming Response msg 200/BYE/cseq=21294 (rdata0x78a5706b30) in state Calling
	Line 23588: 05-27 09:58:06.191 32387 32433 I System.out: 09:58:06.191        tsx0x78906390a8  ..State changed from Calling to Completed, event=RX_MSG
	Line 23589: 05-27 09:58:06.191 32387 32433 I System.out: 09:58:06.191        dlg0x78a231c0a8  ...Received Response msg 200/BYE/cseq=21294 (rdata0x78a5706b30)
	Line 23590: 05-27 09:58:06.191 32387 32433 I System.out: 09:58:06.191        dlg0x78a231c0a8  ...Transaction tsx0x78906390a8 state changed to Completed
	Line 23591: 05-27 09:58:06.192 32387 32433 I Tracer  : PjSua-0 SP C:0002  |      > SIPCallStatusResolver.onCallState()
	Line 23592: 05-27 09:58:06.192 32387 32433 I Tracer  : PjSua-0 SP C:0002  |       > SIPCall.setState(DISCONNECTED)
	Line 23593: 05-27 09:58:06.192 32387 32433 I Tracer  : PjSua-0 SP C:0002  |        > SIPCall.isCallEnded()
	Line 23594: 05-27 09:58:06.192 32387 32433 I Tracer  : PjSua-0 SP C:0002  |        < = (false)
	Line 23595: 05-27 09:58:06.192 32387 32433 I Tracer  : PjSua-0 SP C:0002  |       <
	Line 23596: 05-27 09:58:06.192 32387 32433 I Tracer  : PjSua-0 SP C:0002  |       > SIPCallStatusResolver.processDisconnectState()
	Line 23597: 05-27 09:58:06.192 32387 32433 I Tracer  : PjSua-0 SP         |        > CallManager.executeOnCallEnd(com.collab.softphone.logic.SIPCall@e35a20d)
	Line 23598: 05-27 09:58:06.193 32387 32433 I Tracer  : PjSua-0 SP         |         > CallManager.activateDefaultCall(com.collab.softphone.logic.SIPCall@e35a20d)
	Line 23599: 05-27 09:58:06.193 32387 32433 I Tracer  : PjSua-0 SP         |         <
	Line 23600: 05-27 09:58:06.193 32387 32433 I Tracer  : PjSua-0 SP         |         > ToneManager.onCallEnded()
	Line 23601: 05-27 09:58:06.195 32387 32433 D Tracer  : PjSua-0 SP         |          > ToneManager.shouldPlayBusyTone(PJSIP_SC_GONE)
	Line 23602: 05-27 09:58:06.195 32387 32433 D Tracer  : PjSua-0 SP         |          < = (true)
	Line 23603: 05-27 09:58:06.195 32387 32433 I Tracer  : PjSua-0 SP         |         <
	Line 23619: 05-27 09:58:06.197 32387 32433 I Tracer  : PjSua-0 SP         |         > CallManager.activateDefaultCall(com.collab.softphone.logic.SIPCall@e35a20d)
	Line 23620: 05-27 09:58:06.197 32387 32426 W AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by server; frameCount 960 -> 3840
	Line 23626: 05-27 09:58:06.198 32387 32433 I Tracer  : PjSua-0 SP         |         <
	Line 23630: 05-27 09:58:06.199 32387 32433 I Tracer  : PjSua-0 SP C:0002  |         > SIPCall.destroy()
	Line 23631: 05-27 09:58:06.201 32387 32433 I Tracer  : PjSua-0 SP C:0002  |         <
	Line 23632: 05-27 09:58:06.201 32387 32433 D Tracer  : PjSua-0 SP         |          No more active calls!
	Line 23633: 05-27 09:58:06.201 32387 32433 I Tracer  : PjSua-0 SP         |         > SoftphoneAudioManager.setDefaults()
	Line 23634: 05-27 09:58:06.202 32387 32433 I Tracer  : PjSua-0 SP         |          > SoftphoneAudioManager.setMute(false)
	Line 23635: 05-27 09:58:06.202 32387 32433 D Tracer  : PjSua-0 SP         |            Mute is already false
	Line 23637: 05-27 09:58:06.203 32387 32433 I Tracer  : PjSua-0 SP         |           > SoftphoneAudioManager.setSpeakerOn(false)
	Line 23639: 05-27 09:58:06.204 32387 32433 D AudioManager: setSpeakerphoneOn false
	Line 23644: 05-27 09:58:06.207 32387 32433 I Tracer  : PjSua-0 SP         |           <
	Line 23712: 05-27 09:58:06.270 32387  2405 I System.out: 09:58:06.268                  speex !warning: No playback frame available (your application is buggy and/or got xruns)
	Line 23722: 05-27 09:58:06.278 32387  2404 I System.out: 09:58:06.277                  speex !warning: Auto-filling the buffer (your application is buggy and/or got xruns)
	Line 23729: 05-27 09:58:06.305 32387  2404 I System.out: 09:58:06.305                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 23780: 05-27 09:58:06.336 32387  2404 I System.out: 09:58:06.335                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 23781: 05-27 09:58:06.341 32387  2404 I System.out: 09:58:06.340                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 23857: 05-27 09:58:06.419 32387 32433 I Tracer  : PjSua-0 SP         |         <
	Line 23858: 05-27 09:58:06.420 32387 32433 I Tracer  : PjSua-0 SP         |        <
	Line 23861: 05-27 09:58:06.420 32387 32433 I Tracer  : PjSua-0 SP C:0002  |       <
	Line 23862: 05-27 09:58:06.420 32387 32433 I Tracer  : PjSua-0 SP C:0002  |      <
	Line 23863: 05-27 09:58:06.420 32387 32433 I System.out: 09:58:06.420          pjsua_media.c !.....Call 2: deinitializing media..
	Line 23864: 05-27 09:58:06.420 32387 32433 I System.out: 09:58:06.420          pjsua_media.c  .......Media stream call02:0 is destroyed
	Line 23865: 05-27 09:58:06.420 32387 32433 I System.out: 09:58:06.420       tdta0x78a23510a8  ....Destroying txdata Request msg ACK/cseq=21293 (tdta0x78a23510a8)
	Line 23866: 05-27 09:58:06.420 32387 32433 I System.out: 09:58:06.420       tdta0x78a56690a8  ....Destroying txdata Request msg INVITE/cseq=21293 (tdta0x78a56690a8)
	Line 23867: 05-27 09:58:06.420 32387 32433 I System.out: 09:58:06.420        dlg0x78a231c0a8  .....Session count dec to 1 by mod-invite
	Line 23868: 05-27 09:58:06.421 32387 32433 I System.out: 09:58:06.420         sip_endpoint.c  Processing incoming message: Request msg ACK/cseq=1 (rdata0x78a5706b30)
	Line 23869: 05-27 09:58:06.421 32387 32433 I System.out: 09:58:06.421           pjsua_core.c  .RX 574 bytes Request msg ACK/cseq=1 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 23870: 05-27 09:58:06.421 32387 32433 I System.out: ACK sip:1012@X.X.X.X:5050;transport=TCP;ob SIP/2.0
	Line 23871: 05-27 09:58:06.421 32387 32433 I System.out: From: "martinho2"<sip:1010@DomainXPTO>;tag=5baca530-b00000a-fd2-65014-2b622-2bcf94d9-2b622
	Line 23872: 05-27 09:58:06.421 32387 32433 I System.out: To: <sip:1012@DomainXPTO>;tag=0c6056ea-dda9-43ec-9a49-412b3c5a1226
	Line 23873: 05-27 09:58:06.421 32387 32433 I System.out: Call-ID: 5ce07ab8-b00000a-fd2-65014-2b622-6caf6283-2b622
	Line 23874: 05-27 09:58:06.421 32387 32433 I System.out: CSeq: 1 ACK
	Line 23875: 05-27 09:58:06.421 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;branch=z9hG4bK-2b623-a97795c-74d277bb-5ab8b290
	Line 23876: 05-27 09:58:06.421 32387 32433 I System.out: Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO
	Line 23877: 05-27 09:58:06.421 32387 32433 I System.out: Max-Forwards: 70
	Line 23878: 05-27 09:58:06.421 32387 32433 I System.out: Contact: <sip:1010@X.X.X.X:5050;transport=tcp>
	Line 23879: 05-27 09:58:06.421 32387 32433 I System.out: Content-Length: 0
	Line 23880: 05-27 09:58:06.421 32387 32433 I System.out: 
	Line 23881: 05-27 09:58:06.421 32387 32433 I System.out: 
	Line 23882: 05-27 09:58:06.421 32387 32433 I System.out: --end msg--
	Line 23883: 05-27 09:58:06.421 32387 32433 I System.out: 09:58:06.421        dlg0x78a56718a8  .Received Request msg ACK/cseq=1 (rdata0x78a5706b30)
	Line 23884: 05-27 09:58:06.421 32387 32433 I System.out: 09:58:06.421        tsx0x78a56748a8  ..Request to terminate transaction
	Line 23885: 05-27 09:58:06.421 32387 32433 I System.out: 09:58:06.421        tsx0x78a56748a8  ...State changed from Completed to Terminated, event=USER
	Line 23886: 05-27 09:58:06.421 32387 32433 I System.out: 09:58:06.421        dlg0x78a56718a8  ....Transaction tsx0x78a56748a8 state changed to Terminated
	Line 23887: 05-27 09:58:06.421 32387 32433 I System.out: 09:58:06.421        tsx0x78906390a8  Timeout timer event
	Line 23888: 05-27 09:58:06.421 32387 32433 I System.out: 09:58:06.421        tsx0x78906390a8  .State changed from Completed to Terminated, event=TIMER
	Line 23889: 05-27 09:58:06.421 32387 32433 I System.out: 09:58:06.421        dlg0x78a231c0a8  ..Transaction tsx0x78906390a8 state changed to Terminated
	Line 23890: 05-27 09:58:06.421 32387 32433 I System.out: 09:58:06.421        dlg0x78a231c0a8  ...Dialog destroyed
	Line 23891: 05-27 09:58:06.421 32387 32433 I System.out: 09:58:06.421        tsx0x78a56748a8  Timeout timer event
	Line 23892: 05-27 09:58:06.422 32387 32433 I System.out: 09:58:06.421        tsx0x78a56748a8  .State changed from Terminated to Destroyed, event=TIMER
	Line 23893: 05-27 09:58:06.422 32387 32433 I System.out: 09:58:06.422       tdta0x78a56650a8  ..Destroying txdata Response msg 200/INVITE/cseq=1 (tdta0x78a56650a8)
	Line 23894: 05-27 09:58:06.422 32387 32433 I System.out: 09:58:06.422        tsx0x78a56748a8  Transaction destroyed!
	Line 23895: 05-27 09:58:06.422 32387 32433 I System.out: 09:58:06.422        tsx0x78906390a8  Timeout timer event
	Line 23896: 05-27 09:58:06.422 32387 32433 I System.out: 09:58:06.422        tsx0x78906390a8  .State changed from Terminated to Destroyed, event=TIMER
	Line 23897: 05-27 09:58:06.422 32387 32433 I System.out: 09:58:06.422       tdta0x78a56660a8  ..Destroying txdata Request msg BYE/cseq=21294 (tdta0x78a56660a8)
	Line 23898: 05-27 09:58:06.422 32387 32433 I System.out: 09:58:06.422        tsx0x78906390a8  Transaction destroyed!
	Line 23900: 05-27 09:58:06.423 32387 32432 I Tracer  : SpEvt-0 SP         | > CollabPhoneService.whenNoCallsRemain()
	Line 23901: 05-27 09:58:06.424 32387 32432 I Tracer  : SpEvt-0 SP         |   Notified that there no more active calls. Removing foreground state.
	Line 23903: 05-27 09:58:06.427 32387 32432 I Tracer  : SpEvt-0 SP         | <
	Line 24046: 05-27 09:58:06.480 32387  2404 I System.out: 09:58:06.479                  speex !warning: Auto-filling the buffer (your application is buggy and/or got xruns)
	Line 24238: 05-27 09:58:09.123 32387  2413 D AudioTrack: stop() called with 144960 frames delivered
	Line 24254: 05-27 09:58:10.341 32387  2404 I System.out: 09:58:10.340           sound_port.c  EC suspended because of inactivity
	Line 24271: 05-27 09:58:13.207 32387 32421 I System.out: 09:58:13.205       strm0x78a56df028 !Received RTCP BYE, reason: -
	Line 24272: 05-27 09:58:13.208 32387 32433 I System.out: 09:58:13.208         sip_endpoint.c !Processing incoming message: Request msg BYE/cseq=2 (rdata0x78a5706b30)
	Line 24273: 05-27 09:58:13.208 32387 32433 I System.out: 09:58:13.208           pjsua_core.c  .RX 446 bytes Request msg BYE/cseq=2 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 24274: 05-27 09:58:13.208 32387 32433 I System.out: BYE sip:1012@X.X.X.X:5050;transport=TCP;ob SIP/2.0
	Line 24275: 05-27 09:58:13.208 32387 32433 I System.out: From: "martinho2"<sip:1010@DomainXPTO>;tag=5baca530-b00000a-fd2-65014-2b622-2bcf94d9-2b622
	Line 24276: 05-27 09:58:13.208 32387 32433 I System.out: To: <sip:1012@DomainXPTO>;tag=0c6056ea-dda9-43ec-9a49-412b3c5a1226
	Line 24277: 05-27 09:58:13.209 32387 32433 I System.out: Call-ID: 5ce07ab8-b00000a-fd2-65014-2b622-6caf6283-2b622
	Line 24278: 05-27 09:58:13.209 32387 32433 I System.out: CSeq: 2 BYE
	Line 24279: 05-27 09:58:13.209 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;branch=z9hG4bK-2b62a-a979459-6e18e42c-5ab8b968
	Line 24280: 05-27 09:58:13.209 32387 32433 I System.out: Max-Forwards: 70
	Line 24281: 05-27 09:58:13.209 32387 32433 I System.out: Content-Length: 0
	Line 24282: 05-27 09:58:13.209 32387 32433 I System.out: 
	Line 24283: 05-27 09:58:13.210 32387 32433 I System.out: 
	Line 24284: 05-27 09:58:13.210 32387 32433 I System.out: --end msg--
	Line 24285: 05-27 09:58:13.210 32387 32433 I System.out: 09:58:13.210        dlg0x78a56718a8  .Received Request msg BYE/cseq=2 (rdata0x78a5706b30)
	Line 24286: 05-27 09:58:13.210 32387 32433 I System.out: 09:58:13.210        tsx0x78906390a8  ...Transaction created for Request msg BYE/cseq=2 (rdata0x78a5706b30)
	Line 24287: 05-27 09:58:13.211 32387 32433 I System.out: 09:58:13.211        tsx0x78906390a8  ..Incoming Request msg BYE/cseq=2 (rdata0x78a5706b30) in state Null
	Line 24288: 05-27 09:58:13.211 32387 32433 I System.out: 09:58:13.211        tsx0x78906390a8  ...State changed from Null to Trying, event=RX_MSG
	Line 24289: 05-27 09:58:13.211 32387 32433 I System.out: 09:58:13.211        dlg0x78a56718a8  ....Transaction tsx0x78906390a8 state changed to Trying
	Line 24290: 05-27 09:58:13.211 32387 32433 I System.out: 09:58:13.211               endpoint  .....Response msg 200/BYE/cseq=2 (tdta0x78a56660a8) created
	Line 24291: 05-27 09:58:13.211 32387 32433 I System.out: 09:58:13.211        dlg0x78a56718a8  ......Sending Response msg 200/BYE/cseq=2 (tdta0x78a56660a8)
	Line 24292: 05-27 09:58:13.211 32387 32433 I System.out: 09:58:13.211        tsx0x78906390a8  ......Sending Response msg 200/BYE/cseq=2 (tdta0x78a56660a8) in state Trying
	Line 24293: 05-27 09:58:13.212 32387 32433 I System.out: 09:58:13.212           pjsua_core.c  .......TX 411 bytes Response msg 200/BYE/cseq=2 (tdta0x78a56660a8) to TCP X.X.X.X:5050:
	Line 24294: 05-27 09:58:13.212 32387 32433 I System.out: SIP/2.0 200 OK
	Line 24295: 05-27 09:58:13.212 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;received=X.X.X.X;branch=z9hG4bK-2b62a-a979459-6e18e42c-5ab8b968
	Line 24296: 05-27 09:58:13.212 32387 32433 I System.out: Call-ID: 5ce07ab8-b00000a-fd2-65014-2b622-6caf6283-2b622
	Line 24297: 05-27 09:58:13.212 32387 32433 I System.out: From: "martinho2" <sip:1010@DomainXPTO>;tag=5baca530-b00000a-fd2-65014-2b622-2bcf94d9-2b622
	Line 24298: 05-27 09:58:13.212 32387 32433 I System.out: To: <sip:1012@DomainXPTO>;tag=0c6056ea-dda9-43ec-9a49-412b3c5a1226
	Line 24299: 05-27 09:58:13.212 32387 32433 I System.out: CSeq: 2 BYE
	Line 24300: 05-27 09:58:13.212 32387 32433 I System.out: Content-Length:  0
	Line 24301: 05-27 09:58:13.212 32387 32433 I System.out: 
	Line 24302: 05-27 09:58:13.212 32387 32433 I System.out: 
	Line 24303: 05-27 09:58:13.212 32387 32433 I System.out: --end msg--
	Line 24304: 05-27 09:58:13.213 32387 32433 I System.out: 09:58:13.212        tsx0x78906390a8  .......State changed from Trying to Completed, event=TX_MSG
	Line 24305: 05-27 09:58:13.213 32387 32433 I System.out: 09:58:13.213        dlg0x78a56718a8  ........Transaction tsx0x78906390a8 state changed to Completed
	Line 24306: 05-27 09:58:13.213 32387 32433 I System.out: 09:58:13.213          pjsua_media.c  ......Call 3: deinitializing media..
	Line 24307: 05-27 09:58:13.213 32387 32433 I System.out: 09:58:13.213       strm0x78a56df028  ........JB summary:
	Line 24308: 05-27 09:58:13.214 32387 32433 I System.out:   size=0/eff=0 prefetch=0 level=0
	Line 24309: 05-27 09:58:13.214 32387 32433 I System.out:   delay (min/max/avg/dev)=0/0/0/0 ms
	Line 24310: 05-27 09:58:13.214 32387 32433 I System.out:   burst (min/max/avg/dev)=0/0/0/0 frames
	Line 24311: 05-27 09:58:13.214 32387 32433 I System.out:   lost=0 discard=0 empty=0
	Line 24312: 05-27 09:58:13.214 32387 32433 I System.out: 09:58:13.214          pjsua_media.c  ........Media stream call03:0 is destroyed
	Line 24313: 05-27 09:58:13.214 32387 32433 I System.out: 09:58:13.214        dlg0x78a56718a8  ......Session count dec to 3 by mod-invite
	Line 24314: 05-27 09:58:13.214 32387 32433 I System.out: 09:58:13.214        tsx0x78906390a8  Timeout timer event
	Line 24315: 05-27 09:58:13.215 32387 32433 I System.out: 09:58:13.215        tsx0x78906390a8  .State changed from Completed to Terminated, event=TIMER
	Line 24316: 05-27 09:58:13.215 32387 32433 I System.out: 09:58:13.215        dlg0x78a56718a8  ..Transaction tsx0x78906390a8 state changed to Terminated
	Line 24317: 05-27 09:58:13.215 32387 32433 I System.out: 09:58:13.215        dlg0x78a56718a8  ...Dialog destroyed
	Line 24319: 05-27 09:58:13.226 32387 32433 I System.out: 09:58:13.218        tsx0x78906390a8  Timeout timer event
	Line 24320: 05-27 09:58:13.227 32387 32433 I System.out: 09:58:13.227        tsx0x78906390a8  .State changed from Terminated to Destroyed, event=TIMER
	Line 24321: 05-27 09:58:13.227 32387 32433 I System.out: 09:58:13.227       tdta0x78a56660a8  ..Destroying txdata Response msg 200/BYE/cseq=2 (tdta0x78a56660a8)
	Line 24322: 05-27 09:58:13.228 32387 32433 I System.out: 09:58:13.227        tsx0x78906390a8  Transaction destroyed!
	Line 24328: 05-27 09:58:14.215 32387 32433 I System.out: 09:58:14.214            pjsua_aud.c  Closing sound device after idle for 1 second(s)
	Line 24329: 05-27 09:58:14.215 32387 32433 I System.out: 09:58:14.215            pjsua_aud.c  .Closing OpenSL ES Audio sound playback device and OpenSL ES Audio sound capture device
	Line 24330: 05-27 09:58:14.216 32387 32433 I System.out: 09:58:14.215           opensl_dev.c  .Stopping stream
	Line 24335: 05-27 09:58:14.242 32387  2404 D         : PlayerBase::stop() from IPlayer
	Line 24336: 05-27 09:58:14.242 32387  2404 D AudioTrack: stop() called with 142086 frames delivered
	Line 24361: 05-27 09:58:14.330 32387 32433 D         : PlayerBase::stop() from IPlayer
	Line 24364: 05-27 09:58:14.330 32387 32433 I System.out: 09:58:14.330           opensl_dev.c  .OpenSL stream stopped
	Line 24382: 05-27 09:58:14.345 32387 32433 I System.out: 09:58:14.345           opensl_dev.c  .OpenSL stream destroyed
	Line 25587: 05-27 09:58:27.819 32387  2423 D         : TrackPlayerBase::~TrackPlayerBase()
	Line 25588: 05-27 09:58:27.819 32387  2423 D         : PlayerBase::~PlayerBase()
	Line 27260: 05-27 09:58:58.366 32387 32433 I Tracer  : PjSua-0 SP         |      > CallManager.startNewCall()
	Line 27261: 05-27 09:58:58.369 32387 32433 I Tracer  : PjSua-0 SP C:0003  |       > SIPCall.startCall()
	Line 27262: 05-27 09:58:58.369 32387 32433 I System.out: 09:58:58.369           pjsua_call.c  Making call with acc #0 to sip:*69@DomainXPTO
	Line 27263: 05-27 09:58:58.370 32387 32433 I System.out: 09:58:58.369            pjsua_aud.c  .Set sound device: capture=-1, playback=-2
	Line 27264: 05-27 09:58:58.370 32387 32433 I System.out: 09:58:58.370            pjsua_aud.c  ..Opening sound device (speaker + mic) PCM@16000/1/20ms
	Line 27265: 05-27 09:58:58.371 32387 32433 I System.out: 09:58:58.370           opensl_dev.c  ...Creating OpenSL stream
	Line 27266: 05-27 09:58:58.372 32387 32433 D         : PlayerBase::PlayerBase()
	Line 27267: 05-27 09:58:58.373 32387 32433 D         : TrackPlayerBase::TrackPlayerBase()
	Line 27268: 05-27 09:58:58.373 32387 32433 I libOpenSLES: Emulating old channel mask behavior (ignoring positional mask 0x4, using default mask 0x1 based on channel count of 1)
	Line 27282: 05-27 09:58:58.377 32387 32433 W AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by server; frameCount 0 -> 1280
	Line 27283: 05-27 09:58:58.377 32387 32433 I AudioTrack: Need throttle time for OpenSLES player
	Line 27284: 05-27 09:58:58.379 32387 32433 W libOpenSLES: Conversion from OpenSL ES positional channel mask 0x4 to Android mask 0 loses channels
	Line 27285: 05-27 09:58:58.380 32387 32433 I libOpenSLES: Emulating old channel mask behavior (ignoring positional mask 0x4, using default mask 0x10 based on channel count of 1)
	Line 27286: 05-27 09:58:58.380 32387 32433 D AudioRecord: openRecord_l() remove fast or raw flag of voip calls, source=7, flags=5
	Line 27321: 05-27 09:58:58.405 32387 32433 I System.out: 09:58:58.404         ec0x78a5695000  ...Creating AEC
	Line 27322: 05-27 09:58:58.405 32387 32433 I System.out: 09:58:58.405                  speex  ...warning: Unknown speex_preprocess_ctl request: : 2
	Line 27323: 05-27 09:58:58.406 32387 32433 I System.out: 09:58:58.405         ec0x78a5695000  ...AEC created, clock_rate=16000, channel=1, samples per frame=320, tail length=200 ms, latency=0 ms
	Line 27324: 05-27 09:58:58.406 32387 32433 I System.out: 09:58:58.406           opensl_dev.c  ...Starting OpenSL stream..
	Line 27387: 05-27 09:58:58.486 32387  2581 I System.out: 09:58:58.485           opensl_dev.c !Recorder thread started
	Line 27439: 05-27 09:58:58.510 32387 32433 I System.out: 09:58:58.510           opensl_dev.c !...OpenSL stream started
	Line 27446: 05-27 09:58:58.511 32387 32433 I System.out: 09:58:58.511        dlg0x78906390a8 !.UAC dialog created
	Line 27447: 05-27 09:58:58.511 32387 32433 I System.out: 09:58:58.511        dlg0x78906390a8  ..Session count inc to 2 by mod-pjsua
	Line 27450: 05-27 09:58:58.511 32387 32433 I System.out: 09:58:58.511          pjsua_media.c  .Call 0: initializing media..
	Line 27454: 05-27 09:58:58.512 32387  2580 I System.out: 09:58:58.510           opensl_dev.c !Player thread started
	Line 27464: 05-27 09:58:58.515 32387  2580 I System.out: 09:58:58.514                  speex !warning: discarded first playback frame
	Line 27465: 05-27 09:58:58.516 32387 32433 I System.out: 09:58:58.516          pjsua_media.c !..RTP socket reachable at 192.168.1.127:4008
	Line 27466: 05-27 09:58:58.516 32387 32433 I System.out: 09:58:58.516          pjsua_media.c  ..RTCP socket reachable at 192.168.1.127:4009
	Line 27467: 05-27 09:58:58.517 32387 32433 I System.out: 09:58:58.517       srtp0x78a56be000 !..SRTP keying SDES created
	Line 27468: 05-27 09:58:58.517 32387 32433 I System.out: 09:58:58.517          pjsua_media.c  ..Media index 0 selected for audio call 0
	Line 27472: 05-27 09:58:58.517 32387 32433 I System.out: 09:58:58.517          pjsua_media.c  ..Call 0: media transport initialization complete: Success
	Line 27475: 05-27 09:58:58.517 32387 32433 I System.out: 09:58:58.517        dlg0x78906390a8  ..Session count dec to 2 by mod-pjsua
	Line 27476: 05-27 09:58:58.518 32387 32433 I System.out: 09:58:58.518        dlg0x78906390a8  .Module mod-invite added as dialog usage, data=0x78a22e0028
	Line 27477: 05-27 09:58:58.518 32387 32433 I System.out: 09:58:58.518        dlg0x78906390a8  ..Session count inc to 4 by mod-invite
	Line 27478: 05-27 09:58:58.518 32387 32433 I System.out: 09:58:58.518        dlg0x78906390a8  .Module mod-100rel added as dialog usage, data=0x78a56638a8
	Line 27479: 05-27 09:58:58.518 32387 32433 I System.out: 09:58:58.518        dlg0x78906390a8  .100rel module attached
	Line 27480: 05-27 09:58:58.518 32387  2580 I System.out: 09:58:58.516                  speex !warning: discarded first playback frame
	Line 27481: 05-27 09:58:58.518 32387 32433 I System.out: 09:58:58.518        inv0x78906390a8  .UAC invite session created for dialog dlg0x78906390a8
	Line 27482: 05-27 09:58:58.518 32387 32433 I System.out: 09:58:58.518               endpoint  .Request msg INVITE/cseq=10647 (tdta0x78a56660a8) created.
	Line 27483: 05-27 09:58:58.518 32387 32433 I System.out: 09:58:58.518        inv0x78906390a8  ..Sending Request msg INVITE/cseq=10647 (tdta0x78a56660a8)
	Line 27484: 05-27 09:58:58.518 32387 32433 I System.out: 09:58:58.518        dlg0x78906390a8  ...Sending Request msg INVITE/cseq=10647 (tdta0x78a56660a8)
	Line 27485: 05-27 09:58:58.519 32387 32433 I System.out: 09:58:58.519        tsx0x78a56718a8 !....Transaction created for Request msg INVITE/cseq=10646 (tdta0x78a56660a8)
	Line 27486: 05-27 09:58:58.519 32387 32433 I System.out: 09:58:58.519        tsx0x78a56718a8  ...Sending Request msg INVITE/cseq=10646 (tdta0x78a56660a8) in state Null
	Line 27487: 05-27 09:58:58.519 32387  2580 I System.out: 09:58:58.519                  speex !warning: discarded first playback frame
	Line 27488: 05-27 09:58:58.519 32387 32433 I System.out: 09:58:58.519          sip_resolve.c  ....Target 'X.X.X.X:5050' type=TCP resolved to 'X.X.X.X:5050' type=TCP (TCP transport)
	Line 27489: 05-27 09:58:58.519 32387 32433 I System.out: 09:58:58.519           pjsua_core.c  ....TX 1362 bytes Request msg INVITE/cseq=10646 (tdta0x78a56660a8) to TCP X.X.X.X:5050:
	Line 27490: 05-27 09:58:58.519 32387 32433 I System.out: INVITE sip:*69@DomainXPTO SIP/2.0
	Line 27491: 05-27 09:58:58.519 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;rport;branch=z9hG4bKPj9d6affa1-de42-4c56-b70c-279d51123287;alias
	Line 27493: 05-27 09:58:58.519 32387 32433 I System.out: Max-Forwards: 70
	Line 27494: 05-27 09:58:58.519 32387 32433 I System.out: From: sip:1012@DomainXPTO;tag=70b8af74-d01f-413c-8441-89b0cc4ad857
	Line 27495: 05-27 09:58:58.519 32387 32433 I System.out: To: sip:*69@DomainXPTO
	Line 27496: 05-27 09:58:58.519 32387 32433 I System.out: Contact: <sip:1012@X.X.X.X:5050;transport=TCP;ob>
	Line 27497: 05-27 09:58:58.519 32387 32433 I System.out: Call-ID: 13989565-a954-4b27-8f18-5d9ea553fd39
	Line 27498: 05-27 09:58:58.519 32387 32433 I System.out: CSeq: 10646 INVITE
	Line 27499: 05-27 09:58:58.519 32387 32433 I System.out: Route: <sip:X.X.X.X:5050;transport=tcp;lr>
	Line 27500: 05-27 09:58:58.519 32387 32433 I System.out: Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
	Line 27501: 05-27 09:58:58.520 32387 32433 I System.out: Supported: replaces, 100rel, timer, norefersub
	Line 27502: 05-27 09:58:58.520 32387 32433 I System.out: Session-Expires: 1800
	Line 27503: 05-27 09:58:58.520 32387 32433 I System.out: Min-SE: 90
	Line 27504: 05-27 09:58:58.520 32387 32433 I System.out: User-Agent: org.pjsip.pjsua2.app Android (FCM) v1.0-cloud_rd -d / flame-29
	Line 27505: 05-27 09:58:58.520 32387 32433 I System.out: Content-Type: application/sdp
	Line 27506: 05-27 09:58:58.520 32387 32433 I System.out: Content-Length:   577
	Line 27507: 05-27 09:58:58.520 32387 32433 I System.out: 
	Line 27508: 05-27 09:58:58.520 32387 32433 I System.out: v=0
	Line 27509: 05-27 09:58:58.520 32387 32433 I System.out: o=- 3799558738 3799558738 IN IP4 192.168.1.127
	Line 27510: 05-27 09:58:58.520 32387 32433 I System.out: s=pjmedia
	Line 27511: 05-27 09:58:58.520 32387 32433 I System.out: b=AS:117
	Line 27512: 05-27 09:58:58.520 32387 32433 I System.out: t=0 0
	Line 27513: 05-27 09:58:58.520 32387 32433 I System.out: a=X-nat:0
	Line 27514: 05-27 09:58:58.520 32387 32433 I System.out: m=audio 4008 RTP/AVP 98 97 99 104 3 0 8 9 120 96
	Line 27515: 05-27 09:58:58.520 32387 32433 I System.out: c=IN IP4 192.168.1.127
	Line 27516: 05-27 09:58:58.520 32387 32433 I System.out: b=TIAS:96000
	Line 27517: 05-27 09:58:58.520 32387 32433 I System.out: a=rtcp:4009 IN IP4 192.168.1.127
	Line 27518: 05-27 09:58:58.520 32387 32433 I System.out: a=sendrecv
	Line 27519: 05-27 09:58:58.520 32387 32433 I System.out: a=rtpmap:98 speex/16000
	Line 27520: 05-27 09:58:58.520 32387 32433 I System.out: a=rtpmap:97 speex/8000
	Line 27521: 05-27 09:58:58.520 32387 32433 I System.out: a=rtpmap:99 speex/32000
	Line 27522: 05-27 09:58:58.520 32387 32433 I System.out: a=rtpmap:104 iLBC/8000
	Line 27523: 05-27 09:58:58.520 32387 32433 I System.out: a=fmtp:104 mode=30
	Line 27524: 05-27 09:58:58.520 32387 32433 I System.out: a=rtpmap:3 GSM/8000
	Line 27525: 05-27 09:58:58.520 32387 32433 I System.out: a=rtpmap:0 PCMU/8000
	Line 27527: 05-27 09:58:58.520 32387 32433 I System.out: a=rtpmap:8 PCMA/8000
	Line 27528: 05-27 09:58:58.520 32387 32433 I System.out: a=rtpmap:9 G722/8000
	Line 27529: 05-27 09:58:58.520 32387 32433 I System.out: a=rtpmap:120 opus/48000/2
	Line 27530: 05-27 09:58:58.520 32387 32433 I System.out: a=fmtp:120 useinbandfec=1
	Line 27531: 05-27 09:58:58.520 32387 32433 I System.out: a=rtpmap:96 telephone-event/8000
	Line 27532: 05-27 09:58:58.520 32387 32433 I System.out: a=fmtp:96 0-16
	Line 27533: 05-27 09:58:58.520 32387 32433 I System.out: a=ssrc:1415933422 cname:484dec2d3ec7866d
	Line 27534: 05-27 09:58:58.520 32387 32433 I System.out: 
	Line 27535: 05-27 09:58:58.520 32387 32433 I System.out: --end msg--
	Line 27537: 05-27 09:58:58.521 32387  2580 I System.out: 09:58:58.519                  speex !warning: discarded first playback frame
	Line 27538: 05-27 09:58:58.522 32387 32433 I System.out: 09:58:58.521        tsx0x78a56718a8 !....State changed from Null to Calling, event=TX_MSG
	Line 27539: 05-27 09:58:58.522 32387 32433 I System.out: 09:58:58.522        dlg0x78906390a8  .....Transaction tsx0x78a56718a8 state changed to Calling
	Line 27540: 05-27 09:58:58.522 32387 32433 I Tracer  : PjSua-0 SP C:0003  |        > SIPCallStatusResolver.onCallState()
	Line 27541: 05-27 09:58:58.522 32387 32433 I Tracer  : PjSua-0 SP C:0003  |         > SIPCall.setState(CALLING)
	Line 27542: 05-27 09:58:58.522 32387 32433 I Tracer  : PjSua-0 SP C:0003  |          > SIPCall.isCallEnded()
	Line 27543: 05-27 09:58:58.522 32387 32433 I Tracer  : PjSua-0 SP C:0003  |          < = (false)
	Line 27544: 05-27 09:58:58.522 32387 32433 I Tracer  : PjSua-0 SP C:0003  |         <
	Line 27545: 05-27 09:58:58.523 32387 32433 I Tracer  : PjSua-0 SP C:0003  |        <
	Line 27546: 05-27 09:58:58.523 32387 32433 I Tracer  : PjSua-0 SP C:0003  |       <
	Line 27547: 05-27 09:58:58.523 32387 32433 I Tracer  : PjSua-0 SP         |      <
	Line 27548: 05-27 09:58:58.525 32387  2580 I System.out: 09:58:58.522                  speex !warning: discarded first playback frame
	Line 27564: 05-27 09:58:58.586 32387  2580 I System.out: 09:58:58.585                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 27570: 05-27 09:58:58.691 32387 32433 I System.out: 09:58:58.690         sip_endpoint.c !Processing incoming message: Response msg 100/INVITE/cseq=10646 (rdata0x78a5706b30)
	Line 27571: 05-27 09:58:58.691 32387 32433 I System.out: 09:58:58.691           pjsua_core.c  .RX 420 bytes Response msg 100/INVITE/cseq=10646 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 27572: 05-27 09:58:58.691 32387 32433 I System.out: SIP/2.0 100 Trying
	Line 27573: 05-27 09:58:58.691 32387 32433 I System.out: From: <sip:1012@DomainXPTO>;tag=70b8af74-d01f-413c-8441-89b0cc4ad857
	Line 27574: 05-27 09:58:58.691 32387 32433 I System.out: To: <sip:*69@DomainXPTO>
	Line 27575: 05-27 09:58:58.691 32387 32433 I System.out: Call-ID: 13989565-a954-4b27-8f18-5d9ea553fd39
	Line 27576: 05-27 09:58:58.691 32387 32433 I System.out: CSeq: 10646 INVITE
	Line 27577: 05-27 09:58:58.691 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;alias;received=2.83.60.252;rport=60793;branch=z9hG4bKPj9d6affa1-de42-4c56-b70c-279d51123287
	Line 27578: 05-27 09:58:58.691 32387 32433 I System.out: Contact: <sip:*69@DomainXPTO:5060>
	Line 27579: 05-27 09:58:58.691 32387 32433 I System.out: Content-Length: 0
	Line 27580: 05-27 09:58:58.691 32387 32433 I System.out: 
	Line 27581: 05-27 09:58:58.691 32387 32433 I System.out: 
	Line 27582: 05-27 09:58:58.692 32387 32433 I System.out: --end msg--
	Line 27583: 05-27 09:58:58.692 32387 32433 I System.out: 09:58:58.692        tsx0x78a56718a8  .Incoming Response msg 100/INVITE/cseq=10646 (rdata0x78a5706b30) in state Calling
	Line 27584: 05-27 09:58:58.692 32387 32433 I System.out: 09:58:58.692        tsx0x78a56718a8  ..State changed from Calling to Proceeding, event=RX_MSG
	Line 27585: 05-27 09:58:58.692 32387 32433 I System.out: 09:58:58.692        dlg0x78906390a8  ...Received Response msg 100/INVITE/cseq=10646 (rdata0x78a5706b30)
	Line 27586: 05-27 09:58:58.692 32387 32433 I System.out: 09:58:58.692        dlg0x78906390a8  ...Transaction tsx0x78a56718a8 state changed to Proceeding
	Line 27587: 05-27 09:58:58.726 32387  2580 I System.out: 09:58:58.723                  speex !warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 27588: 05-27 09:58:58.748 32387 32433 I System.out: 09:58:58.748         sip_endpoint.c !Processing incoming message: Response msg 200/INVITE/cseq=10646 (rdata0x78a5706b30)
	Line 27589: 05-27 09:58:58.749 32387 32433 I System.out: 09:58:58.748           pjsua_core.c  .RX 1143 bytes Response msg 200/INVITE/cseq=10646 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 27590: 05-27 09:58:58.749 32387 32433 I System.out: SIP/2.0 200 OK
	Line 27591: 05-27 09:58:58.749 32387 32433 I System.out: From: <sip:1012@DomainXPTO>;tag=70b8af74-d01f-413c-8441-89b0cc4ad857
	Line 27592: 05-27 09:58:58.749 32387 32433 I System.out: To: <sip:*69@DomainXPTO>;tag=5bacbab0-b00000a-fd2-65014-2b657-71948130-2b657
	Line 27593: 05-27 09:58:58.749 32387 32433 I System.out: Call-ID: 13989565-a954-4b27-8f18-5d9ea553fd39
	Line 27594: 05-27 09:58:58.749 32387 32433 I System.out: CSeq: 10646 INVITE
	Line 27595: 05-27 09:58:58.749 32387 32433 I System.out: Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO
	Line 27596: 05-27 09:58:58.749 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;alias;received=2.83.60.252;rport=60793;branch=z9hG4bKPj9d6affa1-de42-4c56-b70c-279d51123287
	Line 27597: 05-27 09:58:58.749 32387 32433 I System.out: Contact: <sip:1012@X.X.X.X:5050;transport=tcp>
	Line 27598: 05-27 09:58:58.749 32387 32433 I System.out: Content-Type: application/sdp
	Line 27599: 05-27 09:58:58.749 32387 32433 I System.out: Content-Length: 567
	Line 27600: 05-27 09:58:58.749 32387 32433 I System.out: 
	Line 27601: 05-27 09:58:58.749 32387 32433 I System.out: v=0
	Line 27602: 05-27 09:58:58.749 32387 32433 I System.out: o=OneSIPConnector 623 1 IN IP4 0.0.0.0
	Line 27603: 05-27 09:58:58.749 32387 32433 I System.out: s=OneSIPConnector
	Line 27604: 05-27 09:58:58.749 32387 32433 I System.out: b=AS:117
	Line 27605: 05-27 09:58:58.749 32387 32433 I System.out: t=0 0
	Line 27606: 05-27 09:58:58.749 32387 32433 I System.out: m=audio 19990 RTP/AVP 98 97 99 104 3 0 8 9 120 96
	Line 27607: 05-27 09:58:58.749 32387 32433 I System.out: c=IN IP4 0.0.0.0
	Line 27608: 05-27 09:58:58.750 32387 32433 I System.out: b=TIAS:96000
	Line 27609: 05-27 09:58:58.750 32387 32433 I System.out: a=sendrecv
	Line 27610: 05-27 09:58:58.750 32387 32433 I System.out: a=rtpmap:98 speex/16000
	Line 27611: 05-27 09:58:58.750 32387 32433 I System.out: a=rtpmap:97 speex/8000
	Line 27612: 05-27 09:58:58.750 32387 32433 I System.out: a=rtpmap:99 speex/32000
	Line 27613: 05-27 09:58:58.750 32387 32433 I System.out: a=rtpmap:104 iLBC/8000
	Line 27614: 05-27 09:58:58.750 32387 32433 I System.out: a=fmtp:104 mode=30
	Line 27615: 05-27 09:58:58.750 32387 32433 I System.out: a=rtpmap:3 GSM/8000
	Line 27616: 05-27 09:58:58.750 32387 32433 I System.out: a=rtpmap:0 PCMU/8000
	Line 27617: 05-27 09:58:58.750 32387 32433 I System.out: a=rtpmap:8 PCMA/8000
	Line 27618: 05-27 09:58:58.750 32387 32433 I System.out: a=rtpmap:9 G722/8000
	Line 27619: 05-27 09:58:58.750 32387 32433 I System.out: a=rtpmap:120 opus/48000/2
	Line 27620: 05-27 09:58:58.750 32387 32433 I System.out: a=fmtp:120 useinbandfec=1
	Line 27621: 05-27 09:58:58.750 32387 32433 I System.out: a=rtpmap:96 telephone-event/8000
	Line 27622: 05-27 09:58:58.751 32387 32433 I System.out: a=fmtp:96 0-16
	Line 27623: 05-27 09:58:58.751 32387 32433 I System.out: a=ssrc:1415933422 cname:484dec2d3ec7866d
	Line 27624: 05-27 09:58:58.751 32387 32433 I System.out: a=fmtp:104 mode=20
	Line 27625: 05-27 09:58:58.751 32387 32433 I System.out: a=fmtp:104 mode=20
	Line 27626: 05-27 09:58:58.751 32387 32433 I System.out: 
	Line 27627: 05-27 09:58:58.751 32387 32433 I System.out: --end msg--
	Line 27628: 05-27 09:58:58.751 32387 32433 I System.out: 09:58:58.751        tsx0x78a56718a8  .Incoming Response msg 200/INVITE/cseq=10646 (rdata0x78a5706b30) in state Proceeding
	Line 27629: 05-27 09:58:58.751 32387 32433 I System.out: 09:58:58.751        tsx0x78a56718a8  ..State changed from Proceeding to Terminated, event=RX_MSG
	Line 27630: 05-27 09:58:58.751 32387 32433 I System.out: 09:58:58.751        dlg0x78906390a8  ...Received Response msg 200/INVITE/cseq=10646 (rdata0x78a5706b30)
	Line 27631: 05-27 09:58:58.751 32387 32433 I System.out: 09:58:58.751        dlg0x78906390a8  ....Route-set updated
	Line 27632: 05-27 09:58:58.751 32387 32433 I System.out: 09:58:58.751        dlg0x78906390a8  ....Route-set frozen
	Line 27633: 05-27 09:58:58.752 32387 32433 I System.out: 09:58:58.751        dlg0x78906390a8  ...Transaction tsx0x78a56718a8 state changed to Terminated
	Line 27634: 05-27 09:58:58.752 32387 32433 I Tracer  : PjSua-0 SP C:0003  |      > SIPCallStatusResolver.onCallState()
	Line 27635: 05-27 09:58:58.752 32387 32433 I Tracer  : PjSua-0 SP C:0003  |       > SIPCall.setState(CONNECTING)
	Line 27636: 05-27 09:58:58.753 32387 32433 I Tracer  : PjSua-0 SP C:0003  |        > SIPCall.isCallEnded()
	Line 27637: 05-27 09:58:58.753 32387 32433 I Tracer  : PjSua-0 SP C:0003  |        < = (false)
	Line 27638: 05-27 09:58:58.753 32387 32433 I Tracer  : PjSua-0 SP C:0003  |       <
	Line 27639: 05-27 09:58:58.753 32387 32433 I Tracer  : PjSua-0 SP C:0003  |      <
	Line 27640: 05-27 09:58:58.753 32387 32433 I System.out: 09:58:58.753        inv0x78906390a8  ....Got SDP answer in Response msg 200/INVITE/cseq=10646 (rdata0x78a5706b30)
	Line 27641: 05-27 09:58:58.754 32387 32433 I System.out: 09:58:58.754        inv0x78906390a8  ....SDP negotiation done, status=0
	Line 27642: 05-27 09:58:58.754 32387 32433 I System.out: 09:58:58.754           pjsua_call.c  .....Call 0: remote NAT type is 0 (Unknown)
	Line 27643: 05-27 09:58:58.754 32387 32433 I System.out: 09:58:58.754          pjsua_media.c  .....Call 0: updating media..
	Line 27644: 05-27 09:58:58.754 32387 32433 I System.out: 09:58:58.754          pjsua_media.c  ......Call 0: stream #0 (audio) unchanged.
	Line 27645: 05-27 09:58:58.755 32387 32433 I System.out: 09:58:58.755          pjsua_media.c  ......Audio updated, stream #0: speex (inactive)
	Line 27646: 05-27 09:58:58.755 32387 32433 I Tracer  : PjSua-0 SP C:0003  |      > SIPCallMediaStateResolver.onCallMediaState()
	Line 27647: 05-27 09:58:58.755 32387 32433 I Tracer  : PjSua-0 SP C:0003  |      <
	Line 27648: 05-27 09:58:58.755 32387 32433 I System.out: 09:58:58.755        inv0x78906390a8  ....Received Response msg 200/INVITE/cseq=10646 (rdata0x78a5706b30), sending ACK
	Line 27649: 05-27 09:58:58.756 32387 32433 I System.out: 09:58:58.755               endpoint  ....Request msg ACK/cseq=10646 (tdta0x78a56690a8) created.
	Line 27650: 05-27 09:58:58.756 32387 32433 I System.out: 09:58:58.756        dlg0x78906390a8  .....Sending Request msg ACK/cseq=10646 (tdta0x78a56690a8)
	Line 27651: 05-27 09:58:58.756 32387 32433 I System.out: 09:58:58.756          sip_resolve.c  .....Target 'X.X.X.X:5050' type=TCP resolved to 'X.X.X.X:5050' type=TCP (TCP transport)
	Line 27652: 05-27 09:58:58.756 32387 32433 I System.out: 09:58:58.756           pjsua_core.c  .....TX 439 bytes Request msg ACK/cseq=10646 (tdta0x78a56690a8) to TCP X.X.X.X:5050:
	Line 27653: 05-27 09:58:58.757 32387 32433 I System.out: ACK sip:1012@X.X.X.X:5050;transport=tcp SIP/2.0
	Line 27654: 05-27 09:58:58.757 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;rport;branch=z9hG4bKPj522921d4-8fbd-4a5e-8871-008fe80e7508;alias
	Line 27655: 05-27 09:58:58.757 32387 32433 I System.out: Max-Forwards: 70
	Line 27656: 05-27 09:58:58.757 32387 32433 I System.out: From: sip:1012@DomainXPTO;tag=70b8af74-d01f-413c-8441-89b0cc4ad857
	Line 27657: 05-27 09:58:58.757 32387 32433 I System.out: To: sip:*69@DomainXPTO;tag=5bacbab0-b00000a-fd2-65014-2b657-71948130-2b657
	Line 27658: 05-27 09:58:58.757 32387 32433 I System.out: Call-ID: 13989565-a954-4b27-8f18-5d9ea553fd39
	Line 27659: 05-27 09:58:58.757 32387 32433 I System.out: CSeq: 10646 ACK
	Line 27660: 05-27 09:58:58.757 32387 32433 I System.out: Content-Length:  0
	Line 27661: 05-27 09:58:58.757 32387 32433 I System.out: 
	Line 27662: 05-27 09:58:58.757 32387 32433 I System.out: 
	Line 27663: 05-27 09:58:58.757 32387 32433 I System.out: --end msg--
	Line 27664: 05-27 09:58:58.758 32387 32433 I Tracer  : PjSua-0 SP C:0003  |      > SIPCallStatusResolver.onCallState()
	Line 27665: 05-27 09:58:58.758 32387 32433 I Tracer  : PjSua-0 SP C:0003  |       > SIPCall.setState(CONFIRMED)
	Line 27666: 05-27 09:58:58.758 32387 32433 I Tracer  : PjSua-0 SP C:0003  |        > SIPCall.isCallEnded()
	Line 27667: 05-27 09:58:58.758 32387 32433 I Tracer  : PjSua-0 SP C:0003  |        < = (false)
	Line 27668: 05-27 09:58:58.759 32387 32433 I Tracer  : PjSua-0 SP C:0003  |       <
	Line 27669: 05-27 09:58:58.759 32387 32433 I Tracer  : PjSua-0 SP C:0003  |       > SIPCallStatusResolver.processConfirmedState()
	Line 27670: 05-27 09:58:58.759 32387 32433 I Tracer  : PjSua-0 SP         |        > CallManager.onCallConnected()
	Line 27671: 05-27 09:58:58.759 32387 32433 I Tracer  : PjSua-0 SP         |         > ToneManager.onCallConnected()
	Line 27672: 05-27 09:58:58.760 32387 32433 I Tracer  : PjSua-0 SP         |         <
	Line 27805: 05-27 09:58:58.891 32387 32433 I Tracer  : PjSua-0 SP         |        <
	Line 27808: 05-27 09:58:58.892 32387 32433 I Tracer  : PjSua-0 SP C:0003  |       <
	Line 27810: 05-27 09:58:58.892 32387 32433 I Tracer  : PjSua-0 SP C:0003  |      <
	Line 27812: 05-27 09:58:58.892 32387 32433 I System.out: 09:58:58.892        tsx0x78a56718a8  Timeout timer event
	Line 27813: 05-27 09:58:58.893 32387 32433 I System.out: 09:58:58.893        tsx0x78a56718a8  .State changed from Terminated to Destroyed, event=TIMER
	Line 27814: 05-27 09:58:58.893 32387 32433 I System.out: 09:58:58.893        tsx0x78a56718a8  Transaction destroyed!
	Line 28030: 05-27 09:58:59.004 32387  2581 I System.out: 09:58:59.002                  speex !warning: No playback frame available (your application is buggy and/or got xruns)
	Line 28049: 05-27 09:58:59.021 32387  2580 I System.out: 09:58:59.020                  speex !warning: Auto-filling the buffer (your application is buggy and/or got xruns)
	Line 28063: 05-27 09:58:59.027 32387 32433 I System.out: 09:58:59.026         sip_endpoint.c !Processing incoming message: Request msg INVITE/cseq=1 (rdata0x78a5706b30)
	Line 28064: 05-27 09:58:59.027 32387 32433 I System.out: 09:58:59.027           pjsua_core.c  .RX 1294 bytes Request msg INVITE/cseq=1 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 28065: 05-27 09:58:59.027 32387 32433 I System.out: INVITE sip:1012@X.X.X.X:5050;transport=TCP;ob SIP/2.0
	Line 28066: 05-27 09:58:59.027 32387 32433 I System.out: From: "martinho2"<sip:1010@DomainXPTO>;tag=5bacc570-b00000a-fd2-65014-2b657-2c0d6408-2b657
	Line 28067: 05-27 09:58:59.027 32387 32433 I System.out: To: <sip:1012@DomainXPTO>
	Line 28068: 05-27 09:58:59.027 32387 32433 I System.out: Call-ID: 5ce08ef8-b00000a-fd2-65014-2b657-4f3f4cc2-2b657
	Line 28069: 05-27 09:58:59.027 32387 32433 I System.out: CSeq: 1 INVITE
	Line 28070: 05-27 09:58:59.027 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;branch=z9hG4bK-2b657-a984719-7e246df1-5ab8cba8
	Line 28071: 05-27 09:58:59.027 32387 32433 I System.out: Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO
	Line 28072: 05-27 09:58:59.027 32387 32433 I System.out: Replaces: 13989565-a954-4b27-8f18-5d9ea553fd39;to-tag=70b8af74-d01f-413c-8441-89b0cc4ad857;from-tag=5bacbab0-b00000a-fd2-65014-2b657-71948130-2b657
	Line 28073: 05-27 09:58:59.027 32387 32433 I System.out: Max-Forwards: 70
	Line 28074: 05-27 09:58:59.027 32387 32433 I System.out: Contact: <sip:1010@X.X.X.X:5050;transport=tcp>
	Line 28075: 05-27 09:58:59.027 32387 32433 I System.out: Content-Type: application/sdp
	Line 28076: 05-27 09:58:59.027 32387 32433 I System.out: Content-Length: 573
	Line 28077: 05-27 09:58:59.027 32387 32433 I System.out: 
	Line 28078: 05-27 09:58:59.027 32387 32433 I System.out: v=0
	Line 28079: 05-27 09:58:59.027 32387 32433 I System.out: o=OneSIPConnector 626 1 IN IP4 X.X.X.X
	Line 28080: 05-27 09:58:59.027 32387 32433 I System.out: s=OneSIPConnector
	Line 28081: 05-27 09:58:59.027 32387 32433 I System.out: t=0 0
	Line 28082: 05-27 09:58:59.027 32387 32433 I System.out: m=audio 19762 RTP/AVP 111 103 104 9 0 8 106 105 13 110 112 113 126
	Line 28083: 05-27 09:58:59.027 32387 32433 I System.out: c=IN IP4 X.X.X.X
	Line 28084: 05-27 09:58:59.027 32387 32433 I System.out: a=sendrecv
	Line 28085: 05-27 09:58:59.027 32387 32433 I System.out: a=rtpmap:111 opus/48000/2
	Line 28086: 05-27 09:58:59.027 32387 32433 I System.out: a=fmtp:111 minptime=10;useinbandfec=1
	Line 28087: 05-27 09:58:59.027 32387 32433 I System.out: a=rtpmap:103 ISAC/16000
	Line 28088: 05-27 09:58:59.027 32387 32433 I System.out: a=rtpmap:104 ISAC/32000
	Line 28089: 05-27 09:58:59.027 32387 32433 I System.out: a=rtpmap:9 G722/8000
	Line 28090: 05-27 09:58:59.027 32387 32433 I System.out: a=rtpmap:0 PCMU/8000
	Line 28091: 05-27 09:58:59.027 32387 32433 I System.out: a=rtpmap:8 PCMA/8000
	Line 28092: 05-27 09:58:59.027 32387 32433 I System.out: a=rtpmap:106 CN/32000
	Line 28093: 05-27 09:58:59.027 32387 32433 I System.out: a=rtpmap:105 CN/16000
	Line 28094: 05-27 09:58:59.027 32387 32433 I System.out: a=rtpmap:13 CN/8000
	Line 28095: 05-27 09:58:59.027 32387 32433 I System.out: a=rtpmap:110 telephone-event/48000
	Line 28096: 05-27 09:58:59.027 32387 32433 I System.out: a=rtpmap:112 telephone-event/32000
	Line 28097: 05-27 09:58:59.028 32387 32433 I System.out: a=rtpmap:113 telephone-event/16000
	Line 28098: 05-27 09:58:59.028 32387 32433 I System.out: a=rtpmap:126 telephone-event/8000
	Line 28099: 05-27 09:58:59.028 32387 32433 I System.out: 
	Line 28100: 05-27 09:58:59.028 32387 32433 I System.out: --end msg--
	Line 28101: 05-27 09:58:59.028 32387 32433 I System.out: 09:58:59.028           pjsua_call.c  .Incoming Request msg INVITE/cseq=1 (rdata0x78a5706b30)
	Line 28102: 05-27 09:58:59.028 32387 32433 I System.out: 09:58:59.028        tsx0x78a56720a8  ...Transaction created for Request msg INVITE/cseq=1 (rdata0x78a5706b30)
	Line 28104: 05-27 09:58:59.028 32387 32433 I System.out: 09:58:59.028        tsx0x78a56720a8  ..Incoming Request msg INVITE/cseq=1 (rdata0x78a5706b30) in state Null
	Line 28107: 05-27 09:58:59.028 32387 32433 I System.out: 09:58:59.028        tsx0x78a56720a8  ...State changed from Null to Trying, event=RX_MSG
	Line 28109: 05-27 09:58:59.028 32387 32433 I System.out: 09:58:59.028        dlg0x78a56718a8  ....Transaction tsx0x78a56720a8 state changed to Trying
	Line 28110: 05-27 09:58:59.028 32387 32433 I System.out: 09:58:59.028        dlg0x78a56718a8  ..UAS dialog created
	Line 28111: 05-27 09:58:59.028 32387 32433 I System.out: 09:58:59.028        dlg0x78a56718a8  ..Module mod-invite added as dialog usage, data=0x78a566fc28
	Line 28112: 05-27 09:58:59.028 32387 32433 I System.out: 09:58:59.028        dlg0x78a56718a8  ...Session count inc to 3 by mod-invite
	Line 28113: 05-27 09:58:59.028 32387 32433 I System.out: 09:58:59.028        inv0x78a56718a8  ..UAS invite session created for dialog dlg0x78a56718a8
	Line 28114: 05-27 09:58:59.029 32387 32433 I System.out: 09:58:59.028        dlg0x78a56718a8  ...Session count inc to 3 by mod-pjsua
	Line 28115: 05-27 09:58:59.029 32387 32433 I System.out: 09:58:59.029          pjsua_media.c  ..Call 1: initializing media..
	Line 28119: 05-27 09:58:59.032 32387 32433 I System.out: 09:58:59.032          pjsua_media.c  ...RTP socket reachable at 192.168.1.127:4010
	Line 28122: 05-27 09:58:59.032 32387 32433 I System.out: 09:58:59.032          pjsua_media.c  ...RTCP socket reachable at 192.168.1.127:4011
	Line 28123: 05-27 09:58:59.032 32387 32433 I System.out: 09:58:59.032       srtp0x78a56bec00  ...SRTP keying SDES created
	Line 28127: 05-27 09:58:59.033 32387 32433 I System.out: 09:58:59.033          pjsua_media.c  ...Media index 0 selected for audio call 1
	Line 28128: 05-27 09:58:59.033 32387 32433 I System.out: 09:58:59.033          pjsua_media.c  ...Call 1: media transport initialization complete: Success
	Line 28130: 05-27 09:58:59.033 32387 32433 I System.out: 09:58:59.033        dlg0x78a56718a8  ...Session count dec to 3 by mod-pjsua
	Line 28132: 05-27 09:58:59.034 32387 32433 I System.out: 09:58:59.033           pjsua_call.c  ..Call 1: remote NAT type is 0 (Unknown)
	Line 28139: 05-27 09:58:59.035 32387 32433 I System.out: 09:58:59.034               endpoint  ...Response msg 100/INVITE/cseq=1 (tdta0x78a566c0a8) created
	Line 28140: 05-27 09:58:59.035 32387 32433 I System.out: 09:58:59.035        dlg0x78a56718a8  ...Initial answer Response msg 100/INVITE/cseq=1 (tdta0x78a566c0a8)
	Line 28141: 05-27 09:58:59.035 32387 32433 I System.out: 09:58:59.035        inv0x78a56718a8  ...Sending Response msg 100/INVITE/cseq=1 (tdta0x78a566c0a8)
	Line 28143: 05-27 09:58:59.035 32387 32433 I System.out: 09:58:59.035        dlg0x78a56718a8  ....Sending Response msg 100/INVITE/cseq=1 (tdta0x78a566c0a8)
	Line 28144: 05-27 09:58:59.035 32387 32433 I System.out: 09:58:59.035        tsx0x78a56720a8  ....Sending Response msg 100/INVITE/cseq=1 (tdta0x78a566c0a8) in state Trying
	Line 28145: 05-27 09:58:59.035 32387 32433 I System.out: 09:58:59.035           pjsua_core.c  .....TX 377 bytes Response msg 100/INVITE/cseq=1 (tdta0x78a566c0a8) to TCP X.X.X.X:5050:
	Line 28146: 05-27 09:58:59.035 32387 32433 I System.out: SIP/2.0 100 Trying
	Line 28147: 05-27 09:58:59.035 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;received=X.X.X.X;branch=z9hG4bK-2b657-a984719-7e246df1-5ab8cba8
	Line 28148: 05-27 09:58:59.035 32387 32433 I System.out: Call-ID: 5ce08ef8-b00000a-fd2-65014-2b657-4f3f4cc2-2b657
	Line 28150: 05-27 09:58:59.035 32387 32433 I System.out: From: "martinho2" <sip:1010@DomainXPTO>;tag=5bacc570-b00000a-fd2-65014-2b657-2c0d6408-2b657
	Line 28151: 05-27 09:58:59.036 32387 32433 I System.out: To: <sip:1012@DomainXPTO>
	Line 28152: 05-27 09:58:59.036 32387 32433 I System.out: CSeq: 1 INVITE
	Line 28153: 05-27 09:58:59.036 32387 32433 I System.out: Content-Length:  0
	Line 28154: 05-27 09:58:59.036 32387 32433 I System.out: 
	Line 28155: 05-27 09:58:59.036 32387 32433 I System.out: 
	Line 28156: 05-27 09:58:59.036 32387 32433 I System.out: --end msg--
	Line 28157: 05-27 09:58:59.036 32387 32433 I System.out: 09:58:59.036        tsx0x78a56720a8  .....State changed from Trying to Proceeding, event=TX_MSG
	Line 28159: 05-27 09:58:59.036 32387 32433 I System.out: 09:58:59.036        dlg0x78a56718a8  ......Transaction tsx0x78a56720a8 state changed to Proceeding
	Line 28161: 05-27 09:58:59.036 32387 32433 I System.out: 09:58:59.036           pjsua_call.c  ..Answering replacement call 1 with 200/OK
	Line 28162: 05-27 09:58:59.036 32387 32433 I System.out: 09:58:59.036        sip_transport.c  ...Tx data Response msg 100/INVITE/cseq=1 (tdta0x78a566a0a8) cloned
	Line 28163: 05-27 09:58:59.036 32387 32433 I System.out: 09:58:59.036        inv0x78a56718a8  ...SDP negotiation done, status=0
	Line 28164: 05-27 09:58:59.036 32387 32433 I System.out: 09:58:59.036           pjsua_call.c  ....Call 1: remote NAT type is 0 (Unknown)
	Line 28165: 05-27 09:58:59.036 32387 32433 I System.out: 09:58:59.036          pjsua_media.c  ....Call 1: updating media..
	Line 28166: 05-27 09:58:59.037 32387 32433 I System.out: 09:58:59.037          pjsua_media.c  ......Media stream call01:0 is destroyed
	Line 28167: 05-27 09:58:59.037 32387 32433 I System.out: 09:58:59.037            pjsua_aud.c  .....Audio channel update..
	Line 28168: 05-27 09:58:59.037 32387 32433 I System.out: 09:58:59.037                 opus.c  ......Initialize Opus encoder, sample rate: 48000, avg bitrate: 0, vad: 0, plc: 1, pkt loss: 5, complexity: 5, constant bit rate: 0
	Line 28169: 05-27 09:58:59.037 32387 32433 I System.out: 09:58:59.037                  rtp.c  ......pjmedia_rtp_session_init: ses=0x78a5672ec0, default_pt=111, ssrc=0x77601dd0
	Line 28170: 05-27 09:58:59.037 32387 32433 I System.out: 09:58:59.037                  rtp.c  ......pjmedia_rtp_session_init: ses=0x78a5673610, default_pt=111, ssrc=0x77601dd0
	Line 28171: 05-27 09:58:59.037 32387 32433 I System.out: 09:58:59.037               stream.c  ......Stream strm0x78a56e0428 created
	Line 28172: 05-27 09:58:59.037 32387 32433 I System.out: 09:58:59.037       strm0x78a56e0428  ......Encoder stream started
	Line 28173: 05-27 09:58:59.037 32387 32433 I System.out: 09:58:59.037       strm0x78a56e0428  ......Decoder stream started
	Line 28174: 05-27 09:58:59.037 32387 32433 I System.out: 09:58:59.037             resample.c  ......resample created: high qualiy, small filter, in/out rate=48000/16000
	Line 28175: 05-27 09:58:59.037 32387 32433 I System.out: 09:58:59.037             resample.c  ......resample created: high qualiy, small filter, in/out rate=16000/48000
	Line 28176: 05-27 09:58:59.038 32387 32433 I System.out: 09:58:59.038          pjsua_media.c  .....Audio updated, stream #0: opus (sendrecv)
	Line 28177: 05-27 09:58:59.038 32387 32433 I System.out: 09:58:59.038        inv0x78a56718a8  ...Sending Response msg 200/INVITE/cseq=1 (tdta0x78a566a0a8)
	Line 28178: 05-27 09:58:59.038 32387 32433 I System.out: 09:58:59.038        dlg0x78a56718a8  ....Sending Response msg 200/INVITE/cseq=1 (tdta0x78a566a0a8)
	Line 28179: 05-27 09:58:59.038 32387 32433 I System.out: 09:58:59.038        tsx0x78a56720a8  ....Sending Response msg 200/INVITE/cseq=1 (tdta0x78a566a0a8) in state Proceeding
	Line 28180: 05-27 09:58:59.038 32387 32433 I System.out: 09:58:59.038       tdta0x78a566c0a8  .....Destroying txdata Response msg 100/INVITE/cseq=1 (tdta0x78a566c0a8)
	Line 28181: 05-27 09:58:59.038 32387 32433 I System.out: 09:58:59.038           pjsua_core.c  .....TX 1005 bytes Response msg 200/INVITE/cseq=1 (tdta0x78a566a0a8) to TCP X.X.X.X:5050:
	Line 28182: 05-27 09:58:59.038 32387 32433 I System.out: SIP/2.0 200 OK
	Line 28183: 05-27 09:58:59.038 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;received=X.X.X.X;branch=z9hG4bK-2b657-a984719-7e246df1-5ab8cba8
	Line 28184: 05-27 09:58:59.038 32387 32433 I System.out: Call-ID: 5ce08ef8-b00000a-fd2-65014-2b657-4f3f4cc2-2b657
	Line 28185: 05-27 09:58:59.038 32387 32433 I System.out: From: "martinho2" <sip:1010@DomainXPTO>;tag=5bacc570-b00000a-fd2-65014-2b657-2c0d6408-2b657
	Line 28186: 05-27 09:58:59.038 32387 32433 I System.out: To: <sip:1012@DomainXPTO>;tag=f6ee0d8f-4a6d-4b52-8b41-0774045d5b8b
	Line 28187: 05-27 09:58:59.038 32387 32433 I System.out: CSeq: 1 INVITE
	Line 28188: 05-27 09:58:59.038 32387 32433 I System.out: Contact: <sip:1012@X.X.X.X:5050;transport=TCP;ob>
	Line 28189: 05-27 09:58:59.038 32387 32433 I System.out: Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
	Line 28190: 05-27 09:58:59.038 32387 32433 I System.out: Supported: replaces, 100rel, timer, norefersub
	Line 28191: 05-27 09:58:59.038 32387 32433 I System.out: Content-Type: application/sdp
	Line 28192: 05-27 09:58:59.038 32387 32433 I System.out: Content-Length:   354
	Line 28193: 05-27 09:58:59.038 32387 32433 I System.out: 
	Line 28194: 05-27 09:58:59.038 32387 32433 I System.out: v=0
	Line 28195: 05-27 09:58:59.038 32387 32433 I System.out: o=- 3799558739 3799558740 IN IP4 192.168.1.127
	Line 28196: 05-27 09:58:59.038 32387 32433 I System.out: s=pjmedia
	Line 28197: 05-27 09:58:59.038 32387 32433 I System.out: b=AS:117
	Line 28198: 05-27 09:58:59.039 32387 32433 I System.out: t=0 0
	Line 28199: 05-27 09:58:59.039 32387 32433 I System.out: a=X-nat:0
	Line 28200: 05-27 09:58:59.039 32387 32433 I System.out: m=audio 4010 RTP/AVP 111 126
	Line 28201: 05-27 09:58:59.039 32387 32433 I System.out: c=IN IP4 192.168.1.127
	Line 28202: 05-27 09:58:59.039 32387 32433 I System.out: b=TIAS:96000
	Line 28203: 05-27 09:58:59.039 32387 32433 I System.out: a=rtcp:4011 IN IP4 192.168.1.127
	Line 28204: 05-27 09:58:59.039 32387 32433 I System.out: a=sendrecv
	Line 28205: 05-27 09:58:59.039 32387 32433 I System.out: a=ssrc:2002787792 cname:7c8a4324498772c9
	Line 28206: 05-27 09:58:59.039 32387 32433 I System.out: a=rtpmap:111 opus/48000/2
	Line 28207: 05-27 09:58:59.039 32387 32433 I System.out: a=fmtp:111 useinbandfec=1
	Line 28208: 05-27 09:58:59.039 32387 32433 I System.out: a=rtpmap:126 telephone-event/8000
	Line 28209: 05-27 09:58:59.039 32387 32433 I System.out: a=fmtp:126 0-16
	Line 28210: 05-27 09:58:59.039 32387 32433 I System.out: 
	Line 28211: 05-27 09:58:59.039 32387 32433 I System.out: --end msg--
	Line 28212: 05-27 09:58:59.039 32387 32433 I System.out: 09:58:59.039        tsx0x78a56720a8  .....State changed from Proceeding to Completed, event=TX_MSG
	Line 28213: 05-27 09:58:59.039 32387 32433 I System.out: 09:58:59.039        dlg0x78a56718a8  ......Transaction tsx0x78a56720a8 state changed to Completed
	Line 28214: 05-27 09:58:59.039 32387 32433 I System.out: 09:58:59.039           pjsua_call.c  ..Disconnecting replaced call 0
	Line 28215: 05-27 09:58:59.039 32387 32433 I System.out: 09:58:59.039               endpoint  ...Request msg BYE/cseq=10648 (tdta0x78a566c0a8) created.
	Line 28216: 05-27 09:58:59.039 32387 32433 I System.out: 09:58:59.039        inv0x78906390a8  ...Sending Request msg BYE/cseq=10648 (tdta0x78a566c0a8)
	Line 28217: 05-27 09:58:59.039 32387 32433 I System.out: 09:58:59.039        dlg0x78906390a8  ....Sending Request msg BYE/cseq=10648 (tdta0x78a566c0a8)
	Line 28218: 05-27 09:58:59.040 32387 32433 I System.out: 09:58:59.040        tsx0x78a231c0a8  .....Transaction created for Request msg BYE/cseq=10647 (tdta0x78a566c0a8)
	Line 28219: 05-27 09:58:59.040 32387 32433 I System.out: 09:58:59.040        tsx0x78a231c0a8  ....Sending Request msg BYE/cseq=10647 (tdta0x78a566c0a8) in state Null
	Line 28220: 05-27 09:58:59.040 32387 32433 I System.out: 09:58:59.040          sip_resolve.c  .....Target 'X.X.X.X:5050' type=TCP resolved to 'X.X.X.X:5050' type=TCP (TCP transport)
	Line 28222: 05-27 09:58:59.040 32387 32433 I System.out: 09:58:59.040           pjsua_core.c  .....TX 439 bytes Request msg BYE/cseq=10647 (tdta0x78a566c0a8) to TCP X.X.X.X:5050:
	Line 28223: 05-27 09:58:59.040 32387 32433 I System.out: BYE sip:1012@X.X.X.X:5050;transport=tcp SIP/2.0
	Line 28224: 05-27 09:58:59.040 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;rport;branch=z9hG4bKPjc253b332-18ab-4b73-88c4-260007cdb509;alias
	Line 28225: 05-27 09:58:59.040 32387 32433 I System.out: Max-Forwards: 70
	Line 28226: 05-27 09:58:59.040 32387 32433 I System.out: From: sip:1012@DomainXPTO;tag=70b8af74-d01f-413c-8441-89b0cc4ad857
	Line 28227: 05-27 09:58:59.040 32387 32433 I System.out: To: sip:*69@DomainXPTO;tag=5bacbab0-b00000a-fd2-65014-2b657-71948130-2b657
	Line 28228: 05-27 09:58:59.040 32387 32433 I System.out: Call-ID: 13989565-a954-4b27-8f18-5d9ea553fd39
	Line 28229: 05-27 09:58:59.040 32387 32433 I System.out: CSeq: 10647 BYE
	Line 28230: 05-27 09:58:59.040 32387 32433 I System.out: Content-Length:  0
	Line 28231: 05-27 09:58:59.040 32387 32433 I System.out: 
	Line 28232: 05-27 09:58:59.040 32387 32433 I System.out: 
	Line 28233: 05-27 09:58:59.040 32387 32433 I System.out: --end msg--
	Line 28234: 05-27 09:58:59.040 32387 32433 I System.out: 09:58:59.040        tsx0x78a231c0a8  .....State changed from Null to Calling, event=TX_MSG
	Line 28235: 05-27 09:58:59.040 32387 32433 I System.out: 09:58:59.040        dlg0x78906390a8  ......Transaction tsx0x78a231c0a8 state changed to Calling
	Line 28238: 05-27 09:58:59.059 32387  2580 I System.out: 09:58:59.058                  speex !warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 28240: 05-27 09:58:59.060 32387  2580 I System.out: 09:58:59.059                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 28244: 05-27 09:58:59.079 32387  2580 I System.out: 09:58:59.078                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 28311: 05-27 09:58:59.136 32387  2580 I System.out: 09:58:59.135                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 28312: 05-27 09:58:59.136 32387  2580 I System.out: 09:58:59.136                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 28314: 05-27 09:58:59.144 32387  2580 I System.out: 09:58:59.143                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 28315: 05-27 09:58:59.164 32387  2580 I System.out: 09:58:59.163                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 28335: 05-27 09:58:59.235 32387 32433 I System.out: 09:58:59.235         sip_endpoint.c !Processing incoming message: Response msg 200/BYE/cseq=10647 (rdata0x78a5706b30)
	Line 28336: 05-27 09:58:59.235 32387 32433 I System.out: 09:58:59.235           pjsua_core.c  .RX 412 bytes Response msg 200/BYE/cseq=10647 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 28337: 05-27 09:58:59.235 32387 32433 I System.out: SIP/2.0 200 OK
	Line 28338: 05-27 09:58:59.235 32387 32433 I System.out: From: <sip:1012@DomainXPTO>;tag=70b8af74-d01f-413c-8441-89b0cc4ad857
	Line 28339: 05-27 09:58:59.235 32387 32433 I System.out: To: <sip:*69@DomainXPTO>;tag=5bacbab0-b00000a-fd2-65014-2b657-71948130-2b657
	Line 28340: 05-27 09:58:59.235 32387 32433 I System.out: Call-ID: 13989565-a954-4b27-8f18-5d9ea553fd39
	Line 28341: 05-27 09:58:59.235 32387 32433 I System.out: CSeq: 10647 BYE
	Line 28342: 05-27 09:58:59.236 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;alias;received=2.83.60.252;rport=60793;branch=z9hG4bKPjc253b332-18ab-4b73-88c4-260007cdb509
	Line 28343: 05-27 09:58:59.236 32387 32433 I System.out: Content-Length: 0
	Line 28344: 05-27 09:58:59.236 32387 32433 I System.out: 
	Line 28345: 05-27 09:58:59.236 32387 32433 I System.out: 
	Line 28346: 05-27 09:58:59.236 32387 32433 I System.out: --end msg--
	Line 28347: 05-27 09:58:59.236 32387 32433 I System.out: 09:58:59.236        tsx0x78a231c0a8  .Incoming Response msg 200/BYE/cseq=10647 (rdata0x78a5706b30) in state Calling
	Line 28348: 05-27 09:58:59.236 32387 32433 I System.out: 09:58:59.236        tsx0x78a231c0a8  ..State changed from Calling to Completed, event=RX_MSG
	Line 28349: 05-27 09:58:59.236 32387 32433 I System.out: 09:58:59.236        dlg0x78906390a8  ...Received Response msg 200/BYE/cseq=10647 (rdata0x78a5706b30)
	Line 28350: 05-27 09:58:59.236 32387 32433 I System.out: 09:58:59.236        dlg0x78906390a8  ...Transaction tsx0x78a231c0a8 state changed to Completed
	Line 28351: 05-27 09:58:59.236 32387 32433 I Tracer  : PjSua-0 SP C:0003  |      > SIPCallStatusResolver.onCallState()
	Line 28352: 05-27 09:58:59.236 32387 32433 I Tracer  : PjSua-0 SP C:0003  |       > SIPCall.setState(DISCONNECTED)
	Line 28353: 05-27 09:58:59.236 32387 32433 I Tracer  : PjSua-0 SP C:0003  |        > SIPCall.isCallEnded()
	Line 28354: 05-27 09:58:59.236 32387 32433 I Tracer  : PjSua-0 SP C:0003  |        < = (false)
	Line 28355: 05-27 09:58:59.237 32387 32433 I Tracer  : PjSua-0 SP C:0003  |       <
	Line 28356: 05-27 09:58:59.237 32387 32433 I Tracer  : PjSua-0 SP C:0003  |       > SIPCallStatusResolver.processDisconnectState()
	Line 28357: 05-27 09:58:59.237 32387 32433 I Tracer  : PjSua-0 SP         |        > CallManager.executeOnCallEnd(com.collab.softphone.logic.SIPCall@5a75209)
	Line 28358: 05-27 09:58:59.237 32387 32433 I Tracer  : PjSua-0 SP         |         > CallManager.activateDefaultCall(com.collab.softphone.logic.SIPCall@5a75209)
	Line 28359: 05-27 09:58:59.237 32387 32433 I Tracer  : PjSua-0 SP         |         <
	Line 28360: 05-27 09:58:59.237 32387 32433 I Tracer  : PjSua-0 SP         |         > ToneManager.onCallEnded()
	Line 28361: 05-27 09:58:59.237 32387 32433 D Tracer  : PjSua-0 SP         |          > ToneManager.shouldPlayBusyTone(PJSIP_SC_GONE)
	Line 28362: 05-27 09:58:59.237 32387 32433 D Tracer  : PjSua-0 SP         |          < = (true)
	Line 28363: 05-27 09:58:59.238 32387 32433 I Tracer  : PjSua-0 SP         |         <
	Line 28366: 05-27 09:58:59.239 32387 32433 I Tracer  : PjSua-0 SP         |         > CallManager.activateDefaultCall(com.collab.softphone.logic.SIPCall@5a75209)
	Line 28368: 05-27 09:58:59.240 32387 32433 I Tracer  : PjSua-0 SP         |         <
	Line 28369: 05-27 09:58:59.240 32387 32433 I Tracer  : PjSua-0 SP C:0003  |         > SIPCall.destroy()
	Line 28370: 05-27 09:58:59.240 32387 32433 I Tracer  : PjSua-0 SP C:0003  |         <
	Line 28371: 05-27 09:58:59.241 32387 32433 D Tracer  : PjSua-0 SP         |          No more active calls!
	Line 28377: 05-27 09:58:59.241 32387 32433 I Tracer  : PjSua-0 SP         |         > SoftphoneAudioManager.setDefaults()
	Line 28381: 05-27 09:58:59.242 32387 32433 I Tracer  : PjSua-0 SP         |          > SoftphoneAudioManager.setMute(false)
	Line 28384: 05-27 09:58:59.242 32387 32433 D Tracer  : PjSua-0 SP         |            Mute is already false
	Line 28387: 05-27 09:58:59.242 32387 32433 I Tracer  : PjSua-0 SP         |           > SoftphoneAudioManager.setSpeakerOn(false)
	Line 28388: 05-27 09:58:59.243 32387 32426 W AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by server; frameCount 960 -> 3840
	Line 28398: 05-27 09:58:59.248 32387 32433 D AudioManager: setSpeakerphoneOn false
	Line 28400: 05-27 09:58:59.250 32387 32433 I Tracer  : PjSua-0 SP         |           <
	Line 28460: 05-27 09:58:59.314 32387  2581 I System.out: 09:58:59.313                  speex !warning: No playback frame available (your application is buggy and/or got xruns)
	Line 28482: 05-27 09:58:59.330 32387  2580 I System.out: 09:58:59.329                  speex !warning: Auto-filling the buffer (your application is buggy and/or got xruns)
	Line 28514: 05-27 09:58:59.371 32387  2580 I System.out: 09:58:59.369                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 28539: 05-27 09:58:59.385 32387  2580 I System.out: 09:58:59.384                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 28540: 05-27 09:58:59.391 32387  2580 I System.out: 09:58:59.390                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 28618: 05-27 09:58:59.492 32387 32433 I Tracer  : PjSua-0 SP         |         <
	Line 28620: 05-27 09:58:59.492 32387 32433 I Tracer  : PjSua-0 SP         |        <
	Line 28623: 05-27 09:58:59.492 32387 32433 I Tracer  : PjSua-0 SP C:0003  |       <
	Line 28624: 05-27 09:58:59.492 32387 32433 I Tracer  : PjSua-0 SP C:0003  |      <
	Line 28625: 05-27 09:58:59.493 32387 32433 I System.out: 09:58:59.493          pjsua_media.c !.....Call 0: deinitializing media..
	Line 28626: 05-27 09:58:59.493 32387 32433 I System.out: 09:58:59.493          pjsua_media.c  .......Media stream call00:0 is destroyed
	Line 28627: 05-27 09:58:59.493 32387 32433 I System.out: 09:58:59.493       tdta0x78a56690a8  ....Destroying txdata Request msg ACK/cseq=10646 (tdta0x78a56690a8)
	Line 28629: 05-27 09:58:59.493 32387 32433 I System.out: 09:58:59.493       tdta0x78a56660a8  ....Destroying txdata Request msg INVITE/cseq=10646 (tdta0x78a56660a8)
	Line 28630: 05-27 09:58:59.493 32387 32433 I System.out: 09:58:59.493        dlg0x78906390a8  .....Session count dec to 1 by mod-invite
	Line 28631: 05-27 09:58:59.494 32387 32433 I System.out: 09:58:59.493         sip_endpoint.c  Processing incoming message: Request msg ACK/cseq=1 (rdata0x78a5706b30)
	Line 28632: 05-27 09:58:59.494 32387 32433 I System.out: 09:58:59.494           pjsua_core.c  .RX 574 bytes Request msg ACK/cseq=1 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 28633: 05-27 09:58:59.494 32387 32433 I System.out: ACK sip:1012@X.X.X.X:5050;transport=TCP;ob SIP/2.0
	Line 28635: 05-27 09:58:59.494 32387 32433 I System.out: From: "martinho2"<sip:1010@DomainXPTO>;tag=5bacc570-b00000a-fd2-65014-2b657-2c0d6408-2b657
	Line 28636: 05-27 09:58:59.494 32387 32433 I System.out: To: <sip:1012@DomainXPTO>;tag=f6ee0d8f-4a6d-4b52-8b41-0774045d5b8b
	Line 28637: 05-27 09:58:59.494 32387 32433 I System.out: Call-ID: 5ce08ef8-b00000a-fd2-65014-2b657-4f3f4cc2-2b657
	Line 28638: 05-27 09:58:59.494 32387 32433 I System.out: CSeq: 1 ACK
	Line 28639: 05-27 09:58:59.494 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;branch=z9hG4bK-2b658-a98488e-18db9306-5ab8d4c8
	Line 28640: 05-27 09:58:59.494 32387 32433 I System.out: Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO
	Line 28641: 05-27 09:58:59.494 32387 32433 I System.out: Max-Forwards: 70
	Line 28642: 05-27 09:58:59.494 32387 32433 I System.out: Contact: <sip:1010@X.X.X.X:5050;transport=tcp>
	Line 28643: 05-27 09:58:59.494 32387 32433 I System.out: Content-Length: 0
	Line 28644: 05-27 09:58:59.494 32387 32433 I System.out: 
	Line 28645: 05-27 09:58:59.494 32387 32433 I System.out: 
	Line 28647: 05-27 09:58:59.494 32387 32433 I System.out: --end msg--
	Line 28648: 05-27 09:58:59.494 32387 32433 I System.out: 09:58:59.494        dlg0x78a56718a8  .Received Request msg ACK/cseq=1 (rdata0x78a5706b30)
	Line 28649: 05-27 09:58:59.494 32387 32433 I System.out: 09:58:59.494        tsx0x78a56720a8  ..Request to terminate transaction
	Line 28650: 05-27 09:58:59.494 32387 32433 I System.out: 09:58:59.494        tsx0x78a56720a8  ...State changed from Completed to Terminated, event=USER
	Line 28653: 05-27 09:58:59.494 32387 32433 I System.out: 09:58:59.494        dlg0x78a56718a8  ....Transaction tsx0x78a56720a8 state changed to Terminated
	Line 28654: 05-27 09:58:59.494 32387 32433 I System.out: 09:58:59.494        tsx0x78a231c0a8  Timeout timer event
	Line 28655: 05-27 09:58:59.495 32387 32433 I System.out: 09:58:59.495        tsx0x78a231c0a8  .State changed from Completed to Terminated, event=TIMER
	Line 28657: 05-27 09:58:59.495 32387 32433 I System.out: 09:58:59.495        dlg0x78906390a8  ..Transaction tsx0x78a231c0a8 state changed to Terminated
	Line 28658: 05-27 09:58:59.495 32387 32433 I System.out: 09:58:59.495        dlg0x78906390a8  ...Dialog destroyed
	Line 28659: 05-27 09:58:59.495 32387 32433 I System.out: 09:58:59.495        tsx0x78a56720a8  Timeout timer event
	Line 28660: 05-27 09:58:59.495 32387 32433 I System.out: 09:58:59.495        tsx0x78a56720a8  .State changed from Terminated to Destroyed, event=TIMER
	Line 28662: 05-27 09:58:59.495 32387 32433 I System.out: 09:58:59.495       tdta0x78a566a0a8  ..Destroying txdata Response msg 200/INVITE/cseq=1 (tdta0x78a566a0a8)
	Line 28663: 05-27 09:58:59.495 32387 32432 I Tracer  : SpEvt-0 SP         | > CollabPhoneService.whenNoCallsRemain()
	Line 28666: 05-27 09:58:59.495 32387 32432 I Tracer  : SpEvt-0 SP         |   Notified that there no more active calls. Removing foreground state.
	Line 28668: 05-27 09:58:59.495 32387 32433 I System.out: 09:58:59.495        tsx0x78a56720a8  Transaction destroyed!
	Line 28670: 05-27 09:58:59.495 32387 32433 I System.out: 09:58:59.495        tsx0x78a231c0a8  Timeout timer event
	Line 28671: 05-27 09:58:59.495 32387 32433 I System.out: 09:58:59.495        tsx0x78a231c0a8  .State changed from Terminated to Destroyed, event=TIMER
	Line 28674: 05-27 09:58:59.495 32387 32433 I System.out: 09:58:59.495       tdta0x78a566c0a8  ..Destroying txdata Request msg BYE/cseq=10647 (tdta0x78a566c0a8)
	Line 28676: 05-27 09:58:59.495 32387 32433 I System.out: 09:58:59.495        tsx0x78a231c0a8  Transaction destroyed!
	Line 28685: 05-27 09:58:59.498 32387 32432 I Tracer  : SpEvt-0 SP         | <
	Line 28846: 05-27 09:58:59.526 32387  2580 I System.out: 09:58:59.526                  speex !warning: Auto-filling the buffer (your application is buggy and/or got xruns)
	Line 28871: 05-27 09:58:59.672 32387 32433 I System.out: 09:58:59.672               endpoint !Request msg REGISTER/cseq=47511 (tdta0x78a566c0a8) created.
	Line 28872: 05-27 09:58:59.673 32387 32433 I System.out: 09:58:59.672        tsx0x78a231c0a8  .Transaction created for Request msg REGISTER/cseq=47512 (tdta0x78a566c0a8)
	Line 28873: 05-27 09:58:59.673 32387 32433 I System.out: 09:58:59.673        tsx0x78a231c0a8  Sending Request msg REGISTER/cseq=47512 (tdta0x78a566c0a8) in state Null
	Line 28874: 05-27 09:58:59.673 32387 32433 I System.out: 09:58:59.673          sip_resolve.c  .Target 'X.X.X.X:5050' type=TCP resolved to 'X.X.X.X:5050' type=TCP (TCP transport)
	Line 28875: 05-27 09:58:59.673 32387 32433 I System.out: 09:58:59.673           pjsua_core.c  .TX 972 bytes Request msg REGISTER/cseq=47512 (tdta0x78a566c0a8) to TCP X.X.X.X:5050:
	Line 28876: 05-27 09:58:59.673 32387 32433 I System.out: REGISTER sip:X.X.X.X SIP/2.0
	Line 28877: 05-27 09:58:59.673 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;rport;branch=z9hG4bKPjfc04aa22-9d33-476a-b9e6-77f3173f5b8a;alias
	Line 28878: 05-27 09:58:59.673 32387 32433 I System.out: Route: <sip:X.X.X.X:5050;transport=tcp;lr>
	Line 28879: 05-27 09:58:59.673 32387 32433 I System.out: Max-Forwards: 70
	Line 28880: 05-27 09:58:59.673 32387 32433 I System.out: From: <sip:1012@DomainXPTO>;tag=0595bcbe-3446-4c70-827b-dec828c123f2
	Line 28881: 05-27 09:58:59.674 32387 32433 I System.out: To: <sip:1012@DomainXPTO>
	Line 28882: 05-27 09:58:59.674 32387 32433 I System.out: Call-ID: 52afa4e0-546c-4edb-838c-684d859119f3
	Line 28883: 05-27 09:58:59.674 32387 32433 I System.out: CSeq: 47512 REGISTER
	Line 28884: 05-27 09:58:59.674 32387 32433 I System.out: DeviceToken: cEftnY2bBvQ:APA91bGRQVqPdN36Ru17s64oU_874Z0lWtKhVRNdidPbUStAhiCGPj-ew3XT2PlVs10a_Le3edXs-fObzhemr7NleBGgKBh65-x-AmReWXVj-YHTygegh9M3OoiO55uoicDa0ecvXavs
	Line 28885: 05-27 09:58:59.674 32387 32433 I System.out: BundleID: org.pjsip.pjsua2.app
	Line 28886: 05-27 09:58:59.674 32387 32433 I System.out: User-Agent: org.pjsip.pjsua2.app Android (FCM) v1.0-cloud_rd -d / flame-29
	Line 28887: 05-27 09:58:59.674 32387 32433 I System.out: Supported: outbound, path
	Line 28888: 05-27 09:58:59.674 32387 32433 I System.out: Contact: <sip:1012@X.X.X.X:5050;transport=TCP;ob>;reg-id=1;+sip.instance="<urn:uuid:00000000-0000-0000-0000-0000e922f243>"
	Line 28889: 05-27 09:58:59.674 32387 32433 I System.out: Expires: 300
	Line 28890: 05-27 09:58:59.675 32387 32433 I System.out: Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
	Line 28891: 05-27 09:58:59.675 32387 32433 I System.out: Content-Length:  0
	Line 28892: 05-27 09:58:59.675 32387 32433 I System.out: 
	Line 28893: 05-27 09:58:59.675 32387 32433 I System.out: 
	Line 28894: 05-27 09:58:59.675 32387 32433 I System.out: --end msg--
	Line 28895: 05-27 09:58:59.676 32387 32433 I System.out: 09:58:59.676        tsx0x78a231c0a8  .State changed from Null to Calling, event=TX_MSG
	Line 28896: 05-27 09:58:59.825 32387 32433 I System.out: 09:58:59.824         sip_endpoint.c  Processing incoming message: Response msg 401/REGISTER/cseq=47512 (rdata0x78a5706b30)
	Line 28897: 05-27 09:58:59.825 32387 32433 I System.out: 09:58:59.825           pjsua_core.c  .RX 678 bytes Response msg 401/REGISTER/cseq=47512 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 28898: 05-27 09:58:59.825 32387 32433 I System.out: SIP/2.0 401 Unauthorized
	Line 28899: 05-27 09:58:59.825 32387 32433 I System.out: From: <sip:1012@DomainXPTO>;tag=0595bcbe-3446-4c70-827b-dec828c123f2
	Line 28900: 05-27 09:58:59.825 32387 32433 I System.out: To: <sip:1012@DomainXPTO>;tag=5baccd80-b00000a-fd2-65014-2b658-24214d25-2b658
	Line 28901: 05-27 09:58:59.825 32387 32433 I System.out: Call-ID: 52afa4e0-546c-4edb-838c-684d859119f3
	Line 28902: 05-27 09:58:59.825 32387 32433 I System.out: CSeq: 47512 REGISTER
	Line 28903: 05-27 09:58:59.825 32387 32433 I System.out: Contact: <sip:1012@X.X.X.X:5050;transport=TCP;ob>;reg-id=1;+sip.instance="<urn:uuid:00000000-0000-0000-0000-0000e922f243>"
	Line 28904: 05-27 09:58:59.825 32387 32433 I System.out: WWW-Authenticate: Digest realm="radvision.com",nonce="0e68740ffb2baffddedb342d389ef079000000005ece2b35",algorithm=MD5
	Line 28905: 05-27 09:58:59.825 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;alias;received=X.X.X.X;rport=5050;branch=z9hG4bKPjfc04aa22-9d33-476a-b9e6-77f3173f5b8a
	Line 28906: 05-27 09:58:59.825 32387 32433 I System.out: Content-Length: 0
	Line 28907: 05-27 09:58:59.825 32387 32433 I System.out: 
	Line 28908: 05-27 09:58:59.826 32387 32433 I System.out: 
	Line 28909: 05-27 09:58:59.826 32387 32433 I System.out: --end msg--
	Line 28910: 05-27 09:58:59.826 32387 32433 I System.out: 09:58:59.826        tsx0x78a231c0a8  .Incoming Response msg 401/REGISTER/cseq=47512 (rdata0x78a5706b30) in state Calling
	Line 28911: 05-27 09:58:59.826 32387 32433 I System.out: 09:58:59.826        tsx0x78a231c0a8  ..State changed from Calling to Completed, event=RX_MSG
	Line 28912: 05-27 09:58:59.827 32387 32433 I System.out: 09:58:59.827        tsx0x78a56720a8  ....Transaction created for Request msg REGISTER/cseq=47513 (tdta0x78a566c0a8)
	Line 28913: 05-27 09:58:59.827 32387 32433 I System.out: 09:58:59.827        tsx0x78a56720a8  ...Sending Request msg REGISTER/cseq=47513 (tdta0x78a566c0a8) in state Null
	Line 28914: 05-27 09:58:59.827 32387 32433 I System.out: 09:58:59.827               endpoint  ....Request msg REGISTER/cseq=47513 (tdta0x78a566c0a8): skipping target resolution because address is already set
	Line 28915: 05-27 09:58:59.828 32387 32433 I System.out: 09:58:59.827           pjsua_core.c  ....TX 1181 bytes Request msg REGISTER/cseq=47513 (tdta0x78a566c0a8) to TCP X.X.X.X:5050:
	Line 28916: 05-27 09:58:59.828 32387 32433 I System.out: REGISTER sip:X.X.X.X SIP/2.0
	Line 28917: 05-27 09:58:59.828 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;rport;branch=z9hG4bKPjf71099cf-15ac-45b9-9f8e-c06cdbcae23c;alias
	Line 28918: 05-27 09:58:59.828 32387 32433 I System.out: Route: <sip:X.X.X.X:5050;transport=tcp;lr>
	Line 28919: 05-27 09:58:59.828 32387 32433 I System.out: Max-Forwards: 70
	Line 28920: 05-27 09:58:59.828 32387 32433 I System.out: From: <sip:1012@DomainXPTO>;tag=0595bcbe-3446-4c70-827b-dec828c123f2
	Line 28921: 05-27 09:58:59.828 32387 32433 I System.out: To: <sip:1012@DomainXPTO>
	Line 28922: 05-27 09:58:59.828 32387 32433 I System.out: Call-ID: 52afa4e0-546c-4edb-838c-684d859119f3
	Line 28923: 05-27 09:58:59.828 32387 32433 I System.out: CSeq: 47513 REGISTER
	Line 28924: 05-27 09:58:59.828 32387 32433 I System.out: DeviceToken: cEftnY2bBvQ:APA91bGRQVqPdN36Ru17s64oU_874Z0lWtKhVRNdidPbUStAhiCGPj-ew3XT2PlVs10a_Le3edXs-fObzhemr7NleBGgKBh65-x-AmReWXVj-YHTygegh9M3OoiO55uoicDa0ecvXavs
	Line 28925: 05-27 09:58:59.828 32387 32433 I System.out: BundleID: org.pjsip.pjsua2.app
	Line 28926: 05-27 09:58:59.828 32387 32433 I System.out: User-Agent: org.pjsip.pjsua2.app Android (FCM) v1.0-cloud_rd -d / flame-29
	Line 28927: 05-27 09:58:59.828 32387 32433 I System.out: Supported: outbound, path
	Line 28928: 05-27 09:58:59.828 32387 32433 I System.out: Contact: <sip:1012@X.X.X.X:5050;transport=TCP;ob>;reg-id=1;+sip.instance="<urn:uuid:00000000-0000-0000-0000-0000e922f243>"
	Line 28929: 05-27 09:58:59.828 32387 32433 I System.out: Expires: 300
	Line 28930: 05-27 09:58:59.828 32387 32433 I System.out: Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
	Line 28931: 05-27 09:58:59.828 32387 32433 I System.out: Authorization: Digest username="user1012", realm="radvision.com", nonce="0e68740ffb2baffddedb342d389ef079000000005ece2b35", uri="sip:X.X.X.X", response="e96eb872ed83c5fd85e0fae17170c539", algorithm=MD5
	Line 28932: 05-27 09:58:59.828 32387 32433 I System.out: Content-Length:  0
	Line 28933: 05-27 09:58:59.828 32387 32433 I System.out: 
	Line 28934: 05-27 09:58:59.828 32387 32433 I System.out: 
	Line 28935: 05-27 09:58:59.828 32387 32433 I System.out: --end msg--
	Line 28936: 05-27 09:58:59.829 32387 32433 I System.out: 09:58:59.829        tsx0x78a56720a8  ....State changed from Null to Calling, event=TX_MSG
	Line 28937: 05-27 09:58:59.829 32387 32433 I System.out: 09:58:59.829        tsx0x78a231c0a8  Timeout timer event
	Line 28938: 05-27 09:58:59.829 32387 32433 I System.out: 09:58:59.829        tsx0x78a231c0a8  .State changed from Completed to Terminated, event=TIMER
	Line 28939: 05-27 09:58:59.835 32387 32433 I System.out: 09:58:59.834        tsx0x78a231c0a8  Timeout timer event
	Line 28940: 05-27 09:58:59.835 32387 32433 I System.out: 09:58:59.835        tsx0x78a231c0a8  .State changed from Terminated to Destroyed, event=TIMER
	Line 28941: 05-27 09:58:59.836 32387 32433 I System.out: 09:58:59.835        tsx0x78a231c0a8  Transaction destroyed!
	Line 28943: 05-27 09:58:59.962 32387 32433 I System.out: 09:58:59.962         sip_endpoint.c  Processing incoming message: Response msg 200/REGISTER/cseq=47513 (rdata0x78a5706b30)
	Line 28944: 05-27 09:58:59.962 32387 32433 I System.out: 09:58:59.962           pjsua_core.c  .RX 563 bytes Response msg 200/REGISTER/cseq=47513 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 28945: 05-27 09:58:59.963 32387 32433 I System.out: SIP/2.0 200 OK
	Line 28946: 05-27 09:58:59.963 32387 32433 I System.out: From: <sip:1012@DomainXPTO>;tag=0595bcbe-3446-4c70-827b-dec828c123f2
	Line 28947: 05-27 09:58:59.963 32387 32433 I System.out: To: <sip:1012@DomainXPTO>;tag=5bacd2e0-b00000a-fd2-65014-2b658-132d49bc-2b658
	Line 28948: 05-27 09:58:59.963 32387 32433 I System.out: Call-ID: 52afa4e0-546c-4edb-838c-684d859119f3
	Line 28949: 05-27 09:58:59.963 32387 32433 I System.out: CSeq: 47513 REGISTER
	Line 28950: 05-27 09:58:59.963 32387 32433 I System.out: Contact: <sip:1012@X.X.X.X:5050;transport=TCP;ob>;reg-id=1;+sip.instance="<urn:uuid:00000000-0000-0000-0000-0000e922f243>"
	Line 28951: 05-27 09:58:59.963 32387 32433 I System.out: Expires: 300
	Line 28952: 05-27 09:58:59.963 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;alias;received=X.X.X.X;rport=5050;branch=z9hG4bKPjf71099cf-15ac-45b9-9f8e-c06cdbcae23c
	Line 28953: 05-27 09:58:59.963 32387 32433 I System.out: Content-Length: 0
	Line 28954: 05-27 09:58:59.963 32387 32433 I System.out: 
	Line 28955: 05-27 09:58:59.963 32387 32433 I System.out: 
	Line 28956: 05-27 09:58:59.963 32387 32433 I System.out: --end msg--
	Line 28957: 05-27 09:58:59.963 32387 32433 I System.out: 09:58:59.963        tsx0x78a56720a8  .Incoming Response msg 200/REGISTER/cseq=47513 (rdata0x78a5706b30) in state Calling
	Line 28958: 05-27 09:58:59.963 32387 32433 I System.out: 09:58:59.963        tsx0x78a56720a8  ..State changed from Calling to Completed, event=RX_MSG
	Line 28959: 05-27 09:58:59.963 32387 32433 I System.out: 09:58:59.963            pjsua_acc.c  ....SIP outbound status for acc 0 is not active
	Line 28960: 05-27 09:58:59.964 32387 32433 I System.out: 09:58:59.964            pjsua_acc.c  ....sip:1012@DomainXPTO: registration success, status=200 (OK), will re-register in 300 seconds
	Line 28961: 05-27 09:58:59.964 32387 32433 I Tracer  : PjSua-0 SP         |      > SIPAccount.onRegState()
	Line 28962: 05-27 09:58:59.964 32387 32433 I Tracer  : PjSua-0 SP         |        OnRegStateParam:
	Line 28963: 05-27 09:58:59.964 32387 32433 I Tracer  : Code: PJSIP_SC_OK
	Line 28964: 05-27 09:58:59.964 32387 32433 I Tracer  : Status : 0
	Line 28965: 05-27 09:58:59.964 32387 32433 I Tracer  : Expiration: 300
	Line 28966: 05-27 09:58:59.964 32387 32433 I Tracer  : Reason : OK
	Line 28967: 05-27 09:58:59.965 32387 32433 I Tracer  : PjSua-0 SP         |       > SIPAccount.onRegState true()
	Line 28968: 05-27 09:58:59.965 32387 32433 I Tracer  : PjSua-0 SP         |        > SIPAccount.onReceiveRegister()
	Line 28969: 05-27 09:58:59.966 32387 32433 I Tracer  : PjSua-0 SP         |          IsRegistered: true
	Line 28970: 05-27 09:58:59.966 32387 32433 I Tracer  : PjSua-0 SP         |        <
	Line 28971: 05-27 09:58:59.967 32387 32433 I Tracer  : PjSua-0 SP         |        > SIPAccount.notifyObserverAccounRegister()
	Line 28972: 05-27 09:58:59.968 32387 32433 I Tracer  : PjSua-0 SP         |        <
	Line 28973: 05-27 09:58:59.968 32387 32433 I Tracer  : PjSua-0 SP         |       <
	Line 28974: 05-27 09:58:59.969 32387 32433 I System.out: 09:58:59.969        tsx0x78a56720a8  Timeout timer event
	Line 28975: 05-27 09:58:59.969 32387 32433 I System.out: 09:58:59.969        tsx0x78a56720a8  .State changed from Completed to Terminated, event=TIMER
	Line 28976: 05-27 09:58:59.969 32387 32433 I System.out: 09:58:59.969        tsx0x78a56720a8  Timeout timer event
	Line 28977: 05-27 09:58:59.969 32387 32433 I System.out: 09:58:59.969        tsx0x78a56720a8  .State changed from Terminated to Destroyed, event=TIMER
	Line 28978: 05-27 09:58:59.969 32387 32433 I System.out: 09:58:59.969       tdta0x78a566c0a8  ..Destroying txdata Request msg REGISTER/cseq=47513 (tdta0x78a566c0a8)
	Line 28979: 05-27 09:58:59.969 32387 32433 I System.out: 09:58:59.969        tsx0x78a56720a8  Transaction destroyed!
	Line 29067: 05-27 09:59:02.172 32387  2588 D AudioTrack: stop() called with 144960 frames delivered
	Line 29122: 05-27 09:59:02.935 32387  2580 I System.out: 09:59:02.934                  speex !warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 29168: 05-27 09:59:03.091 32387  2580 I System.out: 09:59:03.090                  speex  warning: Auto-filling the buffer (your application is buggy and/or got xruns)
	Line 29171: 05-27 09:59:03.388 32387  2580 I System.out: 09:59:03.387           sound_port.c  EC suspended because of inactivity
	Line 29190: 05-27 09:59:04.612 32387 32433 I System.out: 09:59:04.612         sip_endpoint.c !Processing incoming message: Request msg BYE/cseq=2 (rdata0x78a5706b30)
	Line 29191: 05-27 09:59:04.613 32387 32421 I System.out: 09:59:04.611       strm0x78a56e0428 !Received RTCP BYE, reason: -
	Line 29192: 05-27 09:59:04.614 32387 32433 I System.out: 09:59:04.613           pjsua_core.c  .RX 446 bytes Request msg BYE/cseq=2 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 29193: 05-27 09:59:04.614 32387 32433 I System.out: BYE sip:1012@X.X.X.X:5050;transport=TCP;ob SIP/2.0
	Line 29194: 05-27 09:59:04.614 32387 32433 I System.out: From: "martinho2"<sip:1010@DomainXPTO>;tag=5bacc570-b00000a-fd2-65014-2b657-2c0d6408-2b657
	Line 29195: 05-27 09:59:04.614 32387 32433 I System.out: To: <sip:1012@DomainXPTO>;tag=f6ee0d8f-4a6d-4b52-8b41-0774045d5b8b
	Line 29196: 05-27 09:59:04.615 32387 32433 I System.out: Call-ID: 5ce08ef8-b00000a-fd2-65014-2b657-4f3f4cc2-2b657
	Line 29197: 05-27 09:59:04.615 32387 32433 I System.out: CSeq: 2 BYE
	Line 29198: 05-27 09:59:04.615 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;branch=z9hG4bK-2b65d-a985d56-57749c81-5ab8e4c0
	Line 29199: 05-27 09:59:04.615 32387 32433 I System.out: Max-Forwards: 70
	Line 29200: 05-27 09:59:04.615 32387 32433 I System.out: Content-Length: 0
	Line 29201: 05-27 09:59:04.615 32387 32433 I System.out: 
	Line 29202: 05-27 09:59:04.615 32387 32433 I System.out: 
	Line 29203: 05-27 09:59:04.615 32387 32433 I System.out: --end msg--
	Line 29204: 05-27 09:59:04.616 32387 32433 I System.out: 09:59:04.616        dlg0x78a56718a8  .Received Request msg BYE/cseq=2 (rdata0x78a5706b30)
	Line 29205: 05-27 09:59:04.617 32387 32433 I System.out: 09:59:04.617        tsx0x78a56720a8  ...Transaction created for Request msg BYE/cseq=2 (rdata0x78a5706b30)
	Line 29206: 05-27 09:59:04.618 32387 32433 I System.out: 09:59:04.617        tsx0x78a56720a8  ..Incoming Request msg BYE/cseq=2 (rdata0x78a5706b30) in state Null
	Line 29207: 05-27 09:59:04.619 32387 32433 I System.out: 09:59:04.618        tsx0x78a56720a8  ...State changed from Null to Trying, event=RX_MSG
	Line 29208: 05-27 09:59:04.620 32387 32433 I System.out: 09:59:04.619        dlg0x78a56718a8  ....Transaction tsx0x78a56720a8 state changed to Trying
	Line 29209: 05-27 09:59:04.620 32387 32433 I System.out: 09:59:04.620               endpoint  .....Response msg 200/BYE/cseq=2 (tdta0x78a566c0a8) created
	Line 29210: 05-27 09:59:04.620 32387 32433 I System.out: 09:59:04.620        dlg0x78a56718a8  ......Sending Response msg 200/BYE/cseq=2 (tdta0x78a566c0a8)
	Line 29211: 05-27 09:59:04.620 32387 32433 I System.out: 09:59:04.620        tsx0x78a56720a8  ......Sending Response msg 200/BYE/cseq=2 (tdta0x78a566c0a8) in state Trying
	Line 29212: 05-27 09:59:04.621 32387 32433 I System.out: 09:59:04.621           pjsua_core.c  .......TX 411 bytes Response msg 200/BYE/cseq=2 (tdta0x78a566c0a8) to TCP X.X.X.X:5050:
	Line 29213: 05-27 09:59:04.621 32387 32433 I System.out: SIP/2.0 200 OK
	Line 29214: 05-27 09:59:04.621 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;received=X.X.X.X;branch=z9hG4bK-2b65d-a985d56-57749c81-5ab8e4c0
	Line 29215: 05-27 09:59:04.621 32387 32433 I System.out: Call-ID: 5ce08ef8-b00000a-fd2-65014-2b657-4f3f4cc2-2b657
	Line 29216: 05-27 09:59:04.621 32387 32433 I System.out: From: "martinho2" <sip:1010@DomainXPTO>;tag=5bacc570-b00000a-fd2-65014-2b657-2c0d6408-2b657
	Line 29217: 05-27 09:59:04.621 32387 32433 I System.out: To: <sip:1012@DomainXPTO>;tag=f6ee0d8f-4a6d-4b52-8b41-0774045d5b8b
	Line 29218: 05-27 09:59:04.621 32387 32433 I System.out: CSeq: 2 BYE
	Line 29219: 05-27 09:59:04.621 32387 32433 I System.out: Content-Length:  0
	Line 29220: 05-27 09:59:04.621 32387 32433 I System.out: 
	Line 29221: 05-27 09:59:04.621 32387 32433 I System.out: 
	Line 29222: 05-27 09:59:04.622 32387 32433 I System.out: --end msg--
	Line 29223: 05-27 09:59:04.622 32387 32433 I System.out: 09:59:04.622        tsx0x78a56720a8  .......State changed from Trying to Completed, event=TX_MSG
	Line 29224: 05-27 09:59:04.623 32387 32433 I System.out: 09:59:04.622        dlg0x78a56718a8  ........Transaction tsx0x78a56720a8 state changed to Completed
	Line 29225: 05-27 09:59:04.623 32387 32433 I System.out: 09:59:04.623          pjsua_media.c  ......Call 1: deinitializing media..
	Line 29226: 05-27 09:59:04.624 32387 32433 I System.out: 09:59:04.624       strm0x78a56e0428  ........JB summary:
	Line 29227: 05-27 09:59:04.625 32387 32433 I System.out:   size=0/eff=0 prefetch=0 level=0
	Line 29228: 05-27 09:59:04.625 32387 32433 I System.out:   delay (min/max/avg/dev)=0/0/0/0 ms
	Line 29229: 05-27 09:59:04.625 32387 32433 I System.out:   burst (min/max/avg/dev)=0/0/0/0 frames
	Line 29230: 05-27 09:59:04.625 32387 32433 I System.out:   lost=0 discard=0 empty=0
	Line 29231: 05-27 09:59:04.626 32387 32433 I System.out: 09:59:04.625          pjsua_media.c  ........Media stream call01:0 is destroyed
	Line 29232: 05-27 09:59:04.627 32387 32433 I System.out: 09:59:04.626        dlg0x78a56718a8  ......Session count dec to 3 by mod-invite
	Line 29233: 05-27 09:59:04.628 32387 32433 I System.out: 09:59:04.627        tsx0x78a56720a8  Timeout timer event
	Line 29234: 05-27 09:59:04.628 32387 32433 I System.out: 09:59:04.628        tsx0x78a56720a8  .State changed from Completed to Terminated, event=TIMER
	Line 29235: 05-27 09:59:04.629 32387 32433 I System.out: 09:59:04.629        dlg0x78a56718a8  ..Transaction tsx0x78a56720a8 state changed to Terminated
	Line 29236: 05-27 09:59:04.630 32387 32433 I System.out: 09:59:04.629        dlg0x78a56718a8  ...Dialog destroyed
	Line 29237: 05-27 09:59:04.634 32387 32433 I System.out: 09:59:04.633        tsx0x78a56720a8  Timeout timer event
	Line 29238: 05-27 09:59:04.634 32387 32433 I System.out: 09:59:04.634        tsx0x78a56720a8  .State changed from Terminated to Destroyed, event=TIMER
	Line 29239: 05-27 09:59:04.635 32387 32433 I System.out: 09:59:04.635       tdta0x78a566c0a8  ..Destroying txdata Response msg 200/BYE/cseq=2 (tdta0x78a566c0a8)
	Line 29240: 05-27 09:59:04.635 32387 32433 I System.out: 09:59:04.635        tsx0x78a56720a8  Transaction destroyed!
	Line 29246: 05-27 09:59:05.623 32387 32433 I System.out: 09:59:05.623            pjsua_aud.c  Closing sound device after idle for 1 second(s)
	Line 29247: 05-27 09:59:05.624 32387 32433 I System.out: 09:59:05.624            pjsua_aud.c  .Closing OpenSL ES Audio sound playback device and OpenSL ES Audio sound capture device
	Line 29248: 05-27 09:59:05.624 32387 32433 I System.out: 09:59:05.624           opensl_dev.c  .Stopping stream
	Line 29258: 05-27 09:59:05.663 32387  2580 D         : PlayerBase::stop() from IPlayer
	Line 29259: 05-27 09:59:05.663 32387  2580 D AudioTrack: stop() called with 116166 frames delivered
	Line 29273: 05-27 09:59:05.680 32387 32433 D         : PlayerBase::stop() from IPlayer
	Line 29274: 05-27 09:59:05.681 32387 32433 I System.out: 09:59:05.680           opensl_dev.c  .OpenSL stream stopped
	Line 29286: 05-27 09:59:05.701 32387 32433 I System.out: 09:59:05.701           opensl_dev.c  .OpenSL stream destroyed
	Line 29985: 05-27 09:59:17.665 32387  2423 D         : TrackPlayerBase::~TrackPlayerBase()
	Line 29986: 05-27 09:59:17.665 32387  2423 D         : PlayerBase::~PlayerBase()
	Line 30841: 05-27 09:59:33.078 32387 32433 I Tracer  : PjSua-0 SP         |       > CallManager.startNewCall()
	Line 30842: 05-27 09:59:33.080 32387 32433 I Tracer  : PjSua-0 SP C:0004  |        > SIPCall.startCall()
	Line 30843: 05-27 09:59:33.080 32387 32433 I System.out: 09:59:33.080           pjsua_call.c  Making call with acc #0 to sip:*69@DomainXPTO
	Line 30844: 05-27 09:59:33.080 32387 32433 I System.out: 09:59:33.080            pjsua_aud.c  .Set sound device: capture=-1, playback=-2
	Line 30845: 05-27 09:59:33.080 32387 32433 I System.out: 09:59:33.080            pjsua_aud.c  ..Opening sound device (speaker + mic) PCM@16000/1/20ms
	Line 30846: 05-27 09:59:33.081 32387 32433 I System.out: 09:59:33.080           opensl_dev.c  ...Creating OpenSL stream
	Line 30847: 05-27 09:59:33.081 32387 32433 D         : PlayerBase::PlayerBase()
	Line 30848: 05-27 09:59:33.082 32387 32433 D         : TrackPlayerBase::TrackPlayerBase()
	Line 30849: 05-27 09:59:33.082 32387 32433 I libOpenSLES: Emulating old channel mask behavior (ignoring positional mask 0x4, using default mask 0x1 based on channel count of 1)
	Line 30863: 05-27 09:59:33.085 32387 32433 W AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by server; frameCount 0 -> 1280
	Line 30864: 05-27 09:59:33.085 32387 32433 I AudioTrack: Need throttle time for OpenSLES player
	Line 30865: 05-27 09:59:33.087 32387 32433 W libOpenSLES: Conversion from OpenSL ES positional channel mask 0x4 to Android mask 0 loses channels
	Line 30866: 05-27 09:59:33.087 32387 32433 I libOpenSLES: Emulating old channel mask behavior (ignoring positional mask 0x4, using default mask 0x10 based on channel count of 1)
	Line 30867: 05-27 09:59:33.088 32387 32433 D AudioRecord: openRecord_l() remove fast or raw flag of voip calls, source=7, flags=5
	Line 30902: 05-27 09:59:33.114 32387 32433 I System.out: 09:59:33.114         ec0x78a5695000  ...Creating AEC
	Line 30903: 05-27 09:59:33.115 32387 32433 I System.out: 09:59:33.114                  speex  ...warning: Unknown speex_preprocess_ctl request: : 2
	Line 30904: 05-27 09:59:33.115 32387 32433 I System.out: 09:59:33.115         ec0x78a5695000  ...AEC created, clock_rate=16000, channel=1, samples per frame=320, tail length=200 ms, latency=0 ms
	Line 30905: 05-27 09:59:33.115 32387 32433 I System.out: 09:59:33.115           opensl_dev.c  ...Starting OpenSL stream..
	Line 30984: 05-27 09:59:33.186 32387  2698 I System.out: 09:59:33.185           opensl_dev.c !Recorder thread started
	Line 31038: 05-27 09:59:33.208 32387 32433 I System.out: 09:59:33.208           opensl_dev.c !...OpenSL stream started
	Line 31039: 05-27 09:59:33.209 32387 32433 I System.out: 09:59:33.209        dlg0x78a56720a8  .UAC dialog created
	Line 31040: 05-27 09:59:33.209 32387 32433 I System.out: 09:59:33.209        dlg0x78a56720a8  ..Session count inc to 2 by mod-pjsua
	Line 31041: 05-27 09:59:33.209 32387 32433 I System.out: 09:59:33.209          pjsua_media.c  .Call 2: initializing media..
	Line 31044: 05-27 09:59:33.210 32387  2697 I System.out: 09:59:33.209           opensl_dev.c !Player thread started
	Line 31047: 05-27 09:59:33.211 32387  2697 I System.out: 09:59:33.210                  speex  warning: discarded first playback frame
	Line 31052: 05-27 09:59:33.213 32387  2697 I System.out: 09:59:33.212                  speex  warning: discarded first playback frame
	Line 31053: 05-27 09:59:33.213 32387 32433 I System.out: 09:59:33.213          pjsua_media.c !..RTP socket reachable at 192.168.1.127:4012
	Line 31054: 05-27 09:59:33.213 32387 32433 I System.out: 09:59:33.213          pjsua_media.c  ..RTCP socket reachable at 192.168.1.127:4013
	Line 31055: 05-27 09:59:33.213 32387 32433 I System.out: 09:59:33.213       srtp0x78a22e0800  ..SRTP keying SDES created
	Line 31056: 05-27 09:59:33.213 32387 32433 I System.out: 09:59:33.213          pjsua_media.c !..Media index 0 selected for audio call 2
	Line 31057: 05-27 09:59:33.213 32387 32433 I System.out: 09:59:33.213          pjsua_media.c  ..Call 2: media transport initialization complete: Success
	Line 31059: 05-27 09:59:33.213 32387 32433 I System.out: 09:59:33.213        dlg0x78a56720a8  ..Session count dec to 2 by mod-pjsua
	Line 31061: 05-27 09:59:33.213 32387  2697 I System.out: 09:59:33.213                  speex !warning: discarded first playback frame
	Line 31063: 05-27 09:59:33.214 32387 32433 I System.out: 09:59:33.214        dlg0x78a56720a8  .Module mod-invite added as dialog usage, data=0x78a566fc28
	Line 31064: 05-27 09:59:33.214 32387 32433 I System.out: 09:59:33.214        dlg0x78a56720a8  ..Session count inc to 4 by mod-invite
	Line 31065: 05-27 09:59:33.214 32387 32433 I System.out: 09:59:33.214        dlg0x78a56720a8  .Module mod-100rel added as dialog usage, data=0x7890630aa8
	Line 31066: 05-27 09:59:33.214 32387 32433 I System.out: 09:59:33.214        dlg0x78a56720a8  .100rel module attached
	Line 31067: 05-27 09:59:33.214 32387 32433 I System.out: 09:59:33.214        inv0x78a56720a8  .UAC invite session created for dialog dlg0x78a56720a8
	Line 31069: 05-27 09:59:33.214 32387 32433 I System.out: 09:59:33.214               endpoint  .Request msg INVITE/cseq=10859 (tdta0x78a566c0a8) created.
	Line 31070: 05-27 09:59:33.214 32387 32433 I System.out: 09:59:33.214        inv0x78a56720a8  ..Sending Request msg INVITE/cseq=10859 (tdta0x78a566c0a8)
	Line 31071: 05-27 09:59:33.214 32387 32433 I System.out: 09:59:33.214        dlg0x78a56720a8  ...Sending Request msg INVITE/cseq=10859 (tdta0x78a566c0a8)
	Line 31072: 05-27 09:59:33.215 32387 32433 I System.out: 09:59:33.215        tsx0x78a56718a8 !....Transaction created for Request msg INVITE/cseq=10858 (tdta0x78a566c0a8)
	Line 31073: 05-27 09:59:33.215 32387 32433 I System.out: 09:59:33.215        tsx0x78a56718a8  ...Sending Request msg INVITE/cseq=10858 (tdta0x78a566c0a8) in state Null
	Line 31074: 05-27 09:59:33.215 32387 32433 I System.out: 09:59:33.215          sip_resolve.c  ....Target 'X.X.X.X:5050' type=TCP resolved to 'X.X.X.X:5050' type=TCP (TCP transport)
	Line 31075: 05-27 09:59:33.215 32387 32433 I System.out: 09:59:33.215           pjsua_core.c  ....TX 1362 bytes Request msg INVITE/cseq=10858 (tdta0x78a566c0a8) to TCP X.X.X.X:5050:
	Line 31076: 05-27 09:59:33.215 32387 32433 I System.out: INVITE sip:*69@DomainXPTO SIP/2.0
	Line 31077: 05-27 09:59:33.215 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;rport;branch=z9hG4bKPjaacef4fd-54c7-44f4-b108-6288191470fe;alias
	Line 31078: 05-27 09:59:33.215 32387 32433 I System.out: Max-Forwards: 70
	Line 31079: 05-27 09:59:33.215 32387 32433 I System.out: From: sip:1012@DomainXPTO;tag=f57e3844-78f8-44e7-8d7d-ab6b54a214c1
	Line 31080: 05-27 09:59:33.215 32387 32433 I System.out: To: sip:*69@DomainXPTO
	Line 31081: 05-27 09:59:33.215 32387 32433 I System.out: Contact: <sip:1012@X.X.X.X:5050;transport=TCP;ob>
	Line 31082: 05-27 09:59:33.215 32387 32433 I System.out: Call-ID: a4de1989-fb57-4a7b-8dd5-659c4d914f5c
	Line 31083: 05-27 09:59:33.215 32387 32433 I System.out: CSeq: 10858 INVITE
	Line 31084: 05-27 09:59:33.215 32387 32433 I System.out: Route: <sip:X.X.X.X:5050;transport=tcp;lr>
	Line 31085: 05-27 09:59:33.215 32387 32433 I System.out: Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
	Line 31086: 05-27 09:59:33.215 32387 32433 I System.out: Supported: replaces, 100rel, timer, norefersub
	Line 31087: 05-27 09:59:33.215 32387 32433 I System.out: Session-Expires: 1800
	Line 31088: 05-27 09:59:33.215 32387 32433 I System.out: Min-SE: 90
	Line 31089: 05-27 09:59:33.215 32387 32433 I System.out: User-Agent: org.pjsip.pjsua2.app Android (FCM) v1.0-cloud_rd -d / flame-29
	Line 31090: 05-27 09:59:33.215 32387 32433 I System.out: Content-Type: application/sdp
	Line 31091: 05-27 09:59:33.215 32387 32433 I System.out: Content-Length:   577
	Line 31092: 05-27 09:59:33.215 32387 32433 I System.out: 
	Line 31093: 05-27 09:59:33.215 32387 32433 I System.out: v=0
	Line 31094: 05-27 09:59:33.215 32387 32433 I System.out: o=- 3799558773 3799558773 IN IP4 192.168.1.127
	Line 31095: 05-27 09:59:33.215 32387 32433 I System.out: s=pjmedia
	Line 31096: 05-27 09:59:33.215 32387 32433 I System.out: b=AS:117
	Line 31098: 05-27 09:59:33.215 32387 32433 I System.out: t=0 0
	Line 31099: 05-27 09:59:33.215 32387 32433 I System.out: a=X-nat:0
	Line 31100: 05-27 09:59:33.215 32387 32433 I System.out: m=audio 4012 RTP/AVP 98 97 99 104 3 0 8 9 120 96
	Line 31101: 05-27 09:59:33.215 32387 32433 I System.out: c=IN IP4 192.168.1.127
	Line 31103: 05-27 09:59:33.215 32387 32433 I System.out: b=TIAS:96000
	Line 31104: 05-27 09:59:33.215 32387 32433 I System.out: a=rtcp:4013 IN IP4 192.168.1.127
	Line 31105: 05-27 09:59:33.215 32387 32433 I System.out: a=sendrecv
	Line 31106: 05-27 09:59:33.215 32387 32433 I System.out: a=rtpmap:98 speex/16000
	Line 31107: 05-27 09:59:33.215 32387 32433 I System.out: a=rtpmap:97 speex/8000
	Line 31108: 05-27 09:59:33.216 32387 32433 I System.out: a=rtpmap:99 speex/32000
	Line 31109: 05-27 09:59:33.216 32387 32433 I System.out: a=rtpmap:104 iLBC/8000
	Line 31110: 05-27 09:59:33.216 32387 32433 I System.out: a=fmtp:104 mode=30
	Line 31111: 05-27 09:59:33.216 32387 32433 I System.out: a=rtpmap:3 GSM/8000
	Line 31112: 05-27 09:59:33.216 32387 32433 I System.out: a=rtpmap:0 PCMU/8000
	Line 31113: 05-27 09:59:33.216 32387 32433 I System.out: a=rtpmap:8 PCMA/8000
	Line 31114: 05-27 09:59:33.216 32387 32433 I System.out: a=rtpmap:9 G722/8000
	Line 31115: 05-27 09:59:33.216 32387 32433 I System.out: a=rtpmap:120 opus/48000/2
	Line 31116: 05-27 09:59:33.216 32387 32433 I System.out: a=fmtp:120 useinbandfec=1
	Line 31117: 05-27 09:59:33.216 32387 32433 I System.out: a=rtpmap:96 telephone-event/8000
	Line 31118: 05-27 09:59:33.216 32387 32433 I System.out: a=fmtp:96 0-16
	Line 31119: 05-27 09:59:33.216 32387 32433 I System.out: a=ssrc:1124401309 cname:6094ba311ff7fd07
	Line 31120: 05-27 09:59:33.216 32387 32433 I System.out: 
	Line 31121: 05-27 09:59:33.216 32387 32433 I System.out: --end msg--
	Line 31122: 05-27 09:59:33.216 32387  2697 I System.out: 09:59:33.214                  speex !warning: discarded first playback frame
	Line 31123: 05-27 09:59:33.216 32387 32433 I System.out: 09:59:33.216        tsx0x78a56718a8  ....State changed from Null to Calling, event=TX_MSG
	Line 31124: 05-27 09:59:33.216 32387 32433 I System.out: 09:59:33.216        dlg0x78a56720a8  .....Transaction tsx0x78a56718a8 state changed to Calling
	Line 31126: 05-27 09:59:33.217 32387 32433 I Tracer  : PjSua-0 SP C:0004  |         > SIPCallStatusResolver.onCallState()
	Line 31128: 05-27 09:59:33.217 32387 32433 I Tracer  : PjSua-0 SP C:0004  |          > SIPCall.setState(CALLING)
	Line 31129: 05-27 09:59:33.217 32387 32433 I Tracer  : PjSua-0 SP C:0004  |           > SIPCall.isCallEnded()
	Line 31130: 05-27 09:59:33.217 32387 32433 I Tracer  : PjSua-0 SP C:0004  |           < = (false)
	Line 31131: 05-27 09:59:33.217 32387 32433 I Tracer  : PjSua-0 SP C:0004  |          <
	Line 31132: 05-27 09:59:33.217 32387 32433 I Tracer  : PjSua-0 SP C:0004  |         <
	Line 31133: 05-27 09:59:33.217 32387 32433 I Tracer  : PjSua-0 SP C:0004  |        <
	Line 31134: 05-27 09:59:33.217 32387 32433 I Tracer  : PjSua-0 SP         |       <
	Line 31138: 05-27 09:59:33.220 32387  2697 I System.out: 09:59:33.220                  speex !warning: discarded first playback frame
	Line 31150: 05-27 09:59:33.276 32387  2697 I System.out: 09:59:33.275                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 31156: 05-27 09:59:33.323 32387  2697 I System.out: 09:59:33.322                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 31159: 05-27 09:59:33.467 32387 32433 I System.out: 09:59:33.467         sip_endpoint.c !Processing incoming message: Response msg 100/INVITE/cseq=10858 (rdata0x78a5706b30)
	Line 31160: 05-27 09:59:33.468 32387 32433 I System.out: 09:59:33.467           pjsua_core.c  .RX 420 bytes Response msg 100/INVITE/cseq=10858 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 31161: 05-27 09:59:33.468 32387 32433 I System.out: SIP/2.0 100 Trying
	Line 31162: 05-27 09:59:33.468 32387 32433 I System.out: From: <sip:1012@DomainXPTO>;tag=f57e3844-78f8-44e7-8d7d-ab6b54a214c1
	Line 31163: 05-27 09:59:33.468 32387 32433 I System.out: To: <sip:*69@DomainXPTO>
	Line 31164: 05-27 09:59:33.468 32387 32433 I System.out: Call-ID: a4de1989-fb57-4a7b-8dd5-659c4d914f5c
	Line 31165: 05-27 09:59:33.468 32387 32433 I System.out: CSeq: 10858 INVITE
	Line 31166: 05-27 09:59:33.468 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;alias;received=2.83.60.252;rport=60793;branch=z9hG4bKPjaacef4fd-54c7-44f4-b108-6288191470fe
	Line 31167: 05-27 09:59:33.468 32387 32433 I System.out: Contact: <sip:*69@DomainXPTO:5060>
	Line 31168: 05-27 09:59:33.468 32387 32433 I System.out: Content-Length: 0
	Line 31169: 05-27 09:59:33.468 32387 32433 I System.out: 
	Line 31170: 05-27 09:59:33.468 32387 32433 I System.out: 
	Line 31171: 05-27 09:59:33.468 32387 32433 I System.out: --end msg--
	Line 31172: 05-27 09:59:33.468 32387 32433 I System.out: 09:59:33.468        tsx0x78a56718a8  .Incoming Response msg 100/INVITE/cseq=10858 (rdata0x78a5706b30) in state Calling
	Line 31173: 05-27 09:59:33.468 32387 32433 I System.out: 09:59:33.468        tsx0x78a56718a8  ..State changed from Calling to Proceeding, event=RX_MSG
	Line 31174: 05-27 09:59:33.468 32387 32433 I System.out: 09:59:33.468        dlg0x78a56720a8  ...Received Response msg 100/INVITE/cseq=10858 (rdata0x78a5706b30)
	Line 31175: 05-27 09:59:33.468 32387 32433 I System.out: 09:59:33.468        dlg0x78a56720a8  ...Transaction tsx0x78a56718a8 state changed to Proceeding
	Line 31176: 05-27 09:59:33.490 32387 32433 I System.out: 09:59:33.490         sip_endpoint.c  Processing incoming message: Response msg 200/INVITE/cseq=10858 (rdata0x78a5706b30)
	Line 31177: 05-27 09:59:33.491 32387 32433 I System.out: 09:59:33.490           pjsua_core.c  .RX 1143 bytes Response msg 200/INVITE/cseq=10858 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 31178: 05-27 09:59:33.491 32387 32433 I System.out: SIP/2.0 200 OK
	Line 31179: 05-27 09:59:33.491 32387 32433 I System.out: From: <sip:1012@DomainXPTO>;tag=f57e3844-78f8-44e7-8d7d-ab6b54a214c1
	Line 31180: 05-27 09:59:33.491 32387 32433 I System.out: To: <sip:*69@DomainXPTO>;tag=5bace5b0-b00000a-fd2-65014-2b67a-2a683665-2b67a
	Line 31181: 05-27 09:59:33.491 32387 32433 I System.out: Call-ID: a4de1989-fb57-4a7b-8dd5-659c4d914f5c
	Line 31182: 05-27 09:59:33.491 32387 32433 I System.out: CSeq: 10858 INVITE
	Line 31183: 05-27 09:59:33.491 32387 32433 I System.out: Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO
	Line 31184: 05-27 09:59:33.491 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;alias;received=2.83.60.252;rport=60793;branch=z9hG4bKPjaacef4fd-54c7-44f4-b108-6288191470fe
	Line 31185: 05-27 09:59:33.491 32387 32433 I System.out: Contact: <sip:1012@X.X.X.X:5050;transport=tcp>
	Line 31186: 05-27 09:59:33.491 32387 32433 I System.out: Content-Type: application/sdp
	Line 31187: 05-27 09:59:33.491 32387 32433 I System.out: Content-Length: 567
	Line 31188: 05-27 09:59:33.491 32387 32433 I System.out: 
	Line 31189: 05-27 09:59:33.491 32387 32433 I System.out: v=0
	Line 31190: 05-27 09:59:33.491 32387 32433 I System.out: o=OneSIPConnector 635 1 IN IP4 0.0.0.0
	Line 31191: 05-27 09:59:33.491 32387 32433 I System.out: s=OneSIPConnector
	Line 31192: 05-27 09:59:33.491 32387 32433 I System.out: b=AS:117
	Line 31193: 05-27 09:59:33.491 32387 32433 I System.out: t=0 0
	Line 31194: 05-27 09:59:33.491 32387 32433 I System.out: m=audio 19190 RTP/AVP 98 97 99 104 3 0 8 9 120 96
	Line 31195: 05-27 09:59:33.491 32387 32433 I System.out: c=IN IP4 0.0.0.0
	Line 31196: 05-27 09:59:33.491 32387 32433 I System.out: b=TIAS:96000
	Line 31197: 05-27 09:59:33.491 32387 32433 I System.out: a=sendrecv
	Line 31198: 05-27 09:59:33.491 32387 32433 I System.out: a=rtpmap:98 speex/16000
	Line 31199: 05-27 09:59:33.491 32387 32433 I System.out: a=rtpmap:97 speex/8000
	Line 31200: 05-27 09:59:33.491 32387 32433 I System.out: a=rtpmap:99 speex/32000
	Line 31201: 05-27 09:59:33.491 32387 32433 I System.out: a=rtpmap:104 iLBC/8000
	Line 31202: 05-27 09:59:33.491 32387 32433 I System.out: a=fmtp:104 mode=30
	Line 31203: 05-27 09:59:33.491 32387 32433 I System.out: a=rtpmap:3 GSM/8000
	Line 31204: 05-27 09:59:33.491 32387 32433 I System.out: a=rtpmap:0 PCMU/8000
	Line 31205: 05-27 09:59:33.491 32387 32433 I System.out: a=rtpmap:8 PCMA/8000
	Line 31206: 05-27 09:59:33.491 32387 32433 I System.out: a=rtpmap:9 G722/8000
	Line 31207: 05-27 09:59:33.491 32387 32433 I System.out: a=rtpmap:120 opus/48000/2
	Line 31208: 05-27 09:59:33.491 32387 32433 I System.out: a=fmtp:120 useinbandfec=1
	Line 31209: 05-27 09:59:33.491 32387 32433 I System.out: a=rtpmap:96 telephone-event/8000
	Line 31210: 05-27 09:59:33.491 32387 32433 I System.out: a=fmtp:96 0-16
	Line 31211: 05-27 09:59:33.491 32387 32433 I System.out: a=ssrc:1124401309 cname:6094ba311ff7fd07
	Line 31212: 05-27 09:59:33.491 32387 32433 I System.out: a=fmtp:104 mode=20
	Line 31213: 05-27 09:59:33.491 32387 32433 I System.out: a=fmtp:104 mode=20
	Line 31214: 05-27 09:59:33.491 32387 32433 I System.out: 
	Line 31215: 05-27 09:59:33.491 32387 32433 I System.out: --end msg--
	Line 31216: 05-27 09:59:33.491 32387 32433 I System.out: 09:59:33.491        tsx0x78a56718a8  .Incoming Response msg 200/INVITE/cseq=10858 (rdata0x78a5706b30) in state Proceeding
	Line 31217: 05-27 09:59:33.492 32387 32433 I System.out: 09:59:33.491        tsx0x78a56718a8  ..State changed from Proceeding to Terminated, event=RX_MSG
	Line 31218: 05-27 09:59:33.492 32387 32433 I System.out: 09:59:33.492        dlg0x78a56720a8  ...Received Response msg 200/INVITE/cseq=10858 (rdata0x78a5706b30)
	Line 31219: 05-27 09:59:33.492 32387 32433 I System.out: 09:59:33.492        dlg0x78a56720a8  ....Route-set updated
	Line 31220: 05-27 09:59:33.492 32387 32433 I System.out: 09:59:33.492        dlg0x78a56720a8  ....Route-set frozen
	Line 31221: 05-27 09:59:33.492 32387 32433 I System.out: 09:59:33.492        dlg0x78a56720a8  ...Transaction tsx0x78a56718a8 state changed to Terminated
	Line 31222: 05-27 09:59:33.492 32387 32433 I Tracer  : PjSua-0 SP C:0004  |       > SIPCallStatusResolver.onCallState()
	Line 31223: 05-27 09:59:33.492 32387 32433 I Tracer  : PjSua-0 SP C:0004  |        > SIPCall.setState(CONNECTING)
	Line 31224: 05-27 09:59:33.492 32387 32433 I Tracer  : PjSua-0 SP C:0004  |         > SIPCall.isCallEnded()
	Line 31225: 05-27 09:59:33.492 32387 32433 I Tracer  : PjSua-0 SP C:0004  |         < = (false)
	Line 31226: 05-27 09:59:33.493 32387 32433 I Tracer  : PjSua-0 SP C:0004  |        <
	Line 31227: 05-27 09:59:33.493 32387 32433 I Tracer  : PjSua-0 SP C:0004  |       <
	Line 31228: 05-27 09:59:33.493 32387 32433 I System.out: 09:59:33.493        inv0x78a56720a8  ....Got SDP answer in Response msg 200/INVITE/cseq=10858 (rdata0x78a5706b30)
	Line 31229: 05-27 09:59:33.493 32387 32433 I System.out: 09:59:33.493        inv0x78a56720a8  ....SDP negotiation done, status=0
	Line 31230: 05-27 09:59:33.493 32387 32433 I System.out: 09:59:33.493           pjsua_call.c  .....Call 2: remote NAT type is 0 (Unknown)
	Line 31231: 05-27 09:59:33.493 32387 32433 I System.out: 09:59:33.493          pjsua_media.c  .....Call 2: updating media..
	Line 31232: 05-27 09:59:33.493 32387 32433 I System.out: 09:59:33.493          pjsua_media.c  ......Call 2: stream #0 (audio) unchanged.
	Line 31233: 05-27 09:59:33.493 32387 32433 I System.out: 09:59:33.493          pjsua_media.c  ......Audio updated, stream #0: speex (inactive)
	Line 31234: 05-27 09:59:33.494 32387 32433 I Tracer  : PjSua-0 SP C:0004  |       > SIPCallMediaStateResolver.onCallMediaState()
	Line 31235: 05-27 09:59:33.494 32387 32433 I Tracer  : PjSua-0 SP C:0004  |       <
	Line 31236: 05-27 09:59:33.494 32387 32433 I System.out: 09:59:33.494        inv0x78a56720a8  ....Received Response msg 200/INVITE/cseq=10858 (rdata0x78a5706b30), sending ACK
	Line 31237: 05-27 09:59:33.494 32387 32433 I System.out: 09:59:33.494               endpoint  ....Request msg ACK/cseq=10858 (tdta0x78a56660a8) created.
	Line 31238: 05-27 09:59:33.494 32387 32433 I System.out: 09:59:33.494        dlg0x78a56720a8  .....Sending Request msg ACK/cseq=10858 (tdta0x78a56660a8)
	Line 31239: 05-27 09:59:33.494 32387 32433 I System.out: 09:59:33.494          sip_resolve.c  .....Target 'X.X.X.X:5050' type=TCP resolved to 'X.X.X.X:5050' type=TCP (TCP transport)
	Line 31240: 05-27 09:59:33.494 32387 32433 I System.out: 09:59:33.494           pjsua_core.c  .....TX 439 bytes Request msg ACK/cseq=10858 (tdta0x78a56660a8) to TCP X.X.X.X:5050:
	Line 31241: 05-27 09:59:33.494 32387 32433 I System.out: ACK sip:1012@X.X.X.X:5050;transport=tcp SIP/2.0
	Line 31242: 05-27 09:59:33.494 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;rport;branch=z9hG4bKPj111ae3aa-4306-4ee9-9a1e-adacc79de14d;alias
	Line 31243: 05-27 09:59:33.494 32387 32433 I System.out: Max-Forwards: 70
	Line 31244: 05-27 09:59:33.494 32387 32433 I System.out: From: sip:1012@DomainXPTO;tag=f57e3844-78f8-44e7-8d7d-ab6b54a214c1
	Line 31245: 05-27 09:59:33.494 32387 32433 I System.out: To: sip:*69@DomainXPTO;tag=5bace5b0-b00000a-fd2-65014-2b67a-2a683665-2b67a
	Line 31246: 05-27 09:59:33.495 32387 32433 I System.out: Call-ID: a4de1989-fb57-4a7b-8dd5-659c4d914f5c
	Line 31247: 05-27 09:59:33.495 32387 32433 I System.out: CSeq: 10858 ACK
	Line 31248: 05-27 09:59:33.495 32387 32433 I System.out: Content-Length:  0
	Line 31249: 05-27 09:59:33.495 32387 32433 I System.out: 
	Line 31250: 05-27 09:59:33.495 32387 32433 I System.out: 
	Line 31251: 05-27 09:59:33.495 32387 32433 I System.out: --end msg--
	Line 31252: 05-27 09:59:33.495 32387 32433 I Tracer  : PjSua-0 SP C:0004  |       > SIPCallStatusResolver.onCallState()
	Line 31253: 05-27 09:59:33.495 32387 32433 I Tracer  : PjSua-0 SP C:0004  |        > SIPCall.setState(CONFIRMED)
	Line 31254: 05-27 09:59:33.495 32387 32433 I Tracer  : PjSua-0 SP C:0004  |         > SIPCall.isCallEnded()
	Line 31255: 05-27 09:59:33.495 32387 32433 I Tracer  : PjSua-0 SP C:0004  |         < = (false)
	Line 31256: 05-27 09:59:33.495 32387 32433 I Tracer  : PjSua-0 SP C:0004  |        <
	Line 31257: 05-27 09:59:33.495 32387 32433 I Tracer  : PjSua-0 SP C:0004  |        > SIPCallStatusResolver.processConfirmedState()
	Line 31258: 05-27 09:59:33.495 32387 32433 I Tracer  : PjSua-0 SP         |         > CallManager.onCallConnected()
	Line 31259: 05-27 09:59:33.496 32387 32433 I Tracer  : PjSua-0 SP         |          > ToneManager.onCallConnected()
	Line 31260: 05-27 09:59:33.496 32387 32433 I Tracer  : PjSua-0 SP         |          <
	Line 31392: 05-27 09:59:33.571 32387 32433 I Tracer  : PjSua-0 SP         |         <
	Line 31394: 05-27 09:59:33.572 32387 32433 I Tracer  : PjSua-0 SP C:0004  |        <
	Line 31396: 05-27 09:59:33.572 32387 32433 I Tracer  : PjSua-0 SP C:0004  |       <
	Line 31397: 05-27 09:59:33.572 32387 32433 I System.out: 09:59:33.572        tsx0x78a56718a8  Timeout timer event
	Line 31398: 05-27 09:59:33.572 32387 32433 I System.out: 09:59:33.572        tsx0x78a56718a8  .State changed from Terminated to Destroyed, event=TIMER
	Line 31399: 05-27 09:59:33.572 32387 32433 I System.out: 09:59:33.572        tsx0x78a56718a8  Transaction destroyed!
	Line 31628: 05-27 09:59:33.634 32387 32433 I System.out: 09:59:33.634         sip_endpoint.c  Processing incoming message: Request msg INVITE/cseq=1 (rdata0x78a5706b30)
	Line 31630: 05-27 09:59:33.635 32387 32433 I System.out: 09:59:33.634           pjsua_core.c  .RX 1294 bytes Request msg INVITE/cseq=1 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 31631: 05-27 09:59:33.635 32387 32433 I System.out: INVITE sip:1012@X.X.X.X:5050;transport=TCP;ob SIP/2.0
	Line 31632: 05-27 09:59:33.635 32387 32433 I System.out: From: "martinho2"<sip:1010@DomainXPTO>;tag=5bacf070-b00000a-fd2-65014-2b67a-62d7507d-2b67a
	Line 31633: 05-27 09:59:33.635 32387 32433 I System.out: To: <sip:1012@DomainXPTO>
	Line 31634: 05-27 09:59:33.635 32387 32433 I System.out: Call-ID: 5ce0a338-b00000a-fd2-65014-2b67a-634debe7-2b67a
	Line 31635: 05-27 09:59:33.635 32387 32433 I System.out: CSeq: 1 INVITE
	Line 31636: 05-27 09:59:33.635 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;branch=z9hG4bK-2b67a-a98cecf-6fa7c1c2-5ab8f700
	Line 31637: 05-27 09:59:33.635 32387 32433 I System.out: Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO
	Line 31638: 05-27 09:59:33.635 32387 32433 I System.out: Replaces: a4de1989-fb57-4a7b-8dd5-659c4d914f5c;to-tag=f57e3844-78f8-44e7-8d7d-ab6b54a214c1;from-tag=5bace5b0-b00000a-fd2-65014-2b67a-2a683665-2b67a
	Line 31639: 05-27 09:59:33.635 32387 32433 I System.out: Max-Forwards: 70
	Line 31640: 05-27 09:59:33.635 32387 32433 I System.out: Contact: <sip:1010@X.X.X.X:5050;transport=tcp>
	Line 31641: 05-27 09:59:33.635 32387 32433 I System.out: Content-Type: application/sdp
	Line 31642: 05-27 09:59:33.635 32387 32433 I System.out: Content-Length: 573
	Line 31643: 05-27 09:59:33.635 32387 32433 I System.out: 
	Line 31644: 05-27 09:59:33.635 32387 32433 I System.out: v=0
	Line 31645: 05-27 09:59:33.635 32387 32433 I System.out: o=OneSIPConnector 638 1 IN IP4 X.X.X.X
	Line 31646: 05-27 09:59:33.635 32387 32433 I System.out: s=OneSIPConnector
	Line 31647: 05-27 09:59:33.635 32387 32433 I System.out: t=0 0
	Line 31648: 05-27 09:59:33.635 32387 32433 I System.out: m=audio 19686 RTP/AVP 111 103 104 9 0 8 106 105 13 110 112 113 126
	Line 31649: 05-27 09:59:33.635 32387 32433 I System.out: c=IN IP4 X.X.X.X
	Line 31650: 05-27 09:59:33.635 32387 32433 I System.out: a=sendrecv
	Line 31651: 05-27 09:59:33.635 32387 32433 I System.out: a=rtpmap:111 opus/48000/2
	Line 31652: 05-27 09:59:33.635 32387 32433 I System.out: a=fmtp:111 minptime=10;useinbandfec=1
	Line 31653: 05-27 09:59:33.635 32387 32433 I System.out: a=rtpmap:103 ISAC/16000
	Line 31654: 05-27 09:59:33.635 32387 32433 I System.out: a=rtpmap:104 ISAC/32000
	Line 31655: 05-27 09:59:33.635 32387 32433 I System.out: a=rtpmap:9 G722/8000
	Line 31656: 05-27 09:59:33.635 32387 32433 I System.out: a=rtpmap:0 PCMU/8000
	Line 31657: 05-27 09:59:33.635 32387 32433 I System.out: a=rtpmap:8 PCMA/8000
	Line 31658: 05-27 09:59:33.635 32387 32433 I System.out: a=rtpmap:106 CN/32000
	Line 31659: 05-27 09:59:33.635 32387 32433 I System.out: a=rtpmap:105 CN/16000
	Line 31660: 05-27 09:59:33.635 32387 32433 I System.out: a=rtpmap:13 CN/8000
	Line 31661: 05-27 09:59:33.635 32387 32433 I System.out: a=rtpmap:110 telephone-event/48000
	Line 31662: 05-27 09:59:33.635 32387 32433 I System.out: a=rtpmap:112 telephone-event/32000
	Line 31663: 05-27 09:59:33.635 32387 32433 I System.out: a=rtpmap:113 telephone-event/16000
	Line 31664: 05-27 09:59:33.635 32387 32433 I System.out: a=rtpmap:126 telephone-event/8000
	Line 31665: 05-27 09:59:33.635 32387 32433 I System.out: 
	Line 31666: 05-27 09:59:33.635 32387 32433 I System.out: --end msg--
	Line 31667: 05-27 09:59:33.635 32387 32433 I System.out: 09:59:33.635           pjsua_call.c  .Incoming Request msg INVITE/cseq=1 (rdata0x78a5706b30)
	Line 31672: 05-27 09:59:33.636 32387 32433 I System.out: 09:59:33.636        tsx0x78a56748a8  ...Transaction created for Request msg INVITE/cseq=1 (rdata0x78a5706b30)
	Line 31673: 05-27 09:59:33.636 32387 32433 I System.out: 09:59:33.636        tsx0x78a56748a8  ..Incoming Request msg INVITE/cseq=1 (rdata0x78a5706b30) in state Null
	Line 31674: 05-27 09:59:33.636 32387 32433 I System.out: 09:59:33.636        tsx0x78a56748a8  ...State changed from Null to Trying, event=RX_MSG
	Line 31675: 05-27 09:59:33.636 32387 32433 I System.out: 09:59:33.636        dlg0x78a56718a8  ....Transaction tsx0x78a56748a8 state changed to Trying
	Line 31676: 05-27 09:59:33.636 32387 32433 I System.out: 09:59:33.636        dlg0x78a56718a8  ..UAS dialog created
	Line 31677: 05-27 09:59:33.636 32387 32433 I System.out: 09:59:33.636        dlg0x78a56718a8  ..Module mod-invite added as dialog usage, data=0x78a56bec28
	Line 31678: 05-27 09:59:33.636 32387 32433 I System.out: 09:59:33.636        dlg0x78a56718a8  ...Session count inc to 3 by mod-invite
	Line 31679: 05-27 09:59:33.636 32387 32433 I System.out: 09:59:33.636        inv0x78a56718a8  ..UAS invite session created for dialog dlg0x78a56718a8
	Line 31680: 05-27 09:59:33.636 32387 32433 I System.out: 09:59:33.636        dlg0x78a56718a8  ...Session count inc to 3 by mod-pjsua
	Line 31681: 05-27 09:59:33.636 32387 32433 I System.out: 09:59:33.636          pjsua_media.c  ..Call 3: initializing media..
	Line 31687: 05-27 09:59:33.641 32387 32433 I System.out: 09:59:33.640          pjsua_media.c  ...RTP socket reachable at 192.168.1.127:4014
	Line 31688: 05-27 09:59:33.641 32387 32433 I System.out: 09:59:33.641          pjsua_media.c  ...RTCP socket reachable at 192.168.1.127:4015
	Line 31689: 05-27 09:59:33.642 32387 32433 I System.out: 09:59:33.642       srtp0x78a22e0000  ...SRTP keying SDES created
	Line 31690: 05-27 09:59:33.642 32387 32433 I System.out: 09:59:33.642          pjsua_media.c  ...Media index 0 selected for audio call 3
	Line 31691: 05-27 09:59:33.642 32387 32433 I System.out: 09:59:33.642          pjsua_media.c  ...Call 3: media transport initialization complete: Success
	Line 31692: 05-27 09:59:33.643 32387 32433 I System.out: 09:59:33.642        dlg0x78a56718a8  ...Session count dec to 3 by mod-pjsua
	Line 31694: 05-27 09:59:33.643 32387 32433 I System.out: 09:59:33.643           pjsua_call.c  ..Call 3: remote NAT type is 0 (Unknown)
	Line 31695: 05-27 09:59:33.643 32387 32433 I System.out: 09:59:33.643               endpoint  ...Response msg 100/INVITE/cseq=1 (tdta0x78a56670a8) created
	Line 31696: 05-27 09:59:33.643 32387 32433 I System.out: 09:59:33.643        dlg0x78a56718a8  ...Initial answer Response msg 100/INVITE/cseq=1 (tdta0x78a56670a8)
	Line 31697: 05-27 09:59:33.643 32387 32433 I System.out: 09:59:33.643        inv0x78a56718a8  ...Sending Response msg 100/INVITE/cseq=1 (tdta0x78a56670a8)
	Line 31698: 05-27 09:59:33.643 32387 32433 I System.out: 09:59:33.643        dlg0x78a56718a8  ....Sending Response msg 100/INVITE/cseq=1 (tdta0x78a56670a8)
	Line 31699: 05-27 09:59:33.643 32387 32433 I System.out: 09:59:33.643        tsx0x78a56748a8  ....Sending Response msg 100/INVITE/cseq=1 (tdta0x78a56670a8) in state Trying
	Line 31700: 05-27 09:59:33.643 32387 32433 I System.out: 09:59:33.643           pjsua_core.c  .....TX 377 bytes Response msg 100/INVITE/cseq=1 (tdta0x78a56670a8) to TCP X.X.X.X:5050:
	Line 31701: 05-27 09:59:33.643 32387 32433 I System.out: SIP/2.0 100 Trying
	Line 31702: 05-27 09:59:33.643 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;received=X.X.X.X;branch=z9hG4bK-2b67a-a98cecf-6fa7c1c2-5ab8f700
	Line 31703: 05-27 09:59:33.643 32387 32433 I System.out: Call-ID: 5ce0a338-b00000a-fd2-65014-2b67a-634debe7-2b67a
	Line 31704: 05-27 09:59:33.643 32387 32433 I System.out: From: "martinho2" <sip:1010@DomainXPTO>;tag=5bacf070-b00000a-fd2-65014-2b67a-62d7507d-2b67a
	Line 31705: 05-27 09:59:33.643 32387 32433 I System.out: To: <sip:1012@DomainXPTO>
	Line 31706: 05-27 09:59:33.643 32387 32433 I System.out: CSeq: 1 INVITE
	Line 31707: 05-27 09:59:33.643 32387 32433 I System.out: Content-Length:  0
	Line 31708: 05-27 09:59:33.643 32387 32433 I System.out: 
	Line 31709: 05-27 09:59:33.643 32387 32433 I System.out: 
	Line 31710: 05-27 09:59:33.643 32387 32433 I System.out: --end msg--
	Line 31711: 05-27 09:59:33.644 32387 32433 I System.out: 09:59:33.644        tsx0x78a56748a8  .....State changed from Trying to Proceeding, event=TX_MSG
	Line 31712: 05-27 09:59:33.644 32387 32433 I System.out: 09:59:33.644        dlg0x78a56718a8  ......Transaction tsx0x78a56748a8 state changed to Proceeding
	Line 31713: 05-27 09:59:33.644 32387 32433 I System.out: 09:59:33.644           pjsua_call.c  ..Answering replacement call 3 with 200/OK
	Line 31714: 05-27 09:59:33.644 32387 32433 I System.out: 09:59:33.644        sip_transport.c  ...Tx data Response msg 100/INVITE/cseq=1 (tdta0x78a56650a8) cloned
	Line 31715: 05-27 09:59:33.644 32387 32433 I System.out: 09:59:33.644        inv0x78a56718a8  ...SDP negotiation done, status=0
	Line 31716: 05-27 09:59:33.644 32387 32433 I System.out: 09:59:33.644           pjsua_call.c  ....Call 3: remote NAT type is 0 (Unknown)
	Line 31717: 05-27 09:59:33.644 32387 32433 I System.out: 09:59:33.644          pjsua_media.c  ....Call 3: updating media..
	Line 31718: 05-27 09:59:33.644 32387 32433 I System.out: 09:59:33.644          pjsua_media.c  ......Media stream call03:0 is destroyed
	Line 31719: 05-27 09:59:33.644 32387 32433 I System.out: 09:59:33.644            pjsua_aud.c  .....Audio channel update..
	Line 31720: 05-27 09:59:33.645 32387 32433 I System.out: 09:59:33.645                 opus.c  ......Initialize Opus encoder, sample rate: 48000, avg bitrate: 0, vad: 0, plc: 1, pkt loss: 5, complexity: 5, constant bit rate: 0
	Line 31721: 05-27 09:59:33.645 32387 32433 I System.out: 09:59:33.645                  rtp.c  ......pjmedia_rtp_session_init: ses=0x78a56746c0, default_pt=111, ssrc=0x77f866ee
	Line 31722: 05-27 09:59:33.645 32387 32433 I System.out: 09:59:33.645                  rtp.c  ......pjmedia_rtp_session_init: ses=0x78a5673e10, default_pt=111, ssrc=0x77f866ee
	Line 31723: 05-27 09:59:33.645 32387 32433 I System.out: 09:59:33.645               stream.c  ......Stream strm0x78a56e1828 created
	Line 31724: 05-27 09:59:33.645 32387 32433 I System.out: 09:59:33.645       strm0x78a56e1828  ......Encoder stream started
	Line 31725: 05-27 09:59:33.645 32387 32433 I System.out: 09:59:33.645       strm0x78a56e1828  ......Decoder stream started
	Line 31726: 05-27 09:59:33.645 32387 32433 I System.out: 09:59:33.645             resample.c  ......resample created: high qualiy, small filter, in/out rate=48000/16000
	Line 31727: 05-27 09:59:33.645 32387 32433 I System.out: 09:59:33.645             resample.c  ......resample created: high qualiy, small filter, in/out rate=16000/48000
	Line 31728: 05-27 09:59:33.645 32387 32433 I System.out: 09:59:33.645          pjsua_media.c  .....Audio updated, stream #0: opus (sendrecv)
	Line 31729: 05-27 09:59:33.645 32387 32433 I System.out: 09:59:33.645        inv0x78a56718a8  ...Sending Response msg 200/INVITE/cseq=1 (tdta0x78a56650a8)
	Line 31730: 05-27 09:59:33.645 32387 32433 I System.out: 09:59:33.645        dlg0x78a56718a8  ....Sending Response msg 200/INVITE/cseq=1 (tdta0x78a56650a8)
	Line 31731: 05-27 09:59:33.646 32387 32433 I System.out: 09:59:33.645        tsx0x78a56748a8  ....Sending Response msg 200/INVITE/cseq=1 (tdta0x78a56650a8) in state Proceeding
	Line 31732: 05-27 09:59:33.646 32387 32433 I System.out: 09:59:33.646       tdta0x78a56670a8  .....Destroying txdata Response msg 100/INVITE/cseq=1 (tdta0x78a56670a8)
	Line 31733: 05-27 09:59:33.646 32387 32433 I System.out: 09:59:33.646           pjsua_core.c  .....TX 1005 bytes Response msg 200/INVITE/cseq=1 (tdta0x78a56650a8) to TCP X.X.X.X:5050:
	Line 31734: 05-27 09:59:33.647 32387 32433 I System.out: SIP/2.0 200 OK
	Line 31735: 05-27 09:59:33.647 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;received=X.X.X.X;branch=z9hG4bK-2b67a-a98cecf-6fa7c1c2-5ab8f700
	Line 31736: 05-27 09:59:33.647 32387 32433 I System.out: Call-ID: 5ce0a338-b00000a-fd2-65014-2b67a-634debe7-2b67a
	Line 31737: 05-27 09:59:33.647 32387 32433 I System.out: From: "martinho2" <sip:1010@DomainXPTO>;tag=5bacf070-b00000a-fd2-65014-2b67a-62d7507d-2b67a
	Line 31738: 05-27 09:59:33.647 32387 32433 I System.out: To: <sip:1012@DomainXPTO>;tag=1a69e3fe-4522-4424-8b44-e679520da212
	Line 31739: 05-27 09:59:33.647 32387 32433 I System.out: CSeq: 1 INVITE
	Line 31740: 05-27 09:59:33.647 32387 32433 I System.out: Contact: <sip:1012@X.X.X.X:5050;transport=TCP;ob>
	Line 31741: 05-27 09:59:33.647 32387 32433 I System.out: Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
	Line 31742: 05-27 09:59:33.647 32387 32433 I System.out: Supported: replaces, 100rel, timer, norefersub
	Line 31743: 05-27 09:59:33.647 32387 32433 I System.out: Content-Type: application/sdp
	Line 31744: 05-27 09:59:33.647 32387 32433 I System.out: Content-Length:   354
	Line 31745: 05-27 09:59:33.647 32387 32433 I System.out: 
	Line 31746: 05-27 09:59:33.647 32387 32433 I System.out: v=0
	Line 31747: 05-27 09:59:33.647 32387 32433 I System.out: o=- 3799558773 3799558774 IN IP4 192.168.1.127
	Line 31748: 05-27 09:59:33.647 32387 32433 I System.out: s=pjmedia
	Line 31749: 05-27 09:59:33.647 32387 32433 I System.out: b=AS:117
	Line 31750: 05-27 09:59:33.647 32387 32433 I System.out: t=0 0
	Line 31751: 05-27 09:59:33.647 32387 32433 I System.out: a=X-nat:0
	Line 31752: 05-27 09:59:33.647 32387 32433 I System.out: m=audio 4014 RTP/AVP 111 126
	Line 31753: 05-27 09:59:33.647 32387 32433 I System.out: c=IN IP4 192.168.1.127
	Line 31754: 05-27 09:59:33.647 32387 32433 I System.out: b=TIAS:96000
	Line 31755: 05-27 09:59:33.647 32387 32433 I System.out: a=rtcp:4015 IN IP4 192.168.1.127
	Line 31756: 05-27 09:59:33.647 32387 32433 I System.out: a=sendrecv
	Line 31757: 05-27 09:59:33.647 32387 32433 I System.out: a=ssrc:2012767982 cname:509d77fa666c45d8
	Line 31758: 05-27 09:59:33.647 32387 32433 I System.out: a=rtpmap:111 opus/48000/2
	Line 31759: 05-27 09:59:33.647 32387 32433 I System.out: a=fmtp:111 useinbandfec=1
	Line 31760: 05-27 09:59:33.647 32387 32433 I System.out: a=rtpmap:126 telephone-event/8000
	Line 31761: 05-27 09:59:33.647 32387 32433 I System.out: a=fmtp:126 0-16
	Line 31762: 05-27 09:59:33.647 32387 32433 I System.out: 
	Line 31763: 05-27 09:59:33.647 32387 32433 I System.out: --end msg--
	Line 31764: 05-27 09:59:33.647 32387 32433 I System.out: 09:59:33.647        tsx0x78a56748a8  .....State changed from Proceeding to Completed, event=TX_MSG
	Line 31765: 05-27 09:59:33.647 32387 32433 I System.out: 09:59:33.647        dlg0x78a56718a8  ......Transaction tsx0x78a56748a8 state changed to Completed
	Line 31766: 05-27 09:59:33.647 32387 32433 I System.out: 09:59:33.647           pjsua_call.c  ..Disconnecting replaced call 2
	Line 31767: 05-27 09:59:33.647 32387 32433 I System.out: 09:59:33.647               endpoint  ...Request msg BYE/cseq=10860 (tdta0x78a56670a8) created.
	Line 31768: 05-27 09:59:33.648 32387 32433 I System.out: 09:59:33.648        inv0x78a56720a8  ...Sending Request msg BYE/cseq=10860 (tdta0x78a56670a8)
	Line 31769: 05-27 09:59:33.648 32387 32433 I System.out: 09:59:33.648        dlg0x78a56720a8  ....Sending Request msg BYE/cseq=10860 (tdta0x78a56670a8)
	Line 31770: 05-27 09:59:33.648 32387 32433 I System.out: 09:59:33.648        tsx0x78a23210a8  .....Transaction created for Request msg BYE/cseq=10859 (tdta0x78a56670a8)
	Line 31771: 05-27 09:59:33.648 32387 32433 I System.out: 09:59:33.648        tsx0x78a23210a8  ....Sending Request msg BYE/cseq=10859 (tdta0x78a56670a8) in state Null
	Line 31772: 05-27 09:59:33.648 32387 32433 I System.out: 09:59:33.648          sip_resolve.c  .....Target 'X.X.X.X:5050' type=TCP resolved to 'X.X.X.X:5050' type=TCP (TCP transport)
	Line 31773: 05-27 09:59:33.648 32387 32433 I System.out: 09:59:33.648           pjsua_core.c  .....TX 439 bytes Request msg BYE/cseq=10859 (tdta0x78a56670a8) to TCP X.X.X.X:5050:
	Line 31774: 05-27 09:59:33.648 32387 32433 I System.out: BYE sip:1012@X.X.X.X:5050;transport=tcp SIP/2.0
	Line 31775: 05-27 09:59:33.648 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;rport;branch=z9hG4bKPje87e48b6-12cf-420f-b6d2-2c5601ad1485;alias
	Line 31776: 05-27 09:59:33.648 32387 32433 I System.out: Max-Forwards: 70
	Line 31777: 05-27 09:59:33.648 32387 32433 I System.out: From: sip:1012@DomainXPTO;tag=f57e3844-78f8-44e7-8d7d-ab6b54a214c1
	Line 31778: 05-27 09:59:33.648 32387 32433 I System.out: To: sip:*69@DomainXPTO;tag=5bace5b0-b00000a-fd2-65014-2b67a-2a683665-2b67a
	Line 31779: 05-27 09:59:33.648 32387 32433 I System.out: Call-ID: a4de1989-fb57-4a7b-8dd5-659c4d914f5c
	Line 31780: 05-27 09:59:33.648 32387 32433 I System.out: CSeq: 10859 BYE
	Line 31781: 05-27 09:59:33.648 32387 32433 I System.out: Content-Length:  0
	Line 31782: 05-27 09:59:33.648 32387 32433 I System.out: 
	Line 31783: 05-27 09:59:33.648 32387 32433 I System.out: 
	Line 31784: 05-27 09:59:33.648 32387 32433 I System.out: --end msg--
	Line 31785: 05-27 09:59:33.649 32387 32433 I System.out: 09:59:33.648        tsx0x78a23210a8  .....State changed from Null to Calling, event=TX_MSG
	Line 31786: 05-27 09:59:33.649 32387 32433 I System.out: 09:59:33.649        dlg0x78a56720a8  ......Transaction tsx0x78a23210a8 state changed to Calling
	Line 31858: 05-27 09:59:33.720 32387  2697 I System.out: 09:59:33.720                  speex !warning: Auto-filling the buffer (your application is buggy and/or got xruns)
	Line 31869: 05-27 09:59:33.750 32387  2697 I System.out: 09:59:33.749                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 31879: 05-27 09:59:33.760 32387  2697 I System.out: 09:59:33.759                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 31882: 05-27 09:59:33.777 32387  2697 I System.out: 09:59:33.777                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 31931: 05-27 09:59:33.825 32387  2697 I System.out: 09:59:33.824                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 31932: 05-27 09:59:33.828 32387  2697 I System.out: 09:59:33.828                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 31935: 05-27 09:59:33.844 32387  2697 I System.out: 09:59:33.843                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 31936: 05-27 09:59:33.864 32387  2697 I System.out: 09:59:33.863                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 31937: 05-27 09:59:33.866 32387 32433 I System.out: 09:59:33.866         sip_endpoint.c !Processing incoming message: Response msg 200/BYE/cseq=10859 (rdata0x78a5706b30)
	Line 31938: 05-27 09:59:33.866 32387 32433 I System.out: 09:59:33.866           pjsua_core.c  .RX 412 bytes Response msg 200/BYE/cseq=10859 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 31939: 05-27 09:59:33.866 32387 32433 I System.out: SIP/2.0 200 OK
	Line 31940: 05-27 09:59:33.866 32387 32433 I System.out: From: <sip:1012@DomainXPTO>;tag=f57e3844-78f8-44e7-8d7d-ab6b54a214c1
	Line 31941: 05-27 09:59:33.866 32387 32433 I System.out: To: <sip:*69@DomainXPTO>;tag=5bace5b0-b00000a-fd2-65014-2b67a-2a683665-2b67a
	Line 31942: 05-27 09:59:33.866 32387 32433 I System.out: Call-ID: a4de1989-fb57-4a7b-8dd5-659c4d914f5c
	Line 31943: 05-27 09:59:33.866 32387 32433 I System.out: CSeq: 10859 BYE
	Line 31944: 05-27 09:59:33.866 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;alias;received=2.83.60.252;rport=60793;branch=z9hG4bKPje87e48b6-12cf-420f-b6d2-2c5601ad1485
	Line 31945: 05-27 09:59:33.866 32387 32433 I System.out: Content-Length: 0
	Line 31946: 05-27 09:59:33.866 32387 32433 I System.out: 
	Line 31947: 05-27 09:59:33.866 32387 32433 I System.out: 
	Line 31948: 05-27 09:59:33.866 32387 32433 I System.out: --end msg--
	Line 31949: 05-27 09:59:33.866 32387 32433 I System.out: 09:59:33.866        tsx0x78a23210a8  .Incoming Response msg 200/BYE/cseq=10859 (rdata0x78a5706b30) in state Calling
	Line 31950: 05-27 09:59:33.866 32387 32433 I System.out: 09:59:33.866        tsx0x78a23210a8  ..State changed from Calling to Completed, event=RX_MSG
	Line 31951: 05-27 09:59:33.867 32387 32433 I System.out: 09:59:33.867        dlg0x78a56720a8  ...Received Response msg 200/BYE/cseq=10859 (rdata0x78a5706b30)
	Line 31952: 05-27 09:59:33.867 32387 32433 I System.out: 09:59:33.867        dlg0x78a56720a8  ...Transaction tsx0x78a23210a8 state changed to Completed
	Line 31953: 05-27 09:59:33.867 32387 32433 I Tracer  : PjSua-0 SP C:0004  |       > SIPCallStatusResolver.onCallState()
	Line 31954: 05-27 09:59:33.867 32387 32433 I Tracer  : PjSua-0 SP C:0004  |        > SIPCall.setState(DISCONNECTED)
	Line 31955: 05-27 09:59:33.867 32387 32433 I Tracer  : PjSua-0 SP C:0004  |         > SIPCall.isCallEnded()
	Line 31956: 05-27 09:59:33.867 32387 32433 I Tracer  : PjSua-0 SP C:0004  |         < = (false)
	Line 31957: 05-27 09:59:33.867 32387 32433 I Tracer  : PjSua-0 SP C:0004  |        <
	Line 31958: 05-27 09:59:33.867 32387 32433 I Tracer  : PjSua-0 SP C:0004  |        > SIPCallStatusResolver.processDisconnectState()
	Line 31959: 05-27 09:59:33.867 32387 32433 I Tracer  : PjSua-0 SP         |         > CallManager.executeOnCallEnd(com.collab.softphone.logic.SIPCall@26a05c5)
	Line 31960: 05-27 09:59:33.867 32387 32433 I Tracer  : PjSua-0 SP         |          > CallManager.activateDefaultCall(com.collab.softphone.logic.SIPCall@26a05c5)
	Line 31961: 05-27 09:59:33.868 32387 32433 I Tracer  : PjSua-0 SP         |          <
	Line 31962: 05-27 09:59:33.868 32387 32433 I Tracer  : PjSua-0 SP         |          > ToneManager.onCallEnded()
	Line 31963: 05-27 09:59:33.868 32387 32433 D Tracer  : PjSua-0 SP         |           > ToneManager.shouldPlayBusyTone(PJSIP_SC_GONE)
	Line 31964: 05-27 09:59:33.868 32387 32433 D Tracer  : PjSua-0 SP         |           < = (true)
	Line 31965: 05-27 09:59:33.868 32387 32433 I Tracer  : PjSua-0 SP         |          <
	Line 31966: 05-27 09:59:33.868 32387 32433 I Tracer  : PjSua-0 SP         |          > CallManager.activateDefaultCall(com.collab.softphone.logic.SIPCall@26a05c5)
	Line 31967: 05-27 09:59:33.868 32387 32433 I Tracer  : PjSua-0 SP         |          <
	Line 31968: 05-27 09:59:33.868 32387 32433 I Tracer  : PjSua-0 SP C:0004  |          > SIPCall.destroy()
	Line 31972: 05-27 09:59:33.868 32387 32433 I Tracer  : PjSua-0 SP C:0004  |          <
	Line 31973: 05-27 09:59:33.868 32387 32433 D Tracer  : PjSua-0 SP         |           No more active calls!
	Line 31974: 05-27 09:59:33.869 32387 32433 I Tracer  : PjSua-0 SP         |          > SoftphoneAudioManager.setDefaults()
	Line 31975: 05-27 09:59:33.869 32387 32433 I Tracer  : PjSua-0 SP         |           > SoftphoneAudioManager.setMute(false)
	Line 31976: 05-27 09:59:33.869 32387 32433 D Tracer  : PjSua-0 SP         |             Mute is already false
	Line 31978: 05-27 09:59:33.869 32387 32433 I Tracer  : PjSua-0 SP         |            > SoftphoneAudioManager.setSpeakerOn(false)
	Line 31992: 05-27 09:59:33.869 32387 32433 D AudioManager: setSpeakerphoneOn false
	Line 31993: 05-27 09:59:33.870 32387 32426 W AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by server; frameCount 960 -> 3840
	Line 32000: 05-27 09:59:33.870 32387 32433 I Tracer  : PjSua-0 SP         |            <
	Line 32079: 05-27 09:59:33.937 32387  2697 I System.out: 09:59:33.936                  speex !warning: Auto-filling the buffer (your application is buggy and/or got xruns)
	Line 32111: 05-27 09:59:33.993 32387  2697 I System.out: 09:59:33.992                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 32162: 05-27 09:59:34.033 32387  2697 I System.out: 09:59:34.032                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 32230: 05-27 09:59:34.102 32387 32433 I Tracer  : PjSua-0 SP         |          <
	Line 32231: 05-27 09:59:34.103 32387 32433 I Tracer  : PjSua-0 SP         |         <
	Line 32232: 05-27 09:59:34.103 32387 32433 I Tracer  : PjSua-0 SP C:0004  |        <
	Line 32233: 05-27 09:59:34.103 32387 32433 I Tracer  : PjSua-0 SP C:0004  |       <
	Line 32234: 05-27 09:59:34.103 32387 32433 I System.out: 09:59:34.103          pjsua_media.c !.....Call 2: deinitializing media..
	Line 32235: 05-27 09:59:34.103 32387 32433 I System.out: 09:59:34.103          pjsua_media.c  .......Media stream call02:0 is destroyed
	Line 32236: 05-27 09:59:34.103 32387 32433 I System.out: 09:59:34.103       tdta0x78a56660a8  ....Destroying txdata Request msg ACK/cseq=10858 (tdta0x78a56660a8)
	Line 32237: 05-27 09:59:34.103 32387 32433 I System.out: 09:59:34.103       tdta0x78a566c0a8  ....Destroying txdata Request msg INVITE/cseq=10858 (tdta0x78a566c0a8)
	Line 32238: 05-27 09:59:34.103 32387 32433 I System.out: 09:59:34.103        dlg0x78a56720a8  .....Session count dec to 1 by mod-invite
	Line 32241: 05-27 09:59:34.103 32387 32433 I System.out: 09:59:34.103         sip_endpoint.c  Processing incoming message: Request msg ACK/cseq=1 (rdata0x78a5706b30)
	Line 32242: 05-27 09:59:34.104 32387 32433 I System.out: 09:59:34.103           pjsua_core.c  .RX 574 bytes Request msg ACK/cseq=1 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 32243: 05-27 09:59:34.104 32387 32433 I System.out: ACK sip:1012@X.X.X.X:5050;transport=TCP;ob SIP/2.0
	Line 32244: 05-27 09:59:34.104 32387 32433 I System.out: From: "martinho2"<sip:1010@DomainXPTO>;tag=5bacf070-b00000a-fd2-65014-2b67a-62d7507d-2b67a
	Line 32245: 05-27 09:59:34.104 32387 32433 I System.out: To: <sip:1012@DomainXPTO>;tag=1a69e3fe-4522-4424-8b44-e679520da212
	Line 32246: 05-27 09:59:34.104 32387 32433 I System.out: Call-ID: 5ce0a338-b00000a-fd2-65014-2b67a-634debe7-2b67a
	Line 32247: 05-27 09:59:34.104 32387 32433 I System.out: CSeq: 1 ACK
	Line 32249: 05-27 09:59:34.104 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;branch=z9hG4bK-2b67a-a98cfd1-2e59606f-5ab90020
	Line 32250: 05-27 09:59:34.104 32387 32433 I System.out: Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO
	Line 32251: 05-27 09:59:34.104 32387 32433 I System.out: Max-Forwards: 70
	Line 32252: 05-27 09:59:34.104 32387 32433 I System.out: Contact: <sip:1010@X.X.X.X:5050;transport=tcp>
	Line 32254: 05-27 09:59:34.104 32387 32433 I System.out: Content-Length: 0
	Line 32255: 05-27 09:59:34.104 32387 32433 I System.out: 
	Line 32256: 05-27 09:59:34.104 32387 32433 I System.out: 
	Line 32257: 05-27 09:59:34.104 32387 32433 I System.out: --end msg--
	Line 32258: 05-27 09:59:34.104 32387 32433 I System.out: 09:59:34.104        dlg0x78a56718a8  .Received Request msg ACK/cseq=1 (rdata0x78a5706b30)
	Line 32259: 05-27 09:59:34.104 32387 32433 I System.out: 09:59:34.104        tsx0x78a56748a8  ..Request to terminate transaction
	Line 32260: 05-27 09:59:34.104 32387 32433 I System.out: 09:59:34.104        tsx0x78a56748a8  ...State changed from Completed to Terminated, event=USER
	Line 32261: 05-27 09:59:34.104 32387 32433 I System.out: 09:59:34.104        dlg0x78a56718a8  ....Transaction tsx0x78a56748a8 state changed to Terminated
	Line 32262: 05-27 09:59:34.104 32387 32433 I System.out: 09:59:34.104        tsx0x78a23210a8  Timeout timer event
	Line 32263: 05-27 09:59:34.104 32387 32433 I System.out: 09:59:34.104        tsx0x78a23210a8  .State changed from Completed to Terminated, event=TIMER
	Line 32264: 05-27 09:59:34.104 32387 32433 I System.out: 09:59:34.104        dlg0x78a56720a8  ..Transaction tsx0x78a23210a8 state changed to Terminated
	Line 32265: 05-27 09:59:34.104 32387 32433 I System.out: 09:59:34.104        dlg0x78a56720a8  ...Dialog destroyed
	Line 32268: 05-27 09:59:34.105 32387 32432 I Tracer  : SpEvt-0 SP         | > CollabPhoneService.whenNoCallsRemain()
	Line 32270: 05-27 09:59:34.105 32387 32432 I Tracer  : SpEvt-0 SP         |   Notified that there no more active calls. Removing foreground state.
	Line 32271: 05-27 09:59:34.105 32387 32433 I System.out: 09:59:34.104        tsx0x78a56748a8  Timeout timer event
	Line 32272: 05-27 09:59:34.105 32387 32433 I System.out: 09:59:34.105        tsx0x78a56748a8  .State changed from Terminated to Destroyed, event=TIMER
	Line 32273: 05-27 09:59:34.105 32387 32433 I System.out: 09:59:34.105       tdta0x78a56650a8  ..Destroying txdata Response msg 200/INVITE/cseq=1 (tdta0x78a56650a8)
	Line 32274: 05-27 09:59:34.105 32387 32433 I System.out: 09:59:34.105        tsx0x78a56748a8  Transaction destroyed!
	Line 32275: 05-27 09:59:34.105 32387 32433 I System.out: 09:59:34.105        tsx0x78a23210a8  Timeout timer event
	Line 32276: 05-27 09:59:34.105 32387 32433 I System.out: 09:59:34.105        tsx0x78a23210a8  .State changed from Terminated to Destroyed, event=TIMER
	Line 32277: 05-27 09:59:34.106 32387 32433 I System.out: 09:59:34.106       tdta0x78a56670a8  ..Destroying txdata Request msg BYE/cseq=10859 (tdta0x78a56670a8)
	Line 32278: 05-27 09:59:34.106 32387 32433 I System.out: 09:59:34.106        tsx0x78a23210a8  Transaction destroyed!
	Line 32371: 05-27 09:59:34.119 32387 32432 I Tracer  : SpEvt-0 SP         | <
	Line 32488: 05-27 09:59:34.211 32387  2697 I System.out: 09:59:34.208                  speex !warning: Auto-filling the buffer (your application is buggy and/or got xruns)
	Line 32550: 05-27 09:59:36.792 32387  2707 D AudioTrack: stop() called with 144960 frames delivered
	Line 32581: 05-27 09:59:37.792 32387 32433 I System.out: 09:59:37.791         sip_endpoint.c !Processing incoming message: Request msg BYE/cseq=2 (rdata0x78a5706b30)
	Line 32582: 05-27 09:59:37.792 32387 32433 I System.out: 09:59:37.792           pjsua_core.c  .RX 446 bytes Request msg BYE/cseq=2 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 32583: 05-27 09:59:37.792 32387 32433 I System.out: BYE sip:1012@X.X.X.X:5050;transport=TCP;ob SIP/2.0
	Line 32584: 05-27 09:59:37.792 32387 32433 I System.out: From: "martinho2"<sip:1010@DomainXPTO>;tag=5bacf070-b00000a-fd2-65014-2b67a-62d7507d-2b67a
	Line 32585: 05-27 09:59:37.792 32387 32433 I System.out: To: <sip:1012@DomainXPTO>;tag=1a69e3fe-4522-4424-8b44-e679520da212
	Line 32586: 05-27 09:59:37.792 32387 32433 I System.out: Call-ID: 5ce0a338-b00000a-fd2-65014-2b67a-634debe7-2b67a
	Line 32587: 05-27 09:59:37.792 32387 32433 I System.out: CSeq: 2 BYE
	Line 32588: 05-27 09:59:37.792 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;branch=z9hG4bK-2b67e-a98dea7-19f2bff0-5ab906f8
	Line 32589: 05-27 09:59:37.792 32387 32433 I System.out: Max-Forwards: 70
	Line 32590: 05-27 09:59:37.792 32387 32433 I System.out: Content-Length: 0
	Line 32591: 05-27 09:59:37.792 32387 32433 I System.out: 
	Line 32592: 05-27 09:59:37.792 32387 32433 I System.out: 
	Line 32593: 05-27 09:59:37.792 32387 32433 I System.out: --end msg--
	Line 32594: 05-27 09:59:37.792 32387 32433 I System.out: 09:59:37.792        dlg0x78a56718a8  .Received Request msg BYE/cseq=2 (rdata0x78a5706b30)
	Line 32595: 05-27 09:59:37.792 32387 32433 I System.out: 09:59:37.792        tsx0x78a23210a8  ...Transaction created for Request msg BYE/cseq=2 (rdata0x78a5706b30)
	Line 32596: 05-27 09:59:37.792 32387 32433 I System.out: 09:59:37.792        tsx0x78a23210a8  ..Incoming Request msg BYE/cseq=2 (rdata0x78a5706b30) in state Null
	Line 32597: 05-27 09:59:37.792 32387 32433 I System.out: 09:59:37.792        tsx0x78a23210a8  ...State changed from Null to Trying, event=RX_MSG
	Line 32598: 05-27 09:59:37.792 32387 32433 I System.out: 09:59:37.792        dlg0x78a56718a8  ....Transaction tsx0x78a23210a8 state changed to Trying
	Line 32599: 05-27 09:59:37.793 32387 32433 I System.out: 09:59:37.793               endpoint  .....Response msg 200/BYE/cseq=2 (tdta0x78a56670a8) created
	Line 32600: 05-27 09:59:37.793 32387 32433 I System.out: 09:59:37.793        dlg0x78a56718a8  ......Sending Response msg 200/BYE/cseq=2 (tdta0x78a56670a8)
	Line 32601: 05-27 09:59:37.793 32387 32433 I System.out: 09:59:37.793        tsx0x78a23210a8  ......Sending Response msg 200/BYE/cseq=2 (tdta0x78a56670a8) in state Trying
	Line 32602: 05-27 09:59:37.793 32387 32433 I System.out: 09:59:37.793           pjsua_core.c  .......TX 411 bytes Response msg 200/BYE/cseq=2 (tdta0x78a56670a8) to TCP X.X.X.X:5050:
	Line 32603: 05-27 09:59:37.793 32387 32433 I System.out: SIP/2.0 200 OK
	Line 32604: 05-27 09:59:37.793 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;received=X.X.X.X;branch=z9hG4bK-2b67e-a98dea7-19f2bff0-5ab906f8
	Line 32605: 05-27 09:59:37.793 32387 32433 I System.out: Call-ID: 5ce0a338-b00000a-fd2-65014-2b67a-634debe7-2b67a
	Line 32606: 05-27 09:59:37.793 32387 32433 I System.out: From: "martinho2" <sip:1010@DomainXPTO>;tag=5bacf070-b00000a-fd2-65014-2b67a-62d7507d-2b67a
	Line 32607: 05-27 09:59:37.793 32387 32433 I System.out: To: <sip:1012@DomainXPTO>;tag=1a69e3fe-4522-4424-8b44-e679520da212
	Line 32608: 05-27 09:59:37.793 32387 32433 I System.out: CSeq: 2 BYE
	Line 32609: 05-27 09:59:37.793 32387 32433 I System.out: Content-Length:  0
	Line 32610: 05-27 09:59:37.793 32387 32433 I System.out: 
	Line 32611: 05-27 09:59:37.793 32387 32433 I System.out: 
	Line 32612: 05-27 09:59:37.793 32387 32433 I System.out: --end msg--
	Line 32613: 05-27 09:59:37.793 32387 32433 I System.out: 09:59:37.793        tsx0x78a23210a8  .......State changed from Trying to Completed, event=TX_MSG
	Line 32614: 05-27 09:59:37.793 32387 32433 I System.out: 09:59:37.793        dlg0x78a56718a8  ........Transaction tsx0x78a23210a8 state changed to Completed
	Line 32615: 05-27 09:59:37.794 32387 32433 I System.out: 09:59:37.793          pjsua_media.c  ......Call 3: deinitializing media..
	Line 32616: 05-27 09:59:37.794 32387 32433 I System.out: 09:59:37.794       strm0x78a56e1828  ........JB summary:
	Line 32617: 05-27 09:59:37.794 32387 32433 I System.out:   size=0/eff=0 prefetch=0 level=0
	Line 32618: 05-27 09:59:37.794 32387 32433 I System.out:   delay (min/max/avg/dev)=0/0/0/0 ms
	Line 32619: 05-27 09:59:37.794 32387 32433 I System.out:   burst (min/max/avg/dev)=0/0/0/0 frames
	Line 32620: 05-27 09:59:37.794 32387 32433 I System.out:   lost=0 discard=0 empty=0
	Line 32621: 05-27 09:59:37.794 32387 32433 I System.out: 09:59:37.794          pjsua_media.c  ........Media stream call03:0 is destroyed
	Line 32622: 05-27 09:59:37.794 32387 32433 I System.out: 09:59:37.794        dlg0x78a56718a8  ......Session count dec to 3 by mod-invite
	Line 32623: 05-27 09:59:37.794 32387 32433 I System.out: 09:59:37.794        tsx0x78a23210a8  Timeout timer event
	Line 32624: 05-27 09:59:37.795 32387 32433 I System.out: 09:59:37.794        tsx0x78a23210a8  .State changed from Completed to Terminated, event=TIMER
	Line 32625: 05-27 09:59:37.795 32387 32433 I System.out: 09:59:37.795        dlg0x78a56718a8  ..Transaction tsx0x78a23210a8 state changed to Terminated
	Line 32626: 05-27 09:59:37.795 32387 32433 I System.out: 09:59:37.795        dlg0x78a56718a8  ...Dialog destroyed
	Line 32627: 05-27 09:59:37.795 32387 32433 I System.out: 09:59:37.795        tsx0x78a23210a8  Timeout timer event
	Line 32628: 05-27 09:59:37.795 32387 32433 I System.out: 09:59:37.795        tsx0x78a23210a8  .State changed from Terminated to Destroyed, event=TIMER
	Line 32629: 05-27 09:59:37.795 32387 32433 I System.out: 09:59:37.795       tdta0x78a56670a8  ..Destroying txdata Response msg 200/BYE/cseq=2 (tdta0x78a56670a8)
	Line 32630: 05-27 09:59:37.795 32387 32433 I System.out: 09:59:37.795        tsx0x78a23210a8  Transaction destroyed!
	Line 32643: 05-27 09:59:38.070 32387  2697 I System.out: 09:59:38.068           sound_port.c !EC suspended because of inactivity
	Line 32721: 05-27 09:59:38.795 32387 32433 I System.out: 09:59:38.794            pjsua_aud.c !Closing sound device after idle for 1 second(s)
	Line 32722: 05-27 09:59:38.797 32387 32433 I System.out: 09:59:38.795            pjsua_aud.c  .Closing OpenSL ES Audio sound playback device and OpenSL ES Audio sound capture device
	Line 32723: 05-27 09:59:38.797 32387 32433 I System.out: 09:59:38.797           opensl_dev.c  .Stopping stream
	Line 32727: 05-27 09:59:38.821 32387  2697 D         : PlayerBase::stop() from IPlayer
	Line 32728: 05-27 09:59:38.821 32387  2697 D AudioTrack: stop() called with 91846 frames delivered
	Line 32744: 05-27 09:59:38.846 32387 32433 D         : PlayerBase::stop() from IPlayer
	Line 32747: 05-27 09:59:38.846 32387 32433 I System.out: 09:59:38.846           opensl_dev.c  .OpenSL stream stopped
	Line 32778: 05-27 09:59:38.861 32387 32433 I System.out: 09:59:38.861           opensl_dev.c  .OpenSL stream destroyed
	Line 34884: 05-27 10:00:15.715 32387  2652 D         : TrackPlayerBase::~TrackPlayerBase()
	Line 34885: 05-27 10:00:15.715 32387  2652 D         : PlayerBase::~PlayerBase()
	Line 37786: 05-27 10:01:08.440 32387 32433 I System.out: 10:01:08.439       tcpc0x78a5706828  Sending 4 byte(s) keep-alive to X.X.X.X:5050
	Line 43313: 05-27 10:02:38.442 32387 32433 I System.out: 10:02:38.441       tcpc0x78a5706828  Sending 4 byte(s) keep-alive to X.X.X.X:5050
	Line 47548: 05-27 10:03:54.965 32387 32433 I System.out: 10:03:54.965               endpoint  Request msg REGISTER/cseq=47513 (tdta0x78a56640a8) created.
	Line 47549: 05-27 10:03:54.967 32387 32433 I System.out: 10:03:54.966        tsx0x78a56708a8  .Transaction created for Request msg REGISTER/cseq=47514 (tdta0x78a56640a8)
	Line 47550: 05-27 10:03:54.967 32387 32433 I System.out: 10:03:54.967        tsx0x78a56708a8  Sending Request msg REGISTER/cseq=47514 (tdta0x78a56640a8) in state Null
	Line 47551: 05-27 10:03:54.967 32387 32433 I System.out: 10:03:54.967          sip_resolve.c  .Target 'X.X.X.X:5050' type=TCP resolved to 'X.X.X.X:5050' type=TCP (TCP transport)
	Line 47552: 05-27 10:03:54.967 32387 32433 I System.out: 10:03:54.967           pjsua_core.c  .TX 972 bytes Request msg REGISTER/cseq=47514 (tdta0x78a56640a8) to TCP X.X.X.X:5050:
	Line 47553: 05-27 10:03:54.967 32387 32433 I System.out: REGISTER sip:X.X.X.X SIP/2.0
	Line 47554: 05-27 10:03:54.967 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;rport;branch=z9hG4bKPj5704c71e-73b5-4802-a0c0-7e38f4a82d90;alias
	Line 47555: 05-27 10:03:54.967 32387 32433 I System.out: Route: <sip:X.X.X.X:5050;transport=tcp;lr>
	Line 47556: 05-27 10:03:54.967 32387 32433 I System.out: Max-Forwards: 70
	Line 47557: 05-27 10:03:54.968 32387 32433 I System.out: From: <sip:1012@DomainXPTO>;tag=e609726c-765b-432c-8bcb-ddc915878b5f
	Line 47558: 05-27 10:03:54.968 32387 32433 I System.out: To: <sip:1012@DomainXPTO>
	Line 47559: 05-27 10:03:54.968 32387 32433 I System.out: Call-ID: 52afa4e0-546c-4edb-838c-684d859119f3
	Line 47560: 05-27 10:03:54.968 32387 32433 I System.out: CSeq: 47514 REGISTER
	Line 47561: 05-27 10:03:54.968 32387 32433 I System.out: DeviceToken: cEftnY2bBvQ:APA91bGRQVqPdN36Ru17s64oU_874Z0lWtKhVRNdidPbUStAhiCGPj-ew3XT2PlVs10a_Le3edXs-fObzhemr7NleBGgKBh65-x-AmReWXVj-YHTygegh9M3OoiO55uoicDa0ecvXavs
	Line 47562: 05-27 10:03:54.968 32387 32433 I System.out: BundleID: org.pjsip.pjsua2.app
	Line 47563: 05-27 10:03:54.968 32387 32433 I System.out: User-Agent: org.pjsip.pjsua2.app Android (FCM) v1.0-cloud_rd -d / flame-29
	Line 47564: 05-27 10:03:54.968 32387 32433 I System.out: Supported: outbound, path
	Line 47565: 05-27 10:03:54.968 32387 32433 I System.out: Contact: <sip:1012@X.X.X.X:5050;transport=TCP;ob>;reg-id=1;+sip.instance="<urn:uuid:00000000-0000-0000-0000-0000e922f243>"
	Line 47566: 05-27 10:03:54.968 32387 32433 I System.out: Expires: 300
	Line 47567: 05-27 10:03:54.968 32387 32433 I System.out: Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
	Line 47568: 05-27 10:03:54.968 32387 32433 I System.out: Content-Length:  0
	Line 47569: 05-27 10:03:54.968 32387 32433 I System.out: 
	Line 47570: 05-27 10:03:54.968 32387 32433 I System.out: 
	Line 47571: 05-27 10:03:54.968 32387 32433 I System.out: --end msg--
	Line 47573: 05-27 10:03:54.974 32387 32433 I System.out: 10:03:54.973        tsx0x78a56708a8  .State changed from Null to Calling, event=TX_MSG
	Line 47574: 05-27 10:03:55.103 32387 32433 I System.out: 10:03:55.103         sip_endpoint.c  Processing incoming message: Response msg 401/REGISTER/cseq=47514 (rdata0x78a5706b30)
	Line 47575: 05-27 10:03:55.103 32387 32433 I System.out: 10:03:55.103           pjsua_core.c  .RX 678 bytes Response msg 401/REGISTER/cseq=47514 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 47576: 05-27 10:03:55.103 32387 32433 I System.out: SIP/2.0 401 Unauthorized
	Line 47577: 05-27 10:03:55.103 32387 32433 I System.out: From: <sip:1012@DomainXPTO>;tag=e609726c-765b-432c-8bcb-ddc915878b5f
	Line 47578: 05-27 10:03:55.103 32387 32433 I System.out: To: <sip:1012@DomainXPTO>;tag=5bad0090-b00000a-fd2-65014-2b780-132c71a3-2b780
	Line 47579: 05-27 10:03:55.103 32387 32433 I System.out: Call-ID: 52afa4e0-546c-4edb-838c-684d859119f3
	Line 47580: 05-27 10:03:55.103 32387 32433 I System.out: CSeq: 47514 REGISTER
	Line 47581: 05-27 10:03:55.103 32387 32433 I System.out: Contact: <sip:1012@X.X.X.X:5050;transport=TCP;ob>;reg-id=1;+sip.instance="<urn:uuid:00000000-0000-0000-0000-0000e922f243>"
	Line 47582: 05-27 10:03:55.103 32387 32433 I System.out: WWW-Authenticate: Digest realm="radvision.com",nonce="c5a82f0af4fb96b9eb52d271970f2961000000005ece2c5c",algorithm=MD5
	Line 47583: 05-27 10:03:55.103 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;alias;received=X.X.X.X;rport=5050;branch=z9hG4bKPj5704c71e-73b5-4802-a0c0-7e38f4a82d90
	Line 47584: 05-27 10:03:55.103 32387 32433 I System.out: Content-Length: 0
	Line 47585: 05-27 10:03:55.103 32387 32433 I System.out: 
	Line 47586: 05-27 10:03:55.103 32387 32433 I System.out: 
	Line 47587: 05-27 10:03:55.103 32387 32433 I System.out: --end msg--
	Line 47588: 05-27 10:03:55.103 32387 32433 I System.out: 10:03:55.103        tsx0x78a56708a8  .Incoming Response msg 401/REGISTER/cseq=47514 (rdata0x78a5706b30) in state Calling
	Line 47589: 05-27 10:03:55.104 32387 32433 I System.out: 10:03:55.103        tsx0x78a56708a8  ..State changed from Calling to Completed, event=RX_MSG
	Line 47590: 05-27 10:03:55.104 32387 32433 I System.out: 10:03:55.104        tsx0x78a57018a8  ....Transaction created for Request msg REGISTER/cseq=47515 (tdta0x78a56640a8)
	Line 47591: 05-27 10:03:55.104 32387 32433 I System.out: 10:03:55.104        tsx0x78a57018a8  ...Sending Request msg REGISTER/cseq=47515 (tdta0x78a56640a8) in state Null
	Line 47592: 05-27 10:03:55.104 32387 32433 I System.out: 10:03:55.104               endpoint  ....Request msg REGISTER/cseq=47515 (tdta0x78a56640a8): skipping target resolution because address is already set
	Line 47593: 05-27 10:03:55.104 32387 32433 I System.out: 10:03:55.104           pjsua_core.c  ....TX 1181 bytes Request msg REGISTER/cseq=47515 (tdta0x78a56640a8) to TCP X.X.X.X:5050:
	Line 47594: 05-27 10:03:55.104 32387 32433 I System.out: REGISTER sip:X.X.X.X SIP/2.0
	Line 47595: 05-27 10:03:55.105 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;rport;branch=z9hG4bKPj3e539856-c667-47aa-8c7d-a8b7d80c00ac;alias
	Line 47596: 05-27 10:03:55.105 32387 32433 I System.out: Route: <sip:X.X.X.X:5050;transport=tcp;lr>
	Line 47597: 05-27 10:03:55.105 32387 32433 I System.out: Max-Forwards: 70
	Line 47598: 05-27 10:03:55.105 32387 32433 I System.out: From: <sip:1012@DomainXPTO>;tag=e609726c-765b-432c-8bcb-ddc915878b5f
	Line 47599: 05-27 10:03:55.105 32387 32433 I System.out: To: <sip:1012@DomainXPTO>
	Line 47600: 05-27 10:03:55.105 32387 32433 I System.out: Call-ID: 52afa4e0-546c-4edb-838c-684d859119f3
	Line 47601: 05-27 10:03:55.105 32387 32433 I System.out: CSeq: 47515 REGISTER
	Line 47602: 05-27 10:03:55.105 32387 32433 I System.out: DeviceToken: cEftnY2bBvQ:APA91bGRQVqPdN36Ru17s64oU_874Z0lWtKhVRNdidPbUStAhiCGPj-ew3XT2PlVs10a_Le3edXs-fObzhemr7NleBGgKBh65-x-AmReWXVj-YHTygegh9M3OoiO55uoicDa0ecvXavs
	Line 47603: 05-27 10:03:55.105 32387 32433 I System.out: BundleID: org.pjsip.pjsua2.app
	Line 47604: 05-27 10:03:55.105 32387 32433 I System.out: User-Agent: org.pjsip.pjsua2.app Android (FCM) v1.0-cloud_rd -d / flame-29
	Line 47605: 05-27 10:03:55.105 32387 32433 I System.out: Supported: outbound, path
	Line 47606: 05-27 10:03:55.105 32387 32433 I System.out: Contact: <sip:1012@X.X.X.X:5050;transport=TCP;ob>;reg-id=1;+sip.instance="<urn:uuid:00000000-0000-0000-0000-0000e922f243>"
	Line 47607: 05-27 10:03:55.105 32387 32433 I System.out: Expires: 300
	Line 47608: 05-27 10:03:55.105 32387 32433 I System.out: Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
	Line 47609: 05-27 10:03:55.105 32387 32433 I System.out: Authorization: Digest username="user1012", realm="radvision.com", nonce="c5a82f0af4fb96b9eb52d271970f2961000000005ece2c5c", uri="sip:X.X.X.X", response="fab61197d0bc4d13787aaf8601812713", algorithm=MD5
	Line 47610: 05-27 10:03:55.105 32387 32433 I System.out: Content-Length:  0
	Line 47611: 05-27 10:03:55.105 32387 32433 I System.out: 
	Line 47612: 05-27 10:03:55.105 32387 32433 I System.out: 
	Line 47613: 05-27 10:03:55.105 32387 32433 I System.out: --end msg--
	Line 47614: 05-27 10:03:55.105 32387 32433 I System.out: 10:03:55.105        tsx0x78a57018a8  ....State changed from Null to Calling, event=TX_MSG
	Line 47615: 05-27 10:03:55.105 32387 32433 I System.out: 10:03:55.105        tsx0x78a56708a8  Timeout timer event
	Line 47616: 05-27 10:03:55.105 32387 32433 I System.out: 10:03:55.105        tsx0x78a56708a8  .State changed from Completed to Terminated, event=TIMER
	Line 47617: 05-27 10:03:55.105 32387 32433 I System.out: 10:03:55.105        tsx0x78a56708a8  Timeout timer event
	Line 47618: 05-27 10:03:55.106 32387 32433 I System.out: 10:03:55.105        tsx0x78a56708a8  .State changed from Terminated to Destroyed, event=TIMER
	Line 47619: 05-27 10:03:55.106 32387 32433 I System.out: 10:03:55.106        tsx0x78a56708a8  Transaction destroyed!
	Line 47631: 05-27 10:03:55.417 32387 32433 I System.out: 10:03:55.416         sip_endpoint.c  Processing incoming message: Response msg 200/REGISTER/cseq=47515 (rdata0x78a5706b30)
	Line 47632: 05-27 10:03:55.417 32387 32433 I System.out: 10:03:55.417           pjsua_core.c  .RX 563 bytes Response msg 200/REGISTER/cseq=47515 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 47633: 05-27 10:03:55.417 32387 32433 I System.out: SIP/2.0 200 OK
	Line 47634: 05-27 10:03:55.417 32387 32433 I System.out: From: <sip:1012@DomainXPTO>;tag=e609726c-765b-432c-8bcb-ddc915878b5f
	Line 47635: 05-27 10:03:55.417 32387 32433 I System.out: To: <sip:1012@DomainXPTO>;tag=5bad05f0-b00000a-fd2-65014-2b780-2ee0446e-2b780
	Line 47636: 05-27 10:03:55.417 32387 32433 I System.out: Call-ID: 52afa4e0-546c-4edb-838c-684d859119f3
	Line 47637: 05-27 10:03:55.417 32387 32433 I System.out: CSeq: 47515 REGISTER
	Line 47638: 05-27 10:03:55.417 32387 32433 I System.out: Contact: <sip:1012@X.X.X.X:5050;transport=TCP;ob>;reg-id=1;+sip.instance="<urn:uuid:00000000-0000-0000-0000-0000e922f243>"
	Line 47639: 05-27 10:03:55.417 32387 32433 I System.out: Expires: 300
	Line 47640: 05-27 10:03:55.418 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;alias;received=X.X.X.X;rport=5050;branch=z9hG4bKPj3e539856-c667-47aa-8c7d-a8b7d80c00ac
	Line 47641: 05-27 10:03:55.418 32387 32433 I System.out: Content-Length: 0
	Line 47642: 05-27 10:03:55.418 32387 32433 I System.out: 
	Line 47643: 05-27 10:03:55.418 32387 32433 I System.out: 
	Line 47644: 05-27 10:03:55.418 32387 32433 I System.out: --end msg--
	Line 47645: 05-27 10:03:55.418 32387 32433 I System.out: 10:03:55.418        tsx0x78a57018a8  .Incoming Response msg 200/REGISTER/cseq=47515 (rdata0x78a5706b30) in state Calling
	Line 47646: 05-27 10:03:55.418 32387 32433 I System.out: 10:03:55.418        tsx0x78a57018a8  ..State changed from Calling to Completed, event=RX_MSG
	Line 47647: 05-27 10:03:55.418 32387 32433 I System.out: 10:03:55.418            pjsua_acc.c  ....SIP outbound status for acc 0 is not active
	Line 47648: 05-27 10:03:55.418 32387 32433 I System.out: 10:03:55.418            pjsua_acc.c  ....sip:1012@DomainXPTO: registration success, status=200 (OK), will re-register in 300 seconds
	Line 47649: 05-27 10:03:55.419 32387 32433 I Tracer  : PjSua-0 SP         |       > SIPAccount.onRegState()
	Line 47650: 05-27 10:03:55.419 32387 32433 I Tracer  : PjSua-0 SP         |         OnRegStateParam:
	Line 47651: 05-27 10:03:55.419 32387 32433 I Tracer  : Code: PJSIP_SC_OK
	Line 47652: 05-27 10:03:55.419 32387 32433 I Tracer  : Status : 0
	Line 47653: 05-27 10:03:55.419 32387 32433 I Tracer  : Expiration: 300
	Line 47654: 05-27 10:03:55.419 32387 32433 I Tracer  : Reason : OK
	Line 47655: 05-27 10:03:55.419 32387 32433 I Tracer  : PjSua-0 SP         |        > SIPAccount.onRegState true()
	Line 47656: 05-27 10:03:55.420 32387 32433 I Tracer  : PjSua-0 SP         |         > SIPAccount.onReceiveRegister()
	Line 47657: 05-27 10:03:55.421 32387 32433 I Tracer  : PjSua-0 SP         |           IsRegistered: true
	Line 47658: 05-27 10:03:55.421 32387 32433 I Tracer  : PjSua-0 SP         |         <
	Line 47659: 05-27 10:03:55.421 32387 32433 I Tracer  : PjSua-0 SP         |         > SIPAccount.notifyObserverAccounRegister()
	Line 47660: 05-27 10:03:55.423 32387 32433 I Tracer  : PjSua-0 SP         |         <
	Line 47661: 05-27 10:03:55.423 32387 32433 I Tracer  : PjSua-0 SP         |        <
	Line 47662: 05-27 10:03:55.423 32387 32433 I System.out: 10:03:55.423        tsx0x78a57018a8  Timeout timer event
	Line 47663: 05-27 10:03:55.423 32387 32433 I System.out: 10:03:55.423        tsx0x78a57018a8  .State changed from Completed to Terminated, event=TIMER
	Line 47664: 05-27 10:03:55.423 32387 32433 I System.out: 10:03:55.423        tsx0x78a57018a8  Timeout timer event
	Line 47665: 05-27 10:03:55.424 32387 32433 I System.out: 10:03:55.423        tsx0x78a57018a8  .State changed from Terminated to Destroyed, event=TIMER
	Line 47666: 05-27 10:03:55.424 32387 32433 I System.out: 10:03:55.424       tdta0x78a56640a8  ..Destroying txdata Request msg REGISTER/cseq=47515 (tdta0x78a56640a8)
	Line 47667: 05-27 10:03:55.424 32387 32433 I System.out: 10:03:55.424        tsx0x78a57018a8  Transaction destroyed!
	Line 53132: 05-27 10:05:25.451 32387 32433 I System.out: 10:05:25.450       tcpc0x78a5706828  Sending 4 byte(s) keep-alive to X.X.X.X:5050
	Line 58590: 05-27 10:06:55.453 32387 32433 I System.out: 10:06:55.453       tcpc0x78a5706828  Sending 4 byte(s) keep-alive to X.X.X.X:5050
	Line 67801: 05-27 10:07:42.418 32387 32433 I Tracer  : PjSua-0 SP         |        > CallManager.startNewCall()
	Line 67802: 05-27 10:07:42.418 32387 32433 I Tracer  : PjSua-0 SP C:0005  |         > SIPCall.startCall()
	Line 67803: 05-27 10:07:42.419 32387 32433 I System.out: 10:07:42.419           pjsua_call.c  Making call with acc #0 to sip:*69@DomainXPTO
	Line 67804: 05-27 10:07:42.419 32387 32433 I System.out: 10:07:42.419            pjsua_aud.c  .Set sound device: capture=-1, playback=-2
	Line 67805: 05-27 10:07:42.419 32387 32433 I System.out: 10:07:42.419            pjsua_aud.c  ..Opening sound device (speaker + mic) PCM@16000/1/20ms
	Line 67806: 05-27 10:07:42.419 32387 32433 I System.out: 10:07:42.419           opensl_dev.c  ...Creating OpenSL stream
	Line 67807: 05-27 10:07:42.419 32387 32433 D         : PlayerBase::PlayerBase()
	Line 67808: 05-27 10:07:42.420 32387 32433 D         : TrackPlayerBase::TrackPlayerBase()
	Line 67809: 05-27 10:07:42.421 32387 32433 I libOpenSLES: Emulating old channel mask behavior (ignoring positional mask 0x4, using default mask 0x1 based on channel count of 1)
	Line 67823: 05-27 10:07:42.425 32387 32433 W AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by server; frameCount 0 -> 1280
	Line 67824: 05-27 10:07:42.425 32387 32433 I AudioTrack: Need throttle time for OpenSLES player
	Line 67825: 05-27 10:07:42.425 32387 32433 W libOpenSLES: Conversion from OpenSL ES positional channel mask 0x4 to Android mask 0 loses channels
	Line 67826: 05-27 10:07:42.425 32387 32433 I libOpenSLES: Emulating old channel mask behavior (ignoring positional mask 0x4, using default mask 0x10 based on channel count of 1)
	Line 67827: 05-27 10:07:42.426 32387 32433 D AudioRecord: openRecord_l() remove fast or raw flag of voip calls, source=7, flags=5
	Line 67863: 05-27 10:07:42.453 32387 32433 I System.out: 10:07:42.453         ec0x78a5695000  ...Creating AEC
	Line 67865: 05-27 10:07:42.454 32387 32433 I System.out: 10:07:42.454                  speex  ...warning: Unknown speex_preprocess_ctl request: : 2
	Line 67866: 05-27 10:07:42.454 32387 32433 I System.out: 10:07:42.454         ec0x78a5695000  ...AEC created, clock_rate=16000, channel=1, samples per frame=320, tail length=200 ms, latency=0 ms
	Line 67867: 05-27 10:07:42.455 32387 32433 I System.out: 10:07:42.455           opensl_dev.c  ...Starting OpenSL stream..
	Line 67942: 05-27 10:07:42.505 32387  4791 I System.out: 10:07:42.504           opensl_dev.c !Recorder thread started
	Line 68018: 05-27 10:07:42.748 32387 32433 I System.out: 10:07:42.748           opensl_dev.c !...OpenSL stream started
	Line 68019: 05-27 10:07:42.749 32387 32433 I System.out: 10:07:42.749        dlg0x78a23210a8 !.UAC dialog created
	Line 68020: 05-27 10:07:42.749 32387 32433 I System.out: 10:07:42.749        dlg0x78a23210a8  ..Session count inc to 2 by mod-pjsua
	Line 68021: 05-27 10:07:42.749 32387 32433 I System.out: 10:07:42.749          pjsua_media.c  .Call 0: initializing media..
	Line 68022: 05-27 10:07:42.749 32387  4790 I System.out: 10:07:42.748           opensl_dev.c !Player thread started
	Line 68035: 05-27 10:07:42.751 32387  4790 I System.out: 10:07:42.750                  speex !warning: discarded first playback frame
	Line 68038: 05-27 10:07:42.754 32387  4790 I System.out: 10:07:42.753                  speex  warning: discarded first playback frame
	Line 68041: 05-27 10:07:42.754 32387  4790 I System.out: 10:07:42.754                  speex  warning: discarded first playback frame
	Line 68042: 05-27 10:07:42.755 32387 32433 I System.out: 10:07:42.754          pjsua_media.c !..RTP socket reachable at 192.168.1.127:4016
	Line 68043: 05-27 10:07:42.755 32387 32433 I System.out: 10:07:42.755          pjsua_media.c  ..RTCP socket reachable at 192.168.1.127:4017
	Line 68044: 05-27 10:07:42.755 32387 32433 I System.out: 10:07:42.755       srtp0x78a22e0400  ..SRTP keying SDES created
	Line 68045: 05-27 10:07:42.755 32387 32433 I System.out: 10:07:42.755          pjsua_media.c !..Media index 0 selected for audio call 0
	Line 68046: 05-27 10:07:42.755 32387 32433 I System.out: 10:07:42.755          pjsua_media.c  ..Call 0: media transport initialization complete: Success
	Line 68047: 05-27 10:07:42.755 32387 32433 I System.out: 10:07:42.755        dlg0x78a23210a8  ..Session count dec to 2 by mod-pjsua
	Line 68048: 05-27 10:07:42.755 32387  4790 I System.out: 10:07:42.755                  speex !warning: discarded first playback frame
	Line 68049: 05-27 10:07:42.755 32387 32433 I System.out: 10:07:42.755        dlg0x78a23210a8  .Module mod-invite added as dialog usage, data=0x78a56bec28
	Line 68050: 05-27 10:07:42.755 32387 32433 I System.out: 10:07:42.755        dlg0x78a23210a8  ..Session count inc to 4 by mod-invite
	Line 68051: 05-27 10:07:42.755 32387 32433 I System.out: 10:07:42.755        dlg0x78a23210a8  .Module mod-100rel added as dialog usage, data=0x78a5663ea8
	Line 68052: 05-27 10:07:42.755 32387 32433 I System.out: 10:07:42.755        dlg0x78a23210a8  .100rel module attached
	Line 68053: 05-27 10:07:42.755 32387 32433 I System.out: 10:07:42.755        inv0x78a23210a8  .UAC invite session created for dialog dlg0x78a23210a8
	Line 68054: 05-27 10:07:42.755 32387 32433 I System.out: 10:07:42.755               endpoint !.Request msg INVITE/cseq=4549 (tdta0x78a56670a8) created.
	Line 68055: 05-27 10:07:42.756 32387 32433 I System.out: 10:07:42.755        inv0x78a23210a8  ..Sending Request msg INVITE/cseq=4549 (tdta0x78a56670a8)
	Line 68056: 05-27 10:07:42.756 32387 32433 I System.out: 10:07:42.756        dlg0x78a23210a8  ...Sending Request msg INVITE/cseq=4549 (tdta0x78a56670a8)
	Line 68057: 05-27 10:07:42.756 32387  4790 I System.out: 10:07:42.755                  speex !warning: discarded first playback frame
	Line 68058: 05-27 10:07:42.756 32387 32433 I System.out: 10:07:42.756        tsx0x78a56718a8  ....Transaction created for Request msg INVITE/cseq=4548 (tdta0x78a56670a8)
	Line 68059: 05-27 10:07:42.756 32387 32433 I System.out: 10:07:42.756        tsx0x78a56718a8  ...Sending Request msg INVITE/cseq=4548 (tdta0x78a56670a8) in state Null
	Line 68060: 05-27 10:07:42.756 32387 32433 I System.out: 10:07:42.756          sip_resolve.c  ....Target 'X.X.X.X:5050' type=TCP resolved to 'X.X.X.X:5050' type=TCP (TCP transport)
	Line 68061: 05-27 10:07:42.756 32387 32433 I System.out: 10:07:42.756           pjsua_core.c  ....TX 1361 bytes Request msg INVITE/cseq=4548 (tdta0x78a56670a8) to TCP X.X.X.X:5050:
	Line 68062: 05-27 10:07:42.756 32387 32433 I System.out: INVITE sip:*69@DomainXPTO SIP/2.0
	Line 68063: 05-27 10:07:42.756 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;rport;branch=z9hG4bKPj971160aa-b8ba-4347-a296-df8584c24d17;alias
	Line 68064: 05-27 10:07:42.756 32387 32433 I System.out: Max-Forwards: 70
	Line 68065: 05-27 10:07:42.756 32387 32433 I System.out: From: sip:1012@DomainXPTO;tag=b003d99b-f717-4d0a-ae50-ad7977bda658
	Line 68066: 05-27 10:07:42.756 32387 32433 I System.out: To: sip:*69@DomainXPTO
	Line 68067: 05-27 10:07:42.756 32387 32433 I System.out: Contact: <sip:1012@X.X.X.X:5050;transport=TCP;ob>
	Line 68068: 05-27 10:07:42.756 32387 32433 I System.out: Call-ID: f3a2717b-4986-46e7-8a3c-7745f36a6284
	Line 68069: 05-27 10:07:42.756 32387 32433 I System.out: CSeq: 4548 INVITE
	Line 68070: 05-27 10:07:42.756 32387 32433 I System.out: Route: <sip:X.X.X.X:5050;transport=tcp;lr>
	Line 68071: 05-27 10:07:42.756 32387 32433 I System.out: Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
	Line 68072: 05-27 10:07:42.756 32387 32433 I System.out: Supported: replaces, 100rel, timer, norefersub
	Line 68073: 05-27 10:07:42.756 32387 32433 I System.out: Session-Expires: 1800
	Line 68074: 05-27 10:07:42.756 32387 32433 I System.out: Min-SE: 90
	Line 68075: 05-27 10:07:42.756 32387 32433 I System.out: User-Agent: org.pjsip.pjsua2.app Android (FCM) v1.0-cloud_rd -d / flame-29
	Line 68076: 05-27 10:07:42.756 32387 32433 I System.out: Content-Type: application/sdp
	Line 68077: 05-27 10:07:42.756 32387 32433 I System.out: Content-Length:   577
	Line 68078: 05-27 10:07:42.756 32387 32433 I System.out: 
	Line 68079: 05-27 10:07:42.757 32387 32433 I System.out: v=0
	Line 68080: 05-27 10:07:42.757 32387 32433 I System.out: o=- 3799559262 3799559262 IN IP4 192.168.1.127
	Line 68081: 05-27 10:07:42.757 32387 32433 I System.out: s=pjmedia
	Line 68082: 05-27 10:07:42.757 32387 32433 I System.out: b=AS:117
	Line 68083: 05-27 10:07:42.757 32387 32433 I System.out: t=0 0
	Line 68084: 05-27 10:07:42.757 32387 32433 I System.out: a=X-nat:0
	Line 68085: 05-27 10:07:42.757 32387 32433 I System.out: m=audio 4016 RTP/AVP 98 97 99 104 3 0 8 9 120 96
	Line 68086: 05-27 10:07:42.757 32387 32433 I System.out: c=IN IP4 192.168.1.127
	Line 68087: 05-27 10:07:42.757 32387 32433 I System.out: b=TIAS:96000
	Line 68088: 05-27 10:07:42.757 32387 32433 I System.out: a=rtcp:4017 IN IP4 192.168.1.127
	Line 68089: 05-27 10:07:42.757 32387 32433 I System.out: a=sendrecv
	Line 68090: 05-27 10:07:42.757 32387 32433 I System.out: a=rtpmap:98 speex/16000
	Line 68091: 05-27 10:07:42.757 32387 32433 I System.out: a=rtpmap:97 speex/8000
	Line 68092: 05-27 10:07:42.757 32387 32433 I System.out: a=rtpmap:99 speex/32000
	Line 68093: 05-27 10:07:42.757 32387 32433 I System.out: a=rtpmap:104 iLBC/8000
	Line 68094: 05-27 10:07:42.757 32387 32433 I System.out: a=fmtp:104 mode=30
	Line 68095: 05-27 10:07:42.757 32387 32433 I System.out: a=rtpmap:3 GSM/8000
	Line 68096: 05-27 10:07:42.757 32387 32433 I System.out: a=rtpmap:0 PCMU/8000
	Line 68097: 05-27 10:07:42.757 32387 32433 I System.out: a=rtpmap:8 PCMA/8000
	Line 68098: 05-27 10:07:42.757 32387 32433 I System.out: a=rtpmap:9 G722/8000
	Line 68099: 05-27 10:07:42.757 32387 32433 I System.out: a=rtpmap:120 opus/48000/2
	Line 68100: 05-27 10:07:42.757 32387 32433 I System.out: a=fmtp:120 useinbandfec=1
	Line 68101: 05-27 10:07:42.757 32387 32433 I System.out: a=rtpmap:96 telephone-event/8000
	Line 68102: 05-27 10:07:42.757 32387 32433 I System.out: a=fmtp:96 0-16
	Line 68103: 05-27 10:07:42.757 32387 32433 I System.out: a=ssrc:1197790029 cname:20341ac62d1b14c0
	Line 68104: 05-27 10:07:42.757 32387 32433 I System.out: 
	Line 68105: 05-27 10:07:42.757 32387 32433 I System.out: --end msg--
	Line 68106: 05-27 10:07:42.757 32387 32433 I System.out: 10:07:42.757        tsx0x78a56718a8  ....State changed from Null to Calling, event=TX_MSG
	Line 68107: 05-27 10:07:42.757 32387 32433 I System.out: 10:07:42.757        dlg0x78a23210a8  .....Transaction tsx0x78a56718a8 state changed to Calling
	Line 68108: 05-27 10:07:42.757 32387 32433 I Tracer  : PjSua-0 SP C:0005  |          > SIPCallStatusResolver.onCallState()
	Line 68109: 05-27 10:07:42.758 32387 32433 I Tracer  : PjSua-0 SP C:0005  |           > SIPCall.setState(CALLING)
	Line 68110: 05-27 10:07:42.758 32387 32433 I Tracer  : PjSua-0 SP C:0005  |            > SIPCall.isCallEnded()
	Line 68111: 05-27 10:07:42.758 32387 32433 I Tracer  : PjSua-0 SP C:0005  |            < = (false)
	Line 68112: 05-27 10:07:42.758 32387 32433 I Tracer  : PjSua-0 SP C:0005  |           <
	Line 68113: 05-27 10:07:42.758 32387 32433 I Tracer  : PjSua-0 SP C:0005  |          <
	Line 68114: 05-27 10:07:42.758 32387 32433 I Tracer  : PjSua-0 SP C:0005  |         <
	Line 68115: 05-27 10:07:42.758 32387 32433 I Tracer  : PjSua-0 SP         |        <
	Line 68130: 05-27 10:07:42.798 32387  4790 I System.out: 10:07:42.797                  speex !warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 68132: 05-27 10:07:42.820 32387  4790 I System.out: 10:07:42.818                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 68141: 05-27 10:07:42.863 32387 32433 I System.out: 10:07:42.863         sip_endpoint.c !Processing incoming message: Response msg 100/INVITE/cseq=4548 (rdata0x78a5706b30)
	Line 68142: 05-27 10:07:42.863 32387 32433 I System.out: 10:07:42.863           pjsua_core.c  .RX 419 bytes Response msg 100/INVITE/cseq=4548 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 68143: 05-27 10:07:42.863 32387 32433 I System.out: SIP/2.0 100 Trying
	Line 68144: 05-27 10:07:42.863 32387 32433 I System.out: From: <sip:1012@DomainXPTO>;tag=b003d99b-f717-4d0a-ae50-ad7977bda658
	Line 68145: 05-27 10:07:42.863 32387 32433 I System.out: To: <sip:*69@DomainXPTO>
	Line 68146: 05-27 10:07:42.863 32387 32433 I System.out: Call-ID: f3a2717b-4986-46e7-8a3c-7745f36a6284
	Line 68147: 05-27 10:07:42.863 32387 32433 I System.out: CSeq: 4548 INVITE
	Line 68148: 05-27 10:07:42.863 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;alias;received=2.83.60.252;rport=60793;branch=z9hG4bKPj971160aa-b8ba-4347-a296-df8584c24d17
	Line 68149: 05-27 10:07:42.863 32387 32433 I System.out: Contact: <sip:*69@DomainXPTO:5060>
	Line 68150: 05-27 10:07:42.863 32387 32433 I System.out: Content-Length: 0
	Line 68151: 05-27 10:07:42.863 32387 32433 I System.out: 
	Line 68152: 05-27 10:07:42.863 32387 32433 I System.out: 
	Line 68153: 05-27 10:07:42.863 32387 32433 I System.out: --end msg--
	Line 68154: 05-27 10:07:42.863 32387 32433 I System.out: 10:07:42.863        tsx0x78a56718a8  .Incoming Response msg 100/INVITE/cseq=4548 (rdata0x78a5706b30) in state Calling
	Line 68155: 05-27 10:07:42.863 32387 32433 I System.out: 10:07:42.863        tsx0x78a56718a8  ..State changed from Calling to Proceeding, event=RX_MSG
	Line 68156: 05-27 10:07:42.863 32387 32433 I System.out: 10:07:42.863        dlg0x78a23210a8  ...Received Response msg 100/INVITE/cseq=4548 (rdata0x78a5706b30)
	Line 68157: 05-27 10:07:42.863 32387 32433 I System.out: 10:07:42.863        dlg0x78a23210a8  ...Transaction tsx0x78a56718a8 state changed to Proceeding
	Line 68160: 05-27 10:07:42.904 32387 32433 I System.out: 10:07:42.903         sip_endpoint.c  Processing incoming message: Response msg 200/INVITE/cseq=4548 (rdata0x78a5706b30)
	Line 68161: 05-27 10:07:42.904 32387 32433 I System.out: 10:07:42.904           pjsua_core.c  .RX 1141 bytes Response msg 200/INVITE/cseq=4548 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 68162: 05-27 10:07:42.904 32387 32433 I System.out: SIP/2.0 200 OK
	Line 68163: 05-27 10:07:42.904 32387 32433 I System.out: From: <sip:1012@DomainXPTO>;tag=b003d99b-f717-4d0a-ae50-ad7977bda658
	Line 68164: 05-27 10:07:42.904 32387 32433 I System.out: To: <sip:*69@DomainXPTO>;tag=5bad10b0-b00000a-fd2-65014-2b863-2cb0c32-2b863
	Line 68165: 05-27 10:07:42.904 32387 32433 I System.out: Call-ID: f3a2717b-4986-46e7-8a3c-7745f36a6284
	Line 68166: 05-27 10:07:42.904 32387 32433 I System.out: CSeq: 4548 INVITE
	Line 68167: 05-27 10:07:42.904 32387 32433 I System.out: Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO
	Line 68168: 05-27 10:07:42.904 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;alias;received=2.83.60.252;rport=60793;branch=z9hG4bKPj971160aa-b8ba-4347-a296-df8584c24d17
	Line 68169: 05-27 10:07:42.904 32387 32433 I System.out: Contact: <sip:1012@X.X.X.X:5050;transport=tcp>
	Line 68170: 05-27 10:07:42.904 32387 32433 I System.out: Content-Type: application/sdp
	Line 68171: 05-27 10:07:42.904 32387 32433 I System.out: Content-Length: 567
	Line 68172: 05-27 10:07:42.904 32387 32433 I System.out: 
	Line 68173: 05-27 10:07:42.904 32387 32433 I System.out: v=0
	Line 68174: 05-27 10:07:42.904 32387 32433 I System.out: o=OneSIPConnector 647 1 IN IP4 0.0.0.0
	Line 68175: 05-27 10:07:42.904 32387 32433 I System.out: s=OneSIPConnector
	Line 68176: 05-27 10:07:42.904 32387 32433 I System.out: b=AS:117
	Line 68177: 05-27 10:07:42.904 32387 32433 I System.out: t=0 0
	Line 68178: 05-27 10:07:42.904 32387 32433 I System.out: m=audio 19624 RTP/AVP 98 97 99 104 3 0 8 9 120 96
	Line 68179: 05-27 10:07:42.904 32387 32433 I System.out: c=IN IP4 0.0.0.0
	Line 68180: 05-27 10:07:42.904 32387 32433 I System.out: b=TIAS:96000
	Line 68181: 05-27 10:07:42.904 32387 32433 I System.out: a=sendrecv
	Line 68182: 05-27 10:07:42.904 32387 32433 I System.out: a=rtpmap:98 speex/16000
	Line 68183: 05-27 10:07:42.904 32387 32433 I System.out: a=rtpmap:97 speex/8000
	Line 68184: 05-27 10:07:42.904 32387 32433 I System.out: a=rtpmap:99 speex/32000
	Line 68185: 05-27 10:07:42.904 32387 32433 I System.out: a=rtpmap:104 iLBC/8000
	Line 68186: 05-27 10:07:42.904 32387 32433 I System.out: a=fmtp:104 mode=30
	Line 68187: 05-27 10:07:42.904 32387 32433 I System.out: a=rtpmap:3 GSM/8000
	Line 68188: 05-27 10:07:42.904 32387 32433 I System.out: a=rtpmap:0 PCMU/8000
	Line 68189: 05-27 10:07:42.904 32387 32433 I System.out: a=rtpmap:8 PCMA/8000
	Line 68190: 05-27 10:07:42.904 32387 32433 I System.out: a=rtpmap:9 G722/8000
	Line 68191: 05-27 10:07:42.904 32387 32433 I System.out: a=rtpmap:120 opus/48000/2
	Line 68192: 05-27 10:07:42.904 32387 32433 I System.out: a=fmtp:120 useinbandfec=1
	Line 68193: 05-27 10:07:42.904 32387 32433 I System.out: a=rtpmap:96 telephone-event/8000
	Line 68194: 05-27 10:07:42.904 32387 32433 I System.out: a=fmtp:96 0-16
	Line 68195: 05-27 10:07:42.904 32387 32433 I System.out: a=ssrc:1197790029 cname:20341ac62d1b14c0
	Line 68196: 05-27 10:07:42.904 32387 32433 I System.out: a=fmtp:104 mode=20
	Line 68197: 05-27 10:07:42.904 32387 32433 I System.out: a=fmtp:104 mode=20
	Line 68198: 05-27 10:07:42.904 32387 32433 I System.out: 
	Line 68199: 05-27 10:07:42.904 32387 32433 I System.out: --end msg--
	Line 68200: 05-27 10:07:42.904 32387 32433 I System.out: 10:07:42.904        tsx0x78a56718a8  .Incoming Response msg 200/INVITE/cseq=4548 (rdata0x78a5706b30) in state Proceeding
	Line 68201: 05-27 10:07:42.904 32387 32433 I System.out: 10:07:42.904        tsx0x78a56718a8  ..State changed from Proceeding to Terminated, event=RX_MSG
	Line 68202: 05-27 10:07:42.904 32387 32433 I System.out: 10:07:42.904        dlg0x78a23210a8  ...Received Response msg 200/INVITE/cseq=4548 (rdata0x78a5706b30)
	Line 68203: 05-27 10:07:42.905 32387 32433 I System.out: 10:07:42.905        dlg0x78a23210a8  ....Route-set updated
	Line 68204: 05-27 10:07:42.905 32387 32433 I System.out: 10:07:42.905        dlg0x78a23210a8  ....Route-set frozen
	Line 68205: 05-27 10:07:42.905 32387 32433 I System.out: 10:07:42.905        dlg0x78a23210a8  ...Transaction tsx0x78a56718a8 state changed to Terminated
	Line 68206: 05-27 10:07:42.905 32387 32433 I Tracer  : PjSua-0 SP C:0005  |        > SIPCallStatusResolver.onCallState()
	Line 68207: 05-27 10:07:42.905 32387 32433 I Tracer  : PjSua-0 SP C:0005  |         > SIPCall.setState(CONNECTING)
	Line 68208: 05-27 10:07:42.905 32387 32433 I Tracer  : PjSua-0 SP C:0005  |          > SIPCall.isCallEnded()
	Line 68209: 05-27 10:07:42.905 32387 32433 I Tracer  : PjSua-0 SP C:0005  |          < = (false)
	Line 68210: 05-27 10:07:42.905 32387 32433 I Tracer  : PjSua-0 SP C:0005  |         <
	Line 68211: 05-27 10:07:42.905 32387 32433 I Tracer  : PjSua-0 SP C:0005  |        <
	Line 68212: 05-27 10:07:42.905 32387 32433 I System.out: 10:07:42.905        inv0x78a23210a8  ....Got SDP answer in Response msg 200/INVITE/cseq=4548 (rdata0x78a5706b30)
	Line 68213: 05-27 10:07:42.906 32387 32433 I System.out: 10:07:42.906        inv0x78a23210a8  ....SDP negotiation done, status=0
	Line 68214: 05-27 10:07:42.906 32387 32433 I System.out: 10:07:42.906           pjsua_call.c  .....Call 0: remote NAT type is 0 (Unknown)
	Line 68215: 05-27 10:07:42.906 32387 32433 I System.out: 10:07:42.906          pjsua_media.c  .....Call 0: updating media..
	Line 68216: 05-27 10:07:42.906 32387 32433 I System.out: 10:07:42.906          pjsua_media.c  ......Call 0: stream #0 (audio) unchanged.
	Line 68217: 05-27 10:07:42.906 32387 32433 I System.out: 10:07:42.906          pjsua_media.c  ......Audio updated, stream #0: speex (inactive)
	Line 68218: 05-27 10:07:42.906 32387 32433 I Tracer  : PjSua-0 SP C:0005  |        > SIPCallMediaStateResolver.onCallMediaState()
	Line 68219: 05-27 10:07:42.906 32387 32433 I Tracer  : PjSua-0 SP C:0005  |        <
	Line 68220: 05-27 10:07:42.906 32387 32433 I System.out: 10:07:42.906        inv0x78a23210a8  ....Received Response msg 200/INVITE/cseq=4548 (rdata0x78a5706b30), sending ACK
	Line 68221: 05-27 10:07:42.906 32387 32433 I System.out: 10:07:42.906               endpoint  ....Request msg ACK/cseq=4548 (tdta0x78a566c0a8) created.
	Line 68222: 05-27 10:07:42.906 32387 32433 I System.out: 10:07:42.906        dlg0x78a23210a8  .....Sending Request msg ACK/cseq=4548 (tdta0x78a566c0a8)
	Line 68223: 05-27 10:07:42.906 32387 32433 I System.out: 10:07:42.906          sip_resolve.c  .....Target 'X.X.X.X:5050' type=TCP resolved to 'X.X.X.X:5050' type=TCP (TCP transport)
	Line 68224: 05-27 10:07:42.907 32387 32433 I System.out: 10:07:42.907           pjsua_core.c  .....TX 437 bytes Request msg ACK/cseq=4548 (tdta0x78a566c0a8) to TCP X.X.X.X:5050:
	Line 68225: 05-27 10:07:42.907 32387 32433 I System.out: ACK sip:1012@X.X.X.X:5050;transport=tcp SIP/2.0
	Line 68226: 05-27 10:07:42.907 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;rport;branch=z9hG4bKPjba45f364-2624-4b24-8a25-c83deb634bb7;alias
	Line 68227: 05-27 10:07:42.907 32387 32433 I System.out: Max-Forwards: 70
	Line 68228: 05-27 10:07:42.907 32387 32433 I System.out: From: sip:1012@DomainXPTO;tag=b003d99b-f717-4d0a-ae50-ad7977bda658
	Line 68229: 05-27 10:07:42.907 32387 32433 I System.out: To: sip:*69@DomainXPTO;tag=5bad10b0-b00000a-fd2-65014-2b863-2cb0c32-2b863
	Line 68230: 05-27 10:07:42.907 32387 32433 I System.out: Call-ID: f3a2717b-4986-46e7-8a3c-7745f36a6284
	Line 68231: 05-27 10:07:42.907 32387 32433 I System.out: CSeq: 4548 ACK
	Line 68232: 05-27 10:07:42.907 32387 32433 I System.out: Content-Length:  0
	Line 68233: 05-27 10:07:42.907 32387 32433 I System.out: 
	Line 68234: 05-27 10:07:42.907 32387 32433 I System.out: 
	Line 68235: 05-27 10:07:42.907 32387 32433 I System.out: --end msg--
	Line 68236: 05-27 10:07:42.907 32387 32433 I Tracer  : PjSua-0 SP C:0005  |        > SIPCallStatusResolver.onCallState()
	Line 68237: 05-27 10:07:42.907 32387 32433 I Tracer  : PjSua-0 SP C:0005  |         > SIPCall.setState(CONFIRMED)
	Line 68238: 05-27 10:07:42.907 32387 32433 I Tracer  : PjSua-0 SP C:0005  |          > SIPCall.isCallEnded()
	Line 68239: 05-27 10:07:42.907 32387 32433 I Tracer  : PjSua-0 SP C:0005  |          < = (false)
	Line 68240: 05-27 10:07:42.907 32387 32433 I Tracer  : PjSua-0 SP C:0005  |         <
	Line 68241: 05-27 10:07:42.908 32387 32433 I Tracer  : PjSua-0 SP C:0005  |         > SIPCallStatusResolver.processConfirmedState()
	Line 68242: 05-27 10:07:42.908 32387 32433 I Tracer  : PjSua-0 SP         |          > CallManager.onCallConnected()
	Line 68243: 05-27 10:07:42.908 32387 32433 I Tracer  : PjSua-0 SP         |           > ToneManager.onCallConnected()
	Line 68244: 05-27 10:07:42.908 32387 32433 I Tracer  : PjSua-0 SP         |           <
	Line 68364: 05-27 10:07:42.964 32387 32433 I Tracer  : PjSua-0 SP         |          <
	Line 68366: 05-27 10:07:42.964 32387 32433 I Tracer  : PjSua-0 SP C:0005  |         <
	Line 68367: 05-27 10:07:42.964 32387 32433 I Tracer  : PjSua-0 SP C:0005  |        <
	Line 68368: 05-27 10:07:42.964 32387 32433 I System.out: 10:07:42.964        tsx0x78a56718a8  Timeout timer event
	Line 68369: 05-27 10:07:42.964 32387 32433 I System.out: 10:07:42.964        tsx0x78a56718a8  .State changed from Terminated to Destroyed, event=TIMER
	Line 68371: 05-27 10:07:42.964 32387 32433 I System.out: 10:07:42.964        tsx0x78a56718a8  Transaction destroyed!
	Line 68714: 05-27 10:07:43.167 32387 32433 I System.out: 10:07:43.167         sip_endpoint.c  Processing incoming message: Request msg INVITE/cseq=1 (rdata0x78a5706b30)
	Line 68715: 05-27 10:07:43.167 32387 32433 I System.out: 10:07:43.167           pjsua_core.c  .RX 1293 bytes Request msg INVITE/cseq=1 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 68716: 05-27 10:07:43.167 32387 32433 I System.out: INVITE sip:1012@X.X.X.X:5050;transport=TCP;ob SIP/2.0
	Line 68717: 05-27 10:07:43.167 32387 32433 I System.out: From: "martinho2"<sip:1010@DomainXPTO>;tag=5bad1b70-b00000a-fd2-65014-2b863-7865b38a-2b863
	Line 68718: 05-27 10:07:43.167 32387 32433 I System.out: To: <sip:1012@DomainXPTO>
	Line 68719: 05-27 10:07:43.167 32387 32433 I System.out: Call-ID: 5ce0b778-b00000a-fd2-65014-2b863-16264824-2b863
	Line 68720: 05-27 10:07:43.167 32387 32433 I System.out: CSeq: 1 INVITE
	Line 68721: 05-27 10:07:43.167 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;branch=z9hG4bK-2b863-aa0468c-6883e44b-5ab92258
	Line 68723: 05-27 10:07:43.167 32387 32433 I System.out: Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO
	Line 68724: 05-27 10:07:43.167 32387 32433 I System.out: Replaces: f3a2717b-4986-46e7-8a3c-7745f36a6284;to-tag=b003d99b-f717-4d0a-ae50-ad7977bda658;from-tag=5bad10b0-b00000a-fd2-65014-2b863-2cb0c32-2b863
	Line 68726: 05-27 10:07:43.167 32387 32433 I System.out: Max-Forwards: 70
	Line 68727: 05-27 10:07:43.167 32387 32433 I System.out: Contact: <sip:1010@X.X.X.X:5050;transport=tcp>
	Line 68729: 05-27 10:07:43.167 32387 32433 I System.out: Content-Type: application/sdp
	Line 68731: 05-27 10:07:43.167 32387 32433 I System.out: Content-Length: 573
	Line 68732: 05-27 10:07:43.167 32387 32433 I System.out: 
	Line 68734: 05-27 10:07:43.167 32387 32433 I System.out: v=0
	Line 68736: 05-27 10:07:43.167 32387 32433 I System.out: o=OneSIPConnector 650 1 IN IP4 X.X.X.X
	Line 68738: 05-27 10:07:43.167 32387 32433 I System.out: s=OneSIPConnector
	Line 68739: 05-27 10:07:43.167 32387 32433 I System.out: t=0 0
	Line 68741: 05-27 10:07:43.167 32387 32433 I System.out: m=audio 19768 RTP/AVP 111 103 104 9 0 8 106 105 13 110 112 113 126
	Line 68742: 05-27 10:07:43.167 32387 32433 I System.out: c=IN IP4 X.X.X.X
	Line 68744: 05-27 10:07:43.167 32387 32433 I System.out: a=sendrecv
	Line 68746: 05-27 10:07:43.167 32387 32433 I System.out: a=rtpmap:111 opus/48000/2
	Line 68747: 05-27 10:07:43.167 32387 32433 I System.out: a=fmtp:111 minptime=10;useinbandfec=1
	Line 68749: 05-27 10:07:43.167 32387 32433 I System.out: a=rtpmap:103 ISAC/16000
	Line 68750: 05-27 10:07:43.167 32387 32433 I System.out: a=rtpmap:104 ISAC/32000
	Line 68751: 05-27 10:07:43.167 32387 32433 I System.out: a=rtpmap:9 G722/8000
	Line 68752: 05-27 10:07:43.167 32387 32433 I System.out: a=rtpmap:0 PCMU/8000
	Line 68753: 05-27 10:07:43.168 32387 32433 I System.out: a=rtpmap:8 PCMA/8000
	Line 68754: 05-27 10:07:43.168 32387 32433 I System.out: a=rtpmap:106 CN/32000
	Line 68755: 05-27 10:07:43.168 32387 32433 I System.out: a=rtpmap:105 CN/16000
	Line 68756: 05-27 10:07:43.168 32387 32433 I System.out: a=rtpmap:13 CN/8000
	Line 68757: 05-27 10:07:43.168 32387 32433 I System.out: a=rtpmap:110 telephone-event/48000
	Line 68758: 05-27 10:07:43.168 32387 32433 I System.out: a=rtpmap:112 telephone-event/32000
	Line 68759: 05-27 10:07:43.168 32387 32433 I System.out: a=rtpmap:113 telephone-event/16000
	Line 68760: 05-27 10:07:43.168 32387 32433 I System.out: a=rtpmap:126 telephone-event/8000
	Line 68761: 05-27 10:07:43.168 32387 32433 I System.out: 
	Line 68762: 05-27 10:07:43.168 32387 32433 I System.out: --end msg--
	Line 68764: 05-27 10:07:43.168 32387 32433 I System.out: 10:07:43.168           pjsua_call.c  .Incoming Request msg INVITE/cseq=1 (rdata0x78a5706b30)
	Line 68766: 05-27 10:07:43.168 32387 32433 I System.out: 10:07:43.168        tsx0x78a231c0a8  ...Transaction created for Request msg INVITE/cseq=1 (rdata0x78a5706b30)
	Line 68767: 05-27 10:07:43.168 32387 32433 I System.out: 10:07:43.168        tsx0x78a231c0a8  ..Incoming Request msg INVITE/cseq=1 (rdata0x78a5706b30) in state Null
	Line 68768: 05-27 10:07:43.168 32387 32433 I System.out: 10:07:43.168        tsx0x78a231c0a8  ...State changed from Null to Trying, event=RX_MSG
	Line 68769: 05-27 10:07:43.168 32387 32433 I System.out: 10:07:43.168        dlg0x78a56718a8  ....Transaction tsx0x78a231c0a8 state changed to Trying
	Line 68770: 05-27 10:07:43.168 32387 32433 I System.out: 10:07:43.168        dlg0x78a56718a8  ..UAS dialog created
	Line 68771: 05-27 10:07:43.168 32387 32433 I System.out: 10:07:43.168        dlg0x78a56718a8  ..Module mod-invite added as dialog usage, data=0x78a2301028
	Line 68772: 05-27 10:07:43.168 32387 32433 I System.out: 10:07:43.168        dlg0x78a56718a8  ...Session count inc to 3 by mod-invite
	Line 68774: 05-27 10:07:43.169 32387 32433 I System.out: 10:07:43.168        inv0x78a56718a8  ..UAS invite session created for dialog dlg0x78a56718a8
	Line 68777: 05-27 10:07:43.169 32387 32433 I System.out: 10:07:43.169        dlg0x78a56718a8  ...Session count inc to 3 by mod-pjsua
	Line 68778: 05-27 10:07:43.169 32387 32433 I System.out: 10:07:43.169          pjsua_media.c  ..Call 1: initializing media..
	Line 68782: 05-27 10:07:43.176 32387 32433 I System.out: 10:07:43.176          pjsua_media.c  ...RTP socket reachable at 192.168.1.127:4018
	Line 68783: 05-27 10:07:43.176 32387 32433 I System.out: 10:07:43.176          pjsua_media.c  ...RTCP socket reachable at 192.168.1.127:4019
	Line 68784: 05-27 10:07:43.176 32387 32433 I System.out: 10:07:43.176       srtp0x78a22e0000  ...SRTP keying SDES created
	Line 68785: 05-27 10:07:43.176 32387 32433 I System.out: 10:07:43.176          pjsua_media.c  ...Media index 0 selected for audio call 1
	Line 68786: 05-27 10:07:43.176 32387 32433 I System.out: 10:07:43.176          pjsua_media.c  ...Call 1: media transport initialization complete: Success
	Line 68787: 05-27 10:07:43.176 32387 32433 I System.out: 10:07:43.176        dlg0x78a56718a8  ...Session count dec to 3 by mod-pjsua
	Line 68788: 05-27 10:07:43.176 32387 32433 I System.out: 10:07:43.176           pjsua_call.c  ..Call 1: remote NAT type is 0 (Unknown)
	Line 68789: 05-27 10:07:43.176 32387 32433 I System.out: 10:07:43.176               endpoint  ...Response msg 100/INVITE/cseq=1 (tdta0x78a566b0a8) created
	Line 68790: 05-27 10:07:43.176 32387 32433 I System.out: 10:07:43.176        dlg0x78a56718a8  ...Initial answer Response msg 100/INVITE/cseq=1 (tdta0x78a566b0a8)
	Line 68791: 05-27 10:07:43.177 32387 32433 I System.out: 10:07:43.177        inv0x78a56718a8  ...Sending Response msg 100/INVITE/cseq=1 (tdta0x78a566b0a8)
	Line 68792: 05-27 10:07:43.177 32387 32433 I System.out: 10:07:43.177        dlg0x78a56718a8  ....Sending Response msg 100/INVITE/cseq=1 (tdta0x78a566b0a8)
	Line 68793: 05-27 10:07:43.177 32387 32433 I System.out: 10:07:43.177        tsx0x78a231c0a8  ....Sending Response msg 100/INVITE/cseq=1 (tdta0x78a566b0a8) in state Trying
	Line 68794: 05-27 10:07:43.177 32387 32433 I System.out: 10:07:43.177           pjsua_core.c  .....TX 377 bytes Response msg 100/INVITE/cseq=1 (tdta0x78a566b0a8) to TCP X.X.X.X:5050:
	Line 68795: 05-27 10:07:43.177 32387 32433 I System.out: SIP/2.0 100 Trying
	Line 68796: 05-27 10:07:43.177 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;received=X.X.X.X;branch=z9hG4bK-2b863-aa0468c-6883e44b-5ab92258
	Line 68797: 05-27 10:07:43.177 32387 32433 I System.out: Call-ID: 5ce0b778-b00000a-fd2-65014-2b863-16264824-2b863
	Line 68798: 05-27 10:07:43.177 32387 32433 I System.out: From: "martinho2" <sip:1010@DomainXPTO>;tag=5bad1b70-b00000a-fd2-65014-2b863-7865b38a-2b863
	Line 68799: 05-27 10:07:43.177 32387 32433 I System.out: To: <sip:1012@DomainXPTO>
	Line 68800: 05-27 10:07:43.177 32387 32433 I System.out: CSeq: 1 INVITE
	Line 68801: 05-27 10:07:43.177 32387 32433 I System.out: Content-Length:  0
	Line 68802: 05-27 10:07:43.177 32387 32433 I System.out: 
	Line 68803: 05-27 10:07:43.177 32387 32433 I System.out: 
	Line 68804: 05-27 10:07:43.177 32387 32433 I System.out: --end msg--
	Line 68805: 05-27 10:07:43.177 32387 32433 I System.out: 10:07:43.177        tsx0x78a231c0a8  .....State changed from Trying to Proceeding, event=TX_MSG
	Line 68806: 05-27 10:07:43.177 32387 32433 I System.out: 10:07:43.177        dlg0x78a56718a8  ......Transaction tsx0x78a231c0a8 state changed to Proceeding
	Line 68807: 05-27 10:07:43.177 32387 32433 I System.out: 10:07:43.177           pjsua_call.c  ..Answering replacement call 1 with 200/OK
	Line 68808: 05-27 10:07:43.177 32387 32433 I System.out: 10:07:43.177        sip_transport.c  ...Tx data Response msg 100/INVITE/cseq=1 (tdta0x78a566a0a8) cloned
	Line 68809: 05-27 10:07:43.178 32387 32433 I System.out: 10:07:43.178        inv0x78a56718a8  ...SDP negotiation done, status=0
	Line 68810: 05-27 10:07:43.178 32387 32433 I System.out: 10:07:43.178           pjsua_call.c  ....Call 1: remote NAT type is 0 (Unknown)
	Line 68811: 05-27 10:07:43.178 32387 32433 I System.out: 10:07:43.178          pjsua_media.c  ....Call 1: updating media..
	Line 68812: 05-27 10:07:43.178 32387 32433 I System.out: 10:07:43.178          pjsua_media.c  ......Media stream call01:0 is destroyed
	Line 68813: 05-27 10:07:43.178 32387 32433 I System.out: 10:07:43.178            pjsua_aud.c  .....Audio channel update..
	Line 68814: 05-27 10:07:43.178 32387 32433 I System.out: 10:07:43.178                 opus.c  ......Initialize Opus encoder, sample rate: 48000, avg bitrate: 0, vad: 0, plc: 1, pkt loss: 5, complexity: 5, constant bit rate: 0
	Line 68815: 05-27 10:07:43.178 32387 32433 I System.out: 10:07:43.178                  rtp.c  ......pjmedia_rtp_session_init: ses=0x78a5672ec0, default_pt=111, ssrc=0x464cb332
	Line 68816: 05-27 10:07:43.178 32387 32433 I System.out: 10:07:43.178                  rtp.c  ......pjmedia_rtp_session_init: ses=0x78a5673610, default_pt=111, ssrc=0x464cb332
	Line 68817: 05-27 10:07:43.178 32387 32433 I System.out: 10:07:43.178               stream.c  ......Stream strm0x78a56df028 created
	Line 68818: 05-27 10:07:43.179 32387 32433 I System.out: 10:07:43.179       strm0x78a56df028  ......Encoder stream started
	Line 68819: 05-27 10:07:43.179 32387 32433 I System.out: 10:07:43.179       strm0x78a56df028  ......Decoder stream started
	Line 68821: 05-27 10:07:43.180 32387 32433 I System.out: 10:07:43.179             resample.c  ......resample created: high qualiy, small filter, in/out rate=48000/16000
	Line 68822: 05-27 10:07:43.180 32387 32433 I System.out: 10:07:43.180             resample.c  ......resample created: high qualiy, small filter, in/out rate=16000/48000
	Line 68823: 05-27 10:07:43.180 32387 32433 I System.out: 10:07:43.180          pjsua_media.c  .....Audio updated, stream #0: opus (sendrecv)
	Line 68824: 05-27 10:07:43.180 32387 32433 I System.out: 10:07:43.180        inv0x78a56718a8  ...Sending Response msg 200/INVITE/cseq=1 (tdta0x78a566a0a8)
	Line 68825: 05-27 10:07:43.180 32387 32433 I System.out: 10:07:43.180        dlg0x78a56718a8  ....Sending Response msg 200/INVITE/cseq=1 (tdta0x78a566a0a8)
	Line 68826: 05-27 10:07:43.180 32387 32433 I System.out: 10:07:43.180        tsx0x78a231c0a8  ....Sending Response msg 200/INVITE/cseq=1 (tdta0x78a566a0a8) in state Proceeding
	Line 68827: 05-27 10:07:43.180 32387 32433 I System.out: 10:07:43.180       tdta0x78a566b0a8  .....Destroying txdata Response msg 100/INVITE/cseq=1 (tdta0x78a566b0a8)
	Line 68828: 05-27 10:07:43.180 32387 32433 I System.out: 10:07:43.180           pjsua_core.c  .....TX 1005 bytes Response msg 200/INVITE/cseq=1 (tdta0x78a566a0a8) to TCP X.X.X.X:5050:
	Line 68829: 05-27 10:07:43.180 32387 32433 I System.out: SIP/2.0 200 OK
	Line 68830: 05-27 10:07:43.180 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;received=X.X.X.X;branch=z9hG4bK-2b863-aa0468c-6883e44b-5ab92258
	Line 68831: 05-27 10:07:43.180 32387 32433 I System.out: Call-ID: 5ce0b778-b00000a-fd2-65014-2b863-16264824-2b863
	Line 68832: 05-27 10:07:43.180 32387 32433 I System.out: From: "martinho2" <sip:1010@DomainXPTO>;tag=5bad1b70-b00000a-fd2-65014-2b863-7865b38a-2b863
	Line 68833: 05-27 10:07:43.180 32387 32433 I System.out: To: <sip:1012@DomainXPTO>;tag=174eb973-59f6-491d-abca-299fab4f14bc
	Line 68834: 05-27 10:07:43.180 32387 32433 I System.out: CSeq: 1 INVITE
	Line 68835: 05-27 10:07:43.180 32387 32433 I System.out: Contact: <sip:1012@X.X.X.X:5050;transport=TCP;ob>
	Line 68836: 05-27 10:07:43.180 32387 32433 I System.out: Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
	Line 68837: 05-27 10:07:43.180 32387 32433 I System.out: Supported: replaces, 100rel, timer, norefersub
	Line 68838: 05-27 10:07:43.180 32387 32433 I System.out: Content-Type: application/sdp
	Line 68839: 05-27 10:07:43.180 32387 32433 I System.out: Content-Length:   354
	Line 68840: 05-27 10:07:43.180 32387 32433 I System.out: 
	Line 68841: 05-27 10:07:43.180 32387 32433 I System.out: v=0
	Line 68842: 05-27 10:07:43.180 32387 32433 I System.out: o=- 3799559263 3799559264 IN IP4 192.168.1.127
	Line 68843: 05-27 10:07:43.180 32387 32433 I System.out: s=pjmedia
	Line 68844: 05-27 10:07:43.180 32387 32433 I System.out: b=AS:117
	Line 68845: 05-27 10:07:43.180 32387 32433 I System.out: t=0 0
	Line 68846: 05-27 10:07:43.180 32387 32433 I System.out: a=X-nat:0
	Line 68847: 05-27 10:07:43.180 32387 32433 I System.out: m=audio 4018 RTP/AVP 111 126
	Line 68848: 05-27 10:07:43.180 32387 32433 I System.out: c=IN IP4 192.168.1.127
	Line 68849: 05-27 10:07:43.180 32387 32433 I System.out: b=TIAS:96000
	Line 68850: 05-27 10:07:43.180 32387 32433 I System.out: a=rtcp:4019 IN IP4 192.168.1.127
	Line 68851: 05-27 10:07:43.180 32387 32433 I System.out: a=sendrecv
	Line 68852: 05-27 10:07:43.181 32387 32433 I System.out: a=ssrc:1179431730 cname:38285c2216d8a94e
	Line 68853: 05-27 10:07:43.181 32387 32433 I System.out: a=rtpmap:111 opus/48000/2
	Line 68854: 05-27 10:07:43.181 32387 32433 I System.out: a=fmtp:111 useinbandfec=1
	Line 68855: 05-27 10:07:43.181 32387 32433 I System.out: a=rtpmap:126 telephone-event/8000
	Line 68856: 05-27 10:07:43.181 32387 32433 I System.out: a=fmtp:126 0-16
	Line 68857: 05-27 10:07:43.181 32387 32433 I System.out: 
	Line 68858: 05-27 10:07:43.181 32387 32433 I System.out: --end msg--
	Line 68859: 05-27 10:07:43.181 32387 32433 I System.out: 10:07:43.181        tsx0x78a231c0a8  .....State changed from Proceeding to Completed, event=TX_MSG
	Line 68860: 05-27 10:07:43.181 32387 32433 I System.out: 10:07:43.181        dlg0x78a56718a8  ......Transaction tsx0x78a231c0a8 state changed to Completed
	Line 68861: 05-27 10:07:43.181 32387 32433 I System.out: 10:07:43.181           pjsua_call.c  ..Disconnecting replaced call 0
	Line 68862: 05-27 10:07:43.181 32387 32433 I System.out: 10:07:43.181               endpoint  ...Request msg BYE/cseq=4550 (tdta0x78a566b0a8) created.
	Line 68863: 05-27 10:07:43.181 32387 32433 I System.out: 10:07:43.181        inv0x78a23210a8  ...Sending Request msg BYE/cseq=4550 (tdta0x78a566b0a8)
	Line 68864: 05-27 10:07:43.181 32387 32433 I System.out: 10:07:43.181        dlg0x78a23210a8  ....Sending Request msg BYE/cseq=4550 (tdta0x78a566b0a8)
	Line 68865: 05-27 10:07:43.181 32387 32433 I System.out: 10:07:43.181        tsx0x78a56720a8  .....Transaction created for Request msg BYE/cseq=4549 (tdta0x78a566b0a8)
	Line 68866: 05-27 10:07:43.181 32387 32433 I System.out: 10:07:43.181        tsx0x78a56720a8  ....Sending Request msg BYE/cseq=4549 (tdta0x78a566b0a8) in state Null
	Line 68867: 05-27 10:07:43.181 32387 32433 I System.out: 10:07:43.181          sip_resolve.c  .....Target 'X.X.X.X:5050' type=TCP resolved to 'X.X.X.X:5050' type=TCP (TCP transport)
	Line 68868: 05-27 10:07:43.181 32387 32433 I System.out: 10:07:43.181           pjsua_core.c  .....TX 437 bytes Request msg BYE/cseq=4549 (tdta0x78a566b0a8) to TCP X.X.X.X:5050:
	Line 68869: 05-27 10:07:43.181 32387 32433 I System.out: BYE sip:1012@X.X.X.X:5050;transport=tcp SIP/2.0
	Line 68870: 05-27 10:07:43.182 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;rport;branch=z9hG4bKPj6da9d0a3-0319-4166-946b-4ce2ed82b5b5;alias
	Line 68871: 05-27 10:07:43.182 32387 32433 I System.out: Max-Forwards: 70
	Line 68872: 05-27 10:07:43.182 32387 32433 I System.out: From: sip:1012@DomainXPTO;tag=b003d99b-f717-4d0a-ae50-ad7977bda658
	Line 68873: 05-27 10:07:43.182 32387 32433 I System.out: To: sip:*69@DomainXPTO;tag=5bad10b0-b00000a-fd2-65014-2b863-2cb0c32-2b863
	Line 68874: 05-27 10:07:43.182 32387 32433 I System.out: Call-ID: f3a2717b-4986-46e7-8a3c-7745f36a6284
	Line 68875: 05-27 10:07:43.182 32387 32433 I System.out: CSeq: 4549 BYE
	Line 68876: 05-27 10:07:43.182 32387 32433 I System.out: Content-Length:  0
	Line 68877: 05-27 10:07:43.182 32387 32433 I System.out: 
	Line 68878: 05-27 10:07:43.182 32387 32433 I System.out: 
	Line 68879: 05-27 10:07:43.182 32387 32433 I System.out: --end msg--
	Line 68880: 05-27 10:07:43.182 32387 32433 I System.out: 10:07:43.182        tsx0x78a56720a8  .....State changed from Null to Calling, event=TX_MSG
	Line 68881: 05-27 10:07:43.182 32387 32433 I System.out: 10:07:43.182        dlg0x78a23210a8  ......Transaction tsx0x78a56720a8 state changed to Calling
	Line 68882: 05-27 10:07:43.231 32387  4790 I System.out: 10:07:43.230                  speex !warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 68905: 05-27 10:07:43.257 32387  4790 I System.out: 10:07:43.256                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 68933: 05-27 10:07:43.286 32387  4790 I System.out: 10:07:43.285                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 68934: 05-27 10:07:43.296 32387  4790 I System.out: 10:07:43.295                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 68936: 05-27 10:07:43.308 32387  4790 I System.out: 10:07:43.307                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 68940: 05-27 10:07:43.328 32387  4790 I System.out: 10:07:43.327                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 68962: 05-27 10:07:43.376 32387 32433 I System.out: 10:07:43.376         sip_endpoint.c !Processing incoming message: Response msg 200/BYE/cseq=4549 (rdata0x78a5706b30)
	Line 68963: 05-27 10:07:43.376 32387 32433 I System.out: 10:07:43.376           pjsua_core.c  .RX 410 bytes Response msg 200/BYE/cseq=4549 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 68964: 05-27 10:07:43.376 32387 32433 I System.out: SIP/2.0 200 OK
	Line 68965: 05-27 10:07:43.376 32387 32433 I System.out: From: <sip:1012@DomainXPTO>;tag=b003d99b-f717-4d0a-ae50-ad7977bda658
	Line 68966: 05-27 10:07:43.376 32387 32433 I System.out: To: <sip:*69@DomainXPTO>;tag=5bad10b0-b00000a-fd2-65014-2b863-2cb0c32-2b863
	Line 68967: 05-27 10:07:43.376 32387 32433 I System.out: Call-ID: f3a2717b-4986-46e7-8a3c-7745f36a6284
	Line 68968: 05-27 10:07:43.376 32387 32433 I System.out: CSeq: 4549 BYE
	Line 68969: 05-27 10:07:43.376 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;alias;received=2.83.60.252;rport=60793;branch=z9hG4bKPj6da9d0a3-0319-4166-946b-4ce2ed82b5b5
	Line 68970: 05-27 10:07:43.376 32387 32433 I System.out: Content-Length: 0
	Line 68971: 05-27 10:07:43.376 32387 32433 I System.out: 
	Line 68972: 05-27 10:07:43.376 32387 32433 I System.out: 
	Line 68973: 05-27 10:07:43.376 32387 32433 I System.out: --end msg--
	Line 68974: 05-27 10:07:43.376 32387 32433 I System.out: 10:07:43.376        tsx0x78a56720a8  .Incoming Response msg 200/BYE/cseq=4549 (rdata0x78a5706b30) in state Calling
	Line 68975: 05-27 10:07:43.376 32387 32433 I System.out: 10:07:43.376        tsx0x78a56720a8  ..State changed from Calling to Completed, event=RX_MSG
	Line 68976: 05-27 10:07:43.376 32387 32433 I System.out: 10:07:43.376        dlg0x78a23210a8  ...Received Response msg 200/BYE/cseq=4549 (rdata0x78a5706b30)
	Line 68977: 05-27 10:07:43.376 32387 32433 I System.out: 10:07:43.376        dlg0x78a23210a8  ...Transaction tsx0x78a56720a8 state changed to Completed
	Line 68978: 05-27 10:07:43.377 32387 32433 I Tracer  : PjSua-0 SP C:0005  |        > SIPCallStatusResolver.onCallState()
	Line 68979: 05-27 10:07:43.377 32387 32433 I Tracer  : PjSua-0 SP C:0005  |         > SIPCall.setState(DISCONNECTED)
	Line 68980: 05-27 10:07:43.378 32387 32433 I Tracer  : PjSua-0 SP C:0005  |          > SIPCall.isCallEnded()
	Line 68981: 05-27 10:07:43.378 32387 32433 I Tracer  : PjSua-0 SP C:0005  |          < = (false)
	Line 68982: 05-27 10:07:43.378 32387 32433 I Tracer  : PjSua-0 SP C:0005  |         <
	Line 68983: 05-27 10:07:43.378 32387 32433 I Tracer  : PjSua-0 SP C:0005  |         > SIPCallStatusResolver.processDisconnectState()
	Line 68984: 05-27 10:07:43.379 32387 32433 I Tracer  : PjSua-0 SP         |          > CallManager.executeOnCallEnd(com.collab.softphone.logic.SIPCall@ea3941)
	Line 68985: 05-27 10:07:43.379 32387 32433 I Tracer  : PjSua-0 SP         |           > CallManager.activateDefaultCall(com.collab.softphone.logic.SIPCall@ea3941)
	Line 68986: 05-27 10:07:43.379 32387 32433 I Tracer  : PjSua-0 SP         |           <
	Line 68987: 05-27 10:07:43.379 32387 32433 I Tracer  : PjSua-0 SP         |           > ToneManager.onCallEnded()
	Line 68988: 05-27 10:07:43.379 32387 32433 D Tracer  : PjSua-0 SP         |            > ToneManager.shouldPlayBusyTone(PJSIP_SC_GONE)
	Line 68989: 05-27 10:07:43.379 32387 32433 D Tracer  : PjSua-0 SP         |            < = (true)
	Line 68990: 05-27 10:07:43.379 32387 32433 I Tracer  : PjSua-0 SP         |           <
	Line 68991: 05-27 10:07:43.379 32387 32433 I Tracer  : PjSua-0 SP         |           > CallManager.activateDefaultCall(com.collab.softphone.logic.SIPCall@ea3941)
	Line 68992: 05-27 10:07:43.379 32387 32433 I Tracer  : PjSua-0 SP         |           <
	Line 68993: 05-27 10:07:43.380 32387 32433 I Tracer  : PjSua-0 SP C:0005  |           > SIPCall.destroy()
	Line 68996: 05-27 10:07:43.380 32387 32433 I Tracer  : PjSua-0 SP C:0005  |           <
	Line 68998: 05-27 10:07:43.380 32387 32433 D Tracer  : PjSua-0 SP         |            No more active calls!
	Line 68999: 05-27 10:07:43.380 32387 32433 I Tracer  : PjSua-0 SP         |           > SoftphoneAudioManager.setDefaults()
	Line 69000: 05-27 10:07:43.380 32387 32433 I Tracer  : PjSua-0 SP         |            > SoftphoneAudioManager.setMute(false)
	Line 69001: 05-27 10:07:43.380 32387 32433 D Tracer  : PjSua-0 SP         |              Mute is already false
	Line 69002: 05-27 10:07:43.380 32387 32433 I Tracer  : PjSua-0 SP         |             > SoftphoneAudioManager.setSpeakerOn(false)
	Line 69012: 05-27 10:07:43.381 32387 32433 D AudioManager: setSpeakerphoneOn false
	Line 69018: 05-27 10:07:43.381 32387 32433 I Tracer  : PjSua-0 SP         |             <
	Line 69021: 05-27 10:07:43.382 32387 32426 W AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by server; frameCount 960 -> 3840
	Line 69139: 05-27 10:07:43.453 32387  4790 I System.out: 10:07:43.452                  speex !warning: Auto-filling the buffer (your application is buggy and/or got xruns)
	Line 69169: 05-27 10:07:43.506 32387  4790 I System.out: 10:07:43.506                  speex  warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 69256: 05-27 10:07:43.553 32387 32433 I Tracer  : PjSua-0 SP         |           <
	Line 69258: 05-27 10:07:43.553 32387 32433 I Tracer  : PjSua-0 SP         |          <
	Line 69259: 05-27 10:07:43.554 32387 32433 I Tracer  : PjSua-0 SP C:0005  |         <
	Line 69260: 05-27 10:07:43.554 32387 32433 I Tracer  : PjSua-0 SP C:0005  |        <
	Line 69261: 05-27 10:07:43.554 32387 32433 I System.out: 10:07:43.554          pjsua_media.c !.....Call 0: deinitializing media..
	Line 69262: 05-27 10:07:43.554 32387 32433 I System.out: 10:07:43.554          pjsua_media.c  .......Media stream call00:0 is destroyed
	Line 69263: 05-27 10:07:43.554 32387 32433 I System.out: 10:07:43.554       tdta0x78a566c0a8  ....Destroying txdata Request msg ACK/cseq=4548 (tdta0x78a566c0a8)
	Line 69264: 05-27 10:07:43.554 32387 32433 I System.out: 10:07:43.554       tdta0x78a56670a8  ....Destroying txdata Request msg INVITE/cseq=4548 (tdta0x78a56670a8)
	Line 69265: 05-27 10:07:43.554 32387 32433 I System.out: 10:07:43.554        dlg0x78a23210a8  .....Session count dec to 1 by mod-invite
	Line 69266: 05-27 10:07:43.554 32387 32433 I System.out: 10:07:43.554         sip_endpoint.c  Processing incoming message: Request msg ACK/cseq=1 (rdata0x78a5706b30)
	Line 69267: 05-27 10:07:43.554 32387 32433 I System.out: 10:07:43.554           pjsua_core.c  .RX 574 bytes Request msg ACK/cseq=1 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 69268: 05-27 10:07:43.554 32387 32433 I System.out: ACK sip:1012@X.X.X.X:5050;transport=TCP;ob SIP/2.0
	Line 69269: 05-27 10:07:43.554 32387 32433 I System.out: From: "martinho2"<sip:1010@DomainXPTO>;tag=5bad1b70-b00000a-fd2-65014-2b863-7865b38a-2b863
	Line 69270: 05-27 10:07:43.554 32387 32433 I System.out: To: <sip:1012@DomainXPTO>;tag=174eb973-59f6-491d-abca-299fab4f14bc
	Line 69271: 05-27 10:07:43.554 32387 32433 I System.out: Call-ID: 5ce0b778-b00000a-fd2-65014-2b863-16264824-2b863
	Line 69272: 05-27 10:07:43.554 32387 32433 I System.out: CSeq: 1 ACK
	Line 69273: 05-27 10:07:43.555 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;branch=z9hG4bK-2b864-aa047f5-5823edd0-5ab92b78
	Line 69274: 05-27 10:07:43.555 32387 32433 I System.out: Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO
	Line 69275: 05-27 10:07:43.555 32387 32433 I System.out: Max-Forwards: 70
	Line 69276: 05-27 10:07:43.555 32387 32433 I System.out: Contact: <sip:1010@X.X.X.X:5050;transport=tcp>
	Line 69277: 05-27 10:07:43.555 32387 32433 I System.out: Content-Length: 0
	Line 69278: 05-27 10:07:43.555 32387 32433 I System.out: 
	Line 69279: 05-27 10:07:43.555 32387 32433 I System.out: 
	Line 69280: 05-27 10:07:43.555 32387 32433 I System.out: --end msg--
	Line 69281: 05-27 10:07:43.555 32387 32433 I System.out: 10:07:43.555        dlg0x78a56718a8  .Received Request msg ACK/cseq=1 (rdata0x78a5706b30)
	Line 69282: 05-27 10:07:43.555 32387 32433 I System.out: 10:07:43.555        tsx0x78a231c0a8  ..Request to terminate transaction
	Line 69283: 05-27 10:07:43.555 32387 32433 I System.out: 10:07:43.555        tsx0x78a231c0a8  ...State changed from Completed to Terminated, event=USER
	Line 69284: 05-27 10:07:43.555 32387 32433 I System.out: 10:07:43.555        dlg0x78a56718a8  ....Transaction tsx0x78a231c0a8 state changed to Terminated
	Line 69285: 05-27 10:07:43.555 32387 32433 I System.out: 10:07:43.555        tsx0x78a56720a8  Timeout timer event
	Line 69286: 05-27 10:07:43.555 32387 32433 I System.out: 10:07:43.555        tsx0x78a56720a8  .State changed from Completed to Terminated, event=TIMER
	Line 69287: 05-27 10:07:43.555 32387 32433 I System.out: 10:07:43.555        dlg0x78a23210a8  ..Transaction tsx0x78a56720a8 state changed to Terminated
	Line 69288: 05-27 10:07:43.555 32387 32433 I System.out: 10:07:43.555        dlg0x78a23210a8  ...Dialog destroyed
	Line 69289: 05-27 10:07:43.555 32387 32433 I System.out: 10:07:43.555        tsx0x78a231c0a8  Timeout timer event
	Line 69290: 05-27 10:07:43.555 32387 32433 I System.out: 10:07:43.555        tsx0x78a231c0a8  .State changed from Terminated to Destroyed, event=TIMER
	Line 69291: 05-27 10:07:43.555 32387 32433 I System.out: 10:07:43.555       tdta0x78a566a0a8  ..Destroying txdata Response msg 200/INVITE/cseq=1 (tdta0x78a566a0a8)
	Line 69292: 05-27 10:07:43.555 32387 32433 I System.out: 10:07:43.555        tsx0x78a231c0a8  Transaction destroyed!
	Line 69293: 05-27 10:07:43.556 32387 32433 I System.out: 10:07:43.556        tsx0x78a56720a8  Timeout timer event
	Line 69294: 05-27 10:07:43.557 32387 32433 I System.out: 10:07:43.556        tsx0x78a56720a8  .State changed from Terminated to Destroyed, event=TIMER
	Line 69295: 05-27 10:07:43.557 32387 32433 I System.out: 10:07:43.557       tdta0x78a566b0a8  ..Destroying txdata Request msg BYE/cseq=4549 (tdta0x78a566b0a8)
	Line 69296: 05-27 10:07:43.557 32387 32433 I System.out: 10:07:43.557        tsx0x78a56720a8  Transaction destroyed!
	Line 69306: 05-27 10:07:43.560 32387 32432 I Tracer  : SpEvt-0 SP         | > CollabPhoneService.whenNoCallsRemain()
	Line 69307: 05-27 10:07:43.560 32387 32432 I Tracer  : SpEvt-0 SP         |   Notified that there no more active calls. Removing foreground state.
	Line 69335: 05-27 10:07:43.563 32387 32432 I Tracer  : SpEvt-0 SP         | <
	Line 69617: 05-27 10:07:45.928 32387  4790 I System.out: 10:07:45.926                  speex !warning: Had to discard a playback frame (your application is buggy and/or got xruns)
	Line 69618: 05-27 10:07:46.027 32387  4790 I System.out: 10:07:46.026                  speex  warning: Auto-filling the buffer (your application is buggy and/or got xruns)
	Line 69622: 05-27 10:07:46.306 32387  4799 D AudioTrack: stop() called with 144960 frames delivered
	Line 69642: 05-27 10:07:47.473 32387 32433 I System.out: 10:07:47.473         sip_endpoint.c !Processing incoming message: Request msg BYE/cseq=2 (rdata0x78a5706b30)
	Line 69643: 05-27 10:07:47.473 32387 32433 I System.out: 10:07:47.473           pjsua_core.c  .RX 446 bytes Request msg BYE/cseq=2 (rdata0x78a5706b30) from TCP X.X.X.X:5050:
	Line 69644: 05-27 10:07:47.473 32387 32433 I System.out: BYE sip:1012@X.X.X.X:5050;transport=TCP;ob SIP/2.0
	Line 69645: 05-27 10:07:47.473 32387 32433 I System.out: From: "martinho2"<sip:1010@DomainXPTO>;tag=5bad1b70-b00000a-fd2-65014-2b863-7865b38a-2b863
	Line 69646: 05-27 10:07:47.473 32387 32433 I System.out: To: <sip:1012@DomainXPTO>;tag=174eb973-59f6-491d-abca-299fab4f14bc
	Line 69647: 05-27 10:07:47.473 32387 32433 I System.out: Call-ID: 5ce0b778-b00000a-fd2-65014-2b863-16264824-2b863
	Line 69648: 05-27 10:07:47.473 32387 32433 I System.out: CSeq: 2 BYE
	Line 69649: 05-27 10:07:47.473 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;branch=z9hG4bK-2b868-aa0578c-48f0ef25-5ab93250
	Line 69650: 05-27 10:07:47.473 32387 32433 I System.out: Max-Forwards: 70
	Line 69651: 05-27 10:07:47.473 32387 32433 I System.out: Content-Length: 0
	Line 69652: 05-27 10:07:47.473 32387 32433 I System.out: 
	Line 69653: 05-27 10:07:47.473 32387 32433 I System.out: 
	Line 69654: 05-27 10:07:47.473 32387 32433 I System.out: --end msg--
	Line 69655: 05-27 10:07:47.473 32387 32433 I System.out: 10:07:47.473        dlg0x78a56718a8  .Received Request msg BYE/cseq=2 (rdata0x78a5706b30)
	Line 69656: 05-27 10:07:47.473 32387 32433 I System.out: 10:07:47.473        tsx0x78a56720a8  ...Transaction created for Request msg BYE/cseq=2 (rdata0x78a5706b30)
	Line 69657: 05-27 10:07:47.473 32387 32433 I System.out: 10:07:47.473        tsx0x78a56720a8  ..Incoming Request msg BYE/cseq=2 (rdata0x78a5706b30) in state Null
	Line 69658: 05-27 10:07:47.473 32387 32433 I System.out: 10:07:47.473        tsx0x78a56720a8  ...State changed from Null to Trying, event=RX_MSG
	Line 69659: 05-27 10:07:47.474 32387 32433 I System.out: 10:07:47.474        dlg0x78a56718a8  ....Transaction tsx0x78a56720a8 state changed to Trying
	Line 69660: 05-27 10:07:47.474 32387 32433 I System.out: 10:07:47.474               endpoint  .....Response msg 200/BYE/cseq=2 (tdta0x78a566b0a8) created
	Line 69661: 05-27 10:07:47.474 32387 32433 I System.out: 10:07:47.474        dlg0x78a56718a8  ......Sending Response msg 200/BYE/cseq=2 (tdta0x78a566b0a8)
	Line 69662: 05-27 10:07:47.474 32387 32433 I System.out: 10:07:47.474        tsx0x78a56720a8  ......Sending Response msg 200/BYE/cseq=2 (tdta0x78a566b0a8) in state Trying
	Line 69663: 05-27 10:07:47.474 32387 32433 I System.out: 10:07:47.474           pjsua_core.c  .......TX 411 bytes Response msg 200/BYE/cseq=2 (tdta0x78a566b0a8) to TCP X.X.X.X:5050:
	Line 69664: 05-27 10:07:47.474 32387 32433 I System.out: SIP/2.0 200 OK
	Line 69665: 05-27 10:07:47.474 32387 32433 I System.out: Via: SIP/2.0/TCP X.X.X.X:5050;received=X.X.X.X;branch=z9hG4bK-2b868-aa0578c-48f0ef25-5ab93250
	Line 69666: 05-27 10:07:47.474 32387 32433 I System.out: Call-ID: 5ce0b778-b00000a-fd2-65014-2b863-16264824-2b863
	Line 69667: 05-27 10:07:47.474 32387 32433 I System.out: From: "martinho2" <sip:1010@DomainXPTO>;tag=5bad1b70-b00000a-fd2-65014-2b863-7865b38a-2b863
	Line 69668: 05-27 10:07:47.474 32387 32433 I System.out: To: <sip:1012@DomainXPTO>;tag=174eb973-59f6-491d-abca-299fab4f14bc
	Line 69669: 05-27 10:07:47.474 32387 32433 I System.out: CSeq: 2 BYE
	Line 69670: 05-27 10:07:47.474 32387 32433 I System.out: Content-Length:  0
	Line 69671: 05-27 10:07:47.474 32387 32433 I System.out: 
	Line 69672: 05-27 10:07:47.474 32387 32433 I System.out: 
	Line 69673: 05-27 10:07:47.474 32387 32433 I System.out: --end msg--
	Line 69674: 05-27 10:07:47.474 32387 32433 I System.out: 10:07:47.474        tsx0x78a56720a8  .......State changed from Trying to Completed, event=TX_MSG
	Line 69675: 05-27 10:07:47.474 32387 32433 I System.out: 10:07:47.474        dlg0x78a56718a8  ........Transaction tsx0x78a56720a8 state changed to Completed
	Line 69676: 05-27 10:07:47.474 32387 32433 I System.out: 10:07:47.474          pjsua_media.c  ......Call 1: deinitializing media..
	Line 69677: 05-27 10:07:47.475 32387 32433 I System.out: 10:07:47.475       strm0x78a56df028  ........JB summary:
	Line 69678: 05-27 10:07:47.475 32387 32433 I System.out:   size=0/eff=0 prefetch=0 level=0
	Line 69679: 05-27 10:07:47.475 32387 32433 I System.out:   delay (min/max/avg/dev)=0/0/0/0 ms
	Line 69680: 05-27 10:07:47.475 32387 32433 I System.out:   burst (min/max/avg/dev)=0/0/0/0 frames
	Line 69681: 05-27 10:07:47.475 32387 32433 I System.out:   lost=0 discard=0 empty=0
	Line 69682: 05-27 10:07:47.475 32387 32433 I System.out: 10:07:47.475          pjsua_media.c  ........Media stream call01:0 is destroyed
	Line 69683: 05-27 10:07:47.475 32387 32433 I System.out: 10:07:47.475        dlg0x78a56718a8  ......Session count dec to 3 by mod-invite
	Line 69684: 05-27 10:07:47.475 32387 32433 I System.out: 10:07:47.475        tsx0x78a56720a8  Timeout timer event
	Line 69685: 05-27 10:07:47.475 32387 32433 I System.out: 10:07:47.475        tsx0x78a56720a8  .State changed from Completed to Terminated, event=TIMER
	Line 69686: 05-27 10:07:47.475 32387 32433 I System.out: 10:07:47.475        dlg0x78a56718a8  ..Transaction tsx0x78a56720a8 state changed to Terminated
	Line 69687: 05-27 10:07:47.475 32387 32433 I System.out: 10:07:47.475        dlg0x78a56718a8  ...Dialog destroyed
	Line 69688: 05-27 10:07:47.476 32387 32433 I System.out: 10:07:47.476        tsx0x78a56720a8  Timeout timer event
	Line 69689: 05-27 10:07:47.476 32387 32433 I System.out: 10:07:47.476        tsx0x78a56720a8  .State changed from Terminated to Destroyed, event=TIMER
	Line 69690: 05-27 10:07:47.476 32387 32433 I System.out: 10:07:47.476       tdta0x78a566b0a8  ..Destroying txdata Response msg 200/BYE/cseq=2 (tdta0x78a566b0a8)
	Line 69691: 05-27 10:07:47.476 32387 32433 I System.out: 10:07:47.476        tsx0x78a56720a8  Transaction destroyed!
_______________________________________________
Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@xxxxxxxxxxxxxxx
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

[Index of Archives]     [Asterisk Users]     [Asterisk App Development]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [Linux API]
  Powered by Linux