我需要使用模板创建类别但不能使用AMI工作,我按照这个例子,在这里找到:
on_message
不工作,有什么不对? 我使用php来做到这一点,我的数组变成了:
var amiAction = {
action: 'UpdateConfig',
reload: 'chan_sip',
srcfilename: 'sip.conf',
dstfilename: 'sip.conf',
'action-000000': 'newcat',
'cat-000000': '1000',
'options-000000': 'inherit=template-name'
};
安装数组后,将添加动作标记并发送:
array:7 [▼
"Reload" => "yes"
"SrcFilename" => "/etc/asterisk/sip.conf"
"DstFilename" => "/etc/asterisk/sip.conf"
"Action-000000" => "NewCat"
"Cat-000000" => "11000"
"Options-000000" => "inherit=mr"
"ActionID" => 512129
]
其他功能正常。
THKS。
答案 0 :(得分:0)
我发现了麻烦!星号的版本!我的应用程序使用星号15,客户端有1.8。版本1.8在UpdateConfig中没有Options-xxxxxx。更新后,应用程序正常工作。
由于