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

2022-09-15 Thread Daniel Zanutti
{ >> xlog("L_ERR", "LOCAL_ROUTE - BYE - $DLG_end_reason - $ru - $ci"); >> } >> } >> >> >> On Wed, Sep 14, 2022 at 5:04 PM Johan De Clercq wrote: >> >>> Xlog(….); >>> >>> Outlook voor iOS <https://aka.ms/o0

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

2022-09-15 Thread Saint Michael
@gmail.com> >> *Verzonden:* Wednesday, September 14, 2022 9:56:41 PM >> *Aan:* OpenSIPS users mailling list >> *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: &g

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

2022-09-14 Thread Saint Michael
ok voor iOS <https://aka.ms/o0ukef> downloaden >> -- >> *Van:* Users namens Saint Michael < >> vene...@gmail.com> >> *Verzonden:* Wednesday, September 14, 2022 9:56:41 PM >> *Aan:* OpenSIPS users mailling list >> *Onderwer

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

2022-09-14 Thread Daniel Zanutti
t; > *Verzonden:* Wednesday, September 14, 2022 9:56:41 PM > *Aan:* OpenSIPS users mailling list > *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"

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

2022-09-14 Thread Johan De Clercq
Xlog(….); Outlook voor iOS<https://aka.ms/o0ukef> downloaden Van: Users namens Saint Michael Verzonden: Wednesday, September 14, 2022 9:56:41 PM Aan: OpenSIPS users mailling list Onderwerp: Re: [OpenSIPS-Users] The update from yesterday makes all call

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

2022-09-14 Thread Saint Michael
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 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 P

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

2022-09-14 Thread Daniel Zanutti
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 wrote: > This is a trace showing a BYE from Opensips, but none of the sides did > actually hangup. > > > On Wed, Sep 14,

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

2022-09-14 Thread Saint Michael
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 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/ >

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

2022-09-14 Thread Saint Michael
> > 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? __