[OpenSIPS-Users] ipc bug.

2024-10-02 Thread Johan De Clercq
while googling I discovered in some githbub posts that there was an ipc bug. Can somebody enlighten me what this bug exactly was ? Shutdown bug? · Issue #1347 · OpenSIPS/opensips · GitHub ___ Users maili

Re: [OpenSIPS-Users] Removing Identity hdr

2024-06-18 Thread Johan De Clercq
What will be done with diversion? I believe that now it is c On Tue, 18 Jun 2024, 10:59 Alain Bieuzent, wrote: > Hi, > > > > interesting question, because in future developments of stir/shaken in > France, for forwarded calls, it is planned that the identity field received > on the incoming call

[OpenSIPS-Users] on DB read or write.

2024-06-05 Thread Johan De Clercq
Hello, is it possible to split out DB module connections (e.g. auth_db) in multiple connections (e.g. 1 for read and 1 for write) ? BR, JOhan. ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

[OpenSIPS-Users] opensips not failing over on 500.

2024-05-29 Thread Johan De Clercq
Hi, I think that this is by design. when you use load_balancer and you want to failover on receiving certain cause codes, then you need to do that in failure_route, I believe. Opensips will nto failover automatically to the next destination when receiving 500. Am I correct with my assumption ? B

Re: [OpenSIPS-Users] question on core statistics.

2024-04-21 Thread Johan De Clercq
o send out something. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 18.04.2024 17:19, Johan De Clercq wrote: No I don't. what I find strange is that MAX_RECV_BUFFER_SIZE 262144 is the default value of net.core.r

Re: [OpenSIPS-Users] question on core statistics.

2024-04-18 Thread Johan De Clercq
; > > > Are you calling drop() anywhere in your script? > > > > https://www.opensips.org/Documentation/Script-CoreFunctions-3-4#toc13 > > > > Ben Newlin > > > > *From: *Users on behalf of Johan De > Clercq > *Date: *Thursday, April 18, 2024 at 5

Re: [OpenSIPS-Users] question on core statistics.

2024-04-18 Thread Johan De Clercq
Documentation/Script-CoreFunctions-3-4#toc13 > > > > Ben Newlin > > > > *From: *Users on behalf of Johan De > Clercq > *Date: *Thursday, April 18, 2024 at 5:27 AM > *To: *OpenSIPS users mailling list > *Subject: *Re: [OpenSIPS-Users] question on core statistics.

Re: [OpenSIPS-Users] question on core statistics.

2024-04-18 Thread Johan De Clercq
would it make sense to recompile with other flags ? And how do I set them (I don't find these of menuconfig's compile options)? Currently it has MAX_RECV_BUFFER_SIZE 262144 and BUF_SIZE 65535. Can somebody explain also what both flags mean. Op do 18 apr 2024 om 11:07 schreef Johan

Re: [OpenSIPS-Users] question on core statistics.

2024-04-18 Thread Johan De Clercq
, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535 poll method support: poll, epoll, sigio_rt, select. Op do 18 apr 2024 om 10:32 schreef Johan De Clercq : > > Guys, > > I have an opensips instance running with 24 worker children. > The worker load is very lo

[OpenSIPS-Users] question on core statistics.

2024-04-18 Thread Johan De Clercq
Guys, I have an opensips instance running with 24 worker children. The worker load is very low. UDP queues are on 50 megs. when i query via the OS cat /proc/net/udp sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops 590: 03231D0A:1

[OpenSIPS-Users] another question on sip format's.

2024-04-11 Thread Johan De Clercq
Can param's be added anywhere in a user part. e.g. sip:0123456789;gw=case106@1.2.3.4 //this is for sure valid. sip:gw=case107;0123456789@1.2.3.4 sip:gw=case108;0123456789;gw=case108@1.2.3.4 the fist one is for sure valid, but what about the other two ? BR, ___

[OpenSIPS-Users] on from and to header.

2024-04-10 Thread Johan De Clercq
This is more a protocol question then anything else. A sends a call B INVITE B@5.6.7.8 from: ;tag=1 to: call-id: 1 .. B responds with from and to in e164 format 200 OK from: ;tag=1 to: ; tag=2 call-id: 1 My gut feeling says to me that A will not like this and hence that B should respong wit

Re: [OpenSIPS-Users] Load Balancer add destination as probing status

2024-04-09 Thread Johan De Clercq
Can you tell me how to disable a load balancer destination via mi ? On Tue, 9 Apr 2024, 20:02 John Sliney, wrote: > Is there currently a way to add a destination to the load_balancer set > with a status of disabled but with probing enabled, like the dispatcher > table 'state' column allows? > >

Re: [OpenSIPS-Users] memory fragmentation when calling dr_reload.

2024-04-03 Thread Johan De Clercq
In addtion, I have 24 children, so can I increase in some way only the process that handles the fifo requests ? Op wo 3 apr 2024 om 15:33 schreef Johan De Clercq : > Hi, > > A client has a very big dynamic routing rule set. (dr_rules >= 2.1 gb ). > When reloading the db in open

[OpenSIPS-Users] memory fragmentation when calling dr_reload.

2024-04-03 Thread Johan De Clercq
Hi, A client has a very big dynamic routing rule set. (dr_rules >= 2.1 gb ). When reloading the db in opensips (dr_reload), I see below error in the log ERROR:core:fm_malloc: not enough free pkg memory (268008864 bytes left), please increase the "-M" command line parameter! the -M parameter is n

[OpenSIPS-Users] https://datatracker.ietf.org/doc/html/rfc3261#section-13.3.1.1

2024-03-28 Thread Johan De Clercq
Question, I always believed that fr_inv_timer should trigger when an invite is not finished in due time. This seems however to contradict the link in the title If the UAS is not able to answer the invitation immediately, it can choose to indicate some kind of progress to the UAC (for example,

[OpenSIPS-Users] dialog termination.

2024-02-01 Thread Johan De Clercq
Is there a way to configure dialog module so that it upon timeout it flushes the dialog without sending bye ? ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] Staless mode in opensips

2023-12-05 Thread Johan De Clercq
I usually make a mix f.e. on OPTIONS, subscribe, notify I send 200 OK with sl_send_reply. INVITE handling I always do stateful. Normally, the dependencies of a module are described in the module documentation. I hope this helps. BR, Johan. Op di 5 dec 2023 om 12:04 schreef : > Hi opensips expert

Re: [OpenSIPS-Users] [WG-IMS] Scope of IMS in OpenSIPS - RFC

2023-11-29 Thread Johan De Clercq
ber 29, 2023 6:45:58 PM Aan: Bogdan-Andrei Iancu CC: Johan De Clercq ; Giovanni Maruzzelli ; wg-...@lists.opensips.org ; OpenSIPS users mailling list Onderwerp: Re: [WG-IMS] Scope of IMS in OpenSIPS - RFC Yes, actually there is a difference between 5g and 4g infrastructure, that actually

Re: [OpenSIPS-Users] [WG-IMS] Scope of IMS in OpenSIPS - RFC

2023-11-29 Thread Johan De Clercq
In addition, the IMS should be able to handle 4G and 5G calls. In my opinion, we should no longer about 2 and 3 G as they are being phased out everywhere. wkr, Op wo 29 nov 2023 om 16:39 schreef Bogdan-Andrei Iancu : > Hi Giovanni, > > Thanks for the feedback here, a valuable one as usual :). >

Re: [OpenSIPS-Users] Debug logs show To tag which are actually From tag

2023-11-28 Thread Johan De Clercq
I agree, but it's very confusing. Op di 28 nov 2023 om 10:35 schreef Bogdan-Andrei Iancu : > Hi Robert, > > As from SIP perspective both TO and FROM hdrs have the same syntax, > internally OpenSIPS uses the same function "parse_to()" for parsing both > hdrs. So, we are all good here :) > > Regard

Re: [OpenSIPS-Users] dlg_end_dlg in early state, how to rewrite 487 to 404

2023-11-15 Thread Johan De Clercq
forward to a self defined route and change it there. route[404to487] { } onreply_route { route(404to487); } Op wo 15 nov 2023 om 12:04 schreef Alain Bieuzent : > Hi All, > > > > I have a case where I need to terminate an early state dialog but not with > a 487 but by a 404. > > > > t_

Re: [OpenSIPS-Users] [OpenSIPS-Business] Introducing OpenSIPS 3.5

2023-11-14 Thread Johan De Clercq
Me too. On Tue, 14 Nov 2023, 19:02 Giovanni Maruzzelli, wrote: > On Tue, Nov 14, 2023 at 3:34 PM Bogdan-Andrei Iancu > wrote: > >> >> This year we introduce a new concept of an *OpenSIPS Working Group*. And >> the *IMS OpenSIPS Working Group* >>

Re: [OpenSIPS-Users] opensips summit

2023-11-07 Thread Johan De Clercq
good plan. I haven't visited munich in ages. Op di 7 nov 2023 om 15:10 schreef Stefan Hofmeir : > Hi, > > perhaps Munich would be also a great city for the next OpenSIPS Summit. > As a native of Munich I could organize recommending hotels or the social > event. > > -- > BRs > Stefan > > > __

[OpenSIPS-Users] opensips summit

2023-11-07 Thread Johan De Clercq
list, do we have somebody who can arrange something in Vienna ? looks like a great location to me :-) ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] t_new_request and X-headers

2023-10-09 Thread Johan De Clercq
write the info to a custom table and fetch it from there ? Op ma 9 okt 2023 om 16:03 schreef Mickael Hubert : > Hi all, > I need to send an INFO message with X-headers from other dialog. > I use t_new_request to send my request (apart from first dialog): OK > I use local_route to add fixed X-hea

Re: [OpenSIPS-Users] t_new_request and X-headers

2023-10-09 Thread Johan De Clercq
avp_dbquery if I am not wrong. Op ma 9 okt 2023 om 16:31 schreef Johan De Clercq : > write the info to a custom table and fetch it from there ? > > > Op ma 9 okt 2023 om 16:03 schreef Mickael Hubert : > >> Hi all, >> I need to send an INFO message with X-headers

Re: [OpenSIPS-Users] on routing invite's in a trunk context.

2023-10-06 Thread Johan De Clercq
It’s a very non rfc scenario. Source ip and via are the ip of a loadbalancer that I need to skip …. ;-(. The contact does have the correct ip. Anyway, you gave me a good hint. I will add the contact ip as record route and see what that gives. Verzonden vanuit Outlook voor iOS

Re: [OpenSIPS-Users] Can't set TLS ciphers_list to NULL

2023-10-02 Thread Johan De Clercq
I find it strange to start with the null suite. What version of this is this? On Mon, 2 Oct 2023, 11:36 Răzvan Crainea, wrote: > Hi, Matt! > > Are you sure that wolfssl supports the NULL cipher list? You can see all > the available ciphers when OpenSIPS starts. For example, my setup has > the fo

Re: [OpenSIPS-Users] Configuration file

2023-09-14 Thread Johan De Clercq
Indeed. Everything starts with reading documentation. On Thu, 14 Sept 2023, 20:23 Callum Guy, wrote: > The idea is that you create your own based on your unique > infrastructure requirements. > > Learn you must. > > https://www.opensips.org/Documentation/Manual-3-3 > > > On Thu, 14 Sept 2023 at

Re: [OpenSIPS-Users] How to fetch data from OpenSIPS using external app

2022-11-11 Thread Johan De Clercq
Get it from db. For the register, use an open source softphone or sipsak or sipp. On Fri, Nov 11, 2022, 09:13 cheny via Users wrote: > Hi everyone, > > I need to write a program to mean below functions: > > 1.register account to opensips. > 2.fetch registered users from opensips. > 3

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 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 calls fail af

Re: [OpenSIPS-Users] opensips-cli debian 11

2022-08-24 Thread Johan De Clercq
Debian 11 Outlook voor iOS downloaden Van: Users namens Răzvan Crainea Verzonden: Wednesday, August 24, 2022 1:17:00 PM Aan: users@lists.opensips.org Onderwerp: Re: [OpenSIPS-Users] opensips-cli debian 11 Hi, Johan! Are you trying to in

Re: [OpenSIPS-Users] Opensips active (exited)

2022-05-19 Thread Johan De Clercq
Check daemon path Outlook voor iOS downloaden Van: Users namens Ali Alawi Verzonden: Thursday, May 19, 2022 9:30:50 PM Aan: OpenSIPS users mailling list Onderwerp: [OpenSIPS-Users] Opensips active (exited) Dear all, I have installed ope

Re: [OpenSIPS-Users] How to use old "opensipsctl avp add" with opensips-cli?

2022-05-18 Thread Johan De Clercq
Create your own table in the db. Then specify that as DB table in the module parameters (will avoid hassle when you have to migrate) Op wo 18 mei 2022 om 08:22 schreef Bela H : > Hello, > > I want to set up a call forwarding and followed the instructions from the > "Building telephony systems wi

Re: [OpenSIPS-Users] Maximum number of ReINVITEs option?

2022-05-14 Thread Johan De Clercq
Fail2ban if they come quickly? Outlook voor iOS downloaden Van: Users namens Ray Jackson Verzonden: Saturday, May 14, 2022 4:42:07 AM Aan: users@lists.opensips.org Onderwerp: [OpenSIPS-Users] Maximum number of ReINVITEs option? Hi all,

Re: [OpenSIPS-Users] inject_dtmf

2022-03-23 Thread Johan De Clercq
, what version of OpenSIPS are you using? > > Best regards, > > Răzvan Crainea > OpenSIPS Core Developer > http://www.opensips-solutions.com > > On 3/22/22 13:34, Johan De Clercq wrote: > > Hi, > > > > for one reason or another I don't get this working. >

[OpenSIPS-Users] inject_dtmf

2022-03-22 Thread Johan De Clercq
Hi, for one reason or another I don't get this working. What I do 1. when the invite is send, i call rtpengine_offer with inject_DTMF flag. 2. in the onreply route, I call rtpengine_answer with inject_DTMF. Then I call rtpengine_playdtmf("0"). The dtmf is NEVER send out. What do I do wrong here

Re: [OpenSIPS-Users] Replacing From Number

2022-03-08 Thread Johan De Clercq
;-) On Tue, Mar 8, 2022, 15:39 Alain Bieuzent wrote: > Hi Alex, > > > > This the day of rewriting from …. > > > > Try with uac_replace_from([display],uri) > > > > Regards > > > > *De : *Users au nom de Alexander > Perkins > *Répondre à : *OpenSIPS users mailling list > *Date : *mardi 8 mars 2

Re: [OpenSIPS-Users] how to change mysql data directory to CP

2021-12-29 Thread Johan De Clercq
Do cd / Locate db.inc.php Outlook voor iOS downloaden Van: Users namens mrsanvicente Verzonden: Wednesday, December 29, 2021 2:51:07 AM Aan: Bogdan-Andrei Iancu CC: OpenSIPS users mailling list Onderwerp: Re: [OpenSIPS-Users] how to chan

Re: [OpenSIPS-Users] timers in opensips 3.2.

2021-12-17 Thread Johan De Clercq
Indeed. Outlook voor iOS downloaden Van: Bogdan-Andrei Iancu Verzonden: Friday, December 17, 2021 4:14:33 PM Aan: OpenSIPS users mailling list ; johan Onderwerp: Re: timers in opensips 3.2. Hi Johan, I assume you refer to the fr_timeout,

Re: [OpenSIPS-Users] how to change mysql data directory to CP

2021-12-15 Thread Johan De Clercq
Isn't there a ...db.inc.php? On Thu, Dec 16, 2021, 00:56 mrsanvicente wrote: > Yes i did. And restarted mysqld and httpd. But still not working. > > > Thanks > > Mario San Vicente > > > El 15 dic 2021, a la(s) 16:14, Joseph Jackson > escribió: > >  > > Did you also change the location of th

Re: [OpenSIPS-Users] double sdp.

2021-10-18 Thread Johan De Clercq
emove any session from a failed offer that was never used. Perhaps these will help in your situation as well. - Jeff On Mon, Oct 18, 2021 at 11:37 AM Johan De Clercq wrote: Hi, A and B are on the same proxy. A calls B, (as I need transcoding I need to call rtpengine_offer here) B ret

[OpenSIPS-Users] double sdp.

2021-10-18 Thread Johan De Clercq
Hi, A and B are on the same proxy. A calls B, (as I need transcoding I need to call rtpengine_offer here) B returns 183 with SDP. (this implies calling rtpengine_answer in onreply_route) B lets the call time out On the proxy I intercept the 480 returned by B and I change the INVITE so t

Re: [OpenSIPS-Users] add SDP to 200ok without SDP

2021-09-15 Thread Johan De Clercq
No, in this scenario you don't need to repeat the sdp. 183 sdp=>200 no sdp. And indeed update is then used to change it. Ribbon works this way. Wkr On Wed, Sep 15, 2021, 20:21 Calvin Ellison wrote: > This doesn't answer your question: I'm curious if that is a broken > behavior from the party s

Re: [OpenSIPS-Users] RTPEngine - changing codec format parameters from default values when transcoding - OpenSIPS 3.1

2021-09-15 Thread Johan De Clercq
No worries On Wed, Sep 15, 2021, 11:43 Mark Allen wrote: > Ah! Thanks Răzvan and Johan. I was thinking that the options described in > the OpenSIPS RTPEngine module documentation were the only ones > available, but I missed the key phrase... > > *When passing an option that OpenSIPS is not a

Re: [OpenSIPS-Users] RTPEngine - changing codec format parameters from default values when transcoding - OpenSIPS 3.1

2021-09-14 Thread Johan De Clercq
Follow the rtpengine documentation. The necessary flags are given there, just pass them in an avp to rtpengine_offer or answer On Tue, Sep 14, 2021, 14:55 Mark Allen wrote: > Hi Răzvan > > OpenSIPS passes the commands to RTPengine as you supply them, so in >> theory this should be supported. Did

Re: [OpenSIPS-Users] Push SDP into Request

2021-08-11 Thread Johan De Clercq
wouldn't it be better to do first your manip and then pass it to rtpengine ? Op wo 11 aug. 2021 om 12:39 schreef Mark Farmer : > Hi everyone > > I am using rtpengine_offer() and storing the SDP in a variable which I > then modify using the reg_exp transformation to delete a line. > > rtpengine_of

Re: [OpenSIPS-Users] [FEATURE] Trace packets to file or syslog using OpenSIPS 3.2

2021-07-07 Thread Johan De Clercq
I agree fully with Giovanni On Wed, Jul 7, 2021, 12:02 Giovanni Maruzzelli wrote: > On Wed, Jul 7, 2021 at 11:31 AM Răzvan Crainea > wrote: > >> Hi, All! >> >> Starting with OpenSIPS 3.2 you can have all the information captured by >> the tracer module written to a local file. Moreover, you can

Re: [OpenSIPS-Users] [BLOG] Getting Started With Diameter In OpenSIPS 3.2

2021-06-17 Thread Johan De Clercq
Finally :-) bye bye radius. Op do 17 jun. 2021 om 11:08 schreef Liviu Chircu : > Hi folks, > > Our latest blog post [1] (10-minute read) features a thorough > description of the Diameter protocol, the freeDiameter open-source > project and how we integrated all of these into OpenSIPS 3.2 to offer

Re: [OpenSIPS-Users] Getting header from 302

2021-06-02 Thread Johan De Clercq
that's because 302 is not an error. So I guess that drop() is the only way. Op wo 2 jun. 2021 om 15:42 schreef David Villasmil < david.villasmil.w...@gmail.com>: > Thanks Ben, > > That’s a good point. But only way I’ve found to jump over from oneply to > failure_route is by doing a drop(). If the

Re: [OpenSIPS-Users] MS teams, reinvite after ACK

2021-06-02 Thread Johan De Clercq
remove Refer from your supported methods. Do note that attended transfer will not work in this case. wkr, Op wo 2 jun. 2021 om 10:15 schreef Miha via Users : > Hello > > i manage to fix this. I did not do t_relay() also seq Invites, after this > everything works ok. > > Just on question, regardi

Re: [OpenSIPS-Users] Generate CANCEL on 180

2021-04-21 Thread Johan De Clercq
Certain providers do this all the time : they bill faulty numbers So they give 180 followed by instant 200 and then they play : "the number that you tried to reach ". Actually, Antonis, you should try a few of those numbers manually, I bet you that they are all faulty. Op di 20 apr. 2021 om

Re: [OpenSIPS-Users] Handling mobile switch from wifi to data

2021-03-17 Thread Johan De Clercq
sending push before you send the invite solves many many problems. Op wo 17 mrt. 2021 om 08:54 schreef Mark Allen : > OK - thanks for that. I'll give it a try > > On Tue, 16 Mar 2021 at 12:22, Johan De Clercq wrote: > >> Implement push. >> >> Op di 16 mr

Re: [OpenSIPS-Users] Handling mobile switch from wifi to data

2021-03-16 Thread Johan De Clercq
Implement push. Op di 16 mrt. 2021 om 13:15 schreef Mark Allen : > We are using OpenSIPS 3.1 as a mid_registrar in AOR Throttling mode. When > a mobile moves from data to wifi or vice versa, my understanding is that > the registration on OpenSIPS becomes stale (because the phone has a new IP > ad

Re: [OpenSIPS-Users] Handling missing BYEs

2021-03-10 Thread Johan De Clercq
@Callum Guy indeed :-) Op wo 10 mrt. 2021 om 12:47 schreef Callum Guy : > Might be a case of adding in a record_route() call in the appropriate > place, hard to say without a trace :) > > On Wed, 10 Mar 2021 at 10:42, Mark Allen wrote: > >> Hi Callum - thanks for that! >> >> Yes - it's generati

Re: [OpenSIPS-Users] Retrieving parameters from file

2021-02-09 Thread Johan De Clercq
s from file Or you could use a sane and legible templating language. I like the look of consul-template, but there are many others out there as the article suggests.. like Jinja2 or ERB. On Wed, 10 Feb 2021 at 00:00, Johan De Clercq mailto:jo...@democon.be>> wrote: Interesting, speakin

Re: [OpenSIPS-Users] Retrieving parameters from file

2021-02-09 Thread Johan De Clercq
Interesting, speaking for myself, it is absolutely team that I add m4 support. Op di 9 feb. 2021 om 11:35 schreef Liviu Chircu : > On 09.02.2021 05:53, Dinesh Krishnamurthy via Users wrote: > > For example i would need to keep the IP Address/Port of the API > > Gateway which i communicate via re

Re: [OpenSIPS-Users] opensips dialplan regex

2021-02-02 Thread Johan De Clercq
if your expression means : any number of digits, then try something like below: try ([0-9]*)([A-Z]*)([0-9]*) replace with \1\3. Op di 2 feb. 2021 om 17:45 schreef volga629 via Users < users@lists.opensips.org>: > Hello Everyone, > Here are some test result > > Feb 3 00:38:46 voice-proxy /usr/s

Re: [OpenSIPS-Users] To-tag value in ACK

2021-02-02 Thread Johan De Clercq
is contact an fqdn ? If not, look no further. Op di 2 feb. 2021 om 15:06 schreef John Quick : > I am seeing a problem in calls made to MS Teams via OpenSIPS configured as > an SBC. > The usual INVITE, 180, 183, 200 OK sequence looks okay, but the ACK request > is not accepted by MS Teams. > When

Re: [OpenSIPS-Users] Dialogs with fix_nated_contact() have wrong RURI domain on sequential requests

2021-01-26 Thread Johan De Clercq
did you change the loose route part to fix route dialog ? Op di 26 jan. 2021 om 16:39 schreef Jeff Pyle : > Hello, > > This is on OpenSIPS nightly 3.1.1~20210125~8bab0da7b-1. > > I have a registrar configured with basic call routing between the > registered AORs. I use topology_hiding("D") to cr

Re: [OpenSIPS-Users] How to see outgoing TLS OPTIONS

2021-01-21 Thread Johan De Clercq
Install Homer with portmirror on switch On Thu, Jan 21, 2021, 13:31 Mark Farmer wrote: > Hi everyone > > In a recent thread I learnt that using trace() in local_route after > appending a Contact header traces the message before the new header is > actually added which means I don't get to see it

Re: [OpenSIPS-Users] Mediaproxy configuration

2021-01-21 Thread Johan De Clercq
I totally agree with the rtpengine suggestion Outlook voor iOS downloaden Van: Users namens John Quick Verzonden: Thursday, January 21, 2021 10:40:18 AM Aan: users@lists.opensips.org Onderwerp: Re: [OpenSIPS-Users] Mediaproxy configuratio

Re: [OpenSIPS-Users] Global variable $rm gives number when using $json

2021-01-19 Thread Johan De Clercq
Liviu, For that case, why don’t you make an extra parameter ? E.g. use-broken-implementation 0|1 Outlook voor iOS downloaden Van: Users namens Liviu Chircu Verzonden: Tuesday, January 19, 2021 4:38:58 PM Aan: OpenSIPS users mailling list

Re: [OpenSIPS-Users] v3.1 Active/Active maintain active calls on node failure

2021-01-19 Thread Johan De Clercq
Same here. Floating ip On Tue, Jan 19, 2021, 16:23 Kevin Wormington wrote: > That seems to be how most are setup…maybe I’m making it harder than it > should be :-) > > Out of curiosity what did/do you use to monitor OpenSIPS as up for your > failover or did you just rely on the IP (keepalived, e

Re: [OpenSIPS-Users] PRACK response to 183 without SDP

2021-01-18 Thread Johan De Clercq
you mean that the remote party sends you required:100rel ? The only way that I know is by using b2b logic. Maybe Bogdan can shed some light here. Op ma 18 jan. 2021 om 17:07 schreef solarmon : > Hi,, > > I have a requirement to stop 183 without SDP packets from being passed, as > well as having t

Re: [OpenSIPS-Users] OpenSIPS 3.1 & NAT issues

2021-01-13 Thread Johan De Clercq
Firewall is not sip aware, rtprelay via box in dmz Outlook voor iOS downloaden Van: Users namens Mark Allen Verzonden: Wednesday, January 13, 2021 5:08:27 PM Aan: OpenSIPS users mailling list Onderwerp: [OpenSIPS-Users] OpenSIPS 3.1 & NAT

Re: [OpenSIPS-Users] sangoma issue ?

2021-01-13 Thread Johan De Clercq
Why not use rtpengine to do transcoding? Outlook voor iOS downloaden Van: Users namens Andy Dierlam Verzonden: Wednesday, January 13, 2021 4:26:03 PM Aan: users@lists.opensips.org Onderwerp: Re: [OpenSIPS-Users] sangoma issue ? forgot to

Re: [OpenSIPS-Users] OpenSIPS as simple SIP proxy

2021-01-13 Thread Johan De Clercq
take the residential config and see where that gets you. Op wo 13 jan. 2021 om 08:21 schreef Conor Power : > Hi, >Apologies for the noob question but I'm hoping someone can point me in > the right direction. > > I am trying to use OpenSIPS as a simple proxy to proxy all calls to > another SIP

Re: [OpenSIPS-Users] call api

2021-01-11 Thread Johan De Clercq
Thanks Razvan, that's exactly the info that I was looking for. call api is very interesting to create an ACD like opensips instance. Op ma 11 jan. 2021 om 11:08 schreef Răzvan Crainea : > Hi, Johan! > > Check out this repo[1]. > > [1] > > https://github.com/razvancrainea/opensips-summit-distribu

Re: [OpenSIPS-Users] Transparent TLS

2021-01-11 Thread Johan De Clercq
Anycast can in my opinion only work in IP6. Op ma 11 jan. 2021 om 09:35 schreef Giovanni Maruzzelli : > Hi Yavari, > > On Sat, Jan 9, 2021 at 8:03 AM H Yavari via Users < > users@lists.opensips.org> wrote: > >> Clients must have TLS connection and we have an OpenSIPS cluster on the >> front of As

Re: [OpenSIPS-Users] Weird behaviour in B2BUA with provisional media

2020-12-17 Thread Johan De Clercq
Opensips is not a full b2b, use something else for refer On Thu, Dec 17, 2020, 12:25 Virgílio Cunha wrote: > Hello everyone, > > I have a problem in B2B behaviour with provisional media configured. > > In my scenario, I have a call to a call center that transfers the call > (REFER) to another on

Re: [OpenSIPS-Users] too many parameters for command

2020-12-07 Thread Johan De Clercq
yeah indeed, or send them over in a ; separated list and then split them in the python function. wkr, Op ma 7 dec. 2020 om 07:54 schreef Tomi Hakkarainen : > Hi, > > I would pass params in a python dictionary if its alllowed. > > Tomi > > On 6. Dec 2020, at 14.35, Elaine Huang wrote: > >  > Hi

Re: [OpenSIPS-Users] lua_exec in timer route - OpenSIPS 3.1

2020-12-03 Thread Johan De Clercq
e:yyerror: parse error in > /etc/opensips/opensips.cfg:266:33-34: Command cannot > be used in the block#012 > > Again - if I run the command in main route{ the command works fine > > > cheers, > > Mark > > On Thu, 3 Dec 2020 at 11:01, Johan De Clercq wrote:

Re: [OpenSIPS-Users] lua_exec in timer route - OpenSIPS 3.1

2020-12-03 Thread Johan De Clercq
It for sure does not run in async mode. Did you try executing a script in timer route ? What's the output in the log ? Op do 3 dec. 2020 om 11:56 schreef Mark Allen : > Is there a way to run a lua_exec from a timer route? > ___ > Users mailing list > Us

Re: [OpenSIPS-Users] Regex to test variable

2020-11-26 Thread Johan De Clercq
A classic mistake, also very often mate in C. Op do 26 nov. 2020 om 11:04 schreef Mark Farmer : > Thanks Donat, good tip :) > > Turned out to be a missing equals sign > > if $avp(dtmf_compat)= "0" { > > if $avp(dtmf_compat) == "0" { > > Silly me, took me ages to spot that! > > Thanks again for th

Re: [OpenSIPS-Users] Opensips-cp 8.3.0 HTTP/1.1 400 Bad Request..

2020-10-28 Thread Johan De Clercq
You need to use mi_json Outlook voor iOS downloaden Van: Users namens Mario San Vicente Verzonden: Wednesday, October 28, 2020 8:06:09 PM Aan: OpenSIPS users mailling list Onderwerp: [OpenSIPS-Users] Opensips-cp 8.3.0 HTTP/1.1 400 Bad Req

Re: [OpenSIPS-Users] rtpengine_delete not returning immediately

2020-10-28 Thread Johan De Clercq
Would it be an option to disable rtcp? Outlook voor iOS downloaden Van: Users namens John Quick Verzonden: Wednesday, October 28, 2020 2:34:25 PM Aan: users@lists.opensips.org Onderwerp: Re: [OpenSIPS-Users] rtpengine_delete not returning

Re: [OpenSIPS-Users] rtpengine_delete not returning immediately

2020-10-28 Thread Johan De Clercq
Did you open an issue on github on rtpengine? Rfuchs comments are always enlightening Outlook voor iOS downloaden Van: Users namens John Quick Verzonden: Wednesday, October 28, 2020 12:51:33 PM Aan: users@lists.opensips.org Onderwerp: Re

Re: [OpenSIPS-Users] Fwd: Retransmission and 300 Redirect

2020-10-22 Thread Johan De Clercq
Create dialog and then t check trans On Thu, Oct 22, 2020, 11:35 Pavel Eremin wrote: > > Hi, community! > Is anyone can help me to understand how to avoid 2 situations: > > 1. I don't want to send retransmission (INVITE) from "opensips" to > "redirect" server, even "redirect" does not answer. >

Re: [OpenSIPS-Users] does lua_exec supports async and launch

2020-10-15 Thread Johan De Clercq
yes indeed, that will take a while to make this working. Op do 15 okt. 2020 om 10:33 schreef Răzvan Crainea : > No, not fdopen, that will just open a FILE* out of a file descriptor. > The async mechanism works directly with a file descriptor. > I've quickly checked the lua API, and I couldn't see

Re: [OpenSIPS-Users] does lua_exec supports async and launch

2020-09-28 Thread Johan De Clercq
fine, then i have a start to add it. On Mon, Sep 28, 2020, 09:47 Răzvan Crainea wrote: > Hi, Johan! > > Unfortunately the lua module does not support asynchronous operations. > > TBH, I'm not that familiar with the module, so I really don't know > exactly how it gets executed, but in order to ad

Re: [OpenSIPS-Users] Setting sdp

2020-09-23 Thread Johan De Clercq
use rtpengine and read the documentatiin attentively. On Wed, Sep 23, 2020, 15:36 Abisai Matangira wrote: > Hello , > > I have an opensips instance with two interfaces > > One facing upstream switch > facing a group of my wholesale customers > > When I receive invite methods from the second in

Re: [OpenSIPS-Users] store data locally

2020-09-23 Thread Johan De Clercq
I tend to agree with Liviu. Therefore Ovidiu, please convince us of the advantages of db_text :-) Op wo 23 sep. 2020 om 07:58 schreef Liviu Chircu : > On 22.09.2020 18:42, Ovidiu Sas wrote: > > If you don't want to run a full blown db, then you can use db_text > > without cacheDB. > > The data i

Re: [OpenSIPS-Users] TLS Error

2020-09-17 Thread Johan De Clercq
it seems to me that it can't load your certificate. Op do 17 sep. 2020 om 15:16 schreef Andrew Colin : > Hi Guys > > I am trying to get tls to work but getting some errors. > i am using letsencrypt and opensips 3.1 > > my config is > > loadmodule "proto_tls.so" > > > loadmodule "tls_mgm.so" > > >

Re: [OpenSIPS-Users] wait_for_event(event,filter,timeout)

2020-08-19 Thread Johan De Clercq
More or less the same problem here. I need to trigger on receiving a register after a push notification, I do see the REGISTER arriving but nothing happens. I use 3.1. Might it be that we have a module issue ? Op do 20 aug. 2020 om 08:41 schreef Darpan Patel < darpan.gabani1...@gmail.com>: > Hel

Re: [OpenSIPS-Users] Intercept 477 on TCP closed

2020-08-17 Thread Johan De Clercq
use t_relay wih 0x2 option. On Mon, Aug 17, 2020, 15:16 Callum Guy wrote: > Hi All, > > Using OpenSIPs 3.0.3 > > I'm dealing with a client device with a faulty network, they are using a > softphone WebRTC client and the TCP connections disappear sporadically. > > When the media server issues a R

Re: [OpenSIPS-Users] [Crash Report] Weird crash with drouting/tls_mgm/usrloc/db_postgresql

2020-08-11 Thread Johan De Clercq
I believe that 1579 was fixed by volga629 by reducing the number of workers in opensips.cfg. Op di 11 aug. 2020 om 10:39 schreef Adrien Martin : > Hello, > > As i am adding some TLS gateways (drouting) to our configuration some > crashes happen. > The crash dump seems to show db_postgresql is rea

Re: [OpenSIPS-Users] 3.1 - access Path and Via values from REGISTER

2020-08-03 Thread Johan De Clercq
t_relay to the socket on which you are listening. Op ma 3 aug. 2020 om 12:21 schreef Mark Allen : > > If you want to see it, loopback the message. > > Thanks. How do I do that? > > On Mon, 3 Aug 2020 at 11:02, Johan De Clercq wrote: > >> I think that you are righ

Re: [OpenSIPS-Users] 3.1 - access Path and Via values from REGISTER

2020-08-03 Thread Johan De Clercq
I think that you are right. If you want to see it, loopback the message. Op ma 3 aug. 2020 om 11:16 schreef Mark Allen : > Would I be right in thinking that the reason I cannot immediately see the > "path" value added by the add_path_received() call is because of how the > lumps system works - i.

Re: [OpenSIPS-Users] Opensips MS Teams lost BYE

2020-07-27 Thread Johan De Clercq
i dont see how you can handle moh and attended transfer with opensips only. On Mon, Jul 27, 2020, 11:31 Chris Johnson wrote: > We were only able to remove one of the fix_nated_contact lines before it > broke more than it did fix. > > > > We’re currently seeking support from Opensips directly to

[OpenSIPS-Users] bugs on smpp.

2020-07-27 Thread Johan De Clercq
Hi, a few months ago, volga629 and myself added bugs and a feature request for proto_smpp. Now, after 30 days these issues are closed. Is there any chance that these can be picked up ? wkr, ___ Users mailing list Users@lists.opensips.org http://lists.o

Re: [OpenSIPS-Users] opensips-cp for 3.1

2020-07-27 Thread Johan De Clercq
thanks Razvan, btw, I will be starting on push notifications also. Op ma 27 jul. 2020 om 09:32 schreef Răzvan Crainea : > Hi, Johan! > > We haven't got a chance to tune OpenSIPS CP for 3.1, although we need to > do this ASAP. > Nevertheless, there were no major changes between 3.0 and 3.1, ther

Re: [OpenSIPS-Users] opensips-cp for 3.1

2020-07-25 Thread Johan De Clercq
Thanks sharad Outlook voor iOS downloaden Van: Users namens Sharad Kumar via Users Verzonden: Saturday, July 25, 2020 6:21:13 PM Aan: users@lists.opensips.org Onderwerp: Re: [OpenSIPS-Users] opensips-cp for 3.1 Hi Johan, Absolutely, Yo

Re: [OpenSIPS-Users] Make opensips register to VoIP Provider as a trunk with auth

2020-07-09 Thread Johan De Clercq
You need registrar and you need to put your credentials in the registrar table. Outlook voor iOS downloaden Van: Users namens Sharad Kumar via Users Verzonden: Friday, July 10, 2020 2:56:06 AM Aan: users@lists.opensips.org Onderwerp: [Ope

Re: [OpenSIPS-Users] TLS handshake failure

2020-07-07 Thread Johan De Clercq
Which means that in b2b implemenation, you need to change contact header to include fqdn. wkr, Op di 7 jul. 2020 om 10:36 schreef Gregory Massel : > Thank you Alexey. > > Your suggestions solved the problem! > > On 2020-07-07 8:15 am, Alexey Vasilyev wrote: > > Hi Gregory, > > > > Starting from

Re: [OpenSIPS-Users] Push notifications server

2020-06-20 Thread Johan De Clercq
Adrian, Where can I download this ? Outlook voor iOS downloaden Van: Users namens Adrian Georgescu Verzonden: woensdag, juni 17, 2020 5:53 PM Aan: OpenSIPS users mailling list Onderwerp: [OpenSIPS-Users] Push notifications server Hello,

Re: [OpenSIPS-Users] Write acc_extra data to separate table

2020-06-11 Thread Johan De Clercq
If I am not wrong, you can specify the accounting table and db in the module params. Hence make a copy of the table, insert in a new db, add your extra column and adapt the module parameters. wkr, Op do 11 jun. 2020 om 12:18 schreef Mark Farmer : > Hi everyone > > I have a couple of extra fields

Re: [OpenSIPS-Users] Maybe it's a bug

2020-06-09 Thread Johan De Clercq
Upwards seems best. Outlook voor iOS downloaden Van: Users namens Liviu Chircu Verzonden: Tuesday, June 9, 2020 8:58:24 PM Aan: OpenSIPS users mailling list Onderwerp: Re: [OpenSIPS-Users] Maybe it's a bug On 09.06.2020 15:43, Saint Mich

Re: [OpenSIPS-Users] ACK Routing Issue

2020-06-05 Thread Johan De Clercq
Call record route on initial invite. Outlook voor iOS downloaden Van: Users namens Mark Farmer Verzonden: Friday, June 5, 2020 3:05:42 PM Aan: OpenSIPS users mailling list Onderwerp: Re: [OpenSIPS-Users] ACK Routing Issue Thanks Diptesh

  1   2   3   4   >