News:

Welcome on our forum!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - dionsalv

#1
How about different sounds for different messages?

E.g. one sound for a message with a "6-" in it, and a different sound for any other message
#2
Hi Arthur,

This has turned out to be quite a handy tool for us. I've worked out now how to edit the filters and have now added extra codes for new alarms to be displayed!!

Now that we have a sound playing everytime a line appears on the screen, is it also possible to play a different sound whenever a byte is received and NOT displayed or when a line is added to the log file??

Cheers :)
#3
I have placed this in the filter. Now to sit back and watch the magic :)

Once again, thanks for the prompt service!! 10/10
#4
Hello again Arthur,

So once again, a BIG thanks for helping out here. I have been tinkering with this and have been able to produce an alerts system that will fit our needs.

There is only one more thing though.. From the original post where I wanted to only display lines that had certain characters, this has changed (which I didn't notice in the old script I'm trying to duplicate).

The only lines that need to be displayed are:
"0-"
"1-"
"2-"
"4-"
"16"

"3-A"
"3-B"
"3-C"
"3-D"
"3-E"
"3-I"
"3-J"

"5-K"

"6-A"
"6-B"
"6-C"
"6-D"
"6-E"
"6-F"
"6-G"
"6-H"
"6-O"

"13-A"
"13-B"
"13-C"
"13-D"
"13-E"
"13-F"
"13-G"
"13-K"

Will this be too much to ask for out of the application? And if not what would the Expression be for such a complex filter?? Or would there need to be multiple filters etc?

Thanks in advance (again)!!
#5
Hi Arthur,

THANK YOU!!

So, I've followed your instructions, and so far, looks like I have some success.

2 problems though is that when a valid alert come through, it is not displayed until a following alert comes though AND is it possible to make the alert come through looking like the original format? E.g. currently the alert is shown on one line, can it be broken up into multiple lines?

Thanks again..
#6
Hi Arthur,

have you had any luck determining whether or not either of these applications are suitable for us to use?

Sorry to come across pushy, this (as always) is an urgent project for us.

Thanks again!!
#7
Sorry.. I have tried both apps "Advanced PBX Data Logger" and "Advanced Serial Data Logger".

I dont have any working configs.. Is it easier if I just scrap everything and you send me a config file???
#8
Hi,

Thanks for your reply!! :)

I have attached the output log. You will see many messages that start with "SYSTEM MESSAGE.....".

After the words "SYSTEM MESSAGE" you will see a 'code', for example, this log is full of codes "33-R".

I want to only display the messages that start with:
"0-"
"1-"
"2-"
"3-"
"4-"
"5-"
"6-"
"13"
"16"

I hope this is enough information for you.

Thanks.
#9
Hello,

I am trying out Advanced PBX Data Logger to capture messages from our NEC PABX. I want to:
1. Log all messages to a log file (which I can sucessfully do);
2. Output only some messages to the screen and play a sound (for critical messages).
   
I want to display only messages that display the below charicters after "SYSTEM MESSAGE" on the first line:
"0-"
"1-"
"2-"
"3-"
"4-"
"5-"
"6-"
"13"
"16"

Below are 2 sample messages:
SYSTEM MESSAGE 33-R      IP PKG WARNING
   NET.SERVICE GTS25                              JUN 15 11:30
LP06-0-ACT
  1:2400 0204 0103 000A   2:0519 0244 FEA8 DE02   3:0000 0000 0000 0000
  4:0000 0000 0000 0000   5:0000 0000 0000 0000   6:0000 0000 0000 0000
  7:0000 0000 0000 0000   8:0000 0000 0000 0000   9:0000 0000 0000 0000


SYSTEM MESSAGE 6-H       BAD CALL NOTIFICATION
   NET.SERVICE GTS01                              JUN 15 11:30
LP00-0-ACT
  1:1560 9900 A200 1800   2:00DF 0239 0239 00DF   3:0000 0000 0000 0000
  4:0000 0000 0000 0000   5:0000 0000 0000 0000   6:0000 0000 0000 0000
  7:0000 0000 0000 0000   8:0000 0000 0000 0000   9:0000 0000 0000 0000

Is this possible to acheive with the application??

Thanks in advanced!!