Skip to content

Low volume / no sound between participants in conference #80

@pdesaulniers-vertisoft

Description

@pdesaulniers-vertisoft

Hello,

We are experiencing an issue with the 'conference' feature.

During a conference, the host can hear the participants at a reasonable volume, and the participants can also hear the host. However, the participants can barely hear each other. It seems like the audio between participants is very quiet.

Here is an example scenario:

  • Participant A calls Host. The volume is decent; they can hear each other clearly.
  • Host puts Participant A on hold and calls Participant B. During that call, Host and Participant B can hear each other at a decent volume.
  • Host initiates a conference with Participant A and Participant B. Both participants can barely hear each other; the volume is very low.

Do you know why this issue might occur? Or, do you have any suggestions for debugging this problem?

Here is the content of config.json, in case it might be related to the issue:

{
	"audioCodecs": ["PCMA/8000/1", "PCMU/8000/1", "G729/8000/1"],
	"dropCallsOnFail": false,
	"firstRetryIntervalSec": 15,
	"maxAccounts": 3,
	"maxCalls": 4,
	"pjThreadCount" : 2,
	"pjMediaThreadCount" : 4,
	"pjLogLevel": 3,
	"retryIntervalSec": 30,
	"timeoutSec": 600,
	"refreshIntervalSec" : 120,
	"transport": 1,
	"uaPrefix": "TinyPhone Pjsua2 v",
	"prefferedAudioDevices" : [ "sound", "usb" , "headphone", "audio" , "microphone" , "speakers" ],
	"useDefaultAudioDevice" : true,
	"securityCode" : "D9C853F4897CF64307DB652246827FAC83111303F3E207F8FD9F5E5DC89A9EF9",
	"autoUnHold" : false,
	"testAudioDevice" : true,
	"unregisterOnDeviceError" : true,
	"deviceErrorAlert" : true,
	"disableVAD" : true,
	"clockRate" : 8000,
	"enableNoiseCancel" : false,
	"ecTailLen" : 200,
	"enableWSEvents" : true,
	"enableMetrics" : false,
	"metricsProto" : "UDP",
	"metricsServerHosts" : ["10.47.192.13"],
	"metricsServerPort" : 8125,
	"autoDeviceRefresh" :  true,
	"autoAnswer" : false,
	"persistAccounts" : true,
	"enableSTUN" : false,
	"enableICE" : false,
	"stunServers" : [ "stun.l.google.com:19302" ],
	"handleNOTIFY" : true,
	"autoAnswerDelay" : 1000
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions