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: [monitoring] svn commit: r739997

2009-02-02 Thread Rahul Akolkar
On Mon, Feb 2, 2009 at 9:57 AM, wrote: > Author: nicolas > Date: Mon Feb 2 14:57:19 2009 > New Revision: 739997 > > URL: http://svn.apache.org/viewvc?rev=739997&view=rev > Log: > API change : StopWatch returns itself to allow method call chaining > > Added: > > commons/sandbox/monitoring/bra

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