[sr-dev] git:master: rtpproxy: moved from modules_k to modules

Ovidiu Sas osas at voipembedded.com
Mon Jan 24 16:26:25 CET 2011


Module: sip-router
Branch: master
Commit: ca2e70cd6374f864cfe8af34a6f72fd572146a9e
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ca2e70cd6374f864cfe8af34a6f72fd572146a9e

Author: Ovidiu Sas <osas at voipembedded.com>
Committer: Ovidiu Sas <osas at voipembedded.com>
Date:   Mon Jan 24 10:31:07 2011 -0500

rtpproxy: moved from modules_k to modules

---

 {modules_k => modules}/rtpproxy/Makefile           |    0 
 {modules_k => modules}/rtpproxy/README             |    0 
 {modules_k => modules}/rtpproxy/doc/Makefile       |    0 
 {modules_k => modules}/rtpproxy/doc/rtpproxy.xml   |    0 
 .../rtpproxy/doc/rtpproxy_admin.xml                |    0 
 .../rtpproxy/doc/rtpproxy_faq.xml                  |    0 
 {modules_k => modules}/rtpproxy/examples/4to6.cfg  |    0 
 {modules_k => modules}/rtpproxy/examples/alg.cfg   |    0 
 {modules_k => modules}/rtpproxy/rtpproxy.c         |    0 
 {modules_k => modules}/rtpproxy/rtpproxy.h         |    0 
 {modules_k => modules}/rtpproxy/rtpproxy_funcs.c   |    0 
 {modules_k => modules}/rtpproxy/rtpproxy_funcs.h   |    0 
 {modules_k => modules}/rtpproxy/rtpproxy_stream.c  |    0 
 {modules_k => modules}/rtpproxy/rtpproxy_stream.h  |    0 
 .../rtpproxy/test/exec_pjsua.txt                   |    0 
 .../rtpproxy/test/exec_rtpproxy.txt                |    0 
 {modules_k => modules}/rtpproxy/test/kamailio.cfg  |    0 
 .../rtpproxy/test/rtpproxy.patch                   |    0 
 18 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/modules_k/rtpproxy/Makefile b/modules/rtpproxy/Makefile
similarity index 100%
rename from modules_k/rtpproxy/Makefile
rename to modules/rtpproxy/Makefile
diff --git a/modules_k/rtpproxy/README b/modules/rtpproxy/README
similarity index 100%
rename from modules_k/rtpproxy/README
rename to modules/rtpproxy/README
diff --git a/modules_k/rtpproxy/doc/Makefile b/modules/rtpproxy/doc/Makefile
similarity index 100%
rename from modules_k/rtpproxy/doc/Makefile
rename to modules/rtpproxy/doc/Makefile
diff --git a/modules_k/rtpproxy/doc/rtpproxy.xml b/modules/rtpproxy/doc/rtpproxy.xml
similarity index 100%
rename from modules_k/rtpproxy/doc/rtpproxy.xml
rename to modules/rtpproxy/doc/rtpproxy.xml
diff --git a/modules_k/rtpproxy/doc/rtpproxy_admin.xml b/modules/rtpproxy/doc/rtpproxy_admin.xml
similarity index 100%
rename from modules_k/rtpproxy/doc/rtpproxy_admin.xml
rename to modules/rtpproxy/doc/rtpproxy_admin.xml
diff --git a/modules_k/rtpproxy/doc/rtpproxy_faq.xml b/modules/rtpproxy/doc/rtpproxy_faq.xml
similarity index 100%
rename from modules_k/rtpproxy/doc/rtpproxy_faq.xml
rename to modules/rtpproxy/doc/rtpproxy_faq.xml
diff --git a/modules_k/rtpproxy/examples/4to6.cfg b/modules/rtpproxy/examples/4to6.cfg
similarity index 100%
rename from modules_k/rtpproxy/examples/4to6.cfg
rename to modules/rtpproxy/examples/4to6.cfg
diff --git a/modules_k/rtpproxy/examples/alg.cfg b/modules/rtpproxy/examples/alg.cfg
similarity index 100%
rename from modules_k/rtpproxy/examples/alg.cfg
rename to modules/rtpproxy/examples/alg.cfg
diff --git a/modules_k/rtpproxy/rtpproxy.c b/modules/rtpproxy/rtpproxy.c
similarity index 100%
rename from modules_k/rtpproxy/rtpproxy.c
rename to modules/rtpproxy/rtpproxy.c
diff --git a/modules_k/rtpproxy/rtpproxy.h b/modules/rtpproxy/rtpproxy.h
similarity index 100%
rename from modules_k/rtpproxy/rtpproxy.h
rename to modules/rtpproxy/rtpproxy.h
diff --git a/modules_k/rtpproxy/rtpproxy_funcs.c b/modules/rtpproxy/rtpproxy_funcs.c
similarity index 100%
rename from modules_k/rtpproxy/rtpproxy_funcs.c
rename to modules/rtpproxy/rtpproxy_funcs.c
diff --git a/modules_k/rtpproxy/rtpproxy_funcs.h b/modules/rtpproxy/rtpproxy_funcs.h
similarity index 100%
rename from modules_k/rtpproxy/rtpproxy_funcs.h
rename to modules/rtpproxy/rtpproxy_funcs.h
diff --git a/modules_k/rtpproxy/rtpproxy_stream.c b/modules/rtpproxy/rtpproxy_stream.c
similarity index 100%
rename from modules_k/rtpproxy/rtpproxy_stream.c
rename to modules/rtpproxy/rtpproxy_stream.c
diff --git a/modules_k/rtpproxy/rtpproxy_stream.h b/modules/rtpproxy/rtpproxy_stream.h
similarity index 100%
rename from modules_k/rtpproxy/rtpproxy_stream.h
rename to modules/rtpproxy/rtpproxy_stream.h
diff --git a/modules_k/rtpproxy/test/exec_pjsua.txt b/modules/rtpproxy/test/exec_pjsua.txt
similarity index 100%
rename from modules_k/rtpproxy/test/exec_pjsua.txt
rename to modules/rtpproxy/test/exec_pjsua.txt
diff --git a/modules_k/rtpproxy/test/exec_rtpproxy.txt b/modules/rtpproxy/test/exec_rtpproxy.txt
similarity index 100%
rename from modules_k/rtpproxy/test/exec_rtpproxy.txt
rename to modules/rtpproxy/test/exec_rtpproxy.txt
diff --git a/modules_k/rtpproxy/test/kamailio.cfg b/modules/rtpproxy/test/kamailio.cfg
similarity index 100%
rename from modules_k/rtpproxy/test/kamailio.cfg
rename to modules/rtpproxy/test/kamailio.cfg
diff --git a/modules_k/rtpproxy/test/rtpproxy.patch b/modules/rtpproxy/test/rtpproxy.patch
similarity index 100%
rename from modules_k/rtpproxy/test/rtpproxy.patch
rename to modules/rtpproxy/test/rtpproxy.patch




More information about the sr-dev mailing list