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 ( INVITE , REFER etc ) and do some processing etc on it like check
some headers , fork SIP messages etc .

I want to do this with the help of Sailfin and SIP Servelts .

2. Now what I want now is also use SCXML as my state machine may change very
dynamically as per client requirments so I want to use SCXML so that we dont
have to go on changing code frequenly and can concentrate on buisness logic.

Can anybody help me the following:

1. How can I integrate SIP servlet ( running inside sailfin )  with
commons-scxml.
2. How can I pass the SIP message to the state machine defined in SCXML and
is it possible to easily modify headers in it .


Any help is highly appreciated .

Thanks
Saurabh

On Mon, Feb 2, 2009 at 7:09 PM, Siegfried Goeschl <
siegfried.goes...@it20one.at> wrote:

> 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 Goeschl
>
>
> Saurabh Agarwal wrote:
> > 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 helper functions.
> >
> > I have couple of questions which I am not able to understand yet :
> >
> > 1. How to integrate SIP Servlet and Commons-scxml ( I tried to understand
> > shale but unable to do so ).
> > 2. Can Commons-scxml parse and do some logic on a SIP message ( Ascii
> messge
> > ) and give me results.
> >
> > Any pointers are highly appreciated.
> >
> > Please help
> >
> > Thanks
> > Saurabh Agarwal
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


-- 

"Successful people make more mistakes because they do more "
Thanks
Saurabh Agarwal

Reply via email to