Skip to content

Commit 3fd44f9

Browse files
committed
Updated Readme and Version
1 parent cdbf3a2 commit 3fd44f9

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

plugins/filters/app_audiocodes/filter_app_audiocodes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function FilterAppAudiocodes() {
3131
'autolocal': false,
3232
'localip': '127.0.0.1',
3333
'localport': 5060,
34-
'version': '7.20A.260.012',
34+
'version': '7.40A.500',
3535
'ini': false,
3636
'iniwatch': false
3737
},

plugins/filters/app_audiocodes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pastash/filter_app_audiocodes",
3-
"version": "1.1.6",
3+
"version": "1.2.0",
44
"description": "Audiocodes Syslog plugin for @pastash/pastash",
55
"main": "filter_app_audiocodes.js",
66
"scripts": {

plugins/filters/app_audiocodes/readme.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ input {
4747
4848
filter {
4949
app_audiocodes{
50-
version => '7.40A.100.114'
5150
debug => false
5251
autolocal => true
5352
ini => '/path/to/copy/of/audiocodes.ini'
@@ -87,7 +86,6 @@ Parameters for `app_audiocodes`:
8786
* `correlation_contact`: Auto-Extract correlation from Contact x-c. Default : false.
8887
* `debug`: Enable debug logs. Default : false.
8988
* `file_debug`: Enable debug using file input. (For development) Default : false.
90-
* `version`: Syslog parser version. Supports `7.40A.500` _(or higher)_. Default: 7.20A.260.012 (OPTIONAL after version 1.1.6)
9189

9290
For full instructions consult the [plugin documentation](https://github.com/sipcapture/paStash/blob/next/plugins/filters/app_audiocodes/app_audiocodes.md)
9391

0 commit comments

Comments
 (0)