-
Notifications
You must be signed in to change notification settings - Fork 307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jitsi docker stable-10078-1 PCMA error #584
Comments
Try changing the codec, does it work with something else? PCMU for example? |
In custom-sip-communicator.properties I have tried to disable PCMA:
Then ist uses iLBC, what is extremely delayed, but still the same error message, and no sound in the outgoing direction. |
Have you tested a 3-way call (withot jigasi) on your deployment? |
Yes video conferences with multiple users are working correctly.
|
I guess so. |
Yeah, don't use ilbc. But ulaw should be working fine. |
You mean setting only?
I also tested this, same result ... |
Nop, this is disabling it. Set every one else to 0 and just leave That one enabled. |
In the docker settings the default values are:
So I if overwrite it with:
PCMU is left over, which is ulaw I expect ... |
When you do this, is it trying to use pcmu? |
Yes but the error message is the same ...
Same result. |
What codecs does the remote side support? |
Opus is not supported, but you could see there is still the same error later.
|
Yep, this is because opus is not supported. |
But why is there still the message?
This seems a general error ... |
Mind that these are two calls though, on one side is the jvb call and on the other side it the sip call. So I suspect this is probably coming from the jvb call. The real reason for that is buried somewhere in the fmj, but I have been seeing errors like that on a working transcoding jigasi, so I don't know if this is an indication of something. |
At startup there is this error, but this seems to be normal:
At least I have no idea at the moment what to try next ... |
You can ignore this on startup. |
What is your sip backend? Is it using latching? |
Its' simply my provider: sip.1und.de |
That is the problem. They require having a stun server. This will not work with jigasi. Most of the SIP providers rely on latching, they send media from where they receive it, and this is the only mode supported by jigasi. |
I also tried to use the local SIP gateway in my network. |
Is it using some custom port or anything? |
No basically not. I have used a FritzBox for that. Maybe they require special settings. |
When using the local server, it's responding, but the packet seems to reach the docker container (timeout):
Wireshark:
|
The registration on the local server is working if JIGASI_SIP_TRANSPORT=TCP is selected. |
I'm facing a similar issue trying to use Twilio for SIP. By default, Twilio uses PCMU and PCMA codecs for Elastic SIP Trunking. |
When using JIGASI_SIP_TRANSPORT=TCP its registering correctly, but SIP connection is not working afterwards ... |
I just tested pcmu and pcma all works good. Transcoding from opus to any of those codecs. |
So there is no issue at the jigasi side. Seems something else, maybe something blocking media to reach jigasi. |
I think there is a problem in docker. Outgoing UDP packets are only visible once after container creation, but the responses are not received. To make sending work a second time you have to shut down docker completely and restart it. |
This Issue tracker is only for reporting bugs and tracking code related issues.
Before posting, please make sure you check community.jitsi.org to see if the same or similar bugs have already been discussed. General questions, installation help, and feature requests can also be posted to community.jitsi.org.
Description
In jitsi docker stable-10078-1 there is no sound transmitted in the outgoing direction. In the logs there is the error message:
Full log:
The outgoing RTP data is send, but contains only constant values (silence). Checked with Wireshark.
Current behavior
Outgoing RTP data contains only constant data.
Expected Behavior
Outgoing RTP data contains valid data.
Possible Solution
No solution found.
Steps to reproduce
Create a SIP connection with PCMA LINEAR, 48000.0 Hz, 16-bit, Mono, LittleEndian, Signed
Environment details
jitsi docker stable-10078-1 in Windows11.
sip-communicator.properties:
The text was updated successfully, but these errors were encountered: