1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- postgres Module
- Greg Fausak
- August.net
- Edited by
- Greg Fausak
- Copyright © 2003 Greg Fausak
- Revision History
- Revision $Revision$ $Date: 2008-08-06 12:08:33 +0200
- (Mi, 06 Aug 2008) $
- __________________________________________________________
- Table of Contents
- 1. Admin Guide
- 1.1. Overview
- 1.2. Dependencies
- 1.2.1. Kamailio Modules
- 1.2.2. External Libraries or Applications
- 1.3. Exported Parameters
- 1.4. Exported Functions
- 1.5. Installation and Running
- Chapter 1. Admin Guide
- 1.1. Overview
- Module description
- 1.2. Dependencies
- 1.2.1. Kamailio Modules
- The following modules must be loaded before this module:
- * No dependencies on other Kamailio modules.
- 1.2.2. External Libraries or Applications
- The following libraries or applications must be installed
- before running Kamailio with this module loaded:
- * PostgreSQL library - e.g., libpq5.
- * PostgreSQL devel library - to compile the module (e.g.,
- libpq-dev).
- 1.3. Exported Parameters
- NONE
- 1.4. Exported Functions
- NONE
- 1.5. Installation and Running
- Notes about installation and running.
|