[svn-commits] anthonyl: trunk r295 - /trunk/asterisk-ooh323c/src/chan_h323.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Wed Sep 13 14:34:38 MST 2006


Author: anthonyl
Date: Wed Sep 13 16:34:38 2006
New Revision: 295

URL: http://svn.digium.com/view/asterisk-addons?rev=295&view=rev
Log:
rm'd excess from the previous patch re:7857 thanks to DEA

Modified:
    trunk/asterisk-ooh323c/src/chan_h323.c

Modified: trunk/asterisk-ooh323c/src/chan_h323.c
URL: http://svn.digium.com/view/asterisk-addons/trunk/asterisk-ooh323c/src/chan_h323.c?rev=295&r1=294&r2=295&view=diff
==============================================================================
--- trunk/asterisk-ooh323c/src/chan_h323.c (original)
+++ trunk/asterisk-ooh323c/src/chan_h323.c Wed Sep 13 16:34:38 2006
@@ -2990,9 +2990,6 @@
    if(gH323Debug)
       ast_verbose("---   configure_local_rtp\n");
 
-   if (p->rtp){
-	ast_rtp_codec_setpref(p->rtp, &p->prefs);
-   }
 
    /* figure out our local RTP port and tell the H.323 stack about it*/
    ast_rtp_get_us(p->rtp, &us);



More information about the svn-commits mailing list