2010/6/4 samoh <[email protected]>: > > Hi Anka, > > I want to manage my OpenSIPS using sockets in C, I want to have a client > script which I will call on opensips.cfg + a programm serveur.c in what I'm > doing a specific treatment on data from the client script and to return a > result to be handling the file opensips.cfg. > > I made a script that is the same of this solution but I use db_http as a > module to communicate with programm programmed in C (socket) using http > request, but I try to do differently to make it faster. > > I hope my question is clear.
Perhaps it would be easier if you code your own custom module in C for OpenSIPS. Other choices would be using the Perl/Python module or the SEAS module (but for this you need a server speaking SEAS protocol). -- Iñaki Baz Castillo <[email protected]> _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
