mirror of https://github.com/sipwise/rtpengine.git
And rename .h to .inc Change-Id: I0e539c52493e061b69c9f61c3992c829b0472ea7mr26.1
parent
8e6b6feeb8
commit
0a932ff84f
@ -1,13 +1,11 @@
|
||||
ll(core, "Everything that isn't part of another subsystem")
|
||||
#include "loglevels_common.inc"
|
||||
ll(spandsp, "Log messages generated by SpanDSP directly")
|
||||
ll(ffmpeg, "Log messages generated by ffmpeg directly")
|
||||
ll(transcoding, "Media and RTP transcoding")
|
||||
ll(codec, "Codec negotiation")
|
||||
ll(rtcp, "RTCP handling")
|
||||
ll(ice, "ICE negotiation")
|
||||
ll(crypto, "Negotiation of SRTP, crypto suites, DTLS, SDES")
|
||||
ll(srtp, "SRTP encryption and decryption")
|
||||
ll(internals, "Noisy low-level internals")
|
||||
ll(http, "HTTP, HTTPS, Websockets")
|
||||
ll(control, "Control protocols including SDP exchanges, CLI")
|
||||
ll(dtx, "DTX timer/buffer")
|
||||
@ -1,7 +1,5 @@
|
||||
ll(core, "Everything that isn't part of another subsystem")
|
||||
#include "loglevels_common.inc"
|
||||
ll(spandsp, "Log messages generated by SpanDSP directly")
|
||||
ll(ffmpeg, "Log messages generated by ffmpeg directly")
|
||||
ll(transcoding, "Media and RTP transcoding")
|
||||
ll(codec, "Codec negotiation")
|
||||
ll(internals, "Noisy low-level internals")
|
||||
ll(dtx, "DTX timer/buffer")
|
||||
@ -0,0 +1 @@
|
||||
#include "loglevels_common.inc"
|
||||
@ -1,13 +1,11 @@
|
||||
ll(core, "Everything that isn't part of another subsystem")
|
||||
#include "loglevels_common.inc"
|
||||
ll(spandsp, "Log messages generated by SpanDSP directly")
|
||||
ll(ffmpeg, "Log messages generated by ffmpeg directly")
|
||||
ll(transcoding, "Media and RTP transcoding")
|
||||
ll(codec, "Codec negotiation")
|
||||
ll(rtcp, "RTCP handling")
|
||||
ll(ice, "ICE negotiation")
|
||||
ll(crypto, "Negotiation of SRTP, crypto suites, DTLS, SDES")
|
||||
ll(srtp, "SRTP encryption and decryption")
|
||||
ll(internals, "Noisy low-level internals")
|
||||
ll(http, "HTTP, HTTPS, Websockets")
|
||||
ll(control, "Control protocols including SDP exchanges, CLI")
|
||||
ll(dtx, "DTX timer/buffer")
|
||||
Loading…
Reference in new issue