Commit Graph

1305 Commits (b507e245b2356f8b965a2671ab5f19a4cac837b0)

Author SHA1 Message Date
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
7 years ago
Claudiu Boriga f7ece0452b Merge remote-tracking branch 'sipwise/master' into add-requests-ps-stats
7 years ago
Claudiu Boriga 8cc4b7874e Add statistics for requests per second
7 years ago
Claudiu Boriga ac1a957a05 Merge remote-tracking branch 'sipwise/master' into add_disable_tout
7 years ago
Richard Fuchs ca78747c8c TT#30405 rename media->rtp_payload_types to ->codecs for brevity
7 years ago
Richard Fuchs 2540c5d501 TT#30403 support codec-offer
7 years ago
Richard Fuchs f625d48ed3 TT#30403 consolidate dictionary and alias "flags" values handling
7 years ago
Richard Fuchs d31fb36f6e TT#30403 parse and retain a=fmtp infos
7 years ago
Richard Fuchs d7dd7421e6 TT#30403 implement codec stripping
7 years ago
Richard Fuchs b8dbd997e9 TT#30403 consolidate NG flags processing functions
7 years ago
Richard Fuchs 74bae6a9a9 TT#30150 add option for different logging styles
7 years ago
Claudiu Boriga 485092383f Make redis connection timeout configurable
7 years ago
Claudiu Boriga 562c5b40a6 Add parameter that sets a timeout for redis commands
7 years ago
Claudiu Boriga c31ffa4639 Add paramaters to disable redis communication in case of multiple errors
7 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
Richard Fuchs 43c3e7ded7 Merge branch 'fix_redis_null_access' of https://github.com/1and1/rtpengine
8 years ago
Claudiu Boriga b3ce08a1ea Count multipexed packets in statistics. Don't count errounously when no stream is found
8 years ago
Claudiu Boriga 67de59ada4 check that redisContext is not NULL before using it
8 years ago
Lucian Balaceanu 63bdd61565 on startup, also accept hostname:port params for endpoints
8 years ago
Richard Fuchs bb50729806 fix parsing of IPv6 address in legacy UDP protocol
8 years ago
Richard Fuchs de129b78c7 Merge branch 'fix_graphite_crash' of https://github.com/1and1/rtpengine
8 years ago
Claudiu Boriga 9f2286d7bb fix bug that makes rtpengine crash when graphite server is down
8 years ago
Richard Fuchs 983c4afb01 fix correct use of CFLAGS over LDFLAGS
8 years ago
Richard Fuchs 4310e067a4 support pkg-config for xmlrpc-c
8 years ago
Richard Fuchs a9d55c6fe7 always decrypt RTCP for SRTP<>SRTP session for stats purposes
8 years ago
Richard Fuchs f979159d0e fix segfault when no SSRC pointer is present
8 years ago
Changli Gao 6824865c10 DTLS: Fix potential double BIO_free
8 years ago
Richard Fuchs 3f12517510 report last error when port could not be opened
8 years ago
Richard Fuchs 8f55dd17f1 fix pushing wrong SSRC to kernel module
8 years ago
Richard Fuchs 2a03c008ac clean up code artifacts
8 years ago
Richard Fuchs 23bc99ed81 TT#12800 consider RTCP XR reports for MOS calculations and stats
8 years ago
Richard Fuchs ab0dba7d14 TT#12800 support custom monologue labels
8 years ago
Richard Fuchs 2cf93904df TT#12800 restore SSRC table from redis
8 years ago
Richard Fuchs 9108b14b80 TT#12800 records stats average not just for MOS but all values
8 years ago
Richard Fuchs 4ad693a063 TT#12800 report MOS stats back to proxy via NG protocol
8 years ago
Richard Fuchs 5c84a6f61c TT#12800 limit size of SSRC hash table
8 years ago
Richard Fuchs 11dac7b28f TT#12800 add MOS statistics to final log output
8 years ago
Richard Fuchs 868c3b64fe TT#12800 add ssrc handling into packet_stream struct
8 years ago
Richard Fuchs 84e76e7cba TT#12800 calculate MOS values from RTCP RR
8 years ago
Richard Fuchs 0f285899e0 TT#12800 avoid creating empty log messages
8 years ago
Richard Fuchs 90693a1969 TT#12800 refactor RCTP XR processing
8 years ago
Richard Fuchs 70b7112617 TT#12800 store and process RTCP SR and RR for statistics
8 years ago
Richard Fuchs c1711ea948 TT#12800 consolidate and combine RTCP parsing and logging
8 years ago
Richard Fuchs 223c7f17dd TT#12800 abstractize rtcp parsing and logging functions
8 years ago
Richard Fuchs b3583633e3 TT#12800 canonicalize ssrc handling
8 years ago
Richard Fuchs 5e3ce30272 TT#14008 add missing DTLS locks
8 years ago
Richard Fuchs 37a9521901 don't treat media socket write errors as fatal
8 years ago
Richard Fuchs 531febbbb0 migrate log-stderr and log-facility options to lib for recording daemon
8 years ago
Richard Fuchs c5a202ebcd write both types of media indexes to recording metafile
8 years ago
Victor Seva f7aa5fa6b6 TT#14571 PEP8 for YouCompleteMe config
8 years ago
Richard Fuchs d269f6a320 eliminate orphaned redis code fragments
8 years ago
Guillem Jover 0b1bdbb339 TT#14400 Do not NULL-dereference pointer
8 years ago
Guillem Jover bd833c2586 TT#14400 Use a boolean instead of a bitwise operator
8 years ago
Victor Seva 3c813acacc support wheezy build reported at #343
8 years ago
Anthony Alba b1e259c109 Document libsrtp AES-256 SRTCP bug for interop
8 years ago
Richard Fuchs 0f07e46d62 fix 32-bit compilation errosr
8 years ago
Richard Fuchs 6b6b8ea54a don't use anonymous unions to make old compilers happy
8 years ago
Claudiu Boriga edac4f2cd7 make cli_incoming accept multiple connections
8 years ago
Richard Fuchs 5dcd533a7f ensure positive random numbers
8 years ago
Richard Fuchs 7182e751a1 abandon usage of random()
8 years ago
Richard Fuchs 6594b2b884 fixes for coverity
8 years ago
Richard Fuchs e85759a3b8 fix some errors caught by coverity
8 years ago
Anthony Alba 87aaf82111 Document RFC 3711 errata id 3712 that SRTCP_R_LENGTH == 6 is canonical
8 years ago
Richard Fuchs 5c0dc629c1 consolidate AES crypto suites for different key lengths
8 years ago
Richard Fuchs 3930f7748e Merge branch 'aes256' of https://github.com/aalba6675/rtpengine
8 years ago
Richard Fuchs 7088e1586a remove obsolete redis restore function arguments
8 years ago
Frederic-Philippe Metz d88587512a Cleanup according to pull req #335
8 years ago
Frederic-Philippe Metz 27679b188e Moved the json reader locally and removed it from call struct
8 years ago
Frederic-Philippe Metz 95d942005d Adds missing log output
8 years ago
Frederic-Philippe Metz 8f01e780a8 First attempt to seperate more stats and cdr away from the core running code
8 years ago
Anthony Alba d5cecc500f Add AES-192, AES-256 CM to kernel SRTP
8 years ago
Anthony Alba 357bb1d50f Refactor to add explicit session key init functions
8 years ago
Changli Gao a3f27f8751 STUN: The most significant 2 bits is 0xc0 in hex
8 years ago
Anthony Alba b8a2f015ad Initial support for AES-192, AES-256 in userspace
8 years ago
Richard Fuchs d513c6dd2b add missing lock for failed call restores
8 years ago
Richard Fuchs d8cc8caf9c combine two mallocs into one for redis restore
8 years ago
Richard Fuchs 0cd3b9f650 Merge branch 'redis-onekey-concept-improvements' of https://github.com/1and1/rtpengine
8 years ago
Frederic-Philippe Metz 267b57c33f Implemented comments from Richard from pull req #323
8 years ago
Anthony Alba 3e2e0242c3 Determine base64 padding from enc_salt_key_len
8 years ago
Anthony Alba 1fc77bc3ac base64: flush base64 decoding, and skip base64 padding in crypto line
8 years ago
Frederic-Philippe Metz d904fb2fe5 Removes 'json-' prefix from redis key (callid)
8 years ago
Frederic-Philippe Metz 279e5fa36e Removes commented code
8 years ago
Frederic-Philippe Metz d08dd6a5f3 Fixes SRTP restore in onekey concept
8 years ago
Frederic-Philippe Metz 6985784cea Fixes redis recording flag in onekey concept
8 years ago
Frederic-Philippe Metz 14b37ebfe5 Removes multikey stuff
8 years ago
Frederic-Philippe Metz f3364d9e7d Omits redisreply in redis restore and eliminates 'multikey' feature
8 years ago
Richard Fuchs f77726caa8 update redis one-key concept
8 years ago
Frederic-Philippe Metz ea9512c520 Adds URI encoding for json strings in redis.
8 years ago
Frederic-Philippe Metz ed760fb566 Fix more issues from richards comments
8 years ago
Frederic-Philippe Metz 88b89ea2e6 Fixes STR_FMT comment my @rfuchs or pull request #316
9 years ago
Frederic-Philippe Metz 9ebd06f40f Some fixes for pull request #316
9 years ago
Frederic-Philippe Metz 749a7da7b0 Implements redis onekey concept
9 years ago
Richard Fuchs 1d5668d793 compile fixes for openssl >= 1.1.0
9 years ago
Richard Fuchs 9036d30ed8 fix call struct being accessed after obj_put
9 years ago
Pawel Kuzak d2314ea247 Reduced complexity in onRedisNotification()
9 years ago
Richard Fuchs 97183b10df make sure call_destroy unrefs the correct call object
9 years ago
Richard Fuchs df869fff0f automate lib symlink creation in makefiles
9 years ago
Richard Fuchs fb783f0080 TT#5566 configurable recording daemon
9 years ago
Richard Fuchs 28b80181f2 TT#5566 add support for config file handling
9 years ago
Richard Fuchs ea72733ac0 support daemonizing in recording daemon
9 years ago
Richard Fuchs 1de1706152 don't engage logging system if log level is too low
9 years ago
Richard Fuchs f958b2a197 split logging mechanism into separate common files
9 years ago
Richard Fuchs 30dcadab15 TT#5566 rudimentary support for multiple audio codecs
9 years ago
Richard Fuchs 7395f8bef1 TT#5566 recognize and ignore (for now) RTCP packets
9 years ago
Richard Fuchs 7a17b29158 Merge branch 'no_redis_update_flag' of https://github.com/1and1/rtpengine
9 years ago
Richard Fuchs eefb085528 abstractize recording format and fix ipv6 header
9 years ago
Kristian Høgh 57d6e01292 Support IPv4/IPv6 for fake ethernet frames
9 years ago
Kristian Høgh 0edfb2dfcc Make pcap file format an option
9 years ago
Kristian Høgh 29488f9e49 Change pcap format to ethernet
9 years ago
Richard Fuchs d7fa0689f9 TT#5566 rudimentary wav file output
9 years ago
Pawel Kuzak 65e80f620d Added flag 'no-redis-update'
9 years ago
Richard Fuchs 5395db3cd7 fix segfault when source endpoint address isn't filled
9 years ago
Richard Fuchs 411c3b3373 TT#5566 checkin of external call recording daemon
9 years ago
Richard Fuchs e3a7248b01 resolve segfault when recording is disabled
9 years ago
Richard Fuchs 984585a32c TT#5003 implement kernel-side call recording
9 years ago