Re: text flow - a trivial generator of RFC like ASCII call flows (sequence diagrams)

2009-12-22 Thread Richard Newman
> Thanks, look very interesting! > On what SIP server did you try it, only Sailfin? Yes, just SailFin. It should work seamlessly with SIPMethod, too, and is likely to work with any SIP Servlet-compliant container. I've never used WebLogic/OCCAS. -- You received this message because you are s

Re: text flow - a trivial generator of RFC like ASCII call flows (sequence diagrams)

2009-12-22 Thread Tzach
Thanks, look very interesting! On what SIP server did you try it, only Sailfin? I'm working mostly with Oracle OCCAS (formerly WebLogic Sip Server). BTW, I added a minor feature, which make the actor specify optional. On Dec 22, 2:54 am, Richard Newman wrote: > > Thanks Newman > > Useful link! >

Re: text flow - a trivial generator of RFC like ASCII call flows (sequence diagrams)

2009-12-21 Thread Richard Newman
> Thanks Newman > Useful link! > I'm doing a lot of SIP as well, and I even have a (not so) secret plan > to extend this to create a simple SIP UA simulation. You might be interested in http://github.com/rnewman/clj-sip -- You received this message because you are subscribed to the Google Group

Re: text flow - a trivial generator of RFC like ASCII call flows (sequence diagrams)

2009-12-21 Thread Tzach
Thanks Newman Useful link! I'm doing a lot of SIP as well, and I even have a (not so) secret plan to extend this to create a simple SIP UA simulation. On Dec 21, 8:57 pm, Richard Newman wrote: > > I would appreciate your feedback on the code, improvement suggestions > > or any other input. > > T

Re: text flow - a trivial generator of RFC like ASCII call flows (sequence diagrams)

2009-12-21 Thread Richard Newman
> I would appreciate your feedback on the code, improvement suggestions > or any other input. This is fantastic, thank you for sharing! I do SIP during the day, so this will come in handy. See also http://www.websequencediagrams.com/ which does a good job for producing images. -- You receiv

text flow - a trivial generator of RFC like ASCII call flows (sequence diagrams)

2009-12-21 Thread Tzach
Hey all, During my day job, I often need to create call flows (sequence diagrams). For formal documents, I mostly used Visio or EventStudio, but when I need something quick and dirty in pure ASCII, these tools are too heavy. For a while I use my own simple CL solution, and now I ported it to Clojur