pquiring / javaforce

JavaForce library for building powerful Apps and Services (Native Bindings for Camera, OpenGL, ffmpeg). Includes VoIP stack, PLC I/O and many apps.
http://pquiring.github.io/javaforce
GNU Lesser General Public License v3.0
55 stars 24 forks source link

Missing SDP Information #9

Closed alexander-her closed 2 years ago

alexander-her commented 2 years ago

Hello,

I have a running server using your JavaForce VOIP and a running client. The client is an old testing tool sending a predefined INVITE Message.

I am trying to use your CallDetailsServer.SideDetails class to get the received sdp information. Unfortunatelly, I cannot find all the entries I need. In this case Session Owner (o=), Session Name (s=) and Start und Endtime (t=). Is there a possibility to get these entries?

pquiring commented 2 years ago

Sure, let me work on that...will take some time.

pquiring commented 2 years ago

Implemented with commit 4264856

Let me know if that works for you.

pquiring commented 2 years ago

Just realized there was a copy/paste error in that commit.

Here is another commit to fix that : af9374f

alexander-her commented 2 years ago

Hi,

thank you for the fast response and adaption. It works for me. Could I ask, if you could also extend your "buildscp" Method to reuse those entries?

Thanks a lot!

pquiring commented 2 years ago

I've made the (t) time start/stop fields setup from values in the CallDetails.SDP struct with commit cd3173a. But the other fields (o,s) are already setup from other values.

alexander-her commented 2 years ago

Hi,

thanks again for the quick response. Your Commit is working for me. I will close the ticket.