[asterisk-scf-commits] asterisk-scf/release/slice.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Mon Jan 2 16:39:37 CST 2012
branch "master" has been updated
via 04a04a8c8e5680ff6f7078ad8f43a0f2e266fd38 (commit)
from 5b5087822af513760276e8420960475109a0189d (commit)
Summary of changes:
slice/AsteriskSCF/Media/SDP/MediaSDPIf.ice | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 04a04a8c8e5680ff6f7078ad8f43a0f2e266fd38
Author: Joshua Colp <jcolp at digium.com>
Date: Mon Jan 2 18:39:25 2012 -0400
Add a const for a dynamic payload.
diff --git a/slice/AsteriskSCF/Media/SDP/MediaSDPIf.ice b/slice/AsteriskSCF/Media/SDP/MediaSDPIf.ice
index 6b166fb..f6489b2 100644
--- a/slice/AsteriskSCF/Media/SDP/MediaSDPIf.ice
+++ b/slice/AsteriskSCF/Media/SDP/MediaSDPIf.ice
@@ -51,6 +51,11 @@ module V1
sequence<string> SDPFormatParameterSeq;
/**
+ * Constant which indicates the payload is dynamic.
+ */
+ const int DynamicPayload = -1;
+
+ /**
* SDP Descriptor class. Contains description information for a media format.
*/
class SDPDescriptor
@@ -58,7 +63,7 @@ module V1
/**
* Numerical payload value given in the SDP.
*
- * If this is set to -1 the user of this descriptor should assign a dynamic payload
+ * If this is set to DynamicPayload the user of this descriptor should assign a dynamic payload
* themselves.
*/
int payload;
-----------------------------------------------------------------------
--
asterisk-scf/release/slice.git
More information about the asterisk-scf-commits
mailing list