From callum.guy at x-on.co.uk Wed Jun 1 09:17:33 2022 From: callum.guy at x-on.co.uk (Callum Guy) Date: Wed, 1 Jun 2022 10:17:33 +0100 Subject: [OpenSIPS-Users] Event E_UL_CONTACT_DELETE delayed Message-ID: Hi Team, I just wanted to report an incorrect behaviour for a comment from the dev team. I'm operating an RTC registrar on 3.2.4 and defining that each device (web console) can have a maximum of one active contact, overridden by any new registration for that AoR. The previously active devices are notified via an internal API call whenever the E_UL_CONTACT_DELETE event is raised, indicating that the session has been closed. This works great most of the time however in certain situations such as when a call has recently ended on one device the contact delete event is often delayed by a minute or so. I have resolved this issue by changing the sql_write_mode for usrloc to "write-through" rather than the more performant "write-back" setting I typically rely on. Is there any technical reason why we can't have the event generated at the time that the old contact is flagged as deleted rather than the time that this is persisted to the database, as appears to be the current behaviour? I'm comfortable running in write-through mode for now but if there is a scope to fix this I think raising the event in a timely manner seems the correct thing to do. Many thanks, Callum -- *0333 332 0000  |  x-on.co.uk   |   **      **  |  Coronavirus **  |   Practice Index Reviews * *Our new office address: 22 Riduna Park, Melton IP12 1QT.* X-on is a trading name of Storacall Technology Ltd a limited company registered in England and Wales. Registered Office : Avaland House, 110 London Road, Apsley, Hemel Hempstead, Herts, HP3 9SD. Company Registration No. 2578478. The information in this e-mail is confidential and for use by the addressee(s) only. If you are not the intended recipient, please notify X-on immediately on +44(0)333 332 0000 and delete the message from your computer. If you are not a named addressee you must not use, disclose, disseminate, distribute, copy, print or reply to this email. Views or opinions expressed by an individual within this email may not necessarily reflect the views of X-on or its associated companies. Although X-on routinely screens for viruses, addressees should scan this email and any attachments for viruses. X-on makes no representation or warranty as to the absence of viruses in this email or any attachments. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bogdan at opensips.org Wed Jun 1 09:42:15 2022 From: bogdan at opensips.org (Bogdan-Andrei Iancu) Date: Wed, 1 Jun 2022 12:42:15 +0300 Subject: [OpenSIPS-Users] Event E_UL_CONTACT_DELETE delayed In-Reply-To: References: Message-ID: Hi Callum, Please see this discussion here https://github.com/OpenSIPS/opensips/issues/2844 Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS Summit 27-30 Sept 2022, Athens https://www.opensips.org/events/Summit-2022Athens/ On 6/1/22 12:17 PM, Callum Guy wrote: > Hi Team, > > I just wanted to report an incorrect behaviour for a comment from the > dev team. > > I'm operating an RTC registrar on 3.2.4 and defining that each device > (web console) can have a maximum of one active contact, overridden by > any new registration for that AoR. The previously active devices are > notified via an internal API call whenever the E_UL_CONTACT_DELETE > event is raised, indicating that the session has been closed. > > This works great most of the time however in certain situations such > as when a call has recently ended on one device the contact delete > event is often delayed by a minute or so. I have resolved this issue > by changing the sql_write_mode for usrloc to "write-through" rather > than the more performant "write-back" setting I typically rely on. > > Is there any technical reason why we can't have the event generated at > the time that the old contact is flagged as deleted rather than the > time that this is persisted to the database, as appears to be the > current behaviour? I'm comfortable running in write-through mode for > now but if there is a scope to fix this I think raising the event in a > timely manner seems the correct thing to do. > > Many thanks, > > Callum > > > > *^0333 332 0000  | x-on.co.uk   | > _**_^ > **^  | > Coronavirus > **^  > | Practice Index Reviews * > > *Our new office address: 22 Riduna Park, Melton IP12 1QT.* > > X-on is a trading name of Storacall Technology Ltd a limited company > registered in England and Wales. > Registered Office : Avaland House, 110 London Road, Apsley, Hemel > Hempstead, Herts, HP3 9SD. Company Registration No. 2578478. > The information in this e-mail is confidential and for use by the > addressee(s) only. If you are not the intended recipient, please > notify X-on immediately on +44(0)333 332 0000 and delete the > message from your computer. If you are not a named addressee you must > not use, disclose, disseminate, distribute, copy, print or reply to > this email. Views or opinions expressed by an individual > within this email may not necessarily reflect the views of X-on or its > associated companies. Although X-on routinely screens for viruses, > addressees should scan this email and any attachments > for viruses. X-on makes no representation or warranty as to the > absence of viruses in this email or any attachments. > > > _______________________________________________ > Users mailing list > Users at lists.opensips.org > http://lists.opensips.org/cgi-bin/mailman/listinfo/users -------------- next part -------------- An HTML attachment was scrubbed... URL: From social at bohboh.info Wed Jun 1 19:49:21 2022 From: social at bohboh.info (Social Boh) Date: Wed, 1 Jun 2022 14:49:21 -0500 Subject: [OpenSIPS-Users] tls_wolfssl module error Message-ID: <606de5c8-f4cf-ab29-1a1d-35188a399bee@bohboh.info> Hello, I'm trying to compile tls_wolfssl module in opensips 3.2 and this is the error: make[2]: Entering directory '/usr/src/opensips_3_2/modules/tls_wolfssl' /bin/sh: line 2: ./autogen.sh: No such file or directory env: â./configureâ: No such file or directory make[2]: *** [Makefile:15: lib/lib/libwolfssl.a] Error 127 make[2]: Leaving directory '/usr/src/opensips_3_2/modules/tls_wolfssl' make[1]: *** [Makefile:197: modules] Error 2 make[1]: Leaving directory '/usr/src/opensips_3_2' Any hint? Regards -- --- I'm SoCIaL, MayBe From nick at altmann.pro Wed Jun 1 20:03:05 2022 From: nick at altmann.pro (Nick Altmann) Date: Wed, 1 Jun 2022 22:03:05 +0200 Subject: [OpenSIPS-Users] tls_wolfssl module error In-Reply-To: <606de5c8-f4cf-ab29-1a1d-35188a399bee@bohboh.info> References: <606de5c8-f4cf-ab29-1a1d-35188a399bee@bohboh.info> Message-ID: try "git submodule init" and then "git submodule update". You just don't have wolfssl code in your code tree. -- Nick > Hello, > > I'm trying to compile tls_wolfssl module in opensips 3.2 and this is the > error: > > make[2]: Entering directory '/usr/src/opensips_3_2/modules/tls_wolfssl' > /bin/sh: line 2: ./autogen.sh: No such file or directory > env: â./configureâ: No such file or directory > make[2]: *** [Makefile:15: lib/lib/libwolfssl.a] Error 127 > make[2]: Leaving directory '/usr/src/opensips_3_2/modules/tls_wolfssl' > make[1]: *** [Makefile:197: modules] Error 2 > make[1]: Leaving directory '/usr/src/opensips_3_2' > > Any hint? > > Regards > > -- > --- > I'm SoCIaL, MayBe > > > _______________________________________________ > Users mailing list > Users at lists.opensips.org > http://lists.opensips.org/cgi-bin/mailman/listinfo/users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From wyhc at hotmail.com Thu Jun 2 02:20:11 2022 From: wyhc at hotmail.com (Wang Wilson) Date: Thu, 2 Jun 2022 02:20:11 +0000 Subject: [OpenSIPS-Users] Can RTPProxy support user direct talk? Message-ID: Hello, I have done the system setting for Opensips 3.1 on one cloud server and I also configure RTPProxy to allow SIP clients to pass-through private network ( NAT traversal). I have captured RTP frames and show they are all going through RTPProxy address. My question is how to enable RTPProxy for Sip user direct talk without server in middle after session is established? Thanks Wilson -------------- next part -------------- An HTML attachment was scrubbed... URL: From liviu at opensips.org Thu Jun 2 13:45:39 2022 From: liviu at opensips.org (Liviu Chircu) Date: Thu, 2 Jun 2022 16:45:39 +0300 Subject: [OpenSIPS-Users] [Blog] Using the Diameter Client Capability of OpenSIPS 3.3 Message-ID: Hi, all! OpenSIPS 3.3 offers the abilities to send arbitrary Diameter requests from the opensips.cfg configuration script, as well as to fully access the Diameter answer data. This blog post fully covers all of these: https://blog.opensips.org/2022/06/02/using-the-diameter-client-capability-of-opensips-3-3/ Enjoy, -- Liviu Chircu www.twitter.com/liviuchircu | www.opensips-solutions.com From social at bohboh.info Thu Jun 2 17:20:13 2022 From: social at bohboh.info (Social Boh) Date: Thu, 2 Jun 2022 12:20:13 -0500 Subject: [OpenSIPS-Users] tls_wolfssl module error In-Reply-To: References: <606de5c8-f4cf-ab29-1a1d-35188a399bee@bohboh.info> Message-ID: <9e54f2ef-ab7d-660c-713a-1f58c3fc3c43@bohboh.info> Works, thank you Another option is: git clone https://github.com/OpenSIPS/opensips.git -b 3.2 opensips_3_2 --recursive add --recursive at git clone command Regards --- I'm SoCIaL, MayBe El 1/06/2022 a las 3:03 p. m., Nick Altmann escribió: > try "git submodule init" and then "git submodule update". You just > don't have wolfssl code in your code tree. > > -- > Nick > > Hello, > > I'm trying to compile tls_wolfssl module in opensips 3.2 and this > is the > error: > > make[2]: Entering directory > '/usr/src/opensips_3_2/modules/tls_wolfssl' > /bin/sh: line 2: ./autogen.sh: No such file or directory > env: â./configureâ: No such file or directory > make[2]: *** [Makefile:15: lib/lib/libwolfssl.a] Error 127 > make[2]: Leaving directory '/usr/src/opensips_3_2/modules/tls_wolfssl' > make[1]: *** [Makefile:197: modules] Error 2 > make[1]: Leaving directory '/usr/src/opensips_3_2' > > Any hint? > > Regards > > -- > --- > I'm SoCIaL, MayBe > > > _______________________________________________ > Users mailing list > Users at lists.opensips.org > http://lists.opensips.org/cgi-bin/mailman/listinfo/users > > > _______________________________________________ > Users mailing list > Users at lists.opensips.org > http://lists.opensips.org/cgi-bin/mailman/listinfo/users -------------- next part -------------- An HTML attachment was scrubbed... URL: From bullehs at gmail.com Sun Jun 5 14:04:25 2022 From: bullehs at gmail.com (HS) Date: Sun, 5 Jun 2022 19:04:25 +0500 Subject: [OpenSIPS-Users] No audio on TLS connection - Opensips 3.1 In-Reply-To: References: Message-ID: Hi again. I discovered something interesting with regards to the TLS connection with a specific UA when it connects via TLS. In our scenario we forward a call via Freeswitch (on another server) to another call centre provider. The UA works fine on UDP + TCP mode. However, on TLS we do not get to hear audio from the other end. (It seems that Opensips sends out a local address). Interestingly, when I restart Opensips (3.1) and connect within a minute or so, I DO get to hear audio. But subsequent calls do NOT have any audio. This is really beyond my understanding. Is this an Opensips issue or user agent? Following is a link to level 7 log - appreciate if someone can help. There are two calls - the first one has audio, the second one doesn't. https://pastebin.pl/view/abc908c1 Much appreciate the help. On Thu, May 26, 2022 at 1:04 PM HS wrote: > Hi all. > > Just testing out Opensips 3.1 and run into a confusing issue. Users can > connect and make calls successfully on UDP and TCP. However, some users are > facing a problem with TLS - they connect fine, but don't hear any audio. > > Looking at the logs it seems that a private IP is registered. We have > tried nat_uac_test 23 and 119 (REGISTER) and 1 and 2 (ONReply). We are > using the standard residential script. Any thoughts on what else to test? > > Thanks for the help. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From liviu at opensips.org Mon Jun 6 09:41:54 2022 From: liviu at opensips.org (Liviu Chircu) Date: Mon, 6 Jun 2022 12:41:54 +0300 Subject: [OpenSIPS-Users] [Release] OpenSIPS 3.3.0-rc1, 3.2.7 and 3.1.10 minor releases Message-ID: <289b0c57-f412-cdaf-3fe6-0250f867e813@opensips.org> Hi, all! After nearly a month of beta testing for 3.3, we will soon push a release candidate version for the 3.3 branch, as well as two new minor releases for the stable branches, namely 3.2.7 and 3.1.10. All of this will be happening on June 22nd, roughly two weeks from now.  Until then, the stable branches are frozen from receiving any significant fixes, to improve the quality of the upcoming releases. Happy hacking! -- Liviu Chircu www.twitter.com/liviuchircu | www.opensips-solutions.com OpenSIPS Summit 2022 Athens Sep 27 - 30 | opensips.org/events From razvan at opensips.org Tue Jun 7 08:33:34 2022 From: razvan at opensips.org (=?UTF-8?Q?R=c4=83zvan_Crainea?=) Date: Tue, 7 Jun 2022 11:33:34 +0300 Subject: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 In-Reply-To: References: <0740cc83-a1b4-f384-ffb8-fe53b892ad83@opensips.org> Message-ID: <3bbca383-752f-ccbb-c9cb-dda48fce7e92@opensips.org> Hi, Bela! Did you manage to sort this out? If not, perhaps Daniel, the guy who reworked the settings feature might be able to help you out. Best regards, Răzvan Crainea OpenSIPS Core Developer http://www.opensips-solutions.com On 5/18/22 09:06, Bogdan-Andrei Iancu wrote: > Hi Bela, > > OK, be sure the user you are using to log into CP has the "admin" > permission on the cdrviewer tool . Check this via the Admin tools -> Access. > > Regards, > > Bogdan-Andrei Iancu > > OpenSIPS Founder and Developer > https://www.opensips-solutions.com > OpenSIPS eBootcamp 23rd May - 3rd June 2022 > https://opensips.org/training/OpenSIPS_eBootcamp_2022/ > > On 5/18/22 12:25 AM, Bela H wrote: >> >> Hi Bogdan, >> >> I have re-installed the CP 9.3.2 but the results are same. Still >> missing CDR fields in the CDR Viewer and no gear icon anywhere only >> Users/Alias Management and System/Monit. >> >> However, in the CDR details I can see the additional fields: >> >> What did I wrong? >> >> Cheers, >> >> Bela >> >> *From: *Bogdan-Andrei Iancu >> *Sent: *Wednesday, 18 May 2022 03:01 >> *To: *OpenSIPS users mailling list ; >> Bela H >> *Subject: *Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 >> >> Hi Bela, >> >> Does you CDRviewer look like this ? >> >> >> >> See the gear box in the right upper corner. >> >> And be sure that the 9.3.2 version is indeed displayed in the left >> upper corner. >> >> Regards, >> >> Bogdan-Andrei Iancu >> OpenSIPS Founder and Developer >> https://www.opensips-solutions.com >> OpenSIPS eBootcamp 23rd May - 3rd June 2022 >> https://opensips.org/training/OpenSIPS_eBootcamp_2022/ >> >> On 5/17/22 10:55 AM, Bela H wrote: >> >> Hello, >> >> What is the best method to upgrade the control panel from 8.3.2 to >> 9.3.2? >> >> I had some extra fields e.g. in CDR viewer and disappeared after >> 9.3.2. It is in the file >> /var/www/html/opensips-cp/config/tools/system/cdrviewer/local.inc.php >> but not visible in the CDR viewer panel only in the detailed view >> for each call. >> >> Also I don’t see this gear icon Bogdan mentioned in the blog: Each >> tool has its own Settings panel “accessible via the gear-icon in >> the right side of the tool header”. >> >> Cheers, >> >> Bela >> >> >> >> _______________________________________________ >> >> Users mailing list >> >> Users at lists.opensips.org >> >> http://lists.opensips.org/cgi-bin/mailman/listinfo/users >> > > > _______________________________________________ > Users mailing list > Users at lists.opensips.org > http://lists.opensips.org/cgi-bin/mailman/listinfo/users From hobe69 at hotmail.com Tue Jun 7 08:44:23 2022 From: hobe69 at hotmail.com (Bela H) Date: Tue, 7 Jun 2022 08:44:23 +0000 Subject: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 In-Reply-To: <3bbca383-752f-ccbb-c9cb-dda48fce7e92@opensips.org> References: <0740cc83-a1b4-f384-ffb8-fe53b892ad83@opensips.org> <3bbca383-752f-ccbb-c9cb-dda48fce7e92@opensips.org> Message-ID: Hi Răzvan, Unfortunately there was no luck, I rolled it back. However, I am not sure if this latest 9.3.2 version has the feature I was hoping for. Is there an “easy” way to configure this new CP GUI for call forwarding management? Currently I set up/modify directly in the DB. Cheers, Bela From: Răzvan Crainea Sent: Tuesday, 7 June 2022 20:36 To: users at lists.opensips.org Subject: Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 Hi, Bela! Did you manage to sort this out? If not, perhaps Daniel, the guy who reworked the settings feature might be able to help you out. Best regards, Răzvan Crainea OpenSIPS Core Developer http://www.opensips-solutions.com On 5/18/22 09:06, Bogdan-Andrei Iancu wrote: > Hi Bela, > > OK, be sure the user you are using to log into CP has the "admin" > permission on the cdrviewer tool . Check this via the Admin tools -> Access. > > Regards, > > Bogdan-Andrei Iancu > > OpenSIPS Founder and Developer > https://www.opensips-solutions.com > OpenSIPS eBootcamp 23rd May - 3rd June 2022 > https://opensips.org/training/OpenSIPS_eBootcamp_2022/ > > On 5/18/22 12:25 AM, Bela H wrote: >> >> Hi Bogdan, >> >> I have re-installed the CP 9.3.2 but the results are same. Still >> missing CDR fields in the CDR Viewer and no gear icon anywhere only >> Users/Alias Management and System/Monit. >> >> However, in the CDR details I can see the additional fields: >> >> What did I wrong? >> >> Cheers, >> >> Bela >> >> *From: *Bogdan-Andrei Iancu >> *Sent: *Wednesday, 18 May 2022 03:01 >> *To: *OpenSIPS users mailling list ; >> Bela H >> *Subject: *Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 >> >> Hi Bela, >> >> Does you CDRviewer look like this ? >> >> >> >> See the gear box in the right upper corner. >> >> And be sure that the 9.3.2 version is indeed displayed in the left >> upper corner. >> >> Regards, >> >> Bogdan-Andrei Iancu >> OpenSIPS Founder and Developer >> https://www.opensips-solutions.com >> OpenSIPS eBootcamp 23rd May - 3rd June 2022 >> https://opensips.org/training/OpenSIPS_eBootcamp_2022/ >> >> On 5/17/22 10:55 AM, Bela H wrote: >> >> Hello, >> >> What is the best method to upgrade the control panel from 8.3.2 to >> 9.3.2? >> >> I had some extra fields e.g. in CDR viewer and disappeared after >> 9.3.2. It is in the file >> /var/www/html/opensips-cp/config/tools/system/cdrviewer/local.inc.php >> but not visible in the CDR viewer panel only in the detailed view >> for each call. >> >> Also I don’t see this gear icon Bogdan mentioned in the blog: Each >> tool has its own Settings panel “accessible via the gear-icon in >> the right side of the tool header”. >> >> Cheers, >> >> Bela >> >> >> >> _______________________________________________ >> >> Users mailing list >> >> Users at lists.opensips.org >> >> http://lists.opensips.org/cgi-bin/mailman/listinfo/users >> > > > _______________________________________________ > Users mailing list > Users at lists.opensips.org > http://lists.opensips.org/cgi-bin/mailman/listinfo/users _______________________________________________ Users mailing list Users at lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users -------------- next part -------------- An HTML attachment was scrubbed... URL: From razvan at opensips.org Tue Jun 7 10:32:29 2022 From: razvan at opensips.org (=?UTF-8?Q?R=c4=83zvan_Crainea?=) Date: Tue, 7 Jun 2022 13:32:29 +0300 Subject: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 In-Reply-To: References: <0740cc83-a1b4-f384-ffb8-fe53b892ad83@opensips.org> <3bbca383-752f-ccbb-c9cb-dda48fce7e92@opensips.org> Message-ID: <2a322f42-0c65-6a56-72f9-f89c7c34b161@opensips.org> Well, this depends on the way you had set up your call forwarding feature in OpenSIPS. But since most likely this is a custom handling, in a custom table, you will have better experience if you are using the tviewer tool în 9.3.2. So the answer is yes, it is worth upgrading :). Best regards, Răzvan Crainea OpenSIPS Core Developer http://www.opensips-solutions.com On 6/7/22 11:44, Bela H wrote: > Hi Răzvan, > > Unfortunately there was no luck, I rolled it back. > > However, I am not sure if this latest 9.3.2 version has the feature I > was hoping for. > > Is there an “easy” way to configure this new CP GUI for call forwarding > management? Currently I set up/modify directly in the DB. > > Cheers, > > Bela > > *From: *Răzvan Crainea > *Sent: *Tuesday, 7 June 2022 20:36 > *To: *users at lists.opensips.org > *Subject: *Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 > > Hi, Bela! > > Did you manage to sort this out? If not, perhaps Daniel, the guy who > reworked the settings feature might be able to help you out. > > Best regards, > > Răzvan Crainea > OpenSIPS Core Developer > http://www.opensips-solutions.com > > On 5/18/22 09:06, Bogdan-Andrei Iancu wrote: > > Hi Bela, > > > > OK, be sure the user you are using to log into CP has the "admin" > > permission on the cdrviewer tool . Check this via the Admin tools -> > Access. > > > > Regards, > > > > Bogdan-Andrei Iancu > > > > OpenSIPS Founder and Developer > > https://www.opensips-solutions.com > > OpenSIPS eBootcamp 23rd May - 3rd June 2022 > > https://opensips.org/training/OpenSIPS_eBootcamp_2022/ > > > > > On 5/18/22 12:25 AM, Bela H wrote: > >> > >> Hi Bogdan, > >> > >> I have re-installed the CP 9.3.2 but the results are same. Still > >> missing CDR fields in the CDR Viewer and no gear icon anywhere only > >> Users/Alias Management and System/Monit. > >> > >> However, in the CDR details I can see the additional fields: > >> > >> What did I wrong? > >> > >> Cheers, > >> > >> Bela > >> > >> *From: *Bogdan-Andrei Iancu > > >> *Sent: *Wednesday, 18 May 2022 03:01 > >> *To: *OpenSIPS users mailling list >; > >> Bela H > > >> *Subject: *Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 > >> > >> Hi Bela, > >> > >> Does you CDRviewer look like this ? > >> > >> > >> > >> See the gear box in the right upper corner. > >> > >> And be sure that the 9.3.2 version is indeed displayed in the left > >> upper corner. > >> > >> Regards, > >> > >> Bogdan-Andrei Iancu > >> OpenSIPS Founder and Developer > >> https://www.opensips-solutions.com > > > > >> OpenSIPS eBootcamp 23rd May - 3rd June 2022 > >> https://opensips.org/training/OpenSIPS_eBootcamp_2022/ > > > > >> > >> On 5/17/22 10:55 AM, Bela H wrote: > >> > >>     Hello, > >> > >>     What is the best method to upgrade the control panel from 8.3.2 to > >>     9.3.2? > >> > >>     I had some extra fields e.g. in CDR viewer and disappeared after > >>     9.3.2. It is in the file > >> > /var/www/html/opensips-cp/config/tools/system/cdrviewer/local.inc.php > >>     but not visible in the CDR viewer panel only in the detailed view > >>     for each call. > >> > >>     Also I don’t see this gear icon Bogdan mentioned in the blog: Each > >>     tool has its own Settings panel “accessible via the gear-icon in > >>     the right side of the tool header”. > >> > >>     Cheers, > >> > >>     Bela > >> > >> > >> > >>     _______________________________________________ > >> > >>     Users mailing list > >> > >>     Users at lists.opensips.org  > > >> > >> http://lists.opensips.org/cgi-bin/mailman/listinfo/users > > > > >> > > > > > > _______________________________________________ > > Users mailing list > > Users at lists.opensips.org > > http://lists.opensips.org/cgi-bin/mailman/listinfo/users > > > _______________________________________________ > Users mailing list > Users at lists.opensips.org > http://lists.opensips.org/cgi-bin/mailman/listinfo/users > > > > _______________________________________________ > Users mailing list > Users at lists.opensips.org > http://lists.opensips.org/cgi-bin/mailman/listinfo/users From daniel.airinei at opensips.org Tue Jun 7 13:28:00 2022 From: daniel.airinei at opensips.org (Daniel Airinei) Date: Tue, 7 Jun 2022 16:28:00 +0300 Subject: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 In-Reply-To: <2a322f42-0c65-6a56-72f9-f89c7c34b161@opensips.org> References: <0740cc83-a1b4-f384-ffb8-fe53b892ad83@opensips.org> <3bbca383-752f-ccbb-c9cb-dda48fce7e92@opensips.org> <2a322f42-0c65-6a56-72f9-f89c7c34b161@opensips.org> Message-ID: <9a2ad0f8-5a8e-174f-43d8-62d0e6d8bdc1@opensips.org> Hello Bela, If you are interested in upgrading to 9.3.2, I'd be happy to assist you with any issues you might encounter (I reworked most of the new settings feature). Regarding your gear button problem, you could first check the permissions in the opensips-cp/config/globals.php file, and make sure they look like the ones here: https://github.com/OpenSIPS/opensips-cp/blob/master/config/globals.php If they look the same, or if you have any additional problems, please let me know and I will help you out. Regards, Daniel Airinei http://www.opensips-solutions.com On 6/7/2022 1:32 PM, Răzvan Crainea wrote: > Well, this depends on the way you had set up your call forwarding > feature in OpenSIPS. But since most likely this is a custom handling, > in a custom table, you will have better experience if you are using > the tviewer tool în 9.3.2. So the answer is yes, it is worth upgrading > :). > > Best regards, > > Răzvan Crainea > OpenSIPS Core Developer > http://www.opensips-solutions.com > > On 6/7/22 11:44, Bela H wrote: >> Hi Răzvan, >> >> Unfortunately there was no luck, I rolled it back. >> >> However, I am not sure if this latest 9.3.2 version has the feature I >> was hoping for. >> >> Is there an “easy” way to configure this new CP GUI for call >> forwarding management? Currently I set up/modify directly in the DB. >> >> Cheers, >> >> Bela >> >> *From: *Răzvan Crainea >> *Sent: *Tuesday, 7 June 2022 20:36 >> *To: *users at lists.opensips.org >> *Subject: *Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 >> >> Hi, Bela! >> >> Did you manage to sort this out? If not, perhaps Daniel, the guy who >> reworked the settings feature might be able to help you out. >> >> Best regards, >> >> Răzvan Crainea >> OpenSIPS Core Developer >> http://www.opensips-solutions.com >> >> On 5/18/22 09:06, Bogdan-Andrei Iancu wrote: >>  > Hi Bela, >>  > >>  > OK, be sure the user you are using to log into CP has the "admin" >>  > permission on the cdrviewer tool . Check this via the Admin tools >> -> Access. >>  > >>  > Regards, >>  > >>  > Bogdan-Andrei Iancu >>  > >>  > OpenSIPS Founder and Developer >>  > https://www.opensips-solutions.com >> >>  > OpenSIPS eBootcamp 23rd May - 3rd June 2022 >>  > https://opensips.org/training/OpenSIPS_eBootcamp_2022/ >> >>  > >>  > On 5/18/22 12:25 AM, Bela H wrote: >>  >> >>  >> Hi Bogdan, >>  >> >>  >> I have re-installed the CP 9.3.2 but the results are same. Still >>  >> missing CDR fields in the CDR Viewer and no gear icon anywhere only >>  >> Users/Alias Management and System/Monit. >>  >> >>  >> However, in the CDR details I can see the additional fields: >>  >> >>  >> What did I wrong? >>  >> >>  >> Cheers, >>  >> >>  >> Bela >>  >> >>  >> *From: *Bogdan-Andrei Iancu > > >>  >> *Sent: *Wednesday, 18 May 2022 03:01 >>  >> *To: *OpenSIPS users mailling list >> >; >>  >> Bela H > >>  >> *Subject: *Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 >>  >> >>  >> Hi Bela, >>  >> >>  >> Does you CDRviewer look like this ? >>  >> >>  >> >>  >> >>  >> See the gear box in the right upper corner. >>  >> >>  >> And be sure that the 9.3.2 version is indeed displayed in the left >>  >> upper corner. >>  >> >>  >> Regards, >>  >> >>  >> Bogdan-Andrei Iancu >>  >> OpenSIPS Founder and Developer >>  >> https://www.opensips-solutions.com >> >> > > >>  >> OpenSIPS eBootcamp 23rd May - 3rd June 2022 >>  >> https://opensips.org/training/OpenSIPS_eBootcamp_2022/ >> >> > > >>  >> >>  >> On 5/17/22 10:55 AM, Bela H wrote: >>  >> >>  >>     Hello, >>  >> >>  >>     What is the best method to upgrade the control panel from >> 8.3.2 to >>  >>     9.3.2? >>  >> >>  >>     I had some extra fields e.g. in CDR viewer and disappeared after >>  >>     9.3.2. It is in the file >>  >> >> /var/www/html/opensips-cp/config/tools/system/cdrviewer/local.inc.php >>  >>     but not visible in the CDR viewer panel only in the detailed >> view >>  >>     for each call. >>  >> >>  >>     Also I don’t see this gear icon Bogdan mentioned in the blog: >> Each >>  >>     tool has its own Settings panel “accessible via the gear-icon in >>  >>     the right side of the tool header”. >>  >> >>  >>     Cheers, >>  >> >>  >>     Bela >>  >> >>  >> >>  >> >>  >>     _______________________________________________ >>  >> >>  >>     Users mailing list >>  >> >>  >>     Users at lists.opensips.org > > >>  >> >>  >> http://lists.opensips.org/cgi-bin/mailman/listinfo/users >> >> > > >>  >> >>  > >>  > >>  > _______________________________________________ >>  > Users mailing list >>  > Users at lists.opensips.org >>  > http://lists.opensips.org/cgi-bin/mailman/listinfo/users >> >> >> _______________________________________________ >> Users mailing list >> Users at lists.opensips.org >> http://lists.opensips.org/cgi-bin/mailman/listinfo/users >> >> >> >> _______________________________________________ >> Users mailing list >> Users at lists.opensips.org >> http://lists.opensips.org/cgi-bin/mailman/listinfo/users > > _______________________________________________ > Users mailing list > Users at lists.opensips.org > http://lists.opensips.org/cgi-bin/mailman/listinfo/users From hobe69 at hotmail.com Wed Jun 8 03:33:31 2022 From: hobe69 at hotmail.com (Bela H) Date: Wed, 8 Jun 2022 03:33:31 +0000 Subject: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 In-Reply-To: <2a322f42-0c65-6a56-72f9-f89c7c34b161@opensips.org> References: <0740cc83-a1b4-f384-ffb8-fe53b892ad83@opensips.org> <3bbca383-752f-ccbb-c9cb-dda48fce7e92@opensips.org> <2a322f42-0c65-6a56-72f9-f89c7c34b161@opensips.org> Message-ID: Thanks Răzvan! I am using the usr_preferences preferences table for call forwarding setup, like this: +----+------------+----------+--------+---------------+------+-------------+---------------------+ | id | uuid | username | domain | attribute | type | value | last_modified | +----+------------+----------+--------+---------------+------+-------------+---------------------+ | 23 | B_num | | | fwdnoansw| 0 | C_num | 2022-04-11 16:46:40 | Cheers, Bela From: Răzvan Crainea Sent: Tuesday, 7 June 2022 22:36 To: users at lists.opensips.org Subject: Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 Well, this depends on the way you had set up your call forwarding feature in OpenSIPS. But since most likely this is a custom handling, in a custom table, you will have better experience if you are using the tviewer tool în 9.3.2. So the answer is yes, it is worth upgrading :). Best regards, Răzvan Crainea OpenSIPS Core Developer http://www.opensips-solutions.com On 6/7/22 11:44, Bela H wrote: > Hi Răzvan, > > Unfortunately there was no luck, I rolled it back. > > However, I am not sure if this latest 9.3.2 version has the feature I > was hoping for. > > Is there an “easy” way to configure this new CP GUI for call forwarding > management? Currently I set up/modify directly in the DB. > > Cheers, > > Bela > > *From: *Răzvan Crainea > *Sent: *Tuesday, 7 June 2022 20:36 > *To: *users at lists.opensips.org > *Subject: *Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 > > Hi, Bela! > > Did you manage to sort this out? If not, perhaps Daniel, the guy who > reworked the settings feature might be able to help you out. > > Best regards, > > Răzvan Crainea > OpenSIPS Core Developer > http://www.opensips-solutions.com > > On 5/18/22 09:06, Bogdan-Andrei Iancu wrote: > > Hi Bela, > > > > OK, be sure the user you are using to log into CP has the "admin" > > permission on the cdrviewer tool . Check this via the Admin tools -> > Access. > > > > Regards, > > > > Bogdan-Andrei Iancu > > > > OpenSIPS Founder and Developer > > https://www.opensips-solutions.com > > OpenSIPS eBootcamp 23rd May - 3rd June 2022 > > https://opensips.org/training/OpenSIPS_eBootcamp_2022/ > > > > > On 5/18/22 12:25 AM, Bela H wrote: > >> > >> Hi Bogdan, > >> > >> I have re-installed the CP 9.3.2 but the results are same. Still > >> missing CDR fields in the CDR Viewer and no gear icon anywhere only > >> Users/Alias Management and System/Monit. > >> > >> However, in the CDR details I can see the additional fields: > >> > >> What did I wrong? > >> > >> Cheers, > >> > >> Bela > >> > >> *From: *Bogdan-Andrei Iancu > > >> *Sent: *Wednesday, 18 May 2022 03:01 > >> *To: *OpenSIPS users mailling list >; > >> Bela H > > >> *Subject: *Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 > >> > >> Hi Bela, > >> > >> Does you CDRviewer look like this ? > >> > >> > >> > >> See the gear box in the right upper corner. > >> > >> And be sure that the 9.3.2 version is indeed displayed in the left > >> upper corner. > >> > >> Regards, > >> > >> Bogdan-Andrei Iancu > >> OpenSIPS Founder and Developer > >> https://www.opensips-solutions.com > > > > >> OpenSIPS eBootcamp 23rd May - 3rd June 2022 > >> https://opensips.org/training/OpenSIPS_eBootcamp_2022/ > > > > >> > >> On 5/17/22 10:55 AM, Bela H wrote: > >> > >> Hello, > >> > >> What is the best method to upgrade the control panel from 8.3.2 to > >> 9.3.2? > >> > >> I had some extra fields e.g. in CDR viewer and disappeared after > >> 9.3.2. It is in the file > >> > /var/www/html/opensips-cp/config/tools/system/cdrviewer/local.inc.php > >> but not visible in the CDR viewer panel only in the detailed view > >> for each call. > >> > >> Also I don’t see this gear icon Bogdan mentioned in the blog: Each > >> tool has its own Settings panel “accessible via the gear-icon in > >> the right side of the tool header”. > >> > >> Cheers, > >> > >> Bela > >> > >> > >> > >> _______________________________________________ > >> > >> Users mailing list > >> > >> Users at lists.opensips.org > > >> > >> http://lists.opensips.org/cgi-bin/mailman/listinfo/users > > > > >> > > > > > > _______________________________________________ > > Users mailing list > > Users at lists.opensips.org > > http://lists.opensips.org/cgi-bin/mailman/listinfo/users > > > _______________________________________________ > Users mailing list > Users at lists.opensips.org > http://lists.opensips.org/cgi-bin/mailman/listinfo/users > > > > _______________________________________________ > Users mailing list > Users at lists.opensips.org > http://lists.opensips.org/cgi-bin/mailman/listinfo/users _______________________________________________ Users mailing list Users at lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users -------------- next part -------------- An HTML attachment was scrubbed... URL: From hobe69 at hotmail.com Wed Jun 8 03:35:15 2022 From: hobe69 at hotmail.com (Bela H) Date: Wed, 8 Jun 2022 03:35:15 +0000 Subject: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 In-Reply-To: <9a2ad0f8-5a8e-174f-43d8-62d0e6d8bdc1@opensips.org> References: <0740cc83-a1b4-f384-ffb8-fe53b892ad83@opensips.org> <3bbca383-752f-ccbb-c9cb-dda48fce7e92@opensips.org> <2a322f42-0c65-6a56-72f9-f89c7c34b161@opensips.org> <9a2ad0f8-5a8e-174f-43d8-62d0e6d8bdc1@opensips.org> Message-ID: Thanks Daniel! I’ll upgrade again hopefully this Friday and will get back to you with the findings. Cheers, Bela From: Daniel Airinei Sent: Wednesday, 8 June 2022 01:30 To: OpenSIPS users mailling list; Răzvan Crainea Subject: Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 Hello Bela, If you are interested in upgrading to 9.3.2, I'd be happy to assist you with any issues you might encounter (I reworked most of the new settings feature). Regarding your gear button problem, you could first check the permissions in the opensips-cp/config/globals.php file, and make sure they look like the ones here: https://github.com/OpenSIPS/opensips-cp/blob/master/config/globals.php If they look the same, or if you have any additional problems, please let me know and I will help you out. Regards, Daniel Airinei http://www.opensips-solutions.com On 6/7/2022 1:32 PM, Răzvan Crainea wrote: > Well, this depends on the way you had set up your call forwarding > feature in OpenSIPS. But since most likely this is a custom handling, > in a custom table, you will have better experience if you are using > the tviewer tool în 9.3.2. So the answer is yes, it is worth upgrading > :). > > Best regards, > > Răzvan Crainea > OpenSIPS Core Developer > http://www.opensips-solutions.com > > On 6/7/22 11:44, Bela H wrote: >> Hi Răzvan, >> >> Unfortunately there was no luck, I rolled it back. >> >> However, I am not sure if this latest 9.3.2 version has the feature I >> was hoping for. >> >> Is there an “easy” way to configure this new CP GUI for call >> forwarding management? Currently I set up/modify directly in the DB. >> >> Cheers, >> >> Bela >> >> *From: *Răzvan Crainea >> *Sent: *Tuesday, 7 June 2022 20:36 >> *To: *users at lists.opensips.org >> *Subject: *Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 >> >> Hi, Bela! >> >> Did you manage to sort this out? If not, perhaps Daniel, the guy who >> reworked the settings feature might be able to help you out. >> >> Best regards, >> >> Răzvan Crainea >> OpenSIPS Core Developer >> http://www.opensips-solutions.com >> >> On 5/18/22 09:06, Bogdan-Andrei Iancu wrote: >> > Hi Bela, >> > >> > OK, be sure the user you are using to log into CP has the "admin" >> > permission on the cdrviewer tool . Check this via the Admin tools >> -> Access. >> > >> > Regards, >> > >> > Bogdan-Andrei Iancu >> > >> > OpenSIPS Founder and Developer >> > https://www.opensips-solutions.com >> >> > OpenSIPS eBootcamp 23rd May - 3rd June 2022 >> > https://opensips.org/training/OpenSIPS_eBootcamp_2022/ >> >> > >> > On 5/18/22 12:25 AM, Bela H wrote: >> >> >> >> Hi Bogdan, >> >> >> >> I have re-installed the CP 9.3.2 but the results are same. Still >> >> missing CDR fields in the CDR Viewer and no gear icon anywhere only >> >> Users/Alias Management and System/Monit. >> >> >> >> However, in the CDR details I can see the additional fields: >> >> >> >> What did I wrong? >> >> >> >> Cheers, >> >> >> >> Bela >> >> >> >> *From: *Bogdan-Andrei Iancu > > >> >> *Sent: *Wednesday, 18 May 2022 03:01 >> >> *To: *OpenSIPS users mailling list >> >; >> >> Bela H > >> >> *Subject: *Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 >> >> >> >> Hi Bela, >> >> >> >> Does you CDRviewer look like this ? >> >> >> >> >> >> >> >> See the gear box in the right upper corner. >> >> >> >> And be sure that the 9.3.2 version is indeed displayed in the left >> >> upper corner. >> >> >> >> Regards, >> >> >> >> Bogdan-Andrei Iancu >> >> OpenSIPS Founder and Developer >> >> https://www.opensips-solutions.com >> >> > > >> >> OpenSIPS eBootcamp 23rd May - 3rd June 2022 >> >> https://opensips.org/training/OpenSIPS_eBootcamp_2022/ >> >> > > >> >> >> >> On 5/17/22 10:55 AM, Bela H wrote: >> >> >> >> Hello, >> >> >> >> What is the best method to upgrade the control panel from >> 8.3.2 to >> >> 9.3.2? >> >> >> >> I had some extra fields e.g. in CDR viewer and disappeared after >> >> 9.3.2. It is in the file >> >> >> /var/www/html/opensips-cp/config/tools/system/cdrviewer/local.inc.php >> >> but not visible in the CDR viewer panel only in the detailed >> view >> >> for each call. >> >> >> >> Also I don’t see this gear icon Bogdan mentioned in the blog: >> Each >> >> tool has its own Settings panel “accessible via the gear-icon in >> >> the right side of the tool header”. >> >> >> >> Cheers, >> >> >> >> Bela >> >> >> >> >> >> >> >> _______________________________________________ >> >> >> >> Users mailing list >> >> >> >> Users at lists.opensips.org > > >> >> >> >> http://lists.opensips.org/cgi-bin/mailman/listinfo/users >> >> > > >> >> >> > >> > >> > _______________________________________________ >> > Users mailing list >> > Users at lists.opensips.org >> > http://lists.opensips.org/cgi-bin/mailman/listinfo/users >> >> >> _______________________________________________ >> Users mailing list >> Users at lists.opensips.org >> http://lists.opensips.org/cgi-bin/mailman/listinfo/users >> >> >> >> _______________________________________________ >> Users mailing list >> Users at lists.opensips.org >> http://lists.opensips.org/cgi-bin/mailman/listinfo/users > > _______________________________________________ > Users mailing list > Users at lists.opensips.org > http://lists.opensips.org/cgi-bin/mailman/listinfo/users _______________________________________________ Users mailing list Users at lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users -------------- next part -------------- An HTML attachment was scrubbed... URL: From bogdan at opensips.org Wed Jun 8 09:30:38 2022 From: bogdan at opensips.org (Bogdan-Andrei Iancu) Date: Wed, 8 Jun 2022 12:30:38 +0300 Subject: [OpenSIPS-Users] [Blog] OpenSIPS Contact Center, or blending chats and calls Message-ID: <83b60852-f23c-27f8-6b09-34ef88390110@opensips.org> Hi all, Here is a post explaining in details the new chat/MSRP support in the Call Center module, OpenSIPS 3.3 , how it works and how to use it. https://blog.opensips.org/2022/06/08/opensips-contact-center-or-blending-chat-and-calls/ Enjoy, -- Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS Summit 27-30 Sept 2022, Athens https://www.opensips.org/events/Summit-2022Athens/ From bullehs at gmail.com Wed Jun 8 10:31:36 2022 From: bullehs at gmail.com (HS) Date: Wed, 8 Jun 2022 15:31:36 +0500 Subject: [OpenSIPS-Users] No audio on TLS connection - Opensips 3.1 In-Reply-To: References: Message-ID: Hi again. Appreciate if someone could take a look at the log and confirm if its an Opensips bug or UA issue please. Subsequent calls have been possible, but intermittent. Thanks. On Sun, Jun 5, 2022 at 7:04 PM HS wrote: > Hi again. > > I discovered something interesting with regards to the TLS connection with > a specific UA when it connects via TLS. In our scenario we forward a call > via Freeswitch (on another server) to another call centre provider. The UA > works fine on UDP + TCP mode. However, on TLS we do not get to hear audio > from the other end. (It seems that Opensips sends out a local address). > > Interestingly, when I restart Opensips (3.1) and connect within a minute > or so, I DO get to hear audio. But subsequent calls do NOT have any audio. > This is really beyond my understanding. Is this an Opensips issue or user > agent? Following is a link to level 7 log - appreciate if someone can help. > There are two calls - the first one has audio, the second one doesn't. > > https://pastebin.pl/view/abc908c1 > > Much appreciate the help. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From hobe69 at hotmail.com Wed Jun 8 23:00:44 2022 From: hobe69 at hotmail.com (Bela H) Date: Wed, 8 Jun 2022 23:00:44 +0000 Subject: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 In-Reply-To: <9a2ad0f8-5a8e-174f-43d8-62d0e6d8bdc1@opensips.org> References: <0740cc83-a1b4-f384-ffb8-fe53b892ad83@opensips.org> <3bbca383-752f-ccbb-c9cb-dda48fce7e92@opensips.org> <2a322f42-0c65-6a56-72f9-f89c7c34b161@opensips.org> <9a2ad0f8-5a8e-174f-43d8-62d0e6d8bdc1@opensips.org> Message-ID: Hi Daniel, I have installed the CP 9.3.2 and it still looks the same: no gear icon. I can confirm the opensips-cp/config/globals.php file indentical to the GitHub one: $config->permissions = array("read-only","read-write","admin"); // Password can be saved in plain text mode by setting // $config->admin_passwd_mode to 0 or chyphered mode, by setting it to 1 $config->admin_passwd_mode=1; One more question: is the /cdrviewer/local.inc.php config used at all? In the CP 8.3.2 I modified that one for additional CDR fields but CP 9.3.2 uses the settings.inc.php file. And also I found an additional problem: CDR exporting does not work, the exported file is empty. Thanks for your help! Cheers, Bela From: Daniel Airinei Sent: Wednesday, 8 June 2022 01:30 To: OpenSIPS users mailling list; Răzvan Crainea Subject: Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 Hello Bela, If you are interested in upgrading to 9.3.2, I'd be happy to assist you with any issues you might encounter (I reworked most of the new settings feature). Regarding your gear button problem, you could first check the permissions in the opensips-cp/config/globals.php file, and make sure they look like the ones here: https://github.com/OpenSIPS/opensips-cp/blob/master/config/globals.php If they look the same, or if you have any additional problems, please let me know and I will help you out. Regards, Daniel Airinei http://www.opensips-solutions.com On 6/7/2022 1:32 PM, Răzvan Crainea wrote: > Well, this depends on the way you had set up your call forwarding > feature in OpenSIPS. But since most likely this is a custom handling, > in a custom table, you will have better experience if you are using > the tviewer tool în 9.3.2. So the answer is yes, it is worth upgrading > :). > > Best regards, > > Răzvan Crainea > OpenSIPS Core Developer > http://www.opensips-solutions.com > > On 6/7/22 11:44, Bela H wrote: >> Hi Răzvan, >> >> Unfortunately there was no luck, I rolled it back. >> >> However, I am not sure if this latest 9.3.2 version has the feature I >> was hoping for. >> >> Is there an “easy” way to configure this new CP GUI for call >> forwarding management? Currently I set up/modify directly in the DB. >> >> Cheers, >> >> Bela >> >> *From: *Răzvan Crainea >> *Sent: *Tuesday, 7 June 2022 20:36 >> *To: *users at lists.opensips.org >> *Subject: *Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 >> >> Hi, Bela! >> >> Did you manage to sort this out? If not, perhaps Daniel, the guy who >> reworked the settings feature might be able to help you out. >> >> Best regards, >> >> Răzvan Crainea >> OpenSIPS Core Developer >> http://www.opensips-solutions.com >> >> On 5/18/22 09:06, Bogdan-Andrei Iancu wrote: >> > Hi Bela, >> > >> > OK, be sure the user you are using to log into CP has the "admin" >> > permission on the cdrviewer tool . Check this via the Admin tools >> -> Access. >> > >> > Regards, >> > >> > Bogdan-Andrei Iancu >> > >> > OpenSIPS Founder and Developer >> > https://www.opensips-solutions.com >> >> > OpenSIPS eBootcamp 23rd May - 3rd June 2022 >> > https://opensips.org/training/OpenSIPS_eBootcamp_2022/ >> >> > >> > On 5/18/22 12:25 AM, Bela H wrote: >> >> >> >> Hi Bogdan, >> >> >> >> I have re-installed the CP 9.3.2 but the results are same. Still >> >> missing CDR fields in the CDR Viewer and no gear icon anywhere only >> >> Users/Alias Management and System/Monit. >> >> >> >> However, in the CDR details I can see the additional fields: >> >> >> >> What did I wrong? >> >> >> >> Cheers, >> >> >> >> Bela >> >> >> >> *From: *Bogdan-Andrei Iancu > > >> >> *Sent: *Wednesday, 18 May 2022 03:01 >> >> *To: *OpenSIPS users mailling list >> >; >> >> Bela H > >> >> *Subject: *Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 >> >> >> >> Hi Bela, >> >> >> >> Does you CDRviewer look like this ? >> >> >> >> >> >> >> >> See the gear box in the right upper corner. >> >> >> >> And be sure that the 9.3.2 version is indeed displayed in the left >> >> upper corner. >> >> >> >> Regards, >> >> >> >> Bogdan-Andrei Iancu >> >> OpenSIPS Founder and Developer >> >> https://www.opensips-solutions.com >> >> > > >> >> OpenSIPS eBootcamp 23rd May - 3rd June 2022 >> >> https://opensips.org/training/OpenSIPS_eBootcamp_2022/ >> >> > > >> >> >> >> On 5/17/22 10:55 AM, Bela H wrote: >> >> >> >> Hello, >> >> >> >> What is the best method to upgrade the control panel from >> 8.3.2 to >> >> 9.3.2? >> >> >> >> I had some extra fields e.g. in CDR viewer and disappeared after >> >> 9.3.2. It is in the file >> >> >> /var/www/html/opensips-cp/config/tools/system/cdrviewer/local.inc.php >> >> but not visible in the CDR viewer panel only in the detailed >> view >> >> for each call. >> >> >> >> Also I don’t see this gear icon Bogdan mentioned in the blog: >> Each >> >> tool has its own Settings panel “accessible via the gear-icon in >> >> the right side of the tool header”. >> >> >> >> Cheers, >> >> >> >> Bela >> >> >> >> >> >> >> >> _______________________________________________ >> >> >> >> Users mailing list >> >> >> >> Users at lists.opensips.org > > >> >> >> >> http://lists.opensips.org/cgi-bin/mailman/listinfo/users >> >> > > >> >> >> > >> > >> > _______________________________________________ >> > Users mailing list >> > Users at lists.opensips.org >> > http://lists.opensips.org/cgi-bin/mailman/listinfo/users >> >> >> _______________________________________________ >> Users mailing list >> Users at lists.opensips.org >> http://lists.opensips.org/cgi-bin/mailman/listinfo/users >> >> >> >> _______________________________________________ >> Users mailing list >> Users at lists.opensips.org >> http://lists.opensips.org/cgi-bin/mailman/listinfo/users > > _______________________________________________ > Users mailing list > Users at lists.opensips.org > http://lists.opensips.org/cgi-bin/mailman/listinfo/users _______________________________________________ Users mailing list Users at lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users -------------- next part -------------- An HTML attachment was scrubbed... URL: From daniel.airinei at opensips.org Wed Jun 8 23:40:22 2022 From: daniel.airinei at opensips.org (Daniel Airinei) Date: Thu, 9 Jun 2022 02:40:22 +0300 Subject: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 In-Reply-To: References: <0740cc83-a1b4-f384-ffb8-fe53b892ad83@opensips.org> <3bbca383-752f-ccbb-c9cb-dda48fce7e92@opensips.org> <2a322f42-0c65-6a56-72f9-f89c7c34b161@opensips.org> <9a2ad0f8-5a8e-174f-43d8-62d0e6d8bdc1@opensips.org> Message-ID: <39eaf428-8c89-9e66-b53a-b7f8d62ec4e6@opensips.org> Hi Bela, Thanks for reaching out. CP 9.3.2 does not use local.inc.php files anymore, you should use the settings interface for additional CDR fields (the one accessed through the gear button we are talking about). Could you access any tool in the CP and then send me the error log? What browser are you using? Could you check, for example, the file opensips-cp/web/tools/system/cdrviewer/template/menu.php and make sure that line 28 is "display_settings_button()"? (which is the function that displays the gear button). Regarding exporting, I have indeed found some issues and they will be fixed as soon as possible. Additionally, you have mentioned in an earlier mail that you see extra fields from local.inc.php in the details tab, but not in the CDR viewer panel. That is probably because those fields were still in your database, and the details tab fetches all fields directly, whereas in the CDR viewer panel, you will see only the fields you have configured through the gear button settings interface (so no extra fields in your case). But local.inc.php files for tools are *not***used in CP 9.3.2, all their content is now managed through the settings interface. Don't hesitate to follow up, Kind regards, Daniel Airinei http://www.opensips-solutions.com/ On 6/9/2022 2:00 AM, Bela H wrote: > > Hi Daniel, > > I have installed the CP 9.3.2 and it still looks the same: no gear icon. > > I can confirm the opensips-cp/config/globals.php file indentical to > the GitHub one: > > $config->permissions = array("read-only","read-write","admin"); > > // Password can be saved in plain text mode by setting > > // $config->admin_passwd_mode to 0 or chyphered mode, by setting it to 1 > > $config->admin_passwd_mode=1; > > One more question: is the /cdrviewer/local.inc.php config used at all? > In the CP 8.3.2 I modified that one for additional CDR fields but CP > 9.3.2 uses the settings.inc.php file. > > And also I found an additional problem: CDR exporting does not work, > the exported file is empty. > > Thanks for your help! > > Cheers, > > Bela > > *From: *Daniel Airinei > *Sent: *Wednesday, 8 June 2022 01:30 > *To: *OpenSIPS users mailling list ; > Răzvan Crainea > *Subject: *Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 > > Hello Bela, > > If you are interested in upgrading to 9.3.2, I'd be happy to assist you > with any issues you might encounter (I reworked most of the new settings > feature). Regarding your gear button problem, you could first check the > permissions in the opensips-cp/config/globals.php file, and make sure > they look like the ones here: > https://github.com/OpenSIPS/opensips-cp/blob/master/config/globals.php > > If they look the same, or if you have any additional problems, please > let me know and I will help you out. > > Regards, > > Daniel Airinei > http://www.opensips-solutions.com > > On 6/7/2022 1:32 PM, Răzvan Crainea wrote: > > Well, this depends on the way you had set up your call forwarding > > feature in OpenSIPS. But since most likely this is a custom handling, > > in a custom table, you will have better experience if you are using > > the tviewer tool în 9.3.2. So the answer is yes, it is worth upgrading > > :). > > > > Best regards, > > > > Răzvan Crainea > > OpenSIPS Core Developer > > http://www.opensips-solutions.com > > > > On 6/7/22 11:44, Bela H wrote: > >> Hi Răzvan, > >> > >> Unfortunately there was no luck, I rolled it back. > >> > >> However, I am not sure if this latest 9.3.2 version has the feature I > >> was hoping for. > >> > >> Is there an “easy” way to configure this new CP GUI for call > >> forwarding management? Currently I set up/modify directly in the DB. > >> > >> Cheers, > >> > >> Bela > >> > >> *From: *Răzvan Crainea > > >> *Sent: *Tuesday, 7 June 2022 20:36 > >> *To: *users at lists.opensips.org > > >> *Subject: *Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 > >> > >> Hi, Bela! > >> > >> Did you manage to sort this out? If not, perhaps Daniel, the guy who > >> reworked the settings feature might be able to help you out. > >> > >> Best regards, > >> > >> Răzvan Crainea > >> OpenSIPS Core Developer > >> http://www.opensips-solutions.com > >> > >> On 5/18/22 09:06, Bogdan-Andrei Iancu wrote: > >>  > Hi Bela, > >>  > > >>  > OK, be sure the user you are using to log into CP has the "admin" > >>  > permission on the cdrviewer tool . Check this via the Admin tools > >> -> Access. > >>  > > >>  > Regards, > >>  > > >>  > Bogdan-Andrei Iancu > >>  > > >>  > OpenSIPS Founder and Developer > >>  > https://www.opensips-solutions.com > >> > >>  > OpenSIPS eBootcamp 23rd May - 3rd June 2022 > >>  > https://opensips.org/training/OpenSIPS_eBootcamp_2022/ > >> > >>  > > >>  > On 5/18/22 12:25 AM, Bela H wrote: > >>  >> > >>  >> Hi Bogdan, > >>  >> > >>  >> I have re-installed the CP 9.3.2 but the results are same. Still > >>  >> missing CDR fields in the CDR Viewer and no gear icon anywhere only > >>  >> Users/Alias Management and System/Monit. > >>  >> > >>  >> However, in the CDR details I can see the additional fields: > >>  >> > >>  >> What did I wrong? > >>  >> > >>  >> Cheers, > >>  >> > >>  >> Bela > >>  >> > >>  >> *From: *Bogdan-Andrei Iancu >> >> > >>  >> *Sent: *Wednesday, 18 May 2022 03:01 > >>  >> *To: *OpenSIPS users mailling list > >> >>; > >>  >> Bela H >> > >>  >> *Subject: *Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 > >>  >> > >>  >> Hi Bela, > >>  >> > >>  >> Does you CDRviewer look like this ? > >>  >> > >>  >> > >>  >> > >>  >> See the gear box in the right upper corner. > >>  >> > >>  >> And be sure that the 9.3.2 version is indeed displayed in the left > >>  >> upper corner. > >>  >> > >>  >> Regards, > >>  >> > >>  >> Bogdan-Andrei Iancu > >>  >> OpenSIPS Founder and Developer > >>  >> https://www.opensips-solutions.com > >> > >> >> > > >>  >> OpenSIPS eBootcamp 23rd May - 3rd June 2022 > >>  >> https://opensips.org/training/OpenSIPS_eBootcamp_2022/ > >> > >> >> > > >>  >> > >>  >> On 5/17/22 10:55 AM, Bela H wrote: > >>  >> > >>  >>     Hello, > >>  >> > >>  >>     What is the best method to upgrade the control panel from > >> 8.3.2 to > >>  >>     9.3.2? > >>  >> > >>  >>     I had some extra fields e.g. in CDR viewer and disappeared > after > >>  >>     9.3.2. It is in the file > >>  >> > >> /var/www/html/opensips-cp/config/tools/system/cdrviewer/local.inc.php > >>  >>     but not visible in the CDR viewer panel only in the detailed > >> view > >>  >>     for each call. > >>  >> > >>  >>     Also I don’t see this gear icon Bogdan mentioned in the blog: > >> Each > >>  >>     tool has its own Settings panel “accessible via the > gear-icon in > >>  >>     the right side of the tool header”. > >>  >> > >>  >>     Cheers, > >>  >> > >>  >>     Bela > >>  >> > >>  >> > >>  >> > >>  >> _______________________________________________ > >>  >> > >>  >>     Users mailing list > >>  >> > >>  >> Users at lists.opensips.org >> >> > >>  >> > >>  >> http://lists.opensips.org/cgi-bin/mailman/listinfo/users > >> > >> >> > > >>  >> > >>  > > >>  > > >>  > _______________________________________________ > >>  > Users mailing list > >>  > Users at lists.opensips.org > >>  > http://lists.opensips.org/cgi-bin/mailman/listinfo/users > >> > >> > >> _______________________________________________ > >> Users mailing list > >> Users at lists.opensips.org > >> http://lists.opensips.org/cgi-bin/mailman/listinfo/users > >> > >> > >> > >> _______________________________________________ > >> Users mailing list > >> Users at lists.opensips.org > >> http://lists.opensips.org/cgi-bin/mailman/listinfo/users > > > > _______________________________________________ > > Users mailing list > > Users at lists.opensips.org > > http://lists.opensips.org/cgi-bin/mailman/listinfo/users > > _______________________________________________ > Users mailing list > Users at lists.opensips.org > http://lists.opensips.org/cgi-bin/mailman/listinfo/users > > > _______________________________________________ > Users mailing list > Users at lists.opensips.org > http://lists.opensips.org/cgi-bin/mailman/listinfo/users -------------- next part -------------- An HTML attachment was scrubbed... URL: From hobe69 at hotmail.com Thu Jun 9 00:20:18 2022 From: hobe69 at hotmail.com (Bela H) Date: Thu, 9 Jun 2022 00:20:18 +0000 Subject: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 In-Reply-To: <39eaf428-8c89-9e66-b53a-b7f8d62ec4e6@opensips.org> References: <0740cc83-a1b4-f384-ffb8-fe53b892ad83@opensips.org> <3bbca383-752f-ccbb-c9cb-dda48fce7e92@opensips.org> <2a322f42-0c65-6a56-72f9-f89c7c34b161@opensips.org> <9a2ad0f8-5a8e-174f-43d8-62d0e6d8bdc1@opensips.org> <39eaf428-8c89-9e66-b53a-b7f8d62ec4e6@opensips.org> Message-ID: Hi Daniel, Thanks for your quick feedback! The local.inc.php related explanation is clear now. I am using Firefox browser. I can confirm the opensips-cp/web/tools/system/cdrviewer/template/menu.php has the following: As I mentioned in my original mail, the /Users/Alias Management menu has the gear icon. Compared that menu.php file with the cdrviewer menu.php and are identical apart from the obvious "System / CDR Viewer / " part. I have only one user defined for CP, admin that is with “admin” access to everything. However, if I change the access to “read-only” for Alias Management I still see the gear icon and even able to modify e.g. the result per page value from the gear icon setting. Can you please advise how to get any error log for this issue! Syslog does not show anything. Cheers, Bela From: Daniel Airinei Sent: Thursday, 9 June 2022 11:40 To: OpenSIPS users mailling list; Bela H Subject: Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 Hi Bela, Thanks for reaching out. CP 9.3.2 does not use local.inc.php files anymore, you should use the settings interface for additional CDR fields (the one accessed through the gear button we are talking about). Could you access any tool in the CP and then send me the error log? What browser are you using? Could you check, for example, the file opensips-cp/web/tools/system/cdrviewer/template/menu.php and make sure that line 28 is "display_settings_button()"? (which is the function that displays the gear button). Regarding exporting, I have indeed found some issues and they will be fixed as soon as possible. Additionally, you have mentioned in an earlier mail that you see extra fields from local.inc.php in the details tab, but not in the CDR viewer panel. That is probably because those fields were still in your database, and the details tab fetches all fields directly, whereas in the CDR viewer panel, you will see only the fields you have configured through the gear button settings interface (so no extra fields in your case). But local.inc.php files for tools are not used in CP 9.3.2, all their content is now managed through the settings interface. Don't hesitate to follow up, Kind regards, Daniel Airinei http://www.opensips-solutions.com/ On 6/9/2022 2:00 AM, Bela H wrote: Hi Daniel, I have installed the CP 9.3.2 and it still looks the same: no gear icon. I can confirm the opensips-cp/config/globals.php file indentical to the GitHub one: $config->permissions = array("read-only","read-write","admin"); // Password can be saved in plain text mode by setting // $config->admin_passwd_mode to 0 or chyphered mode, by setting it to 1 $config->admin_passwd_mode=1; One more question: is the /cdrviewer/local.inc.php config used at all? In the CP 8.3.2 I modified that one for additional CDR fields but CP 9.3.2 uses the settings.inc.php file. And also I found an additional problem: CDR exporting does not work, the exported file is empty. Thanks for your help! Cheers, Bela From: Daniel Airinei Sent: Wednesday, 8 June 2022 01:30 To: OpenSIPS users mailling list; Răzvan Crainea Subject: Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 Hello Bela, If you are interested in upgrading to 9.3.2, I'd be happy to assist you with any issues you might encounter (I reworked most of the new settings feature). Regarding your gear button problem, you could first check the permissions in the opensips-cp/config/globals.php file, and make sure they look like the ones here: https://github.com/OpenSIPS/opensips-cp/blob/master/config/globals.php If they look the same, or if you have any additional problems, please let me know and I will help you out. Regards, Daniel Airinei http://www.opensips-solutions.com On 6/7/2022 1:32 PM, Răzvan Crainea wrote: > Well, this depends on the way you had set up your call forwarding > feature in OpenSIPS. But since most likely this is a custom handling, > in a custom table, you will have better experience if you are using > the tviewer tool în 9.3.2. So the answer is yes, it is worth upgrading > :). > > Best regards, > > Răzvan Crainea > OpenSIPS Core Developer > http://www.opensips-solutions.com > > On 6/7/22 11:44, Bela H wrote: >> Hi Răzvan, >> >> Unfortunately there was no luck, I rolled it back. >> >> However, I am not sure if this latest 9.3.2 version has the feature I >> was hoping for. >> >> Is there an “easy” way to configure this new CP GUI for call >> forwarding management? Currently I set up/modify directly in the DB. >> >> Cheers, >> >> Bela >> >> *From: *Răzvan Crainea >> *Sent: *Tuesday, 7 June 2022 20:36 >> *To: *users at lists.opensips.org >> *Subject: *Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 >> >> Hi, Bela! >> >> Did you manage to sort this out? If not, perhaps Daniel, the guy who >> reworked the settings feature might be able to help you out. >> >> Best regards, >> >> Răzvan Crainea >> OpenSIPS Core Developer >> http://www.opensips-solutions.com >> >> On 5/18/22 09:06, Bogdan-Andrei Iancu wrote: >> > Hi Bela, >> > >> > OK, be sure the user you are using to log into CP has the "admin" >> > permission on the cdrviewer tool . Check this via the Admin tools >> -> Access. >> > >> > Regards, >> > >> > Bogdan-Andrei Iancu >> > >> > OpenSIPS Founder and Developer >> > https://www.opensips-solutions.com >> >> > OpenSIPS eBootcamp 23rd May - 3rd June 2022 >> > https://opensips.org/training/OpenSIPS_eBootcamp_2022/ >> >> > >> > On 5/18/22 12:25 AM, Bela H wrote: >> >> >> >> Hi Bogdan, >> >> >> >> I have re-installed the CP 9.3.2 but the results are same. Still >> >> missing CDR fields in the CDR Viewer and no gear icon anywhere only >> >> Users/Alias Management and System/Monit. >> >> >> >> However, in the CDR details I can see the additional fields: >> >> >> >> What did I wrong? >> >> >> >> Cheers, >> >> >> >> Bela >> >> >> >> *From: *Bogdan-Andrei Iancu > > >> >> *Sent: *Wednesday, 18 May 2022 03:01 >> >> *To: *OpenSIPS users mailling list >> >; >> >> Bela H > >> >> *Subject: *Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 >> >> >> >> Hi Bela, >> >> >> >> Does you CDRviewer look like this ? >> >> >> >> >> >> >> >> See the gear box in the right upper corner. >> >> >> >> And be sure that the 9.3.2 version is indeed displayed in the left >> >> upper corner. >> >> >> >> Regards, >> >> >> >> Bogdan-Andrei Iancu >> >> OpenSIPS Founder and Developer >> >> https://www.opensips-solutions.com >> >> > > >> >> OpenSIPS eBootcamp 23rd May - 3rd June 2022 >> >> https://opensips.org/training/OpenSIPS_eBootcamp_2022/ >> >> > > >> >> >> >> On 5/17/22 10:55 AM, Bela H wrote: >> >> >> >> Hello, >> >> >> >> What is the best method to upgrade the control panel from >> 8.3.2 to >> >> 9.3.2? >> >> >> >> I had some extra fields e.g. in CDR viewer and disappeared after >> >> 9.3.2. It is in the file >> >> >> /var/www/html/opensips-cp/config/tools/system/cdrviewer/local.inc.php >> >> but not visible in the CDR viewer panel only in the detailed >> view >> >> for each call. >> >> >> >> Also I don’t see this gear icon Bogdan mentioned in the blog: >> Each >> >> tool has its own Settings panel “accessible via the gear-icon in >> >> the right side of the tool header”. >> >> >> >> Cheers, >> >> >> >> Bela >> >> >> >> >> >> >> >> _______________________________________________ >> >> >> >> Users mailing list >> >> >> >> Users at lists.opensips.org > > >> >> >> >> http://lists.opensips.org/cgi-bin/mailman/listinfo/users >> >> > > >> >> >> > >> > >> > _______________________________________________ >> > Users mailing list >> > Users at lists.opensips.org >> > http://lists.opensips.org/cgi-bin/mailman/listinfo/users >> >> >> _______________________________________________ >> Users mailing list >> Users at lists.opensips.org >> http://lists.opensips.org/cgi-bin/mailman/listinfo/users >> >> >> >> _______________________________________________ >> Users mailing list >> Users at lists.opensips.org >> http://lists.opensips.org/cgi-bin/mailman/listinfo/users > > _______________________________________________ > Users mailing list > Users at lists.opensips.org > http://lists.opensips.org/cgi-bin/mailman/listinfo/users _______________________________________________ Users mailing list Users at lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users _______________________________________________ Users mailing list Users at lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users -------------- next part -------------- An HTML attachment was scrubbed... URL: From daniel.airinei at opensips.org Thu Jun 9 00:54:57 2022 From: daniel.airinei at opensips.org (Daniel Airinei) Date: Thu, 9 Jun 2022 03:54:57 +0300 Subject: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 In-Reply-To: References: <0740cc83-a1b4-f384-ffb8-fe53b892ad83@opensips.org> <3bbca383-752f-ccbb-c9cb-dda48fce7e92@opensips.org> <2a322f42-0c65-6a56-72f9-f89c7c34b161@opensips.org> <9a2ad0f8-5a8e-174f-43d8-62d0e6d8bdc1@opensips.org> <39eaf428-8c89-9e66-b53a-b7f8d62ec4e6@opensips.org> Message-ID: <73f2f9ed-982b-5565-5f79-ede5ee8011aa@opensips.org> It is unexpected that only some tools have the gear button. Could you also quickly check that the files (these are two other files that are involved in displaying the button): opensips-cp/config/tools/system/cdrviewer/settings.inc.php opensips-cp/config/modules.inc.php look like the files here: https://github.com/OpenSIPS/opensips-cp/blob/master/config/tools/system/cdrviewer/settings.inc.php https://github.com/OpenSIPS/opensips-cp/blob/master/config/modules.inc.php I don't see any reason why they wouldn't match, but it's worth double checking before debugging. Let me know  and I will get back to you with the next steps if this is not the problem. Cheers, Daniel Airinei https://www.opensips-solutions.com/ On 6/9/2022 3:20 AM, Bela H wrote: > > Hi Daniel, > > Thanks for your quick feedback! > > The local.inc.php related explanation is clear now. > > I am using Firefox browser. > > I can confirm the > opensips-cp/web/tools/system/cdrviewer/template/menu.php has the > following: > >         > display_settings_button(); > >         ?> > > As I mentioned in my original mail, the /Users/Alias Management menu > has the gear icon.  Compared that menu.php file with the cdrviewer > menu.php and are identical apart from the obvious "System / CDR Viewer > / " part. > > I have only one user defined for CP, admin that is with “admin” access > to everything. However, if I change the access to “read-only” for > Alias Management I still see the gear icon and even able to modify > e.g. the result per page value from the gear icon setting. > > Can you please advise how to get any error log for this issue! Syslog > does not show anything. > > Cheers, > > Bela > > *From: *Daniel Airinei > *Sent: *Thursday, 9 June 2022 11:40 > *To: *OpenSIPS users mailling list ; > Bela H > *Subject: *Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 > > Hi Bela, > > Thanks for reaching out. CP 9.3.2 does not use local.inc.php files > anymore, you should use the settings interface for additional CDR > fields (the one accessed through the gear button we are talking > about). Could you access any tool in the CP and then send me the error > log? What browser are you using? Could you check, for example, the file > > opensips-cp/web/tools/system/cdrviewer/template/menu.php > > and make sure that line 28 is "display_settings_button()"? (which is > the function that displays the gear button). > > Regarding exporting, I have indeed found some issues and they will be > fixed as soon as possible. > > Additionally, you have mentioned in an earlier mail that you see extra > fields from local.inc.php in the details tab, but not in the CDR > viewer panel. That is probably because those fields were still in your > database, and the details tab fetches all fields directly, whereas in > the CDR viewer panel, you will see only the fields you have configured > through the gear button settings interface (so no extra fields in your > case). But local.inc.php files for tools are *not *used in CP 9.3.2, > all their content is now managed through the settings interface. > > Don't hesitate to follow up, > > Kind regards, > > Daniel Airinei > http://www.opensips-solutions.com/ > > On 6/9/2022 2:00 AM, Bela H wrote: > > Hi Daniel, > > I have installed the CP 9.3.2 and it still looks the same: no gear > icon. > > I can confirm the opensips-cp/config/globals.php file indentical > to the GitHub one: > > $config->permissions = array("read-only","read-write","admin"); > > // Password can be saved in plain text mode by setting > > // $config->admin_passwd_mode to 0 or chyphered mode, by setting > it to 1 > > $config->admin_passwd_mode=1; > > One more question: is the /cdrviewer/local.inc.php config used at > all? In the CP 8.3.2 I modified that one for additional CDR fields > but CP 9.3.2 uses the settings.inc.php file. > > And also I found an additional problem: CDR exporting does not > work, the exported file is empty. > > Thanks for your help! > > Cheers, > > Bela > > *From: *Daniel Airinei > *Sent: *Wednesday, 8 June 2022 01:30 > *To: *OpenSIPS users mailling list > ; Răzvan Crainea > > *Subject: *Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 > > Hello Bela, > > If you are interested in upgrading to 9.3.2, I'd be happy to > assist you > with any issues you might encounter (I reworked most of the new > settings > feature). Regarding your gear button problem, you could first > check the > permissions in the opensips-cp/config/globals.php file, and make sure > they look like the ones here: > https://github.com/OpenSIPS/opensips-cp/blob/master/config/globals.php > > If they look the same, or if you have any additional problems, please > let me know and I will help you out. > > Regards, > > Daniel Airinei > http://www.opensips-solutions.com > > On 6/7/2022 1:32 PM, Răzvan Crainea wrote: > > Well, this depends on the way you had set up your call forwarding > > feature in OpenSIPS. But since most likely this is a custom > handling, > > in a custom table, you will have better experience if you are using > > the tviewer tool în 9.3.2. So the answer is yes, it is worth > upgrading > > :). > > > > Best regards, > > > > Răzvan Crainea > > OpenSIPS Core Developer > > http://www.opensips-solutions.com > > > > On 6/7/22 11:44, Bela H wrote: > >> Hi Răzvan, > >> > >> Unfortunately there was no luck, I rolled it back. > >> > >> However, I am not sure if this latest 9.3.2 version has the > feature I > >> was hoping for. > >> > >> Is there an “easy” way to configure this new CP GUI for call > >> forwarding management? Currently I set up/modify directly in > the DB. > >> > >> Cheers, > >> > >> Bela > >> > >> *From: *Răzvan Crainea > > >> *Sent: *Tuesday, 7 June 2022 20:36 > >> *To: *users at lists.opensips.org > > >> *Subject: *Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 > >> > >> Hi, Bela! > >> > >> Did you manage to sort this out? If not, perhaps Daniel, the > guy who > >> reworked the settings feature might be able to help you out. > >> > >> Best regards, > >> > >> Răzvan Crainea > >> OpenSIPS Core Developer > >> http://www.opensips-solutions.com > > >> > >> On 5/18/22 09:06, Bogdan-Andrei Iancu wrote: > >>  > Hi Bela, > >>  > > >>  > OK, be sure the user you are using to log into CP has the > "admin" > >>  > permission on the cdrviewer tool . Check this via the Admin > tools > >> -> Access. > >>  > > >>  > Regards, > >>  > > >>  > Bogdan-Andrei Iancu > >>  > > >>  > OpenSIPS Founder and Developer > >>  > https://www.opensips-solutions.com > >> > >>  > OpenSIPS eBootcamp 23rd May - 3rd June 2022 > >>  > https://opensips.org/training/OpenSIPS_eBootcamp_2022/ > >> > >>  > > >>  > On 5/18/22 12:25 AM, Bela H wrote: > >>  >> > >>  >> Hi Bogdan, > >>  >> > >>  >> I have re-installed the CP 9.3.2 but the results are same. > Still > >>  >> missing CDR fields in the CDR Viewer and no gear icon > anywhere only > >>  >> Users/Alias Management and System/Monit. > >>  >> > >>  >> However, in the CDR details I can see the additional fields: > >>  >> > >>  >> What did I wrong? > >>  >> > >>  >> Cheers, > >>  >> > >>  >> Bela > >>  >> > >>  >> *From: *Bogdan-Andrei Iancu > >> >> > >>  >> *Sent: *Wednesday, 18 May 2022 03:01 > >>  >> *To: *OpenSIPS users mailling list > >> >>; > >>  >> Bela H >> > >>  >> *Subject: *Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 > >>  >> > >>  >> Hi Bela, > >>  >> > >>  >> Does you CDRviewer look like this ? > >>  >> > >>  >> > >>  >> > >>  >> See the gear box in the right upper corner. > >>  >> > >>  >> And be sure that the 9.3.2 version is indeed displayed in > the left > >>  >> upper corner. > >>  >> > >>  >> Regards, > >>  >> > >>  >> Bogdan-Andrei Iancu > >>  >> OpenSIPS Founder and Developer > >>  >> https://www.opensips-solutions.com > >> > >> >> > > >>  >> OpenSIPS eBootcamp 23rd May - 3rd June 2022 > >>  >> https://opensips.org/training/OpenSIPS_eBootcamp_2022/ > >> > >> >> > > >>  >> > >>  >> On 5/17/22 10:55 AM, Bela H wrote: > >>  >> > >>  >>     Hello, > >>  >> > >>  >>     What is the best method to upgrade the control panel from > >> 8.3.2 to > >>  >>     9.3.2? > >>  >> > >>  >>     I had some extra fields e.g. in CDR viewer and > disappeared after > >>  >>     9.3.2. It is in the file > >>  >> > >> > /var/www/html/opensips-cp/config/tools/system/cdrviewer/local.inc.php > >>  >>     but not visible in the CDR viewer panel only in the > detailed > >> view > >>  >>     for each call. > >>  >> > >>  >>     Also I don’t see this gear icon Bogdan mentioned in the > blog: > >> Each > >>  >>     tool has its own Settings panel “accessible via the > gear-icon in > >>  >>     the right side of the tool header”. > >>  >> > >>  >>     Cheers, > >>  >> > >>  >>     Bela > >>  >> > >>  >> > >>  >> > >>  >> _______________________________________________ > >>  >> > >>  >>     Users mailing list > >>  >> > >>  >> Users at lists.opensips.org > >> >> > >>  >> > >>  >> http://lists.opensips.org/cgi-bin/mailman/listinfo/users > >> > >> >> > > > > _______________________________________________ > > Users mailing list > > Users at lists.opensips.org > > http://lists.opensips.org/cgi-bin/mailman/listinfo/users > > > _______________________________________________ > Users mailing list > Users at lists.opensips.org > http://lists.opensips.org/cgi-bin/mailman/listinfo/users -------------- next part -------------- An HTML attachment was scrubbed... URL: From hobe69 at hotmail.com Thu Jun 9 03:21:10 2022 From: hobe69 at hotmail.com (Bela H) Date: Thu, 9 Jun 2022 03:21:10 +0000 Subject: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 In-Reply-To: <73f2f9ed-982b-5565-5f79-ede5ee8011aa@opensips.org> References: <0740cc83-a1b4-f384-ffb8-fe53b892ad83@opensips.org> <3bbca383-752f-ccbb-c9cb-dda48fce7e92@opensips.org> <2a322f42-0c65-6a56-72f9-f89c7c34b161@opensips.org> <9a2ad0f8-5a8e-174f-43d8-62d0e6d8bdc1@opensips.org> <39eaf428-8c89-9e66-b53a-b7f8d62ec4e6@opensips.org> <73f2f9ed-982b-5565-5f79-ede5ee8011aa@opensips.org> Message-ID: Hi Daniel, I went other direction as well with the troubleshooting: asked my colleague to check the behavior of CP from the office environment since I work from home. This is really odd but works fine from there with the same browser! That means nothing wrong with the CP 9.3.2. Thanks for your help on this and really sorry to waste your time! Please let me know if you have further update on the CDR exporting function. Cheers, Bela From: Daniel Airinei Sent: Thursday, 9 June 2022 12:55 To: OpenSIPS users mailling list; Bela H Subject: Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 It is unexpected that only some tools have the gear button. Could you also quickly check that the files (these are two other files that are involved in displaying the button): opensips-cp/config/tools/system/cdrviewer/settings.inc.php opensips-cp/config/modules.inc.php look like the files here: https://github.com/OpenSIPS/opensips-cp/blob/master/config/tools/system/cdrviewer/settings.inc.php https://github.com/OpenSIPS/opensips-cp/blob/master/config/modules.inc.php I don't see any reason why they wouldn't match, but it's worth double checking before debugging. Let me know and I will get back to you with the next steps if this is not the problem. Cheers, Daniel Airinei https://www.opensips-solutions.com/ On 6/9/2022 3:20 AM, Bela H wrote: Hi Daniel, Thanks for your quick feedback! The local.inc.php related explanation is clear now. I am using Firefox browser. I can confirm the opensips-cp/web/tools/system/cdrviewer/template/menu.php has the following: As I mentioned in my original mail, the /Users/Alias Management menu has the gear icon. Compared that menu.php file with the cdrviewer menu.php and are identical apart from the obvious "System / CDR Viewer / " part. I have only one user defined for CP, admin that is with “admin” access to everything. However, if I change the access to “read-only” for Alias Management I still see the gear icon and even able to modify e.g. the result per page value from the gear icon setting. Can you please advise how to get any error log for this issue! Syslog does not show anything. Cheers, Bela From: Daniel Airinei Sent: Thursday, 9 June 2022 11:40 To: OpenSIPS users mailling list; Bela H Subject: Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 Hi Bela, Thanks for reaching out. CP 9.3.2 does not use local.inc.php files anymore, you should use the settings interface for additional CDR fields (the one accessed through the gear button we are talking about). Could you access any tool in the CP and then send me the error log? What browser are you using? Could you check, for example, the file opensips-cp/web/tools/system/cdrviewer/template/menu.php and make sure that line 28 is "display_settings_button()"? (which is the function that displays the gear button). Regarding exporting, I have indeed found some issues and they will be fixed as soon as possible. Additionally, you have mentioned in an earlier mail that you see extra fields from local.inc.php in the details tab, but not in the CDR viewer panel. That is probably because those fields were still in your database, and the details tab fetches all fields directly, whereas in the CDR viewer panel, you will see only the fields you have configured through the gear button settings interface (so no extra fields in your case). But local.inc.php files for tools are not used in CP 9.3.2, all their content is now managed through the settings interface. Don't hesitate to follow up, Kind regards, Daniel Airinei http://www.opensips-solutions.com/ On 6/9/2022 2:00 AM, Bela H wrote: Hi Daniel, I have installed the CP 9.3.2 and it still looks the same: no gear icon. I can confirm the opensips-cp/config/globals.php file indentical to the GitHub one: $config->permissions = array("read-only","read-write","admin"); // Password can be saved in plain text mode by setting // $config->admin_passwd_mode to 0 or chyphered mode, by setting it to 1 $config->admin_passwd_mode=1; One more question: is the /cdrviewer/local.inc.php config used at all? In the CP 8.3.2 I modified that one for additional CDR fields but CP 9.3.2 uses the settings.inc.php file. And also I found an additional problem: CDR exporting does not work, the exported file is empty. Thanks for your help! Cheers, Bela From: Daniel Airinei Sent: Wednesday, 8 June 2022 01:30 To: OpenSIPS users mailling list; Răzvan Crainea Subject: Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 Hello Bela, If you are interested in upgrading to 9.3.2, I'd be happy to assist you with any issues you might encounter (I reworked most of the new settings feature). Regarding your gear button problem, you could first check the permissions in the opensips-cp/config/globals.php file, and make sure they look like the ones here: https://github.com/OpenSIPS/opensips-cp/blob/master/config/globals.php If they look the same, or if you have any additional problems, please let me know and I will help you out. Regards, Daniel Airinei http://www.opensips-solutions.com On 6/7/2022 1:32 PM, Răzvan Crainea wrote: > Well, this depends on the way you had set up your call forwarding > feature in OpenSIPS. But since most likely this is a custom handling, > in a custom table, you will have better experience if you are using > the tviewer tool în 9.3.2. So the answer is yes, it is worth upgrading > :). > > Best regards, > > Răzvan Crainea > OpenSIPS Core Developer > http://www.opensips-solutions.com > > On 6/7/22 11:44, Bela H wrote: >> Hi Răzvan, >> >> Unfortunately there was no luck, I rolled it back. >> >> However, I am not sure if this latest 9.3.2 version has the feature I >> was hoping for. >> >> Is there an “easy” way to configure this new CP GUI for call >> forwarding management? Currently I set up/modify directly in the DB. >> >> Cheers, >> >> Bela >> >> *From: *Răzvan Crainea >> *Sent: *Tuesday, 7 June 2022 20:36 >> *To: *users at lists.opensips.org >> *Subject: *Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 >> >> Hi, Bela! >> >> Did you manage to sort this out? If not, perhaps Daniel, the guy who >> reworked the settings feature might be able to help you out. >> >> Best regards, >> >> Răzvan Crainea >> OpenSIPS Core Developer >> http://www.opensips-solutions.com >> >> On 5/18/22 09:06, Bogdan-Andrei Iancu wrote: >> > Hi Bela, >> > >> > OK, be sure the user you are using to log into CP has the "admin" >> > permission on the cdrviewer tool . Check this via the Admin tools >> -> Access. >> > >> > Regards, >> > >> > Bogdan-Andrei Iancu >> > >> > OpenSIPS Founder and Developer >> > https://www.opensips-solutions.com >> >> > OpenSIPS eBootcamp 23rd May - 3rd June 2022 >> > https://opensips.org/training/OpenSIPS_eBootcamp_2022/ >> >> > >> > On 5/18/22 12:25 AM, Bela H wrote: >> >> >> >> Hi Bogdan, >> >> >> >> I have re-installed the CP 9.3.2 but the results are same. Still >> >> missing CDR fields in the CDR Viewer and no gear icon anywhere only >> >> Users/Alias Management and System/Monit. >> >> >> >> However, in the CDR details I can see the additional fields: >> >> >> >> What did I wrong? >> >> >> >> Cheers, >> >> >> >> Bela >> >> >> >> *From: *Bogdan-Andrei Iancu > > >> >> *Sent: *Wednesday, 18 May 2022 03:01 >> >> *To: *OpenSIPS users mailling list >> >; >> >> Bela H > >> >> *Subject: *Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2 >> >> >> >> Hi Bela, >> >> >> >> Does you CDRviewer look like this ? >> >> >> >> >> >> >> >> See the gear box in the right upper corner. >> >> >> >> And be sure that the 9.3.2 version is indeed displayed in the left >> >> upper corner. >> >> >> >> Regards, >> >> >> >> Bogdan-Andrei Iancu >> >> OpenSIPS Founder and Developer >> >> https://www.opensips-solutions.com >> >> > > >> >> OpenSIPS eBootcamp 23rd May - 3rd June 2022 >> >> https://opensips.org/training/OpenSIPS_eBootcamp_2022/ >> >> > > >> >> >> >> On 5/17/22 10:55 AM, Bela H wrote: >> >> >> >> Hello, >> >> >> >> What is the best method to upgrade the control panel from >> 8.3.2 to >> >> 9.3.2? >> >> >> >> I had some extra fields e.g. in CDR viewer and disappeared after >> >> 9.3.2. It is in the file >> >> >> /var/www/html/opensips-cp/config/tools/system/cdrviewer/local.inc.php >> >> but not visible in the CDR viewer panel only in the detailed >> view >> >> for each call. >> >> >> >> Also I don’t see this gear icon Bogdan mentioned in the blog: >> Each >> >> tool has its own Settings panel “accessible via the gear-icon in >> >> the right side of the tool header”. >> >> >> >> Cheers, >> >> >> >> Bela >> >> >> >> >> >> >> >> _______________________________________________ >> >> >> >> Users mailing list >> >> >> >> Users at lists.opensips.org > > >> >> >> >> http://lists.opensips.org/cgi-bin/mailman/listinfo/users >> >> > > _______________________________________________ Users mailing list Users at lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users _______________________________________________ Users mailing list Users at lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users -------------- next part -------------- An HTML attachment was scrubbed... URL: From vladp at opensips.org Thu Jun 9 13:10:58 2022 From: vladp at opensips.org (Vlad Patrascu) Date: Thu, 9 Jun 2022 16:10:58 +0300 Subject: [OpenSIPS-Users] [Blog] MSRP Gateway Message-ID: <75b56604-c132-ff68-7790-e3511406fbe7@opensips.org> Hi all, OpenSIPS 3.3 introduces a new MSRP gateway module, which translate between Page Mode (SIP MESSAGE method) and Session Mode (MSRP) Messaging. Read more about this in the following blog post: https://blog.opensips.org/2022/06/09/msrp-gateway/ Enjoy, -- Vlad Patrascu OpenSIPS Core Developer http://www.opensips-solutions.com From johan at democon.be Thu Jun 9 13:57:44 2022 From: johan at democon.be (johan) Date: Thu, 9 Jun 2022 15:57:44 +0200 Subject: [OpenSIPS-Users] version number of 3.3. Message-ID: <6adaa7f9-6f2f-73cf-fe30-1d08e8ca2022@democon.be> Hello, i just downloaded opensips 3.3.  opensips -V still shows beta version. version: opensips 3.3.0-beta (x86_64/linux) flags: STATS: On, DISABLE_NAGLE, USE_MCAST, SHM_MMAP, PKG_MALLOC, Q_MALLOC, F_MALLOC, HP_MALLOC, DBG_MALLOC, CC_O0, FAST_LOCK-ADAPTIVE_WAIT ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535 poll method support: poll, epoll, sigio_rt, select. git revision: 05016a0da main.c compiled on 09:54:58 Jun  9 2022 with gcc 8 From johan at democon.be Thu Jun 9 14:13:31 2022 From: johan at democon.be (johan) Date: Thu, 9 Jun 2022 16:13:31 +0200 Subject: [OpenSIPS-Users] version number of 3.3. In-Reply-To: <6adaa7f9-6f2f-73cf-fe30-1d08e8ca2022@democon.be> References: <6adaa7f9-6f2f-73cf-fe30-1d08e8ca2022@democon.be> Message-ID: <2c5968a4-6042-a357-3eb4-c79983a51eea@democon.be> even worse : using latest github of 3.3 Jun  9 10:09:51 debian10opensips31 opensips: ERROR:core:version_control: module version mismatch for db_mysql; core: opensips 3.3.0-beta (x86_64/linux); module: opensips 3.3.0-dev (x86_64/linux) On 9/06/2022 15:57, johan wrote: > Hello, > > i just downloaded opensips 3.3.  > > opensips -V still shows beta version. > > > version: opensips 3.3.0-beta (x86_64/linux) > flags: STATS: On, DISABLE_NAGLE, USE_MCAST, SHM_MMAP, PKG_MALLOC, > Q_MALLOC, F_MALLOC, HP_MALLOC, DBG_MALLOC, CC_O0, FAST_LOCK-ADAPTIVE_WAIT > ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, > MAX_URI_SIZE 1024, BUF_SIZE 65535 > poll method support: poll, epoll, sigio_rt, select. > git revision: 05016a0da > main.c compiled on 09:54:58 Jun  9 2022 with gcc 8 > From liviu at opensips.org Thu Jun 9 14:24:15 2022 From: liviu at opensips.org (Liviu Chircu) Date: Thu, 9 Jun 2022 17:24:15 +0300 Subject: [OpenSIPS-Users] version number of 3.3. In-Reply-To: <2c5968a4-6042-a357-3eb4-c79983a51eea@democon.be> References: <6adaa7f9-6f2f-73cf-fe30-1d08e8ca2022@democon.be> <2c5968a4-6042-a357-3eb4-c79983a51eea@democon.be> Message-ID: <48d342c6-d409-ab6d-a9c3-21c79497a3ba@opensips.org> Hi Johan, Although we've started a "3.3" branch, the "3.3.0" release is not finalized yet, as it's undergoing two months of beta testing.  To signify this process, the build tag is currently "3.3.0-beta".  In roughly two weeks from now, we will push out a first release candidate version, so the build tag will be bumped to "3.3.0-rc1". Regarding your "db_mysql" module error, maybe you have it under "exclude_modules=" in Makefile.conf and it did not get included in a "make modules" command you ran?  Try to force a rebuild of the MySQL client driver with "make modules module=db_mysql" and see if it picks up the module afterwards. Best Regards, On 09.06.2022 17:13, johan wrote: > even worse : using latest github of 3.3 > > > Jun  9 10:09:51 debian10opensips31 opensips: ERROR:core:version_control: > module version mismatch for db_mysql; core: opensips 3.3.0-beta > (x86_64/linux); module: opensips 3.3.0-dev (x86_64/linux) > > On 9/06/2022 15:57, johan wrote: >> Hello, >> >> i just downloaded opensips 3.3. >> >> opensips -V still shows beta version. >> >> >> version: opensips 3.3.0-beta (x86_64/linux) >> flags: STATS: On, DISABLE_NAGLE, USE_MCAST, SHM_MMAP, PKG_MALLOC, >> Q_MALLOC, F_MALLOC, HP_MALLOC, DBG_MALLOC, CC_O0, FAST_LOCK-ADAPTIVE_WAIT >> ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, >> MAX_URI_SIZE 1024, BUF_SIZE 65535 >> poll method support: poll, epoll, sigio_rt, select. >> git revision: 05016a0da >> main.c compiled on 09:54:58 Jun  9 2022 with gcc 8 >> > _______________________________________________ > Users mailing list > Users at lists.opensips.org > http://lists.opensips.org/cgi-bin/mailman/listinfo/users -- Liviu Chircu www.twitter.com/liviuchircu | www.opensips-solutions.com OpenSIPS eBootcamp, May 23 - June 3 | www.opensips.org/training From mickael.monsieur at gmail.com Thu Jun 9 19:26:17 2022 From: mickael.monsieur at gmail.com (Mickael MONSIEUR) Date: Thu, 9 Jun 2022 21:26:17 +0200 Subject: [OpenSIPS-Users] b2b_init_request("top hiding") and rtpproxy ? Message-ID: Hello, I run all my RTP streams through rtpproxy and it works fine with rtpproxy_offer("roc", "opensips ip") and rtpproxy_answer("roc", "opensips ip") But when I activate b2b_init_request("top hiding") my "183 Session Progress" are modified by b2b_logic and the modifications on the SDP made by rtpproxy are lost. Is there any incompatibility? Mickael From m.shirazi at gmail.com Wed Jun 15 10:34:45 2022 From: m.shirazi at gmail.com (Mehdi Shirazi) Date: Wed, 15 Jun 2022 15:04:45 +0430 Subject: [OpenSIPS-Users] Drop the call from onreply_route with cause code Message-ID: Hi How can we disconnect a call from on reply_route with a cause value ? Regards M.Shirazi -------------- next part -------------- An HTML attachment was scrubbed... URL: From kurgan-rus at inbox.ru Fri Jun 17 04:47:59 2022 From: kurgan-rus at inbox.ru (=?UTF-8?B?QWxleGV5IEthemFudHNldg==?=) Date: Fri, 17 Jun 2022 07:47:59 +0300 Subject: [OpenSIPS-Users] =?utf-8?q?Drop_the_call_from_onreply=5Froute_wit?= =?utf-8?q?h_cause_code?= In-Reply-To: References: Message-ID: <1655441279.155840913@f128.i.mail.ru> Hi Mehdi,   onreply_route [1] is used not for generating replies by your OpenSIPS, it it used for actions to be taken for SIP replies which are going towards OpenSIPS from other VoIP entities.   To drop a call with some code you may use these functions:       sl_send_reply();    [2]     send_reply();         [3]   but according to the documentation neither of them can be used from onreply_route.   [1]  https://www.opensips.org/Documentation/Script-Routes-3-3#toc4 [2]  https://opensips.org/docs/modules/3.3.x/sl.html#func_sl_send_reply [3]  https://opensips.org/docs/modules/3.3.x/signaling.html#func_send_reply   ----------------------------------------------- BR, Alexey https://alexeyka.zantsev.com/   -------------- next part -------------- An HTML attachment was scrubbed... URL: From m.shirazi at gmail.com Fri Jun 17 05:49:50 2022 From: m.shirazi at gmail.com (Mehdi Shirazi) Date: Fri, 17 Jun 2022 10:19:50 +0430 Subject: [OpenSIPS-Users] Drop the call from onreply_route with cause code Message-ID: *Hi Alexey* *Thanks for the reply, so how can we read a reply message(even outside reply_route) and based on the information in it, decide to send a reply with special cause code and terminate the initiated call ? * Regards M.Shirazi >Hi Mehdi, >onreply_route [1] is used not for generating replies by your OpenSIPS, >it it used for actions to be taken for SIP replies which are going towards OpenSIPS >from other VoIP entities. >To drop a call with some code you may use these functions: > sl_send_reply(); [2] > send_reply(); [3] >but according to the documentation neither of them can be used from onreply_route. >>Hi >>How can we disconnect a call from on reply_route with a cause value ? -------------- next part -------------- An HTML attachment was scrubbed... URL: From Ben.Newlin at genesys.com Fri Jun 17 15:08:35 2022 From: Ben.Newlin at genesys.com (Ben Newlin) Date: Fri, 17 Jun 2022 15:08:35 +0000 Subject: [OpenSIPS-Users] Drop the call from onreply_route with cause code In-Reply-To: References: Message-ID: Mehdi, That would be done in a failure_route, using the methods Alexey mentioned, or the corresponding stateful ones from the TM module. Since OpenSIPS is a proxy, you cannot drop a successful reply, only a failure one. It may be helpful to review the documentation on the types of routes in OpenSIPS and their purposes and capabilities: https://www.opensips.org/Documentation/Script-Routes-3-3 Ben Newlin From: Users on behalf of Mehdi Shirazi Date: Friday, June 17, 2022 at 1:50 AM To: OpenSIPS users mailling list Subject: Re: [OpenSIPS-Users] Drop the call from onreply_route with cause code EXTERNAL EMAIL - Please use caution with links and attachments ________________________________ Hi Alexey Thanks for the reply, so how can we read a reply message(even outside reply_route) and based on the information in it, decide to send a reply with special cause code and terminate the initiated call ? Regards M.Shirazi >Hi Mehdi, >onreply_route [1] is used not for generating replies by your OpenSIPS, >it it used for actions to be taken for SIP replies which are going towards OpenSIPS >from other VoIP entities. >To drop a call with some code you may use these functions: > sl_send_reply(); [2] > send_reply(); [3] >but according to the documentation neither of them can be used from onreply_route. >>Hi >>How can we disconnect a call from on reply_route with a cause value ? -------------- next part -------------- An HTML attachment was scrubbed... URL: From m.shirazi at gmail.com Sat Jun 18 05:41:33 2022 From: m.shirazi at gmail.com (Mehdi Shirazi) Date: Sat, 18 Jun 2022 10:11:33 +0430 Subject: [OpenSIPS-Users] Drop the call from onreply_route with cause code Message-ID: Thanks Ben for your reply. It seems there is one way to cancel initiated call from reply_route: onreply_route[3] { ... if ($hdr(User-Agent)=~"Snom") { # drop calls involving snom UA t_cancel_branch(); } ... } Regards M.Shirazi -------------- next part -------------- An HTML attachment was scrubbed... URL: From Ben.Newlin at genesys.com Sat Jun 18 15:15:46 2022 From: Ben.Newlin at genesys.com (Ben Newlin) Date: Sat, 18 Jun 2022 15:15:46 +0000 Subject: [OpenSIPS-Users] Drop the call from onreply_route with cause code In-Reply-To: References: Message-ID: Yes, there is that one, I hadn’t thought of that. But you will not be able to control the response code sent back upstream from there. You still need to do that in the failure_route. Ben Newlin Lead Voice Network Engineer Genesys Cloud Voice [X+8ADXwmpWwAAAABJRU5ErkJggg==] [eJAO5L8CpOPwG+vPB9q3Mq3SAAAAAElFTkSuQmCC][NZOfBSD5zhNaRvrLBVF2igAAAABJRU5ErkJggg==][xf4wOBtofx3lYAAAAAElFTkSuQmCC][L5hfZJ73LJyNk7AAAAABJRU5ErkJggg==][aX4aUWQAAAABJRU5ErkJggg==][wFxOBHaJBbmQQAAAABJRU5ErkJggg==] From: Users on behalf of Mehdi Shirazi Date: Saturday, June 18, 2022 at 1:44 AM To: OpenSIPS users mailling list Subject: Re: [OpenSIPS-Users] Drop the call from onreply_route with cause code EXTERNAL EMAIL - Please use caution with links and attachments ________________________________ Thanks Ben for your reply. It seems there is one way to cancel initiated call from reply_route: onreply_route[3] { ... if ($hdr(User-Agent)=~"Snom") { # drop calls involving snom UA t_cancel_branch(); } ... } Regards M.Shirazi -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 6092 bytes Desc: image001.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.png Type: image/png Size: 1006 bytes Desc: image002.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 1085 bytes Desc: image003.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.png Type: image/png Size: 1009 bytes Desc: image004.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image005.png Type: image/png Size: 896 bytes Desc: image005.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image006.png Type: image/png Size: 1049 bytes Desc: image006.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image007.png Type: image/png Size: 1088 bytes Desc: image007.png URL: From abdullah.mohamed at connectps.com Sat Jun 18 15:57:58 2022 From: abdullah.mohamed at connectps.com (Abdullah Mohamed) Date: Sat, 18 Jun 2022 15:57:58 +0000 Subject: [OpenSIPS-Users] OPENSIPS with Java Message-ID: Dear Sir/Madam, Hope this mail finds you well, I am Abdullah Mohamed a software engineer at Connect Professional Services and I would like to ask some questions regarding the opensips project and my questions are if there are any tips or guides for embedding the opensips project in java and deploying it on tomcat and my other question is about the license of opensips is it free ? or how much does it cost ? Thanks for your time and feel free to reply to this email. p.s: if my questions should be sent to other mailing list like the business one or the development one please inform me and I will do so. Best Regards, Abdullah Mohamed -------------- next part -------------- An HTML attachment was scrubbed... URL: From bullehs at gmail.com Mon Jun 20 14:21:20 2022 From: bullehs at gmail.com (HS) Date: Mon, 20 Jun 2022 19:21:20 +0500 Subject: [OpenSIPS-Users] DBAliases with Late SDP Negotiation Message-ID: Hi all. Just wondering if anyone has "dbaliases" working with the Late SDP negotiation script below: https://opensips.org/pub/docs/tutorials/websockets/opensips-late.cfg If we call an alias, it works fine if the user is online. However, in case of offline users I want the call to be forwarded to another instance/server. If we use the ID (from subscriber table) calls are being forwarded. But not if we dial an alias. Appreciate the help. -------------- next part -------------- An HTML attachment was scrubbed... URL: From liviu at opensips.org Wed Jun 22 14:02:51 2022 From: liviu at opensips.org (Liviu Chircu) Date: Wed, 22 Jun 2022 17:02:51 +0300 Subject: [OpenSIPS-Users] [Release] OpenSIPS 3.3.0-rc1, 3.2.7 and 3.1.10 minor releases In-Reply-To: <289b0c57-f412-cdaf-3fe6-0250f867e813@opensips.org> References: <289b0c57-f412-cdaf-3fe6-0250f867e813@opensips.org> Message-ID: <40e97801-2c04-229a-296c-35fd0befce3b@opensips.org> On 06.06.2022 12:41, Liviu Chircu wrote: > Hi, all! > > After nearly a month of beta testing for 3.3, we will soon push a > release candidate version for the 3.3 branch, as well as two new minor > releases for the stable branches, namely 3.2.7 and 3.1.10. > I am pleased to announce that we have just released a first candidate for the 3.3 version, 3.3.0-rc1, after a month of beta testing.  During this time, there were significant improvements to the original 3.3.0-beta release, to name a few: * new package: "opensips-auth-modules", containing the "auth" and "uac_auth" modules, which are OpenSSL dependant.  Thanks to this change, the core "opensips" package is once again free of any SSL library package dependencies. * aaa_diameter: it is now possible to access all AVPs from the Diameter Response packet, at opensips.cfg level.  Moreover, full support for Grouped AVPs was added.  All of these additions re-iterate the initial goal of "generic Diameter integrations in 3.3", bringing it that much closer to being a reality.  Many thanks to Giovanni Maruzzelli and Flavio Goncalves for their excellent feedback here! * several critical bugfixes/improvements in the msrp_gateway, msrp_relay and msrp_ua modules Of course, along with *3.3.0-rc1* also comes a series of minor releases for the stable branches: *3.2.7* and *3.1.10*, with tarballs[1] and ChangeLogs[4] being available on the OpenSIPS website. [1]: https://opensips.org/pub/opensips/3.3.0-rc1/opensips-3.3.0-rc1.tar.gz [2]: https://opensips.org/pub/opensips/3.2.7/opensips-3.2.7.tar.gz [3]: https://opensips.org/pub/opensips/3.1.10/opensips-3.1.10.tar.gz [4]: https://opensips.org/pub/opensips/3.3.0-rc1/ChangeLog [5]: https://opensips.org/pub/opensips/3.2.7/ChangeLog [6]: https://opensips.org/pub/opensips/3.1.10/ChangeLog So please enjoy these releases, as we start the home run for 3.3.0 stable! Happy Hacking, -- Liviu Chircu www.twitter.com/liviuchircu |www.opensips-solutions.com OpenSIPS Summit 2022 Athens, Sep 27-30 |www.opensips.org/events -------------- next part -------------- An HTML attachment was scrubbed... URL: From JPyle at fusionconnect.com Mon Jun 27 14:48:03 2022 From: JPyle at fusionconnect.com (Pyle, Jeff) Date: Mon, 27 Jun 2022 14:48:03 +0000 Subject: [OpenSIPS-Users] package dependency problems for opensips-cli Message-ID: Hello, I'm trying to install the opensips-cli package from the apt.opensips.org bullseye cli-nightly repo. This package was working on this box until I updated the box from Debian 10 buster to 11 bullseye. Here's what happens now: # apt install opensips-cli Reading package lists... Done Building dependency tree... Done Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: opensips-cli : Depends: python E: Unable to correct problems, you have held broken packages. Then: # apt install python Reading package lists... Done Building dependency tree... Done Reading state information... Done Package python is a virtual package provided by: python-is-python2 2.7.18-9 [Not candidate version] E: Package 'python' has no installation candidate I have the python2 and python3 packages installed, among others. I feel like I'm missing something. Any thoughts? Regards, Jeff This message is subject to Fusion Connect, Inc.'s email communication policy: www.fusionconnect.com/email-policy -------------- next part -------------- An HTML attachment was scrubbed... URL: From eremina.net at gmail.com Tue Jun 28 08:03:01 2022 From: eremina.net at gmail.com (Pavel Eremin) Date: Tue, 28 Jun 2022 13:03:01 +0500 Subject: [OpenSIPS-Users] Statistics module Message-ID: Hi, all, does anyone work with stat_series_profile, it seems very useful. My question is if some value was created by update_stat_series, then this stat variable will lives forever, even it 0. Is it possible to set the lifetime for series? -------------- next part -------------- An HTML attachment was scrubbed... URL: From razvan at opensips.org Tue Jun 28 08:52:56 2022 From: razvan at opensips.org (=?UTF-8?Q?R=c4=83zvan_Crainea?=) Date: Tue, 28 Jun 2022 11:52:56 +0300 Subject: [OpenSIPS-Users] Statistics module In-Reply-To: References: Message-ID: <155c3b10-f613-17a7-44d5-77ea656fd1bd@opensips.org> Hi, Pavel! No, there is currently no way to set a lifetime, it will live forever. Please open a feature request[1] if you find this feature useful. [1] https://github.com/OpenSIPS/opensips/issues Best regards, Răzvan Crainea OpenSIPS Core Developer http://www.opensips-solutions.com On 6/28/22 11:03, Pavel Eremin wrote: > Hi, all, does anyone work with |stat_series_profile, it seems very useful.| > > My question is if some value was created by update_stat_series, then > this stat variable will lives forever, even it 0. > > Is it possible to set the lifetime for series? > > > > _______________________________________________ > Users mailing list > Users at lists.opensips.org > http://lists.opensips.org/cgi-bin/mailman/listinfo/users From bogdan at opensips.org Tue Jun 28 12:50:58 2022 From: bogdan at opensips.org (Bogdan-Andrei Iancu) Date: Tue, 28 Jun 2022 15:50:58 +0300 Subject: [OpenSIPS-Users] Open Source Telecom Software Survey 2022 Message-ID: Are you a user or writer of Open Source code for VoIP ? If so, consider Open Source'ing your opinions also - they do matter! https://alanquayle.com/2022/06/open-source-telecom-software-survey-2022/ Best regards, -- Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS Summit 27-30 Sept 2022, Athens https://www.opensips.org/events/Summit-2022Athens/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From hobe69 at hotmail.com Wed Jun 29 06:10:20 2022 From: hobe69 at hotmail.com (Bela H) Date: Wed, 29 Jun 2022 06:10:20 +0000 Subject: [OpenSIPS-Users] OpenSIPS CP 9.3.2 password mode ha1_sha256 for adding new user Message-ID: Hi all, Is there any way to add new subscriber from OpenSIPS CP 9.3.2 using password mode ha1_sha256? The ha1 (MD5(username:realm:password)) works fine but I had no luck with the value generation for the ha1_sha256 field in “subscriber” table. I have this setting: modparam("auth_db", "calculate_ha1", 0) modparam("auth_db", "password_column", "ha1_sha256") Thanks! Bela -------------- next part -------------- An HTML attachment was scrubbed... URL: From eremina.net at gmail.com Wed Jun 29 10:40:55 2022 From: eremina.net at gmail.com (Pavel Eremin) Date: Wed, 29 Jun 2022 15:40:55 +0500 Subject: [OpenSIPS-Users] Statistics module In-Reply-To: <155c3b10-f613-17a7-44d5-77ea656fd1bd@opensips.org> References: <155c3b10-f613-17a7-44d5-77ea656fd1bd@opensips.org> Message-ID: Thanks! Yes I suppose it's useful in case of recognizing which IP or user is most active. For example if i have opened server to whole word, then i can do this by collecting avg_1m stats and make then live for 2mins, so, when i ask stat by prometheus server, opensips will send limited data. In current case opensips will send as much statistics as collected. Of course after some time shared memory are end. вт, 28 июн. 2022 г. в 13:55, Răzvan Crainea : > Hi, Pavel! > > No, there is currently no way to set a lifetime, it will live forever. > Please open a feature request[1] if you find this feature useful. > > [1] https://github.com/OpenSIPS/opensips/issues > > Best regards, > > Răzvan Crainea > OpenSIPS Core Developer > http://www.opensips-solutions.com > > On 6/28/22 11:03, Pavel Eremin wrote: > > Hi, all, does anyone work with |stat_series_profile, it seems very > useful.| > > > > My question is if some value was created by update_stat_series, then > > this stat variable will lives forever, even it 0. > > > > Is it possible to set the lifetime for series? > > > > > > > > _______________________________________________ > > Users mailing list > > Users at lists.opensips.org > > http://lists.opensips.org/cgi-bin/mailman/listinfo/users > > _______________________________________________ > Users mailing list > Users at lists.opensips.org > http://lists.opensips.org/cgi-bin/mailman/listinfo/users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From liviu at opensips.org Wed Jun 29 11:02:01 2022 From: liviu at opensips.org (Liviu Chircu) Date: Wed, 29 Jun 2022 14:02:01 +0300 Subject: [OpenSIPS-Users] package dependency problems for opensips-cli In-Reply-To: References: Message-ID: <8cda9f83-c0e7-d61d-8dcb-ddd3b2de8037@opensips.org> On 27.06.2022 17:48, Pyle, Jeff wrote: > Then: > > # apt install python > Reading package lists... Done > Building dependency tree... Done > Reading state information... Done > Package python is a virtual package provided by: >   python-is-python2 2.7.18-9 [Not candidate version] > > E: Package 'python' has no installation candidate > > > I have the python2 and python3 packages installed, among others. I > feel like I'm missing something. Any thoughts? Hi, Jeff! I pushed a fix[1] for the opensips-cli package, so it depends on "python3" instead of "python".  Let's see if the issue is resolved tomorrow, after the rebuild. [1]: https://github.com/OpenSIPS/opensips-cli/commit/a3e0c7d91a Cheers, -- Liviu Chircu www.twitter.com/liviuchircu |www.opensips-solutions.com OpenSIPS Summit 2022 Athens, Sep 27-30 |www.opensips.org/events -------------- next part -------------- An HTML attachment was scrubbed... URL: From JPyle at fusionconnect.com Thu Jun 30 14:13:37 2022 From: JPyle at fusionconnect.com (Pyle, Jeff) Date: Thu, 30 Jun 2022 14:13:37 +0000 Subject: [OpenSIPS-Users] [External] Re: package dependency problems for opensips-cli In-Reply-To: <8cda9f83-c0e7-d61d-8dcb-ddd3b2de8037@opensips.org> References: <8cda9f83-c0e7-d61d-8dcb-ddd3b2de8037@opensips.org> Message-ID: Yep, perfect. Thanks, Liviu. - Jeff ________________________________ From: Liviu Chircu Sent: Wednesday, June 29, 2022 07:02 To: OpenSIPS users mailling list ; Pyle, Jeff Subject: [External] Re: [OpenSIPS-Users] package dependency problems for opensips-cli WARNING: This email originated outside of Fusion's email platform. DO NOT CLICK links or attachments unless you recognize the sender and know the content is safe. On 27.06.2022 17:48, Pyle, Jeff wrote: Then: # apt install python Reading package lists... Done Building dependency tree... Done Reading state information... Done Package python is a virtual package provided by: python-is-python2 2.7.18-9 [Not candidate version] E: Package 'python' has no installation candidate I have the python2 and python3 packages installed, among others. I feel like I'm missing something. Any thoughts? Hi, Jeff! I pushed a fix[1] for the opensips-cli package, so it depends on "python3" instead of "python". Let's see if the issue is resolved tomorrow, after the rebuild. [1]: https://github.com/OpenSIPS/opensips-cli/commit/a3e0c7d91a Cheers, -- Liviu Chircu www.twitter.com/liviuchircu | www.opensips-solutions.com OpenSIPS Summit 2022 Athens, Sep 27-30 | www.opensips.org/events This message is subject to Fusion Connect, Inc.'s email communication policy: www.fusionconnect.com/email-policy -------------- next part -------------- An HTML attachment was scrubbed... URL: