Skip to content

Tags: KevinAtLeap/rtpproxy

Tags

v2.2.1

Toggle v2.2.1's commit message
Remember session timeout(s) and use it when session gets completed.

tmp

Toggle tmp's commit message
Add "U" command, which is like "D" but for cases when DTLS

session has been created when going from insecure to secure.

pproc_manager_pII

Toggle pproc_manager_pII's commit message
Part II of pipelining RTP processing: hook up relay_packet into

pproc_manager() framework. Add PPROC_ACT_DROP to notify when
packet is to be dropped, add new method pproc_manager_handleat()
to inject packet at the specified point. Make handle() / handleat()
methods to deal with derefing packets and update drop counter.

v2.3-beta.1

Toggle v2.3-beta.1's commit message
Adjust to account for MEMDEB output from the extractaudio.

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request sippy#113 from CyBHFal/rtpp_2_1

Error in backport to correct issue sippy#111

v2.2.0

Toggle v2.2.0's commit message
Undo damage in 7be7d55.

v2.1.0

Toggle v2.1.0's commit message
Use memmove() instead of memcpy() since regions may overlap.

sessinfo_ng_is_coming

Toggle sessinfo_ng_is_coming's commit message
Add an option to output both realtime and monotime.

v2.0.0

Toggle v2.0.0's commit message
Include <stdarg.h> to make sure va_list is defined.

V2.0-RC1

Toggle V2.0-RC1's commit message
Shut down non-datagram sockets that got I/O error

and also all non-continuous UNIX sockets are recycled
after each use. This should fix spurious empty command
that we are receiving on the non-continuous unix socket
from time to time.