summaryrefslogtreecommitdiff
path: root/net/asterisk12/files/patch-channels::h323::ast_h323.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'net/asterisk12/files/patch-channels::h323::ast_h323.cpp')
-rw-r--r--net/asterisk12/files/patch-channels::h323::ast_h323.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/asterisk12/files/patch-channels::h323::ast_h323.cpp b/net/asterisk12/files/patch-channels::h323::ast_h323.cpp
new file mode 100644
index 000000000000..feb79e586e91
--- /dev/null
+++ b/net/asterisk12/files/patch-channels::h323::ast_h323.cpp
@@ -0,0 +1,16 @@
+
+$FreeBSD$
+
+--- channels/h323/ast_h323.cpp.orig Thu Jan 12 18:16:08 2006
++++ channels/h323/ast_h323.cpp Thu Jan 12 18:16:35 2006
+@@ -953,8 +953,8 @@ BOOL MyH323Connection::OnReceivedCapabil
+ H323Channel * MyH323Connection::CreateRealTimeLogicalChannel(const H323Capability & capability,
+ H323Channel::Directions dir,
+ unsigned sessionID,
+- const H245_H2250LogicalChannelParameters * /*param*/,
+- RTP_QOS * /*param*/ )
++ const H245_H2250LogicalChannelParameters * /*param*/ /*,
++ RTP_QOS * */ /*param*/ )
+ {
+ return new MyH323_ExternalRTPChannel(*this, capability, dir, sessionID);
+ }