Diederik de Groot
Diederik de Groot
Change rolled back
@sgofferj I think i know which revision caused it. I think the problem comes from revisions: bbeed39 and 31c25a. Both of them have to do with message parsing and little/big...
I think this might be directly related to #564. If you can confirm that everything was fin in this regard when you use revision: e0cb339 we should be able to...
@BrunoVicious - In the log above, the message "-- SCCP/101-00000001: (setEarlyRTP) OFF" is a little disconcerting, and i am wondering where this is coming from. - Getting earlyrtp to work...
@drtmk Hmmm, i did not get that, but i will check it out in a bit, to see what would cause this. I take it that a simple call using...
Can you set "sccp debug core, channel, rtp, pbx, socket" during testing ? I was not able to reproduce the 'resume' issue you saw, and you debug log was a...
Ooh crap i guess this might be related with work i did in the last couple of days. I just tested on mine, and it doesnt' crash here. Logically it...
@drtmk Thanks for checking and testing. I will have another look at the resume.txt to see what is different between your system and mine. The delay during resume is a...
I have changed the handling slightly. Have not looked at the one way audio for now, just trying to get rid of the delay first. On my machine it looks...
Pushed another update making call resume asynchronous, so the waitForPendingRequest can be processed in a separate thread. This should take care of the timeout events you were seeing. Apparently my...