Richard Fuchs
31023572a5
TT#41900 save monologue label into recording DB
...
closes #582
Change-Id: Ibc894e82b61e4231c99f9618685a6232f7e50da7
7 years ago
Richard Fuchs
35764c5c63
TT#44702 add CLI command for interface/port stats
...
Change-Id: I670b3779d748e81097995961d6411d21a279bd08
7 years ago
Richard Fuchs
71efae70e6
Merge branch 'master' of https://github.com/oyvindkolbu/rtpengine
...
Change-Id: I6fb3b22c9c2741782a09cbfc2e5ccf879732fb3a
7 years ago
Sipwise Jenkins Builder
de7e233f8e
Release new version 7.0.0.0+0~mr7.0.0.0
7 years ago
Øyvind Kolbu
d3b267d7ac
Match default in daemon/main.c.
7 years ago
Richard Fuchs
326c6a5818
TT#43557 augment DTMF blocking to support directional blocking
...
Change-Id: I5d77b437fe746ac5f3b6c15d327755f9349b61d8
7 years ago
Richard Fuchs
04a83027a0
TT#43557 implement media blocking
...
Change-Id: I336cf7203c1236b3e596310690a89ce1c3fd8bf4
7 years ago
Richard Fuchs
4e6f2dc5f7
silence build warnings when no git is present
...
Change-Id: I387f5db9d7174c63af716d082fb5397e685da19d
7 years ago
Richard Fuchs
81cb5eddd6
Merge branch 'fix-homer-graphite-sysconfig' of https://github.com/oyvindkolbu/rtpengine
...
Change-Id: Ied9aa6b2ff97df1a49d00680835293ffabd9f153
7 years ago
Richard Fuchs
34759b7c48
add ability to specify payload type in pcap replay script
...
Change-Id: I819dd012ee45cc50c57d9129d1f8c99963c0483f
7 years ago
Øyvind Kolbu
a69bf0578e
Add Graphite options to el sysconfig.
7 years ago
Øyvind Kolbu
cceadfd6e6
Match latest variable names in rtpengine.init.
7 years ago
Guillem Jover
5ba52952c0
TT#42906 Add systemd notify support
...
Change-Id: Iba046fa3e36654cedb73203eb06a9d768720a6b0
7 years ago
Richard Fuchs
89084da8d8
TT#43855 support XMLRPC callback to Kamailio
...
Change-Id: I35f9abb5e98ff17f4fed28ca0e045e7d5d734b1d
7 years ago
Richard Fuchs
e67b9c40da
TT#43556 support blocking of DTMF event packets
...
Change-Id: I7ef43ddb254b1583c2dc69b44a13b978eff15510
7 years ago
Richard Fuchs
4edfe6537e
Merge branch 'centos7-build' of https://github.com/vasilevalex/rtpengine
...
Change-Id: I2586327f7c1f3b9ac556176fd578d484b090c9e8
7 years ago
Alexey Vasilyev
422e18de24
Separate build with/without transcoding
...
If you don't need to use transcoding and recording, so you don't need
to install ffmpeg libraries. Just change with_transcoding to 0.
Also some changes according directory name inside tar.gz archive
7 years ago
netaskd
8f4c54773a
update rtpengine-recording pid filename
...
sysinit script is not expected to see /var/run/ngcp-rtpengine-recording-daemon.pid
PID file name renamed to rtpengine-recording.pid
7 years ago
Richard Fuchs
b82cf56ec0
clean up code artefacts from cab9d895
...
Change-Id: I8aa475ee5338d5a0bdc57c082991624f8af809e2
7 years ago
Richard Fuchs
cab9d895b2
TT#42500 fix only one crypto suite being offered.
...
We should offer all crypto suites that we support. If passing through
SDES, we should amend the list of crypto suites with all additional ones
that we support that weren't included in the received offer.
closes #577
Change-Id: I9b6c16e8eadecf01cdbc8043bd8361e0f683e456
7 years ago
Richard Fuchs
135dfb73ae
fix handling of >1 consecutive media ports
...
fixes #610
Change-Id: I00124fa76461fe0b7e85717126628b068ebc006d
7 years ago
Richard Fuchs
828e2eea2c
add missing lock for configuring mixed output decoder
...
should fix #593
Change-Id: Ibc63d72101eb4575bcab57b44e8a96cbc3bb5cb6
7 years ago
Richard Fuchs
7dd8ed0b8f
quote options value strings in error output
...
Change-Id: Iaa938c08627831f367a4898355250737350cba58
7 years ago
Richard Fuchs
b4cac090f8
use git plumbing to determine branch and commit IDs
...
closes #596
Change-Id: I0c5294215a790e1b7d48f61e1e77964a63d42eb7
7 years ago
Richard Fuchs
d4afb14e11
fix DTMF packet allocation size
...
probably fixes #583
probably fixes #587
probably fixes #585
probably fixes #594
Change-Id: I6147acd4c539065142d15ce12b1a33993e1c0bec
7 years ago
Richard Fuchs
59d3399b41
add DTMF capability to simulator test script
...
Change-Id: Ied1e02d74eb998d3d0b54a5277bf4aeff2ccbeae
7 years ago
Richard Fuchs
a44b34a7a9
don't free event base before calling loopbreak()
...
Change-Id: I7f4283804b1c34a110e5f4ddad14bd1dd4122cc4
7 years ago
Richard Fuchs
89c0aa167d
additional options for test scripts
...
Change-Id: Idbbcc5323fa94f535ef7f868413f90800a1625ad
7 years ago
Guillem Jover
0224a49162
TT#40459 Move the rtpengine NFS mount point into its own systemd unit
...
We do not use a proper mount unit because that requires the mount point
to be encoded in the filename which is variable and depends on the value
coming from config.yml.
Change-Id: Ibb637c533c94bc3db119111460ca647a50a205af
7 years ago
Eric Green
f91b64fcdf
Make recording more accurately report source address. Fixes #584
7 years ago
Richard Fuchs
694e9d8f60
do not memcmp against uninitialized bytes
...
silences valgrind warnings
reported in #585
Change-Id: I40098d6eab5e128b537fb0cc2821b60d3553c4cb
7 years ago
Richard Fuchs
0aeb06f613
TT#40900 store metadata in call struct instead of recording struct
...
makes it possible to set the metadata before recording has been started
closes #579
Change-Id: I885a39fbc53345a4e9f2459f3cd972cb1198c210
7 years ago
Richard Fuchs
178391e177
fix possible core dump when processing certain malformed SDP
...
Change-Id: I3240f09033d7e587c48f8baa315953c553b99f0b
7 years ago
Alexander Lutay
bc9f09cdf5
TT#41051 Fix shellcheck warning for Red Hat init scripts
...
* warning: cachefile appears unused. Verify it or export it. [SC2034]
* warning: Double quote to prevent globbing and word splitting. [SC2086]
* removed unnecessary space
Change-Id: I71276ca08d1a5599bf1034403d2973ef78d8079e
7 years ago
Sipwise Jenkins Builder
1a8dc4aada
Release new version 6.5.0.0+0~mr6.5.0.0
7 years ago
Richard Fuchs
eac981c424
Merge branch 'master' of https://github.com/netaskd/rtpengine
...
Change-Id: I7e6b8cdd4fce880c118791ead30b48f573e09b31
7 years ago
netaskd
1ab8cb121e
commented out all pre-start arguments because all of them can be configured in main config file of application
7 years ago
netaskd
f52e3490a9
refactoring handling kernel table for config and sysconfig. variable KERNEL deleted as unused
7 years ago
Richard Fuchs
e860b640db
Merge branch 'master' of https://github.com/netaskd/rtpengine
...
Change-Id: I32a7f520e535d6bb05b4ba47e9a32c1b30f0cb3a
7 years ago
netaskd
e64a8147cd
renamed mariadb-devel to mysql-devel for centos6 compatibility
7 years ago
netaskd
a1ac45aa71
- add package recording
...
- update to ngcp-rtpengine version 6.4.0.0
7 years ago
Richard Fuchs
d26b11ffb0
fix compilation for with_transcoding=no
...
Change-Id: Ibb63f51b909052d81ebf1865335a428a421d856e
7 years ago
Richard Fuchs
be9c3146f4
fix missing header include
...
fixes #569
Change-Id: I795a96dbe224bc798317e47b11d758e56e26d1ae
7 years ago
Richard Fuchs
08fc00906d
fix segfault with DTMF logging and implicit payload types
...
fixes #571
Change-Id: Id2b575ff555d7968006309bcb5b5d6bbac2ed1e7
7 years ago
Richard Fuchs
a9ec666cb4
TT#38350 implement sending DTMF events to syslog
...
Change-Id: I82fbdc7da6cbe2505ef1c98dd3c45b63c4461994
7 years ago
Richard Fuchs
dd34574669
TT#38350 keep track of the most used RTP payload type
...
Instead of just remembering the last seen RTP payload type, this adds a
tracker that keeps track of the last 32 seen payload types and keep the
list in order of how often each type was seen.
Change-Id: I062a43b7bfc9413b755dca548d72953ff8245477
7 years ago
Richard Fuchs
4eb80da836
compile fix for with_transcoding=no option
...
fixes #568
Change-Id: I97fba6bb767a572d6b701e274176913270e55f16
7 years ago
Richard Fuchs
d66a2e5191
TT#38351 support specifying interfaces by name
...
closes #566
Change-Id: Ia9a5c6d9d702e27404a7e27503970ee9a8dac7b9
7 years ago
Richard Fuchs
cbe7e5ab1d
TT#36700 implement ports free list
...
eases CPU usage when the number of available ports runs low
Change-Id: I0cdb035991a54a96c94ff47b074c91ff2b74c9bd
7 years ago
Richard Fuchs
bfac341aec
shut down transcoding engine when it's not needed
...
closes #562
Change-Id: I3c96cdcdeea8ee815f0ae7e40a4caccbfee9977e
7 years ago