Developer documentation
This is the OpenSER developer documentation. At the moment most information here is autogenerated from the sources. Additional content will be added over time, any help is of course welcome.
This page tries to give some starting points for developers that want to understand the server structure and create their own extensions or modules.
The server uses a own database interface to hide the differences of the supported db engines. Every module that implementst this API can use all database drivers, as long as they implement the needed capabilities.
The file db.h defines the database API.
The implementation of the server start process can be found in the main.c file.
hdr_field - represents a SIP header
str - contains text variables
- Todo:
- incomplete
Please check the OpenSER developer guide at http://www.openser.org/docs/openser-devel-guide/
Generated on Fri Jul 25 18:00:18 2008 for OpenSER - The Open Source SIP Server by
1.5.1