cdr_mongodb.conf.xml 470 B

12345678910111213
  1. <configuration name="cdr_mongodb.conf" description="MongoDB CDR logger">
  2. <settings>
  3. <!-- Hostnames and IPv6 addrs not supported (yet) -->
  4. <param name="host" value="127.0.0.1"/>
  5. <param name="port" value="27017"/>
  6. <!-- Namespace format is database.collection -->
  7. <param name="namespace" value="test.cdr"/>
  8. <!-- If true, create CDR for B-leg of call (default: true) -->
  9. <param name="log-b-leg" value="false"/>
  10. </settings>
  11. </configuration>