Ir al contenido
Odoo Menú
  • Iniciar sesión
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • PdV para tiendas
    • PdV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en vivo
    • eLearning
    Cadena de suministro
    • Inventario
    • Manufactura
    • PLM
    • Compras
    • Mantenimiento
    • Calidad
    Recursos humanos
    • Empleados
    • Reclutamiento
    • Vacaciones
    • Evaluaciones
    • Referencias
    • Flotilla
    Marketing
    • Redes sociales
    • Marketing por correo
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyectos
    • Registro de horas
    • Servicio externo
    • Soporte al cliente
    • Planeación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Artículos
    • WhatsApp
    Aplicaciones externas Studio de Odoo Plataforma de Odoo en la nube
  • Industrias
    Venta minorista
    • Librería
    • Tienda de ropa
    • Mueblería
    • Tienda de abarrotes
    • Ferretería
    • Juguetería
    Alimentos y hospitalidad
    • Bar y pub
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidora de bebidas
    • Hotel
    Bienes inmuebles
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión de bienes inmuebles
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Firma contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Manufactura
    • Textil
    • Metal
    • Muebles
    • Comida
    • Cervecería
    • Regalos corporativos
    Salud y ejercicio
    • Club deportivo
    • Óptica
    • Gimnasio
    • Especialistas en bienestar
    • Farmacia
    • Peluquería
    Trades
    • Personal de mantenimiento
    • Hardware y soporte de TI
    • Sistemas de energía solar
    • Zapateros y fabricantes de calzado
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin fines de lucro
    • Agencia para la protección del medio ambiente
    • Alquiler de anuncios publicitarios
    • Fotografía
    • Alquiler de bicicletas
    • Distribuidor de software
    Descubre todas las industrias
  • Odoo Community
    Aprende
    • Tutoriales
    • Documentación
    • Certificaciones
    • Capacitación
    • Blog
    • Podcast
    Fortalece la educación
    • Programa educativo
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtén el software
    • Descargar
    • Compara ediciones
    • Versiones
    Colabora
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Conviértete en partner
    • Servicios para partners
    • Registra tu firma contable
    Obtén servicios
    • Encuentra un partner
    • Encuentra un contador
    • Contacta a un consultor
    • Servicios de implementación
    • Referencias de clientes
    • Soporte
    • Actualizaciones
    GitHub YouTube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicita una demostración
  • Precios
  • Ayuda

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyectos
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

Why my Discuss video call does not work ?

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
callquickstartdiscussvideo-conference
1 Responder
2198 Vistas
Avatar
Damien Dejong (ded)

You are using Discuss video call in odoo and it does not work when people are not using the same Ip address as you, here is the solution

0
Avatar
Descartar
Avatar
Damien Dejong (ded)
Autor Mejor respuesta

🎥 Why Video Calls May Fail

Video and audio calls — especially those built on WebRTC (what we use in Odoo.) — often rely on peer-to-peer (P2P) connections. This means your device tries to connect directly to another person's device to exchange audio/video data.

🚧 Obstacles to Direct Connections

  • Devices are usually behind routers, which use NAT (Network Address Translation).
  • Many networks (especially public Wi-Fi, corporate, or mobile) use strict NAT types or firewalls.
  • Some types of NATs block direct incoming connections entirely — and that’s where symmetric NAT becomes a problem.

🔐 What Is a Symmetric NAT?

A symmetric NAT is a type of NAT that assigns a unique mapping for each outgoing connection. This means:

If you send data to different servers or IPs, you appear to come from different ports each time.

📦 Simple Example:

Let’s say your internal IP is 192.168.1.2:

  • You send a packet to Google → NAT maps to public IP 203.0.113.5:40001
  • You send another to Zoom → NAT maps to 203.0.113.5:40002

So there's no consistent address to reach you from outside.

❗ Why This Breaks Peer-to-Peer

  • Other devices can’t predict how to reach you.
  • Even STUN servers (used to find your public IP) won’t help — because your address changes per connection.
  • So P2P fails, unless you use a workaround.

🛠️ Solutions to Symmetric NAT

To overcome symmetric NAT and ensure reliable video/audio, there are 3 main approaches:

1. 🌐 TURN Server (Traversal Using Relays)

See odoo documentation: https://www.odoo.com/documentation/18.0/applications/productivity/discuss/ice_servers.html

What it is: A relay server that both peers connect to when direct P2P fails.

How it works:

  • Your device sends media outbound to a TURN server.
  • TURN relays it to the other peer (and vice versa).
  • Since both connections are outbound, NAT doesn’t block them.

✅ Works behind any NAT

❌ Adds latency and server bandwidth cost

❌ Not ideal for group calls (scales poorly)

2. 🛰️ SFU (Selective Forwarding Unit)

What it is: A media server that receives streams from all users and forwards them selectively.

How it works:

  • Every participant sends their stream to the SFU.
  • SFU sends each stream to others in the call.
  • All connections are outbound, so NAT is not a problem.

✅ Perfect for group calls

✅ Low latency, scalable

✅ NAT-friendly

❌ Requires running a server infrastructure

📊 When to Use What

ScenarioBest Solution
Two users, both behind symmetric NAT✅ TURN server
Group call with users behind any NAT✅ SFU server
Corporate or firewalled environment✅ TURN or SFU (TCP/TLS)
Mobile devices using CGNAT (4G/5G)✅ TURN or SFU
Low latency, scalable group meetings✅ SFU

✅ Conclusion

If your video call fails, lags, or won’t connect — the cause is often network translation, and in particular, symmetric NAT. But it’s solvable.

  • Use TURN servers as a fallback when P2P fails.
  • Use SFUs for group calls or scaling up.

 To configure a TURN server, you can follow this odoo documentation: https://www.odoo.com/documentation/18.0/applications/productivity/discuss/ice_servers.html

2
Avatar
Descartar
¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Registrarse
Publicaciones relacionadas Respuestas Vistas Actividad
Audio/video meeting not working in Discuss App Odoo 15
audio discuss video-conference
Avatar
Avatar
1
jul 22
3241
Video conferencing does not work nor are chats updated in real time
windowsserver discuss video-conference odoo16features
Avatar
0
oct 23
1935
Discuss conference only work on LAN
video audio discuss video-conference
Avatar
Avatar
1
may 23
3302
Odoo 15 - Meeting call not working with users from different country
meeting call discuss v15
Avatar
Avatar
Avatar
2
may 22
4452
Can Odoo create a Call for Tender instead of an RFQ when replenishing items? Resuelto
call quickstart tender v15 replenishment
Avatar
1
sept 22
3901
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento en Odoo.sh
  • Soporte
  • Actualizaciones del software
  • Desarrollos personalizados
  • Educación
  • Encuentra un contador
  • Encuentra un partner
  • Conviértete en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contáctanos
  • Empleos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Legal • Privacidad
  • Seguridad
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y estar totalmente integrado.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now