Re: [reSIProcate-users] how can i use 18x provisional response with reliability
Looks like you need to add a 100rel as a supported option in the
MasterProfile. Take a look at
DialogUsageManager::validateRequiredOptions to see the code that is
getting triggered.
Also Note: Apparently UAS PRACK support is not currently implemented
in DUM. See the comments in MasterProfile.hxx (ln51) for more
information on the PRACK support in DUM.
Cheers,
Scott
On Thu, Nov 20, 2008 at 2:04 AM, Tanim <tanim@xxxxxxxxxxxxxxxx> wrote:
> Hello,
>
> I am trying to develop a phone based on voip and I am using the resiprocate
> sip stack. I want to implement provisional response with reliability in
> this. I set the UacReliableProvisionalMode to Required and
> UasReliableProvisionalMode to Supported. But in the callee side, it is
> generating a 420 message. What am i doing wrong? I found out that the first
> invite message could have any of the reliableProvisionalMode. What should be
> my course of action? I am using DUM. What the flow should be like if I make
> an offer in the INVITE request with a require field with 100rel.
>
> Thanks in advance. Best regards.
>
> -Tanim
> _______________________________________________
> resiprocate-users mailing list
> resiprocate-users@xxxxxxxxxxxxxxx
> List Archive: http://list.resiprocate.org/archive/resiprocate-users/
>