Stefan Mititelu

Results 20 comments of Stefan Mititelu

Updated PR. Will print "N/A" for timestamp too, if snprintf call fails.

Will print that wrong requested name. E.g. ``` openssl s_client -connect localhost.server:5061 -servername blablabla.server ``` will print: ``` { id: 6 sni: blablabla.server timestamp: 2022-08-10 10:50:00 ... } ```

Hi, I've attached console logs when browser is both sender and receiver. [sender.log](https://github.com/onsip/SIP.js/files/6241416/sender.log) [receiver.log](https://github.com/onsip/SIP.js/files/6241417/receiver.log)

Hi, No, I didn't solve this problem. Thanks, Stefan

Ok. I will try an implementation using Jansson library.

Question: what kind of object is a `MSGPACK_OBJECT_EXT` ?

The idea that I have in order to msgpack_build_object() is to have an initial `msgpack_object` of type `MSGPACK_OBJECT_MAP` to which I can keep adding: - key -> always a MSGPACK_OBJECT_STR...

Hi, try without " "(space), after the "," (comma).

Let's see if I understood correctly: If an SIPp xml scenario completes successfully from SIP point of view, but it had rtp errors, it should return (EXIT_TEST_OK|EXIT_RTPCHECK_FAILED)... ... and then,...

Updated PR to just log when scenario ends due to rtp/echo errors.