英文:
How to build a keep alive on asterisk (freePBX)?
问题
我正在使用Asterisk 18服务器,并且有一些分机。如何正确创建保持活动(keep alive)呢?我希望当一个分机不可达时,服务器能够通知到一个主分机。我应该使用AMI还是AGI?
我应该在extensions_custom.conf上工作吗?帮帮忙!
英文:
I'm working on a server on asterisk 18 and I have some extensions. How should I build a keep alive correctly? I wish that when an extension is Unreachable, the server notifies to a main extension. I should use AMI or AGI ?
I should work on extensions_custom.conf ? Help!
答案1
得分: -1
Sip keepalive:
qualify=yes
Reachable/Unreachable events - AMI events or ARI events.
https://wiki.asterisk.org/wiki/display/AST/States+and+Presence
No, you should not work with extensions.conf
英文:
Sip keepalive:
qualify=yes
Reachable/Unreachable events - AMI events or ARI events.
https://wiki.asterisk.org/wiki/display/AST/States+and+Presence
No, you should not work with extensions.conf
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论