Asternet AMI Send Command c# [closed]

大兔子大兔子 提交于 2019-11-27 08:40:50

问题


Please tell me how to send commands (e.g.: sip show peers) via asternet (c#). Any help or link will be highly appreciated.

Like:

AsterNET.Manager.Response.ManagerResponse response = SendAction("sip show peers");

回答1:


"sip show peers" is COMMAND.

You have send action COMMAND.

https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+ManagerAction_Command



来源:https://stackoverflow.com/questions/39618524/asternet-ami-send-command-c-sharp

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