Re: [SCXML ]Re: Need some guidance in making a SIP application using commons-SCXML

2009-02-02 Thread Rahul Akolkar
On Mon, Feb 2, 2009 at 11:56 AM, Saurabh Agarwal wrote: > Thanks Rahul, > > Sorry for posting on dev list but I would request you to please end my > discussion on this list from any subsequent post I will use user list ,I > just dont want to loose context , Hope you will understand. > > OK, but

[SCXML ]Re: Need some guidance in making a SIP application using commons-SCXML

2009-02-02 Thread Saurabh Agarwal
Thanks Rahul, Sorry for posting on dev list but I would request you to please end my discussion on this list from any subsequent post I will use user list ,I just dont want to loose context , Hope you will understand. I have one more simple question is anybody aware of any SCXML editors ( if po

Re: Need some guidance in making a SIP application using commons-SCXML

2009-02-02 Thread Rahul Akolkar
I've responded below, but if there are subsequent posts, please continue this discussion on the user list, which suits this topic better. If you change the email subject, please prefix with [SCXML]. With respect to SIP and SCXML, I'm aware there have been integration efforts, though there isn't an

Re: Need some guidance in making a SIP application using commons-SCXML

2009-02-02 Thread Saurabh Agarwal
Thanks Siegfried , Yes I am aware that in Sip Servlet spec SIP messgages are treated as Java Classes etc . What I intended to ask that how can I use Commons-SCXML with SIP , Actually this is waht i want to do . 1. I want to make a SIP application server that will recieve some SIP messages ( INVI

Re: Need some guidance in making a SIP application using commons-SCXML

2009-02-02 Thread Siegfried Goeschl
Hi, I don't know SCXML but worked with SIP +) a SIP message is not a ASCII message but a Java data structure very similiar to ServletRequest and ServletResponce (afaik SipServletRequest and SipServletResponse) +) depending on your requirements you have to parse the SDP's Cheers Siegfried Goesc

Need some guidance in making a SIP application using commons-SCXML

2009-02-01 Thread Saurabh Agarwal
Hi All, I am new to commons-SCXML and I am trying to make SIP application using sailfin ( Leveraging SIP Servlets ). I came across SCXML and thought it can be of great use , As far as I had understood I can write the state machines iusing scxml and dont have to write much java code except some he