[asterisk-commits] may: branch may/ooh323_ipv6_direct_rtp r346469 - in /team/may/ooh323_ipv6_dir...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Nov 30 11:29:47 CST 2011
Author: may
Date: Wed Nov 30 11:29:42 2011
New Revision: 346469
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=346469
Log:
fix warnings
change config name to proper in samples
Added:
team/may/ooh323_ipv6_direct_rtp/configs/ooh323.conf.sample
- copied, changed from r346465, team/may/ooh323_ipv6_direct_rtp/configs/chan_ooh323.conf.sample
Removed:
team/may/ooh323_ipv6_direct_rtp/configs/chan_ooh323.conf.sample
Modified:
team/may/ooh323_ipv6_direct_rtp/addons/ooh323c/src/ooq931.c
Modified: team/may/ooh323_ipv6_direct_rtp/addons/ooh323c/src/ooq931.c
URL: http://svnview.digium.com/svn/asterisk/team/may/ooh323_ipv6_direct_rtp/addons/ooh323c/src/ooq931.c?view=diff&rev=346469&r1=346468&r2=346469
==============================================================================
--- team/may/ooh323_ipv6_direct_rtp/addons/ooh323c/src/ooq931.c (original)
+++ team/may/ooh323_ipv6_direct_rtp/addons/ooh323c/src/ooq931.c Wed Nov 30 11:29:42 2011
@@ -880,10 +880,8 @@
H245OpenLogicalChannel *olc = NULL;
ooH323EpCapability *epCap = NULL;
H245H2250LogicalChannelParameters *h2250lcp = NULL;
- ooLogicalChannel* pChannel;
-
-
- OOCTXT *pctxt = pCall->msgctxt;
+
+
/* If fast start supported and remote endpoint has sent faststart element */
if(OO_TESTFLAG(pCall->flags, OO_M_FASTSTART) &&
pCall->remoteFastStartOLCs.count>0)
Copied: team/may/ooh323_ipv6_direct_rtp/configs/ooh323.conf.sample (from r346465, team/may/ooh323_ipv6_direct_rtp/configs/chan_ooh323.conf.sample)
URL: http://svnview.digium.com/svn/asterisk/team/may/ooh323_ipv6_direct_rtp/configs/ooh323.conf.sample?view=diff&rev=346469&p1=team/may/ooh323_ipv6_direct_rtp/configs/chan_ooh323.conf.sample&r1=346465&p2=team/may/ooh323_ipv6_direct_rtp/configs/ooh323.conf.sample&r2=346469
==============================================================================
--- team/may/ooh323_ipv6_direct_rtp/configs/chan_ooh323.conf.sample (original)
+++ team/may/ooh323_ipv6_direct_rtp/configs/ooh323.conf.sample Wed Nov 30 11:29:42 2011
@@ -153,6 +153,17 @@
;
+;
+; direct rtp between two remote peers, disabled by default
+;
+directmedia=no
+;
+; early direct rtp, disabled by default, auto enabled by directmedia is enabled
+; can be disabled escpecially if directmedia is enabled.
+; can be specified globally or peer/user section
+;
+directrtpsetup=no
+
;Define users here
;Section header is extension
[myuser1]
More information about the asterisk-commits
mailing list