Made using external RTP default.

git-svn-id: http://yate.null.ro/svn/yate/trunk@1034 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2006-09-13 22:32:07 +00:00
parent 11eed58bbd
commit 331e50e1eb
2 changed files with 4 additions and 4 deletions

View File

@ -29,10 +29,10 @@
;needmedia=yes
; Use an external RTP module instead of the native OpenH323 RTP stack, which is
; very cpu intensive. The no external RTP can be found it will fallback to the
; very cpu intensive. If no external RTP can be found it will fallback to the
; native stack. The only external RTP now is yrtp (see the yrtpchan module).
; external_rtp: bool: default: no
;external_rtp=no
; external_rtp: bool: default: yes
;external_rtp=yes
; Attempt to use native (OpenH323) RTP if external fails to start. This is
; usefull only if the failure is caused by the external RTP module not

View File

@ -2236,7 +2236,7 @@ void H323Driver::initialize()
s_cfg = Engine::configFile("h323chan");
s_cfg.load();
setup();
s_externalRtp = s_cfg.getBoolValue("general","external_rtp",false);
s_externalRtp = s_cfg.getBoolValue("general","external_rtp",true);
s_passtrough = s_cfg.getBoolValue("general","forward_rtp",false);
s_fallbackRtp = s_cfg.getBoolValue("general","fallback_rtp",true);
// mantain compatibility with old config files