6
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 16, 2025 — Feb 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Normalize (c). More... almost 6 years ago
o Do command error validation up front before we do anything else; More... almost 6 years ago
Excercise few valid ways to call catch_dtmf and hit few error check points. More... almost 6 years ago
Add missed error check. More... almost 6 years ago
Also glitch functions in the rtpp_wi_data.c. More... almost 6 years ago
Re-gen. More... almost 6 years ago
Add glitch_catch_dtmf. More... almost 6 years ago
Bump number of false positives by 1. More... almost 6 years ago
Re-gen. More... almost 6 years ago
Add test case for the catch_dtmf module. More... almost 6 years ago
Pass over struct rtpp_cfg into a worker threads. Looks like module contructor is called way too early, so that most of the interfaces including notification sunsystem has not got chance to initialize. I suspect the proper solution would be to delay callong per-module constructors until all rtpproxy basic systems are up and running. More... almost 6 years ago
Move packet observation subsystem init bit earlier, do that module constructor(s) can tap into it. More... almost 6 years ago
Make catch_dtmf feature complete. More... almost 6 years ago
Allow module to access its dynamic ids and use module idx to fetch per-module stream pointer. More... almost 6 years ago
Re-gen. More... almost 6 years ago
Add missing file. More... almost 6 years ago
Re-gen. More... almost 6 years ago
Add rpcpv1_ul_subc.[ch] a TU for handling U/L sub-commands and hook it up to the build. More... almost 6 years ago
Set has_subc for UPDATE / LOOKUP. More... almost 6 years ago
Add atoi_safe_sep() allowing to scan number until a specific separator. More... almost 6 years ago
GC "All rights reserved". More... almost 6 years ago
Bring in rtpp_catch_dtmf_handle_command() interface. More... almost 6 years ago
Include "rtpp_command_args.h" where appropriate. More... almost 6 years ago
Implement ul_subc_handle() wrapper and has.ul_subc_h flag. More... almost 6 years ago
Add get_ul_subc_h() method to locate module's U/L subcommand handler (if any). More... almost 6 years ago
Use "rtpp_command_args.h" & "rtpp_command_sub.h" where appropriate. More... almost 6 years ago
Add missing forward decls. More... almost 6 years ago
Break out struct rtpp_subc_ctx and rtpp_command_args into the header of its own, so that we don't have to drag rtpp_command_private.h over all source base, when smaller sub-set is good. More... almost 6 years ago
Move success_h struct definition into public interface and rename it into after_success_h. More... almost 6 years ago
Give control-protocol related TUs some unique prefix, to make file names less generic. More... almost 6 years ago