Google Code Exporter

Results 21406 comments of Google Code Exporter

``` eu também ``` Original comment by `[email protected]` on 16 Jan 2015 at 12:56

Original comment by `[email protected]` on 11 Mar 2014 at 9:24 - Changed state: **Accepted** - Added labels: **G2J**

``` Please attach network trace (wireshark) ``` Original comment by `[email protected]` on 13 Mar 2014 at 7:48

``` The capture file starts just before the call to 701021 ``` Original comment by `[email protected]` on 13 Mar 2014 at 8:07 Attachments: - [appel 701021.pcapng](https://storage.googleapis.com/google-code-attachments/boghe/issue-199/comment-3/appel 701021.pcapng)

``` Fixed in SVN r152 ``` Original comment by `[email protected]` on 24 Feb 2013 at 4:53 - Changed state: **NextRelease**

``` it works for other client, Only boghe is wrong ``` Original comment by `wxterran` on 15 Apr 2013 at 8:59

``` I saw the same thing until i changed the public identity to be sip:userpart@hostname, and the private identity to userpart. I still am getting a null P-PreferredId which is...

``` Hi Nir, I'm getting the exact same problem :) 2015-07-03 15:13:07,593 ERROR [6] BogheCore.Services.Impl.SipService:0 - ***ERROR: function: "_tsms_rpdu_rpdata_deserialize()" file: ".\src\rpdu\tsms_rpdu.c" line: "77" MSG: 8 Not a valid RP-DATA messsage...

``` on the log, it starts with this message before everything falls apart . #INFO [BogheApp.NativeEventsListner]: *INFO: Stopped [RTP/RTCP Manager] server with IP {25.55.133.179} on port {29722} with type {3}......

``` Hi, I changed the following line in "TSIP_transac_IST.c" . if(!self->acked){ TSK_DEBUG_ERROR("ACK not received"); -> //return tsip_transac_deliver(TSIP_TRANSAC(self), tsip_dialog_transport_error, tsk_null); ->it was replaced with -> return 0; } that's line number...