Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了自定义字段“rec_name”id 表“cdr”,数据库“asteriskcdrdb”。在此字段中,我想存储录音名称。我知道我应该通过在其中一个 .conf 文件中添加这一行来做到这一点,但是在哪里呢?
exten => s,1,set(CDR(rec_name)=${CALLFILENAME})
我也可以通过sql语句来完成,但我不知道将调用细节保存到数据库中的文件在哪里。
对于 mysql,您需要添加到 /etc/asterisk/cdr_mysql.conf
[aliases] rec_name=rec_name
如果您有别名部分,只需添加到它
rec_name=rec_name