#请求时需要加请求头:“Authorization:Basic ZnJlZXN3aXRjaDp3b3Jrcw==”
#其中”ZnJlZXN3aXRjaDp3b3Jrcw==“为”freeswitch:works“(RPC模块的鉴权用户名和密码)进行base64编码获得
#直接执行api命令 命令附带的参数需进行urlencode 如下 命令:sofia 参数:profile%20external%20gwlist
http://10.203.196.232:8080/xmlapi/sofia?profile%20external%20gwlist
#创建事件监听
http://10.203.196.232:8080/api/event_sink?command=create-listener&format=json&events=all
#获取事件
http://10.203.196.232:8080/api/event_sink?command=check-listener&listen-id=26&format=json
#销毁事件监听
#暂缺
#过滤事件
#暂缺
#事件获取事件默认超时60秒,即60秒不调用,即将监听者释放
#通过事件接口发送API命令,命令附带的参数需进行urlencode,如下 命令:sofia 参数:status%20profile%20internal%20reg
http://10.203.196.232:8080/api/event_sink?command=exec-fsapi&fsapi-command=sofia&fsapi-args=status%20profile%20internal%20reg&format=json