Commit Graph

1305 Commits (b507e245b2356f8b965a2671ab5f19a4cac837b0)

Author SHA1 Message Date
Richard Fuchs d26b11ffb0 fix compilation for with_transcoding=no
7 years ago
Richard Fuchs be9c3146f4 fix missing header include
7 years ago
Richard Fuchs 08fc00906d fix segfault with DTMF logging and implicit payload types
7 years ago
Richard Fuchs a9ec666cb4 TT#38350 implement sending DTMF events to syslog
7 years ago
Richard Fuchs dd34574669 TT#38350 keep track of the most used RTP payload type
7 years ago
Richard Fuchs 4eb80da836 compile fix for with_transcoding=no option
7 years ago
Richard Fuchs d66a2e5191 TT#38351 support specifying interfaces by name
7 years ago
Richard Fuchs cbe7e5ab1d TT#36700 implement ports free list
7 years ago
Richard Fuchs bfac341aec shut down transcoding engine when it's not needed
7 years ago
Richard Fuchs 8562bdee70 support new `asymmetric codecs` flag
7 years ago
Richard Fuchs f1b81b649e simplify parameters passed to codec_rtp_payload_types()
7 years ago
Richard Fuchs 9f3f24f3ef TT#36759 rate limiting for ICE/STUN log messages
7 years ago
Richard Fuchs e404f18975 TT#37157 fix missing G722 RTP TS output scaling
7 years ago
Richard Fuchs 50394e8dd2 TT#37156 fix divide by zero error (regression from db58aa80)
7 years ago
Huseyin Dikme 30ba1cd2a6 control command logs have been updated
7 years ago
Richard Fuchs 95a7cc6cfb eliminate redundant function argument
7 years ago
Richard Fuchs d64c888a0e TT#36301 transcoding unit tests
7 years ago
Richard Fuchs 2f5d792aae TT#36301 add `always-transcode` flag
7 years ago
Richard Fuchs 5c3d39748b TT#35456 fix regression from 895fa9605
7 years ago
Richard Fuchs 7de16e104c TT#14008 fix codec mask logic if no masking info is present
7 years ago
Richard Fuchs fb75ef748a TT#14008 fix libpcre references in makefile
7 years ago
Richard Fuchs db58aa80d0 fix graphite interval calculation for call durations
7 years ago
Richard Fuchs 09fed75e7e Merge branch 'master' of https://github.com/hdikme/rtpengine
7 years ago
Richard Fuchs fa5c265045 TT#36302 support scheduling settings
7 years ago
Richard Fuchs 14ffd8feb0 TT#36303 support bandwidth usage resource limit
7 years ago
Richard Fuchs 6da7494a08 TT#36180 calculate per-second stats based on timer runtime
7 years ago
Huseyin Dikme ab58245096 -cli params diff command has been updated to serve only for the
7 years ago
Richard Fuchs 9943a3d868 TT#36180 scale timer interval according to runtimes
7 years ago
Richard Fuchs 3b3e964c83 short lock duration for faster calls iteration in the timer
7 years ago
Richard Fuchs 539e063992 don't retry XMLRPC callback if endpoint says the ID was not found
7 years ago
Richard Fuchs 68e8092098 add ../include to YCM config
7 years ago
Richard Fuchs 2c5a358e1c TT#36308 fix possible segfault due to missing lock
7 years ago
Lucian Balaceanu 83911675cd Fix for recovering from losing synchronous redis context while the async one is up
7 years ago
Richard Fuchs db2882ca78 integrate AES unit test into main build framework
7 years ago
Richard Fuchs 8c770b9e05 appropriate use of LDFLAGS and LDLIBS
7 years ago
Richard Fuchs b4f65bdd96 TT#35634 add `xmlrpc-address` option for callback address
7 years ago
Richard Fuchs 345836e90a TT#35413 implement a CPU limit and a load limit
7 years ago
Richard Fuchs efcad1c628 TT#35413 add support for the 'load limit' ng protocol extension
7 years ago
Richard Fuchs 43f2971722 disallow zero interface addresses in config
7 years ago
Richard Fuchs e0cdf74ac5 fix SRTP ROC syncing between kernel and userspace
7 years ago
Richard Fuchs 895fa96054 TT#35456 implement RFC 4867
7 years ago
Richard Fuchs 761ac6cb4f errno must be set to 0 before calling strto*()
7 years ago
Richard Fuchs 6fa712d0d8 implement offer-timeout option
7 years ago
Richard Fuchs bf66d7caf7 eliminate stray glib warning
7 years ago
Anthony Alba b9d84aa993 recording.c: add a few ms timestamps to pcap metadata
7 years ago
Jerzy Ptak a44a9bf9f0 fixing memory leaks
7 years ago
Richard Fuchs 79a74f69ff Merge branch 'redis_racecondition' of https://github.com/1and1/rtpengine
7 years ago
Claudiu Boriga 229b78d2b8 Fix race condition where redis context is used outside mutex protection
7 years ago
Richard Fuchs 33b262af78 TT#33700 migrate from avresample to swresample
7 years ago
Richard Fuchs ce44eaf1d3 fix RTP timestamps in G.729 decoder
7 years ago
Richard Fuchs 16024d2e7a create explicit per-stream DTLS context for ICE
7 years ago
Richard Fuchs 5a73f12adb TT#34050 replace ffmpeg version test macro
7 years ago
Richard Fuchs 14100b0b8a use reference counting on SSRC objects
7 years ago
Richard Fuchs a3ed739835 Merge branch 'fix_uptime_stats' of https://github.com/1and1/rtpengine
7 years ago
Claudiu Boriga 6ee4cc3a8d Fix uptime statistics
7 years ago
Richard Fuchs 4be4f13ce0 Merge branch 'add-label' of https://github.com/aalba6675/rtpengine
7 years ago
Anthony Alba bbcea40415 recording.c: save the label in pcap metadata file
7 years ago
Richard Fuchs 2fc2b3bab7 fix possible null pointer segfault when using log level 7
7 years ago
Richard Fuchs e4e79233e2 compilation fix for glib < 2.32 (CentOS 6)
7 years ago
Richard Fuchs 6e8d57e528 honour RFC 5506 by allowing more RTCP packet types leading the group
7 years ago
Richard Fuchs 32e0e2cf25 leave room for SRTP auth tag on transcoded packets
7 years ago
Richard Fuchs 620cf6125a version test macro for DTLS_set_link_mtu
7 years ago
Richard Fuchs 0db5e226e5 fix payload type tracking for transcoding situations
7 years ago
Richard Fuchs 092f8da3c6 use str_token_sep for SDP token extraction
7 years ago
Richard Fuchs 3aa53a1e10 fix missing setup_media when using start_recording call
7 years ago
Richard Fuchs 5b0bb90afa fix recording setup_media reversed direction
7 years ago
Richard Fuchs 3885da946b workaround for buggy OpenSSL that produces incorrectly fragmented DTLS
7 years ago
Richard Fuchs 65c75c5177 fix segfault regression from 7b65dedb
7 years ago
Richard Fuchs 7ee73fe7f9 special handling for strip=all together with transcode, and mask=all
7 years ago
Richard Fuchs 14262f56fa fix segfault regression from e84fd86
7 years ago
Richard Fuchs 7b65dedb95 restructure codec_make_payload_type to fix compilation w/o transcoding
7 years ago
Richard Fuchs 4d586f2ec0 TT#28163 fix recording-daemon sample format selection for mixed output
7 years ago
Richard Fuchs 165cb0cd4b Merge branch 'extend-default-intf' of https://github.com/1and1/rtpengine
7 years ago
Richard Fuchs e84fd8612b fix incorrect DTLS context being used with ICE
7 years ago
Richard Fuchs bc30929192 TT#32210 add codec masking option
7 years ago
Richard Fuchs 60ce21245e TT#28163 use a pointer cache to avoid hash table lookup
7 years ago
Richard Fuchs 9147d5e438 TT#32983 support transcoding options in redis (re)store
7 years ago
Richard Fuchs 4d859bfd6b TT#28163 add support for properly packaged libbcg729
7 years ago
Richard Fuchs 65d4106d98 add missing header files to fix compilation
7 years ago
Claudiu Boriga e8b40191fe Enable round robin for default interface
7 years ago
Richard Fuchs 3fa94d7f57 TT#31197 document bcg729 requirements
7 years ago
Richard Fuchs 25037a92ac TT#31197 G.729 packetizer
7 years ago
Richard Fuchs 9eb9a2f421 TT#31197 include bcg729 build support
7 years ago
Richard Fuchs 83784d492c TT#31197 separate out libavcodec specifics
7 years ago
Richard Fuchs 61d5505740 TT#31199 set bitrate for G.723.1
7 years ago
Richard Fuchs 0636b083dc TT#31700 implement payload-type specific passthrough kernel forwarding
7 years ago
Richard Fuchs 126a69f29c TT#28163 logging and documentation improvements
7 years ago
Richard Fuchs 10c852b204 TT#31950 add compile-time switch to disable transcoding features
7 years ago
Richard Fuchs 2a4acf5e29 TT#31403 handle passthrough payloads in a transcoding context
7 years ago
Richard Fuchs 6988b2361e TT#31403 keep track of stats required for RTCP translation/output
7 years ago
Richard Fuchs 613f7afdb6 TT#31403 map and replace RTCP SSRCs when transcoding
7 years ago
Richard Fuchs 26a356ccae TT#31403 eliminate stub RTCP handler functions
7 years ago
Richard Fuchs 5d67605535 TT#31403 decouple RTCP AVPF filtering from crypto stuff
7 years ago
Richard Fuchs 368312a4f5 TT#31403 keep local packet stats for RTCP output/rewriting
7 years ago
Richard Fuchs 159729ad0d TT#31403 move SSRC mapping out of codec handler
7 years ago
Richard Fuchs 7986ca0860 TT#30900 support specifying codec parameters for transcoding
7 years ago
Richard Fuchs a4a0e34ded TT#31408 distinguish between codec types
7 years ago
Richard Fuchs 2e43b47305 TT#31409 check codec support only once during startup
7 years ago
Richard Fuchs 71b3762f13 TT#30901 use hash table to look up RFC specified codecs
7 years ago
Richard Fuchs ff0a46a053 TT#30901 convert codec list to hash table
7 years ago
Richard Fuchs 266a1fbc8b TT#31404 support custom ptime and repacketization for sampled codecs
7 years ago
Richard Fuchs c380052882 TT#31401 configure encoder bitrate
7 years ago
Richard Fuchs c6c79f49b8 TT#31198 flush encoder queue on shutdown to avoid warnings
7 years ago
Richard Fuchs 1746f1d3bf TT#31405 handle non-media pseudo-codecs (telephone-event)
7 years ago
Richard Fuchs ad4a5d10ef TT#31198 add resampling support
7 years ago
Richard Fuchs 2d2f2e394b TT#31198 support output codec clockrate multiplier (for G722)
7 years ago
Richard Fuchs 7c6db89889 TT#28163 don't reset transcoding context when not necessary
7 years ago
Richard Fuchs 14c3cd8ab1 TT#28163 support transcoding to non-RFC codecs
7 years ago
Richard Fuchs 55007a6897 TT#28163 prevent kernelization of transcoded stream
7 years ago
Richard Fuchs b0bc679806 TT#28163 take number of channels from SDP into account
7 years ago
Richard Fuchs df537b98c3 TT#28163 pass encoded packets back to processing for sending out
7 years ago
Richard Fuchs dc80c27af7 TT#28163 split encoder from recording daemon into shared lib
7 years ago
Richard Fuchs a4e73c90e8 TT#30404 accept and reject codecs according to transcoding preference
7 years ago
Richard Fuchs cee94a5348 TT#28163 pass RTP packets to media decoder
7 years ago
Richard Fuchs b9206a49bc TT#28163 abstractize SSRC hash
7 years ago
Richard Fuchs f8aad04948 TT#30404 move portions required for decoding from recording-daemon to lib
7 years ago
Richard Fuchs d510f5efe8 TT#30404 initial support for adding codecs for transcoding
7 years ago
Richard Fuchs f801240164 TT#30570 replace "chopper" iovec with GString
7 years ago
Richard Fuchs c3585b04be TT#30405 reprint a=rtpmap and a=fmtp for SDP output
7 years ago
Richard Fuchs 8715d40242 TT#30405 codec matchup and handler functions
7 years ago
Richard Fuchs fb729e3d12 TT#30405 create a packet handling context struct for convenience
7 years ago
Richard Fuchs bc420cbdd0 TT#30405 split stream_packet() into smaller pieces
7 years ago
Claudiu Boriga 80abad18cf Merge remote-tracking branch 'sipwise/master' into extend-rtpengine-ctl
7 years ago
Claudiu Boriga ff2a278ad7 Make 'rtpengine-ctl' configurable via rtpengine-ctl
7 years ago
Claudiu Boriga 0f9151e9ea Make 'redis-allowed-errors', 'redis-disable-time', 'redis-cmd-timeout'
7 years ago
Richard Fuchs c2ac89945a Merge branch 'cli_parameters' of https://github.com/1and1/rtpengine
7 years ago
Claudiu Boriga f2ce4d3a25 Add rtpengine-ctl 'get' commands as alias for 'list'
7 years ago
Claudiu Boriga be5211e6bd Introduce 'list silenttimeout' and 'list finaltimeout' to rtpengine-ctl
7 years ago
Huseyin Dikme 968446c730 cli params command has been created for initial, current parameters
7 years ago
Richard Fuchs 7b4424091b TT#31752 fix segfault on empty a=rtcp
7 years ago
Richard Fuchs 078af3c407 Merge branch 'add-requests-ps-stats' of https://github.com/1and1/rtpengine
7 years ago
Claudiu Boriga b7b40cc5a9 Use proper data type for requests statistics
7 years ago
Richard Fuchs 1477f9796f TT#29151 add 'loop protect' feature
7 years ago
Claudiu Boriga 0ffb9e6718 Display correct average for requests statistics
7 years ago
Claudiu Boriga 74cecc09a6 Use statistics locks properly
7 years ago
Claudiu Boriga 3850e99fd3 Use atomic64_get_set for requests statistics
7 years ago
Richard Fuchs 8f563c8a3c fix compilation when `with_iptables_option` is set to no
7 years ago
Richard Fuchs 321fb5e1ca fix double str_shift for 'list sessions CALLID'
7 years ago
Claudiu Boriga 00bdcef9a4 Fix statistics for average requests/sec sent to rtpengine-ctl
8 years ago
Claudiu Boriga f7ece0452b Merge remote-tracking branch 'sipwise/master' into add-requests-ps-stats
8 years ago
Claudiu Boriga 8cc4b7874e Add statistics for requests per second
8 years ago
Claudiu Boriga ac1a957a05 Merge remote-tracking branch 'sipwise/master' into add_disable_tout
8 years ago
Richard Fuchs ca78747c8c TT#30405 rename media->rtp_payload_types to ->codecs for brevity
8 years ago
Richard Fuchs 2540c5d501 TT#30403 support codec-offer
8 years ago
Richard Fuchs f625d48ed3 TT#30403 consolidate dictionary and alias "flags" values handling
8 years ago
Richard Fuchs d31fb36f6e TT#30403 parse and retain a=fmtp infos
8 years ago
Richard Fuchs d7dd7421e6 TT#30403 implement codec stripping
8 years ago
Richard Fuchs b8dbd997e9 TT#30403 consolidate NG flags processing functions
8 years ago
Richard Fuchs 74bae6a9a9 TT#30150 add option for different logging styles
8 years ago
Claudiu Boriga 485092383f Make redis connection timeout configurable
8 years ago
Claudiu Boriga 562c5b40a6 Add parameter that sets a timeout for redis commands
8 years ago
Claudiu Boriga c31ffa4639 Add paramaters to disable redis communication in case of multiple errors
8 years ago
Richard Fuchs 46d853972b move lib/ config options into struct
8 years ago
Richard Fuchs 0e3f5eb3c2 move all remaining config options into global config struct
8 years ago
Richard Fuchs 75056a8dd1 eliminate the callmaster struct
8 years ago
Richard Fuchs f2b93f9ef8 move config options into global struct rtpengine_config
8 years ago
Richard Fuchs d65a6bbbdc move latest_graphite_interval_start to global scope
8 years ago
Richard Fuchs 741140341f move "totalstats" out of callmaster into global scope
8 years ago
Richard Fuchs c969ea1e57 move stats and statsps into global scope
8 years ago
Richard Fuchs cf3a8f9e16 move 'poller' member of callmaster into global scope
8 years ago
Richard Fuchs dffbddb2d6 don't use g_ prefix for global variables
8 years ago
Richard Fuchs e87b2710c8 move matching regexps out of callmaster into global
8 years ago
Richard Fuchs 790e596c58 move cngs out of callmaster into global scope
8 years ago
Richard Fuchs 399e15b39a make the callhash global
8 years ago
Richard Fuchs acba2751f8 suppress log message on "comprehension option" STUN attributes
8 years ago
Richard Fuchs 018e35cba8 TT#27200 add option to omit a=rtcp attribute
8 years ago
Richard Fuchs c17f4fe53d avoid side effects in assert()
8 years ago
Richard Fuchs 1aa9944fe4 TT#27550 implement interface round-robin selection
8 years ago
Richard Fuchs 61d828a48f change str_chr_str() semantics
8 years ago
Richard Fuchs b7aeff9a1c TT#24550 implement CLI get/set log level
8 years ago
Richard Fuchs e1ce74985f TT#28354 consolidate CLI string handling
8 years ago
Richard Fuchs 2eb01695bb TT#26756 clean up CLI code using streambuf
8 years ago
Richard Fuchs d10952a029 TT#26757 add tcp_listener framework
8 years ago
Guillem Jover fd3c1d2519 TT#26513 Delete the kernel forwarding table on startup
8 years ago
Guillem Jover 1b8f5e4a55 TT#26513 Preserve errno on error returns
8 years ago
Richard Fuchs 77de3d06ea Merge branch 'add-ToS-to-control-ng' of https://github.com/1and1/rtpengine
8 years ago
Claudiu Boriga 3472821ccc Add option to set TOS for control-ng interface
8 years ago
Dmitry Poroh cc09f4d3de Crash stream_packet in case of out_srtp is NULL is fixed
8 years ago
Richard Fuchs 031921c322 purge old entries from SSRC hash table if it gets too full
8 years ago
Pawel Kuzak 8941c827d3 Fix control statistics headlines
8 years ago
Richard Fuchs d6bc658c36 Merge branch 'reduce-offer-time' of https://github.com/1and1/rtpengine
8 years ago
Claudiu Boriga ab0cb0c7a7 don't use g_hash_table_foreach for call_timer_iterator
8 years ago
Claudiu Boriga 2250ab11fd make METADATA section appear in the metafile at
8 years ago
Richard Fuchs 4cab964b42 Merge branch 'fix_redis_recording_crash' of https://github.com/1and1/rtpengine
8 years ago
Claudiu Boriga d5fea12937 check call.recording structure before using it
8 years ago
Richard Fuchs cc056c148f add rtcp-mux-require option to force rtcp-mux usage for WebRTC
8 years ago
Richard Fuchs 0c6b2cfc22 Merge branch 'fix-TOS-for-redis' of https://github.com/1and1/rtpengine
8 years ago
Claudiu Boriga ca622b40ef set TOS for redis streams
8 years ago
Richard Fuchs 13d51f0df0 add extra thread allowance for blocking CLI code
8 years ago
Richard Fuchs 00cc28dff4 TT#22660 don't zero out SDP origin on zero connection address
8 years ago
Richard Fuchs 6abe388621 fix compile warning
8 years ago
Michael Prokop 6932f22c66 TT#22411 Fix spelling mistakes/typos
8 years ago
Richard Fuchs 523228b981 Merge branch 'stop-recording' of https://github.com/1and1/rtpengine
8 years ago
Claudiu Boriga cf15275f30 add stop recording comand to ng interface
8 years ago
Richard Fuchs e7d75bd275 TT#19350 add option to manage iptables rules directly
8 years ago
Richard Fuchs dd338975f6 drop log level for messages about unknown RTP/RTCP packets
8 years ago
Richard Fuchs c8d60aed61 Merge branch 'fix_cdr_logs' of https://github.com/1and1/rtpengine
8 years ago
Claudiu Boriga b317acdbde don't log corrupted cdr for foreign calls
8 years ago
Richard Fuchs 1206e26f76 add missing lock for SSRC hash dump
8 years ago
Richard Fuchs 3dbc1469b0 Merge branch 'fix_1way_statistics' of https://github.com/1and1/rtpengine
8 years ago