Node JS insertion?

Hello !
I’m actually using the old freepbx distro (not the SNG7 one)

I wanted to know if i can build a node-js server to export data from the mysql of the asterisk server.
Can we call a node.js fonction on insert in sql server ? I’m sure it’s possible, but do you know where the asterisk server INSERT his datas ?? Can we do it with freepbx??

Hope i’m clear… cya !

The server is just a SQL database, you should be able to transact on it normally.

asterisk’s adaptive odbc driver is discussed here

http://www.asteriskdocs.org/en/3rd_Edition/asterisk-book-html-chunk/database_storing-cdr.html

create an additional and appropriate setup for node

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.