Hi, I'm trying to create cool SIP flows to be displayed in a HTML. What I'm looking for is something like (or exactly) this:
http://www.tech-invite.com/Ti-sip-dialog.html
There you can click into messages to show the complete headers/body and so on. Does somebody know a tool to create such flows? Thanks for any suggestion.
NOTE: There are some others utilities that allow creating TXT flows, as in a draft/RFC. I'm looking for something really more powerful than that.
Whatever method CDRTool uses to draw them from 'siptrace' data is quite good. But I am not sure if it is its own or if it's a library/package of some kind.
On 09/21/2010 03:46 PM, Iñaki Baz Castillo wrote:
Hi, I'm trying to create cool SIP flows to be displayed in a HTML. What I'm looking for is something like (or exactly) this:
http://www.tech-invite.com/Ti-sip-dialog.html
There you can click into messages to show the complete headers/body and so on. Does somebody know a tool to create such flows? Thanks for any suggestion.
NOTE: There are some others utilities that allow creating TXT flows, as in a draft/RFC. I'm looking for something really more powerful than that.
2010/9/21 Alex Balashov abalashov@evaristesys.com:
Whatever method CDRTool uses to draw them from 'siptrace' data is quite good. But I am not sure if it is its own or if it's a library/package of some kind.
Yes, that could inspire me. I will take a look to it.
Thanks.
Hello,
sipscenario is pretty good for usage in command line, then use a browser. It is very customizable, but you need to check the sources for parameters, it is a perl script:
Cheers, Daniel
On 9/21/10 9:46 PM, Iñaki Baz Castillo wrote:
Hi, I'm trying to create cool SIP flows to be displayed in a HTML. What I'm looking for is something like (or exactly) this:
http://www.tech-invite.com/Ti-sip-dialog.html
There you can click into messages to show the complete headers/body and so on. Does somebody know a tool to create such flows? Thanks for any suggestion.
NOTE: There are some others utilities that allow creating TXT flows, as in a draft/RFC. I'm looking for something really more powerful than that.
I have a feeling that maybe what CDRTool does is run data through ASCII SIP scenario generator and then just replace certain artifacts of its output, like ASCII art arrows, etc., into arrow images, and also split up the output into tabular form. I haven't looked at the code (não falamos Python), but that is what it looks like to me.
-- Alex Balashov - Principal Evariste Systems LLC 1170 Peachtree Street 12th Floor, Suite 1200 Atlanta, GA 30309 Tel: +1-678-954-0670 Fax: +1-404-961-1892 Web: http://www.evaristesys.com/
On Sep 21, 2010, at 6:06 PM, Daniel-Constantin Mierla miconda@gmail.com wrote:
Hello,
sipscenario is pretty good for usage in command line, then use a browser. It is very customizable, but you need to check the sources for parameters, it is a perl script:
Cheers, Daniel
On 9/21/10 9:46 PM, Iñaki Baz Castillo wrote:
Hi, I'm trying to create cool SIP flows to be displayed in a HTML. What I'm looking for is something like (or exactly) this:
http://www.tech-invite.com/Ti-sip-dialog.html
There you can click into messages to show the complete headers/body and so on. Does somebody know a tool to create such flows? Thanks for any suggestion.
NOTE: There are some others utilities that allow creating TXT flows, as in a draft/RFC. I'm looking for something really more powerful than that.
-- Daniel-Constantin Mierla http://www.asipto.com
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
2010/9/22 Daniel-Constantin Mierla miconda@gmail.com:
Hello,
sipscenario is pretty good for usage in command line, then use a browser. It is very customizable, but you need to check the sources for parameters, it is a perl script:
Thanks, I used it some time ago to render SIP pcap captures. Using it to render non-pcap data (as my case) perhaps is a bit difficult as involves going very deep into the Perl code (opsss, Perl...), but I'll take a look :)
Thanks a lot.