Friend you know tell me if it is possible to make the packets sniffer sip with SER or SEMS?
thanks,
Hello All!
2010/7/22 Fernando Pessoa fernandopessoa@itin.com.br:
Friend you know tell me if it is possible to make the packets sniffer sip with SER or SEMS? thanks,
tcpdump -s 0 -i any -w sip_sniffer.log port 506
On 7/22/10 9:10 PM, Peter Lemenkov wrote:
Hello All!
2010/7/22 Fernando Pessoafernandopessoa@itin.com.br:
Friend you know tell me if it is possible to make the packets sniffer sip with SER or SEMS? thanks,
tcpdump -s 0 -i any -w sip_sniffer.log port 506
also, not same complete details about packets as with tcpdump (or ngrep, or tshark), ser and kamailio have siptrace module, that can store sip messages in database.
A custom sip traffic storing can be done from config, using pseudo-variables, recording in database or files (via modules like sqlops, perl, exec, app_lua, ...).
Cheers, Daniel