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

Re: [reSIProcate] (DUM) Question about having user-specified end reasons


virtual void onReadyToSend(resip::InviteSessionHandle ish, resip::SipMessage &m)
{
if(m.header(h_RequestLine).getMethod()==resip::BYE))
m.header(h_Reasons).push_back("blahblah");
}


On Wed, Mar 2, 2011 at 9:49 AM, Francis Joanis <francis.joanis@xxxxxxxxx> wrote:
Hi again,

Is there a way in DUM to have a user-specified reason when ending an InviteSession? It looks like all the reasons have to be hard defined in the code (EndReasons).

Thanks a lot,
Francis

_______________________________________________
resiprocate-devel mailing list
resiprocate-devel@xxxxxxxxxxxxxxx
https://list.resiprocate.org/mailman/listinfo/resiprocate-devel