Have you confirmed a Record-Route header was added to the SIP messages
exchanged?

Anyway, I would try to enable debug log in the SIP client to see what it is
deciding to do when you press the hangup button (ideally we should see the
BYE and the address to where the request is being sent to, if it is failing
to open a WSS connection with opensips etc).


On Fri, Jun 16, 2023 at 11:22 PM Pat M <[email protected]> wrote:

> so even after adding the record route it still does not hangup and send
> the bye
>
> Sent with Proton Mail <https://proton.me/> secure email.
>
> ------- Original Message -------
> On Thursday, June 15th, 2023 at 11:02 PM, mayamatakeshi <
> [email protected]> wrote:
>
>
>
> On Fri, Jun 16, 2023 at 2:05 AM Pat M <[email protected]> wrote:
>
>> See below
>>
>> but what i can see there is no Allow, not sure if that is why?
>>
>>
>>> You are not using Record-Route.
> This is not required for SIP to work as long as the UAs are able to talk
> to each other independently of the SIP proxy after a session is established.
> But probably this is not your case.
> Please try adding this to your route{}:
>
> if (is_method("INVITE"))
> record_route();
>
>
>
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to