Re: [OpenSIPS-Users] unicode characters in dlg_list caller_contact field on re-invite

2024-02-23 Thread Denis Lyubimov
Hi, I will put here an example of what I get in caller_contact with re-INVITE. This is incoming INVITE: INVITE sip:7654321@192.168.224.50;transport=tcp SIP/2.0 Via: SIP/2.0/TCP 172.17.17.55:49677 ;rport;branch=z9hG4bKPj0c5e8cf59ad645119867f42d06c77a9f;alias Max-Forwards:

Re: [OpenSIPS-Users] Via header IP

2024-02-23 Thread nz deals
Here it is version: opensips 3.4.2 (x86_64/linux) git revision: 8a6e78dde Regards, Jason On Sat, 24 Feb 2024 at 01:53, Bogdan-Andrei Iancu wrote: > What version / revision (opensips -v) do you have there ? > > Regards, > > Bogdan-Andrei Iancu > > OpenSIPS Founder and Developer > https://www.

Re: [OpenSIPS-Users] Via header IP

2024-02-23 Thread Bogdan-Andrei Iancu
What version / revision (opensips -v) do you have there ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 23.02.2024 14:02, nz deals wrote: Hi Bogdan, The opensips is only listening on 192.xx. internal ip. It is Goo

Re: [OpenSIPS-Users] Via header IP

2024-02-23 Thread nz deals
Hi Bogdan, The opensips is only listening on 192.xx. internal ip. It is Google VM so the public IP 202.x is assigned. Yes, that is correct. I advertise from a script like set_advertised_address("192.x") but I have the following in the config. advertised_address=202.x alias=202.x Yes, I use t_re

Re: [OpenSIPS-Users] unicode characters in dlg_list caller_contact field on re-invite

2024-02-23 Thread Bogdan-Andrei Iancu
Hi Denis, Could post the actual Contact hdr as received (network level like pcap or trace) by OpenSIPS from both caller and callee parties ? Regards Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 22.02.2024 07:34, Denis Ly

Re: [OpenSIPS-Users] infinite loop in rtpengine rtpe_function_call()

2024-02-23 Thread Bogdan-Andrei Iancu
Hi Alexander, Thank for your report - it will be better to push this via the github tracker, the right place for coding issues: https://github.com/OpenSIPS/opensips/issues Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 22.0

Re: [OpenSIPS-Users] Via header IP

2024-02-23 Thread Bogdan-Andrei Iancu
Hi Jason So you advertise fro m script the 192.x address and also have the global advertise with 202.x ? is you opensips listening on a totally different IP? And for the INVITE and CANCEL, you use t_relay(), right ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.o

Re: [OpenSIPS-Users] $var variable scope

2024-02-23 Thread Bogdan-Andrei Iancu
Hi Chris, Only one msg per process at a time, but my advice, do not make plans based on (3), it may be a bad, risky practice. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 23.02.2024 10:21, Chris Warr via Users w

[OpenSIPS-Users] $var variable scope

2024-02-23 Thread Chris Warr via Users
Hi, I see in the documentation for $var below. Regarding point 3. Does a single opensips process handle a single message at a time? Or are they multi-threaded processing many messages at one time? My concern being if I'm using $var for message processing, will my messages corrupt each other's v