Freeswitch performance improved after changing default password

梦想的初衷 提交于 2019-12-13 07:14:47

问题


I am new to Freeswitch.

After default installation of Freswitch 1.4, I noticed big latency while performing simple telephony operations. i.e. when I called one extension from another, the called number started ringing 10 seconds after initialization of call. Same happened with conference bridge, it took 10 seconds for a callee to enter in conference.

Same time my colleague's Freeswitch was performing well. I inquired him and came to know he only changed default password.

To my surprise when I did that my Freeswitch was faster than light.

It looks a weired case.

Is it default behavior of Freswitch?

Can anyone from Freeswitch elaborate what happened in my case?


回答1:


Got answer from Freeswitch Team member Anthony Minessale II :

The sample configuration you install when you setup FreeSWITCH actually has an extension that executes sleep 10 when you have the default password set. It also has a large warning message on your console explaining that you should not leave you system running with the default config unless you at least change the default password.




回答2:


You should change the default password because FreeSwitch will be paused for approximately 10s if you're still using the default config.

Just change the default config and the delay will be gone.



来源:https://stackoverflow.com/questions/30931085/freeswitch-performance-improved-after-changing-default-password

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!