< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate] adding non-sdp contents to outbound invites using DumFeature


You could use a unique user profile per call.  You would set a unique
outbound decorator per call that would encapsulate the specific body
you want to the add to the messages.  This avoids the mapping
complications.

Scott

On Wed, Aug 26, 2009 at 2:46 PM, Justin Matthews<jmatthewsr@xxxxxxxxx> wrote:
> Hi,
>
>
>
> I am trying to add contents in addition to the normal SDP of an outbound
> invite.  Using a DUM feature I want to store the contents pointer of this
> new content in the appdialogset so that the contents can be looked up and
> applied to the message.  The problem is trying to get the appdialogset from
> the sipmessage sent to the feature without having an actual Dialog. Is there
> a better way to do this?  I’ve looked at messagedecorator and possibly
> storing a map of dialogsetid’s to contents in my feature object, but the
> messagedecorator has the rollback mechanism which seems like wasted cycles
> and increased complexity and the map requires removing the entries once the
> outbound call is finished.
>
>
>
> Any ideas?
>
>
>
> Thanks,
>
>
>
> -justin
>
> _______________________________________________
> resiprocate-devel mailing list
> resiprocate-devel@xxxxxxxxxxxxxxx
> https://list.resiprocate.org/mailman/listinfo/resiprocate-devel
>