Hi,

Let's say I want to respond to a specific MESSAGE from outside of the
callback function, what is the easiest way to differentiate between
the different MESSAGEs? What structure do I save? SofSipCli keeps a
list of operation handles that correspond to their respective INVITEs,
but apparently a handle isn't enough in this case.

Thanks,
Jan

On 7/26/07, Pekka Pessi <[EMAIL PROTECTED]> wrote:
> 2007/7/26, Jan Van den bosch <[EMAIL PROTECTED]>:
> > Exactly why do I have to include a NUTAG_WITH_THIS() tag when I'm
> > responding to an incoming MESSAGE in my callback function? Responding
> > to an incoming INVITE doesn't require this. :|
> >
> > ssc_i_message():
> >
> > nua_respond(nh, 200, NULL, NUTAG_WITH_THIS(nua), TAG_END());
>
> It is a wart, I admit. There can be only a single ongoing INVITE but,
> in principle, multiple MESSAGE transactions. However, there is usually
> no dialog so the next MESSAGE is handled by a different handle...
>
> --
> Pekka.Pessi mail at nokia.com
>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to