Hello Everyone,
One extension contain multiply registered devices.
We use mid_registrar in AOR mode 2.
The issue that lookup always find only result .
For example:
Inbound call from provider to class 5 device then to opensips
Hello Ricardo,
I noticed this issue too. My work around is
Where 7200 is outgoing_expires in module params.
if($(hdr("Expires"){s.int})!=7200) {
remove_hf("Expires");
Hello all,
Here's a quick recipe to ease the troubleshooting of encrypted SIP traffic:
https://voipembedded.wordpress.com/2021/03/23/troubleshooting-opensips-encrypted-sip-traffic/
Regards,
Ovidiu Sas
--
VoIP Embedded, Inc.
http://www.voipembedded.com
__
John,
Thank you for sharing your knowledge with the internet like this, Your
articles are great and have been useful to me.
On Mon, Mar 22, 2021 at 9:28 AM John Quick
wrote:
> I have written several articles recently that people might find useful.
> This
> is all part of my retirement project -
Hi.
I’m still unable to understand why the REGISTER is not using the
outgoing_expire.
First. It's weird because according to the debug seems to change the
outgoing_expire to 3600 but when I check the outgoing REGISTER from the
MID_REGISTRAR still has the Expire Header = 300.
One thing I noticed i
Haven't tried running it in AWS, but I can't see any reason why it
wouldn't work (from functionality pov).
Best regards,
Răzvan Crainea
OpenSIPS Core Developer
http://www.opensips-solutions.com
On 3/2/21 8:08 AM, HS wrote:
Hello all!
I came across this Opensips blog
(https://blog.opensips.o
Check out the mc_compact() function[1].
[1] https://opensips.org/docs/modules/2.4.x/compression.html#func_mc_compact
Best regards,
Răzvan Crainea
OpenSIPS Core Developer
http://www.opensips-solutions.com
On 3/11/21 6:25 PM, Saint Michael wrote:
I needd to send out only compact sip. I use
Hi, Johan!
UI think the only correct way of delaying a final response, as a proxy,
is to simply drop it, as if you have never received it. The sleep() you
are calling will basically block the whole transaction until it ends,
and will probably block OpenSIPS as well due to transaction locks.