Commit Graph

289 Commits (8c416bc42e2cd6ca7b09cf0147ab235223c6491f)

Author SHA1 Message Date
Donat Zenichev bdf49e48a5 MT#55283 Break circular dependency sdp.h/call.h
10 months ago
Donat Zenichev e40af889d1 MT#60476 Move `call_subscribe_request_ng()` to `sdp_create()`
10 months ago
Richard Fuchs d02ce7e81e MT#55283 look up remote b= via subscriptions
10 months ago
Richard Fuchs 25f966ad44 MT#55283 look up remote address via subscriptions
10 months ago
Donat Zenichev 3eb68c819f MT#60386 sdp_create: don't carry stream_params
10 months ago
Donat Zenichev 4f944502a5 MT#56465 sdp_create(), set the actual sdp timing
10 months ago
Donat Zenichev 41331bfe75 MT#56465 sdp_create(), set the actual sdp media bandwidth
10 months ago
Donat Zenichev 5c9edacf5b MT#56465 sdp_create(), set the actual sdp sess bandwidth
10 months ago
Richard Fuchs a140d83975 MT#55283 enforce hash table types in callbacks
11 months ago
Donat Zenichev 4dfd94964f MT#56465 Introduce `call_get_top_media_subscription()` func
12 months ago
Richard Fuchs e20262489a MT#55283 track time of last Redis update per call
1 year ago
Richard Fuchs d45cdc85ce MT#55283 refactor kernel/user stats counting
1 year ago
Richard Fuchs 2c425bc47e MT#55283 move TOS reporting to shm
1 year ago
Richard Fuchs 263234b1c7 MT#55283 move kernel stats counting to shm
1 year ago
Richard Fuchs 311f5bc31c MT#55283 move last_packet timestamp to shm
1 year ago
Richard Fuchs 8e3e9fdb5a MT#55283 use allocated memory for stream stats
1 year ago
Richard Fuchs 57c490f817 MT#55283 Add output-mixed-per-media
1 year ago
Donat Zenichev 15d0867737 MT#58535 rtpp_flags: add directional flag parsing
1 year ago
Donat Zenichev 31641efe06 MT#58535 Be able to detect message type (request/reply)
1 year ago
Donat Zenichev bb52ae4ebc MT#58535 Add support of the rest of opmodes
1 year ago
Richard Fuchs 63059122f0 MT#59038 add rec announcement options
1 year ago
Richard Fuchs 151c45ddd7 MT#59038 add block-egress flag
1 year ago
Richard Fuchs e8b5887235 MT#55283 use per-call poller
1 year ago
Richard Fuchs 337c73ecc8 MT#59038 generalise DTMF trigger handling
1 year ago
Richard Fuchs ac4f2ef641 MT#55283 reverse handling of session attributes
1 year ago
Richard Fuchs 9da775ad5a MT#55283 convert list of attributes from strings
1 year ago
Richard Fuchs 0a20da45ed MT#55283 introduce sdp_attr_print_f
1 year ago
Richard Fuchs 989695ab75 MT#55283 mandate use of `flags`
1 year ago
Richard Fuchs bda1b937cb MT#59071 support selective DB updates
1 year ago
Richard Fuchs e4630eb53c MT#59069 add option to override rec file pattern
1 year ago
Richard Fuchs b19f5982a4 MT#59069 add recording-path option
1 year ago
Richard Fuchs 8853c53b76 MT#59069 seperate out random recording tag
1 year ago
Richard Fuchs 366448e44b MT#59069 merge handling of output-dest w metadata
1 year ago
Richard Fuchs 7510730797 MT#59069 refactor handling of metafile prefix
1 year ago
Donat Zenichev 423d7bf824 MT#59086 Unify header files.
1 year ago
Donat Zenichev 5de30a855b MT#58716 Move transcoding flag to media
1 year ago
Donat Zenichev f4c5f8f210 MT#58717 Media sinks: `call_block_silence_media()`
1 year ago
Richard Fuchs c9c6117c66 MT#55283 update all flags to 64 bit
1 year ago
Richard Fuchs ce22afab57 MT#55283 use typed GQueue for calls iterator
1 year ago
Richard Fuchs 8f98f69e98 MT#55283 use typed G* for subscriptions
1 year ago
Richard Fuchs 7b2ba5339a MT#55283 use typed G* for call members
1 year ago
Richard Fuchs 46a5998fa6 MT#55283 use typed GQueue for endpoint_maps
1 year ago
Richard Fuchs c9ac6ecc73 MT#55283 convert struct rtp_payload_time to typedef
1 year ago
Richard Fuchs cd4f6608cd MT#55283 convert struct stream_fd to typedef
1 year ago
Richard Fuchs 2975b2131d MT#55283 convert struct call to typedef
1 year ago
Richard Fuchs 5fec35e819 MT#55283 use typed GPtrArray for medias
1 year ago
Richard Fuchs 610238d5e3 MT#55283 use typed GHashTable for labels
1 year ago
Richard Fuchs 9510b01a29 MT#55283 use typed GQueue for dtmf_events
1 year ago
Richard Fuchs 57598e1255 MT#55283 use typed GQueue for stream/handlers
1 year ago
Richard Fuchs 73f1037720 MT#55283 use typed GQueue for socket/sfd lists
1 year ago
Richard Fuchs 3114510c12 MT#55283 specialise struct intf_list
1 year ago
Richard Fuchs 7c6f5d1dae MT#55283 use typed GHashTables for globals calls hash
1 year ago
Richard Fuchs de6c06a6c0 MT#55283 use typed G* for codec handlers
1 year ago
Richard Fuchs e4fb02bedb MT#55283 use typed GHashTables for codec_store
1 year ago
Richard Fuchs 9999098024 MT#55283 use typed GQueue for codec_store
1 year ago
Richard Fuchs 74b8a6cce4 MT#55283 use typed GQueue for attributes
1 year ago
Richard Fuchs ab88eff57f MT#55283 use typed GHashTable for attr_list
1 year ago
Richard Fuchs cbaa0c106a MT#55283 use typed GQueue for ICE lists
1 year ago
Richard Fuchs 6685fb6efd MT#55283 use g_auto for sdp_streams/sessions
1 year ago
Richard Fuchs 4e7078834f MT#55283 use typed GQueue for stream_fd
1 year ago
Richard Fuchs bc61caf2cc MT#55283 turn sdp_ng_flags into a typedef
1 year ago
Donat Zenichev 6a792f2bdf MT#57550 Demount `call_subscription` concept
1 year ago
Donat Zenichev b923e5e039 MT#57550 Unconfirm monologue medias using subs
2 years ago
Donat Zenichev 3c28cb325a MT#57719 Add SDP session attributes print (subscribe)
2 years ago
Donat Zenichev 71aa1496b3 MT#57719 Provide some of attributes list via `stream_params`
2 years ago
Donat Zenichev 85fc7ff70c MT#57719 Move `monologue_subscribe_*` to media subs
2 years ago
Richard Fuchs 531e720fd4 MT#55283 add desired_family to call_monologue
2 years ago
Richard Fuchs dbae76c3b6 MT#57977 fix save/restore of "foreign" call flag
2 years ago
Richard Fuchs 1238d2f3c2 MT#57977 integrate block/silence_media into bfield
2 years ago
Richard Fuchs 280795ddc9 MT#57977 convert call flags to uint bit field
2 years ago
Richard Fuchs 17e57fbba4 MT#57977 convert monologue flags to uint
2 years ago
Donat Zenichev f984c8e5e3 MT#57719 redis: Use media subscriptions approach
2 years ago
Richard Fuchs 81151b3793 MT#57977 support short-packet blocking
2 years ago
Donat Zenichev 101cc3bb6c MT#57719 Introduce the `media_unconfirm()` function
2 years ago
Donat Zenichev 4bbbfba818 MT#57719 stop using `call_subscription` when getting dialogs
2 years ago
Donat Zenichev 2a9564983b MT#57719 call: funcs introduction for media subscriptions handling
2 years ago
Donat Zenichev 259b3a7088 MT#57719 call: introduce `media_subscription` and according objects
2 years ago
Richard Fuchs cbd17da6b3 MT#55283 switch to pcre2
2 years ago
Richard Fuchs d9131bf9b7 MT#55283 introduce __monologue_free
2 years ago
Richard Fuchs 2364464fc7 MT#55283 split up codec_offer/answer
2 years ago
Richard Fuchs 8893281e3d MT#55283 switch to anonymous unions
2 years ago
Richard Fuchs 73489fc556 MT#56374 obsolete non-global pollers
2 years ago
Richard Fuchs 196e874c65 TT#146201 obsolete TRANSCODE flag entirely
2 years ago
Richard Fuchs 8783e1391a TT#146201 directly set transcoding flag
2 years ago
Richard Fuchs b4a96be7f1 TT#146201 return offer/answer subscription objects
2 years ago
Richard Fuchs c34f3e6765 MT#55283 refactor call_timer
2 years ago
Richard Fuchs 5b9d624fae MT#57302 add `exclude-recording` flag
2 years ago
Richard Fuchs 8cb7a4c9a6 MT#56861 support DTMF injection with kernel mode
2 years ago
Richard Fuchs 52f757e966 MT#56759 provide alternative call_delete_branch()
2 years ago
Richard Fuchs fc491af7f3 MT#57093 log reasons for unkernel event
2 years ago
Richard Fuchs e561a1cc0c MT#56447 refactor trickle ICE handling
2 years ago
Richard Fuchs 5822cb889d MT#56447 change ml->medias to GPtrArray
2 years ago
Michael Prokop 710e676524 TT#71950 Fix typos
2 years ago
Richard Fuchs 0914bf761d MT#55283 add per-call dtmf-log-dest
2 years ago
Richard Fuchs dd75c761cc MT#56471 tie in play_media with audio_player
2 years ago
Richard Fuchs ddab4a71e4 MT#56471 add audio_player
2 years ago
Richard Fuchs d71d46362e MT#56521 support reverse legacy OSRTP offers
2 years ago
Richard Fuchs f8fef89f5b MT#56521 support legacy non-RFC OSRTP
2 years ago
Richard Fuchs f0aea65234 MT#55283 support parsing a=tls-id
2 years ago
Richard Fuchs 6c1fbc5706 MT#55283 move stats variables into sensible units
2 years ago