[svn-commits] qwell: branch qwell/pimp_my_sip-butnotwithpjproject r382885 - in /team/qwell/...
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Mar 12 12:26:39 CDT 2013
Author: qwell
Date: Tue Mar 12 12:26:35 2013
New Revision: 382885
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=382885
Log:
Add dependency on pjproject, to res_sip* and chan_gulp.
Modified:
team/qwell/pimp_my_sip-butnotwithpjproject/channels/chan_gulp.c
team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip.c
team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_acl.c
team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_authenticator_digest.c
team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_endpoint_identifier_constant.c
team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_endpoint_identifier_ip.c
team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_endpoint_identifier_user.c
team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_logger.c
team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_rfc3326.c
team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_sdp_audio.c
team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_session.c
Modified: team/qwell/pimp_my_sip-butnotwithpjproject/channels/chan_gulp.c
URL: http://svnview.digium.com/svn/asterisk/team/qwell/pimp_my_sip-butnotwithpjproject/channels/chan_gulp.c?view=diff&rev=382885&r1=382884&r2=382885
==============================================================================
--- team/qwell/pimp_my_sip-butnotwithpjproject/channels/chan_gulp.c (original)
+++ team/qwell/pimp_my_sip-butnotwithpjproject/channels/chan_gulp.c Tue Mar 12 12:26:35 2013
@@ -26,8 +26,7 @@
*/
/*** MODULEINFO
- <depend>pjsip</depend>
- <depend>pjsip_ua</depend>
+ <depend>pjproject</depend>
<depend>res_sip</depend>
<depend>res_sip_session</depend>
<support_level>core</support_level>
Modified: team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip.c?view=diff&rev=382885&r1=382884&r2=382885
==============================================================================
--- team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip.c (original)
+++ team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip.c Tue Mar 12 12:26:35 2013
@@ -36,7 +36,7 @@
#include "asterisk/sorcery.h"
/*** MODULEINFO
- <depend>pjsip_simple</depend>
+ <depend>pjproject</depend>
<depend>res_sorcery_config</depend>
<support_level>core</support_level>
***/
Modified: team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_acl.c
URL: http://svnview.digium.com/svn/asterisk/team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_acl.c?view=diff&rev=382885&r1=382884&r2=382885
==============================================================================
--- team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_acl.c (original)
+++ team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_acl.c Tue Mar 12 12:26:35 2013
@@ -17,6 +17,7 @@
*/
/*** MODULEINFO
+ <depend>pjproject</depend>
<support_level>core</support_level>
***/
Modified: team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_authenticator_digest.c
URL: http://svnview.digium.com/svn/asterisk/team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_authenticator_digest.c?view=diff&rev=382885&r1=382884&r2=382885
==============================================================================
--- team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_authenticator_digest.c (original)
+++ team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_authenticator_digest.c Tue Mar 12 12:26:35 2013
@@ -25,6 +25,7 @@
#include "asterisk/strings.h"
/*** MODULEINFO
+ <depend>pjproject</depend>
<depend>res_sip</depend>
<support_level>core</support_level>
***/
Modified: team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_endpoint_identifier_constant.c
URL: http://svnview.digium.com/svn/asterisk/team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_endpoint_identifier_constant.c?view=diff&rev=382885&r1=382884&r2=382885
==============================================================================
--- team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_endpoint_identifier_constant.c (original)
+++ team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_endpoint_identifier_constant.c Tue Mar 12 12:26:35 2013
@@ -19,6 +19,7 @@
*/
/*** MODULEINFO
+ <depend>pjproject</depend>
<defaultenabled>no</defaultenabled>
<support_level>core</support_level>
***/
Modified: team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_endpoint_identifier_ip.c
URL: http://svnview.digium.com/svn/asterisk/team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_endpoint_identifier_ip.c?view=diff&rev=382885&r1=382884&r2=382885
==============================================================================
--- team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_endpoint_identifier_ip.c (original)
+++ team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_endpoint_identifier_ip.c Tue Mar 12 12:26:35 2013
@@ -17,6 +17,7 @@
*/
/*** MODULEINFO
+ <depend>pjproject</depend>
<support_level>core</support_level>
***/
Modified: team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_endpoint_identifier_user.c
URL: http://svnview.digium.com/svn/asterisk/team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_endpoint_identifier_user.c?view=diff&rev=382885&r1=382884&r2=382885
==============================================================================
--- team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_endpoint_identifier_user.c (original)
+++ team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_endpoint_identifier_user.c Tue Mar 12 12:26:35 2013
@@ -17,6 +17,7 @@
*/
/*** MODULEINFO
+ <depend>pjproject</depend>
<support_level>core</support_level>
***/
Modified: team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_logger.c
URL: http://svnview.digium.com/svn/asterisk/team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_logger.c?view=diff&rev=382885&r1=382884&r2=382885
==============================================================================
--- team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_logger.c (original)
+++ team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_logger.c Tue Mar 12 12:26:35 2013
@@ -17,6 +17,7 @@
*/
/*** MODULEINFO
+ <depend>pjproject</depend>
<support_level>core</support_level>
***/
Modified: team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_rfc3326.c
URL: http://svnview.digium.com/svn/asterisk/team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_rfc3326.c?view=diff&rev=382885&r1=382884&r2=382885
==============================================================================
--- team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_rfc3326.c (original)
+++ team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_rfc3326.c Tue Mar 12 12:26:35 2013
@@ -17,7 +17,7 @@
*/
/*** MODULEINFO
- <depend>pjsip</depend>
+ <depend>pjproject</depend>
<support_level>core</support_level>
***/
Modified: team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_sdp_audio.c
URL: http://svnview.digium.com/svn/asterisk/team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_sdp_audio.c?view=diff&rev=382885&r1=382884&r2=382885
==============================================================================
--- team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_sdp_audio.c (original)
+++ team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_sdp_audio.c Tue Mar 12 12:26:35 2013
@@ -24,6 +24,7 @@
*/
/*** MODULEINFO
+ <depend>pjproject</depend>
<depend>res_sip</depend>
<depend>res_sip_session</depend>
<support_level>core</support_level>
Modified: team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_session.c
URL: http://svnview.digium.com/svn/asterisk/team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_session.c?view=diff&rev=382885&r1=382884&r2=382885
==============================================================================
--- team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_session.c (original)
+++ team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_session.c Tue Mar 12 12:26:35 2013
@@ -17,7 +17,7 @@
*/
/*** MODULEINFO
- <depend>pjsip_ua</depend>
+ <depend>pjproject</depend>
<depend>res_sip</depend>
<support_level>core</support_level>
***/
More information about the svn-commits
mailing list