Asterisk - restriction on number of extensions

醉酒当歌 提交于 2019-12-13 05:14:12

问题


Is it possible to restrict number of extensions created in asterisk using sip.conf when asterisk is using realtime tables.


回答1:


Asterisk not create extensions. It read extension from sip.conf, iax2.conf, realtime database etc

That files usually created by some web or control system(for example freepbx).

You should add restriction in your app/system which do add of extension.

There are no special limit on extensions number. Only limit like that is limit of concurrent channel count(controlled via asterisk.conf).

BUT asterisk is opensource soft. No any problem extend chan_sip, chan_iax2 etc to count extensions and load only first X extensions.



来源:https://stackoverflow.com/questions/38012168/asterisk-restriction-on-number-of-extensions

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