[OpenSIPS-Users] The update from yesterday makes all calls fail after 20 seconds, how do I go back?

Daniel Zanutti daniel.zanutti at gmail.com
Wed Sep 14 20:51:38 UTC 2022


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 <johan at democon.be> wrote:

> Xlog(….);
>
> Outlook voor iOS <https://aka.ms/o0ukef> downloaden
> ------------------------------
> *Van:* Users <users-bounces at lists.opensips.org> namens Saint Michael <
> venefax at gmail.com>
> *Verzonden:* Wednesday, September 14, 2022 9:56:41 PM
> *Aan:* OpenSIPS users mailling list <users at 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.zanutti at 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 <venefax at 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 <venefax at 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 at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20220914/572af07e/attachment.html>


More information about the Users mailing list