Plz refer to some work in JSR-180 SIP API for J2ME Specification. It basically talks of connection notifiers and client/server connections. Applications indicate their interest in receiving those requests that have a specific feature tag (more explained in 3840/3841). And whenever a request is received that has the Accept-Contact with the required feature tag the underlying UA layer notifies it to the application.
I guess it solves your problem to some extent. regards On 7/18/05, Sip Shakers <[EMAIL PROTECTED]> wrote: > On 7/18/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > Based on the dialog id, SIP ua can identify the related dialog for > > incoming invite. I think SIP UA can created multiple dialogs for > > different users/applications. > > > > Vivek > > > thanks for the reply...but issue is when INVITE is received for the > first time outside a dialog... then how does UA know to which > application (if multiple apps are expecting INVITE) INVITE has to be > routed? > > I guess there has to be a standard way to do it b'cos number of apps > can be unlimited which would be using SIP for session control. > > Probably is there any 'type or application-type' parameter which can > be used to do this routing? such that each application can register > itself with UA for incoming INVITE callbacks with their specific > application-type, which is expected in the INVITE for it. > > regards, > -nins > > _______________________________________________ > Sip-implementors mailing list > [email protected] > http://lists.cs.columbia.edu/mailman/listinfo/sip-implementors > _______________________________________________ Sip-implementors mailing list [email protected] http://lists.cs.columbia.edu/mailman/listinfo/sip-implementors
