Module: sip-router Branch: master Commit: 45b4d0b480ca0c0c02327bcbd925865a7571fcf5 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=45b4d0b4...
Author: Hugh Waite hugh.waite@crocodile-rcs.com Committer: Hugh Waite hugh.waite@crocodile-rcs.com Date: Fri Mar 29 14:54:52 2013 +0000
lib/srdb1, kamctl: Add new rtpproxy db table to schema
---
lib/srdb1/schema/kamailio-rtpproxy.xml | 12 +++++ lib/srdb1/schema/rtpproxy.xml | 69 ++++++++++++++++++++++++++++ utils/kamctl/db_berkeley/kamailio/rtpproxy | 10 ++++ utils/kamctl/db_berkeley/kamailio/version | 2 + utils/kamctl/db_sqlite/rtpproxy-create.sql | 10 ++++ utils/kamctl/dbtext/kamailio/rtpproxy | 1 + utils/kamctl/dbtext/kamailio/version | 1 + utils/kamctl/mysql/rtpproxy-create.sql | 10 ++++ utils/kamctl/oracle/rtpproxy-create.sql | 18 +++++++ utils/kamctl/postgres/rtpproxy-create.sql | 10 ++++ utils/kamctl/xhttp_pi/pi_framework.xml | 58 +++++++++++++++++++++++ utils/kamctl/xhttp_pi/rtpproxy-mod | 47 +++++++++++++++++++ utils/kamctl/xhttp_pi/rtpproxy-table | 11 ++++ 13 files changed, 259 insertions(+), 0 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=45b4...