-
-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not getting audiocode sip logs in homer app #667
Comments
Please star this repository to motivate the developers and to get higher priority! ⭐ |
The audiocodes extension is pending some major redesign so you might want to wait (and star the project) With the above stated, I'm not sure where "audiocodes.log" comes from since its not part of the configuration.
The input block expects UDP syslog from the SBC on any interface. No files involved. |
Hello @lmangani , Also ,I have option for syslog Protocol to change it to TCP from UDP under Logging settings of Audiocode SBC. Please suggest. Thanks |
This integration is not for ingesting CDRs but rather to ingest the Audiocodes syslog events and extract signaling. We have no idea what your files might contain and as such, we cannot assist. I would suggesting reviewing the examples and understanding what the system expects before proceeding further. HOMER ingest signaling using the HEPv3 protocol. |
Hello Everyone ,
I have homer installed in one of my server but I am not sure if I am getting any log in file "audiocodes.log" file under Pastash.
There is no log coming under this directory.
I have below config.conf file configuration:
input {
udp {
host => 10.171.40.226
port => 514
type => syslog
}
}
filter {
app_audiocodes{
debug => true
autolocal => true
}
}
output {
stdout{}
if [rcinfo] != 'undefined' {
hep {
host => '127.0.0.1'
port => 9060
hep_id => 2222
}
}
}
################################################
Audiocodes.ini file is also updated and in place under pastash.
Could you please help me find where I am wrong and reason why I am not getting traces.
I can share any configuration if required.
PS: I am expert on sip but dont have much expertise on linux.
Thanks
Prateek
The text was updated successfully, but these errors were encountered: