Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2

2022-06-08 Thread Bela H
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 

Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2

2022-06-08 Thread Daniel Airinei
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 

Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2

2022-06-08 Thread Bela H
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@lists.opensips.org 
>> *Subject: *Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2
>>
>> Hi, Bela!
>>
>> Did you 

Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2

2022-06-08 Thread Daniel Airinei

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@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 

Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2

2022-06-08 Thread Bela H
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@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/
>> 
>> 

Re: [OpenSIPS-Users] No audio on TLS connection - Opensips 3.1

2022-06-08 Thread HS
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.
>
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] [Blog] OpenSIPS Contact Center, or blending chats and calls

2022-06-08 Thread Bogdan-Andrei Iancu

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/


___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users