本文介绍了Asternet AMI 发送命令 c#的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
请告诉我如何通过 asternet (c#) 发送命令(例如:sip show peers).任何帮助或链接将不胜感激.
Please tell me how to send commands (e.g.: sip show peers) via asternet (c#). Any help or link will be highly appreciated.
喜欢:
AsterNET.Manager.Response.ManagerResponse response = SendAction("sip show peers");
推荐答案
sip show peers"是 COMMAND.
"sip show peers" is COMMAND.
您已发送操作命令.
https://wiki.asterisk.org/wiki/display/AST/星号+11+ManagerAction_Command
这篇关于Asternet AMI 发送命令 c#的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!