[reSIProcate] DUM: enablePrack methods?
Scott Godin
sgodin at sipspectrum.com
Fri Jun 6 08:34:09 CDT 2014
Hi John,
When you enable PRACK via the setUasReliableProvisionalMode and
setUacReliableProvisionalMode profile API's DUM will automatically add the
100rel to the Support headers for you.
I will update the comments with the correct API names.
Scott
On Thu, Jun 5, 2014 at 4:40 PM, John Gregg <jgregg at aylus.com> wrote:
>
> I am updating some old app code that used an older resiprocate version. It
> did this:
>
> mDum->getMasterProfile()->addSupportedOptionTag(Token(Symbols::C100rel));
>
> which of course hits this assert in 1.9.6:
>
> void
> MasterProfile::addSupportedOptionTag(const Token& tag)
> {
> if (tag == Token(Symbols::C100rel))
> {
> //use enablePrackUas and enablePrackUac
> assert(0);
> }
> mSupportedOptionTags.push_back(tag);
> }
>
> Am I correct in thinking that my app should just not do that anymore? A
> quick grep reveals no such routines as enablePrackUas and enablePrackUac,
> so at the very least, the comment should be changed.
>
> regards,
>
> -John Gregg
>
> _______________________________________________
> resiprocate-devel mailing list
> resiprocate-devel at resiprocate.org
> https://list.resiprocate.org/mailman/listinfo/resiprocate-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20140606/80ae61bc/attachment.htm>
More information about the resiprocate-devel
mailing list