When h.261 (case sensitive) is activated in the General settings / Video codecs, everything stops to work! #962
istr404
started this conversation in
General ( Обо всём )
Replies: 1 comment 1 reply
-
|
Такого кодека у нас никогда не был в сборке. Используйте h.265 / h.264 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As in subject: when you enable h.261 video codec, then lots of errors prevent the PBX from operating:
[2025-12-15 22:12:08] ERROR[9147] config_options.c: Error parsing allow=H.261 at line 110 of
[2025-12-15 22:12:08] ERROR[9147] res_sorcery_config.c: Could not create an object of type 'endpoint' with id 'SIP-TRUNK-627A11CA' from configuration file 'pjsip.conf'
[2025-12-15 22:12:08] ERROR[9147] config_options.c: Error parsing allow=H.261 at line 172 of
[2025-12-15 22:12:08] ERROR[9147] res_sorcery_config.c: Could not create an object of type 'endpoint' with id 'SIP-TRUNK-F88BD2B8' from configuration file 'pjsip.conf'
[2025-12-15 22:12:08] ERROR[9147] config_options.c: Error parsing allow=H.261 at line 225 of
[2025-12-15 22:12:08] ERROR[9147] res_sorcery_config.c: Could not create an object of type 'endpoint' with id '200' from configuration file 'pjsip.conf'
[2025-12-15 22:12:08] ERROR[9147] config_options.c: Error parsing allow=H.261 at line 284 of
[2025-12-15 22:12:08] ERROR[9147] res_sorcery_config.c: Could not create an object of type 'endpoint' with id '201' from configuration file 'pjsip.conf'
[2025-12-15 22:12:08] ERROR[9147] config_options.c: Error parsing allow=H.261 at line 343 of
[2025-12-15 22:12:08] ERROR[9147] res_sorcery_config.c: Could not create an object of type 'endpoint' with id '202' from configuration file 'pjsip.conf'
[2025-12-15 22:12:08] ERROR[9147] config_options.c: Error parsing allow=H.261 at line 402 of
[2025-12-15 22:12:08] ERROR[9147] res_sorcery_config.c: Could not create an object of type 'endpoint' with id '203' from configuration file 'pjsip.conf'
[2025-12-15 22:12:08] ERROR[9147] config_options.c: Error parsing allow=H.261 at line 461 of
[2025-12-15 22:12:08] ERROR[9147] res_sorcery_config.c: Could not create an object of type 'endpoint' with id '204' from configuration file 'pjsip.conf'
[2025-12-15 22:12:08] ERROR[9147] config_options.c: Error parsing allow=H.261 at line 519 of
[2025-12-15 22:12:08] ERROR[9147] res_sorcery_config.c: Could not create an object of type 'endpoint' with id '205' from configuration file 'pjsip.conf'
[2025-12-15 22:12:08] ERROR[9147] config_options.c: Error parsing allow=H.261 at line 578 of
[2025-12-15 22:12:08] ERROR[9147] res_sorcery_config.c: Could not create an object of type 'endpoint' with id '206' from configuration file 'pjsip.conf'
[2025-12-15 22:12:08] ERROR[9147] config_options.c: Error parsing allow=H.261 at line 637 of
[2025-12-15 22:12:08] ERROR[9147] res_sorcery_config.c: Could not create an object of type 'endpoint' with id '207' from configuration file 'pjsip.conf'
[2025-12-15 22:12:08] ERROR[9147] config_options.c: Error parsing allow=H.261 at line 696 of
[2025-12-15 22:12:08] ERROR[9147] res_sorcery_config.c: Could not create an object of type 'endpoint' with id '208' from configuration file 'pjsip.conf'
[2025-12-15 22:12:08] ERROR[9147] config_options.c: Error parsing allow=H.261 at line 755 of
[2025-12-15 22:12:08] ERROR[9147] res_sorcery_config.c: Could not create an object of type 'endpoint' with id '209' from configuration file 'pjsip.conf'
If you disable the h.261 codec, everything returns to normality!
Beta Was this translation helpful? Give feedback.
All reactions