Hi

Everytime opensips sends the BYE, it's generated inside local_route:
https://www.opensips.org/Documentation/Script-Routes-3-1#toc6

So put a xlog there to see why. Something like this:
local_route
{
  if (is_method("BYE"))
  {
      xlog("L_ERR", "LOCAL_ROUTE - BYE - $DLG_end_reason - $ru - $ci");
  }
}


On Wed, Sep 14, 2022 at 5:04 PM Johan De Clercq <jo...@democon.be> wrote:

> Xlog(….);
>
> Outlook voor iOS <https://aka.ms/o0ukef> downloaden
> ------------------------------
> *Van:* Users <users-boun...@lists.opensips.org> namens Saint Michael <
> vene...@gmail.com>
> *Verzonden:* Wednesday, September 14, 2022 9:56:41 PM
> *Aan:* OpenSIPS users mailling list <users@lists.opensips.org>
> *Onderwerp:* Re: [OpenSIPS-Users] The update from yesterday makes all
> calls fail after 20 seconds, how do I go back?
>
> how do I do this:
> " put some log on local_route"
> Sorry I am learning
>
>
> On Wed, Sep 14, 2022 at 3:55 PM Daniel Zanutti <daniel.zanu...@gmail.com>
> wrote:
>
> So your Opensips is hanging up the call.
>
> Do you see any log on it? Try put some log on local_route if you don't see
> anything.
>
>
>
> On Wed, Sep 14, 2022 at 4:40 PM Saint Michael <vene...@gmail.com> wrote:
>
> This is a trace showing a BYE from Opensips, but none of the sides did
> actually hangup.
>
>
> On Wed, Sep 14, 2022 at 3:33 PM Saint Michael <vene...@gmail.com> wrote:
>
> I use opensips 3.1, and I did an update yesterday. in all the boxes that I
> upgraded all calls fail after 20 seconds.
>
> cd /usr/src/opensips-3.1/
> git pull
> make clean;make proper;make all
> make modules
> make install
> clearlog.sh
> systemctl restart opensips
> opensips -V
>
>
>
> How do I go back?
>
>
>
> _______________________________________________
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
> _______________________________________________
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
> _______________________________________________
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to