diff options
author | Max Khon <fjoe@FreeBSD.org> | 2006-04-26 11:33:11 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2006-04-26 11:33:11 +0000 |
commit | 53e76e68e0d1574496723fc905ca7ded1dcdef33 (patch) | |
tree | c827793a19fb20b0fba3d73158df440722f3ef14 /net/asterisk-oh323/files/patch-wrapper::wrapper.cxx | |
parent | - Update to 1.2.7.1 [1] (diff) |
- Use pwlib and openh323 from ports
- Update to latest codec negotiation patch
Submitted by: Andriy I Pylypenko <bamby@portaone.com> (MAINTAINER)
Notes
Notes:
svn path=/head/; revision=160513
Diffstat (limited to '')
-rw-r--r-- | net/asterisk-oh323/files/patch-wrapper::wrapper.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/asterisk-oh323/files/patch-wrapper::wrapper.cxx b/net/asterisk-oh323/files/patch-wrapper::wrapper.cxx deleted file mode 100644 index 2ffdcbd79922..000000000000 --- a/net/asterisk-oh323/files/patch-wrapper::wrapper.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- wrapper/wrapper.cxx.orig Wed Jan 18 11:15:33 2006 -+++ wrapper/wrapper.cxx Wed Jan 18 11:15:36 2006 -@@ -570,7 +570,7 @@ extern "C" { - { H323Connection::EndedByTemporaryFailure, OH323END_TEMP_FAILURE, "Temporary failure" }, - { H323Connection::EndedByQ931Cause, OH323END_Q931CAUSE, "Call ended with Q.931 cause" }, - { H323Connection::EndedByDurationLimit, OH323END_DURATION_LIMIT, "Call ended due to enforced duration limit" }, -- { H323Connection::EndedByInvalidConferenceID, OH323END_INVALIDCID, "Call cleared due to invalid conference ID" }, -+// { H323Connection::EndedByInvalidConferenceID, OH323END_INVALIDCID, "Call cleared due to invalid conference ID" }, - { -1, -1, "Unknown reason" }, - }; - |