Displaying 1 result from an estimated 1 matches for "ast_record".
Did you mean:
ast_records
2008 Sep 23
0
ast_func_write: Function not registered
hi all , please need help for an
asterisk version 1.4.21.2
i created a write func odbc list records files in sql table:
[R]
dsn=connector
write=INSERT INTO ast_records (filename,caller,callee,dtime) VALUES
('${ARG1}','${ARG2}','${ARG3}','${ARG4}')
prefix=M
and set it in dialplan :
exten => _0X.,n,Set(
M_R(${MIXMONITOR_FILENAME}\,${CUSER}\,${EXTEN}\,${DTIME})= )
i tried to add preload => func_odbc.so to load before extentio...