[SR-Users] pdb module best practice

2011-01-22 Thread Thomas Baumann
Hello,I tested the pdb module and the pdb_server.  It is a fast solution even with a huge amount of numbers.But how I can update the pdb_server in a fast and effective way ?  I tried it in the following way:- number;carrier are stored in a mysql table (20 million entries)- 2 pdb_servers are running

[SR-Users] Building specific commit

2011-01-22 Thread mayamatakeshi
Hello, I am using these commands to build and install kamailio: git clone http://git.sip-router.org/sip-router kamailio cd kamailio git checkout -b 3.1 origin/3.1 make FLAVOUR=kamailio cfg make group_include="mysql" all make group_include="mysql" install Now, If I want to build a specific commit