Re: [SR-Users] Capturing a users call (SIP+RTP+T.38)

2012-06-11 Thread Klaus Darilion
For the records: I tested pcapsipdump and it fulfills its job (although there is space for iprovements) regards Klaus On 06.06.2012 13:07, Klaus Darilion wrote: Hi all! Do you know any comfortable tools to filter out a certain users call? e.g. searching in SIP packets for the user pattern, ge

Re: [SR-Users] : Capturing a users call (SIP+RTP+T.38)

2012-06-06 Thread Anton Kvashenkin
You can try homer sip capture server, just google it. 06.06.2012 15:08 пользователь "Klaus Darilion" написал: > Hi all! > > Do you know any comfortable tools to filter out a certain users call? e.g. > searching in SIP packets for the user pattern, get the media port out of > SDP and capture also

Re: [SR-Users] Capturing a users call (SIP+RTP+T.38)

2012-06-06 Thread SamyGo
Hi, Once I tried and pretty much succeeded in getting wireshark to capture packets on the go from a server. I could see in wireshark capture interface "Remote://" - But AFAIR that needs some libraries to be installed on remote server and 2-years ago it wasn't very stable/reliable as well. Regards,

Re: [SR-Users] Capturing a users call (SIP+RTP+T.38)

2012-06-06 Thread Daniel-Constantin Mierla
Hello, if you look to a command line tool, there is tshark that comes with wireshark and takes a lot of parameters. I just remembered that once I saw it can do Lua scripting and there is an example of dumping sip calls in different files, see: http://wiki.wireshark.org/Lua/Examples Cheers,

Re: [SR-Users] Capturing a users call (SIP+RTP+T.38)

2012-06-06 Thread Klaus Darilion
Wireshark is nice for "later analysis". But IMO it is not suitable to capture. I will have a look at the suggested tools. thanks Klaus On 06.06.2012 15:17, Daniel-Constantin Mierla wrote: Hello, afaik, wireshark can be used also to store the signaling and media for sip calls -- it can reply

Re: [SR-Users] Capturing a users call (SIP+RTP+T.38)

2012-06-06 Thread Daniel-Constantin Mierla
Hello, afaik, wireshark can be used also to store the signaling and media for sip calls -- it can reply the audio, if it is such call. Cheers, Daniel On 6/6/12 3:09 PM, Sebastian Ferguson wrote: Hi: I've used this one http://www.voipmonitor.org/ I don't think it can record T.38 but it's a

Re: [SR-Users] Capturing a users call (SIP+RTP+T.38)

2012-06-06 Thread Sebastian Ferguson
Hi: I've used this one http://www.voipmonitor.org/ I don't think it can record T.38 but it's a great tool. You can save a pcap file for every call, you can have the MOS score of each call and you can save RTP as well as a wav file. You can also try this one http://oreka.sourceforge.net/ I think t

[SR-Users] Capturing a users call (SIP+RTP+T.38)

2012-06-06 Thread Klaus Darilion
Hi all! Do you know any comfortable tools to filter out a certain users call? e.g. searching in SIP packets for the user pattern, get the media port out of SDP and capture also RTP+T.38 I found pcapsipdump but have not tried it yet. Any suggestions or do I have to write my own tool? thanks