Re: [OpenSIPS-Users] Local Route question

2022-10-25 Thread Karsten Wemheuer
Hi, Am Dienstag, dem 25.10.2022 um 22:28 -0400 schrieb Saint Michael: > Dear Friends > local_route >{ >if (is_method("200")) > { >} > } > > I need to intercept the code at the moment when a call connects, so I > may notify that information to the database. What spec

[OpenSIPS-Users] Local Route question

2022-10-25 Thread Saint Michael
Dear Friends local_route { if (is_method("200")) { } } I need to intercept the code at the moment when a call connects, so I may notify that information to the database. What specific code can I use inside a Local Route so the 200 OK corresponds with a real connection

Re: [OpenSIPS-Users] 603 not treated as a failure

2022-10-25 Thread Social Boh
in 3.3 too: https://opensips.org/docs/modules/3.3.x/tm.html#param_disable_6xx_block --- I'm SoCIaL, MayBe El 25/10/2022 a las 4:44 p. m., Joseph Jackson escribió: Its listed here - https://opensips.org/html/docs/modules/3.1.x/tm.html#param_disable_6xx_block So yes it should work. -

Re: [OpenSIPS-Users] 603 not treated as a failure

2022-10-25 Thread Joseph Jackson
Its listed here - https://opensips.org/html/docs/modules/3.1.x/tm.html#param_disable_6xx_block So yes it should work. From: Users on behalf of Saint Michael Sent: Tuesday, October 25, 2022 9:52 AM To: OpenSIPS users mailling list Subject: Re: [OpenSIPS-Users

Re: [OpenSIPS-Users] How long can the callID be in SIP

2022-10-25 Thread Joseph Jackson
There is no max length in the RFC. I've seen them up to 256. From: Users on behalf of Saint Michael Sent: Tuesday, October 25, 2022 12:41 PM To: OpenSIPS users mailling list Subject: [OpenSIPS-Users] How long can the callID be in SIP I just caught a callID

[OpenSIPS-Users] How long can the callID be in SIP

2022-10-25 Thread Saint Michael
I just caught a callID that is 160 characters long. What is the max length that it should be? I am using 128. ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

[OpenSIPS-Users] socket_in(port) vs socket_in(advertised_port)

2022-10-25 Thread Ross McKillop via Users
Hi, Not sure if this is the intended behaviour or I’m just misunderstanding these parameters… Assume a simple config with a few sockets socket=tcp:10.44.30.12:7700 socket=tcp:10.44.30.13:7730 And setting the outbound socket in route[relay] with force_send_socket(“tcp:10.44.30.12:7700”); Th

Re: [OpenSIPS-Users] can several SIP phones with same SIP account ring together and hang up asynchronous

2022-10-25 Thread Robert Dyck
This is a Linphone problem. A simple UA has no way of knowing that all the other UAs are unable to take the call. The Linphone developers should be encouraged to change the default response to a rejected call. Perhaps a universal reject could be an option but not the default. On Tuesday, Octobe

Re: [OpenSIPS-Users] 603 not treated as a failure

2022-10-25 Thread Saint Michael
Will that work on version 3.1X On Tue, Oct 25, 2022, 10:36 AM Social Boh wrote: > maybe: > > >- > >*modparam("tm", "disable_6xx_block", 1)* > > to TM module > > --- > I'm SoCIaL, MayBe > > El 25/10/2022 a las 9:22 a. m., Richard Robson escribió: > > I am currently testing version 3.3 an

Re: [OpenSIPS-Users] 603 not treated as a failure

2022-10-25 Thread johan
good catch. On 25/10/2022 16:33, Social Boh wrote: maybe: * *modparam("tm", "disable_6xx_block", 1)* to TM module --- I'm SoCIaL, MayBe El 25/10/2022 a las 9:22 a. m., Richard Robson escribió: I am currently testing version 3.3 and I have a scenario where we will receive a 603 to an i

Re: [OpenSIPS-Users] 603 not treated as a failure

2022-10-25 Thread Social Boh
maybe: * *modparam("tm", "disable_6xx_block", 1)* to TM module --- I'm SoCIaL, MayBe El 25/10/2022 a las 9:22 a. m., Richard Robson escribió: I am currently testing version 3.3 and I have a scenario where we will receive a 603 to an invite. this needs to be failed over to the next desti

[OpenSIPS-Users] 603 not treated as a failure

2022-10-25 Thread Richard Robson
I am currently testing version 3.3 and I have a scenario where we will receive a 603 to an invite. this needs to be failed over to the next destination. we are using dispatcher for this. While testing I am finding that opensips is treating the 603 a a relpy and not as a failure and its being h

Re: [OpenSIPS-Users] can several SIP phones with same SIP account ring together and hang up asynchronous

2022-10-25 Thread Carsten Bock via Users
Hi, this is actually fully SIP/RFC compliant. By definition, any 6xx answer provides the "ultimate, global answer", to put it in simple words: "I cannot reply to the request and I know no one else can". On the contrary as per the definition/RFC, a 5xx answer indicates, that a single endpoint is n

[OpenSIPS-Users] Orderly shutdown

2022-10-25 Thread Saint Michael
Dear friends is there a command I can send to Opensips 3.1, so all calls are shut down and BYEs are sent to both the caller and the callee? Then of course, opensips closes down. ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cg

Re: [OpenSIPS-Users] early dialog termination

2022-10-25 Thread Bogdan-Andrei Iancu
Hi Takeshi, Thanks for the note here, I will check the PR. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS Bootcamp 5-16 Dec 2022, online https://www.opensips.org/training/OpenSIPS_eBootcamp_2022/ On 10/22/22 12:53 PM, mayamatakeshi

Re: [OpenSIPS-Users] can several SIP phones with same SIP account ring together and hang up asynchronous

2022-10-25 Thread chenyzzzz via Users
Hi Bogdan-Andrei,thanks for your reply. I had set up a opensips service on my Ubuntu 18.04.6 , and opensips version: opensips 3.2.6 (x86_64/linux). When I test that case, I use two desktop linphone login same sip accout 01010101 (callee A/B). and I use my Android linphone(caller C) invite A/B,