diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2006-01-19 22:40:42 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2006-01-19 22:40:42 +0000 |
commit | ced00c97fe6e341ae4ee9d441da1e82ce73bdc08 (patch) | |
tree | 8982eee5293e3bd425e99cad1f03109b8a5dcd9d /net/asterisk-oh323/files/patch-wrapper::wrapper.cxx | |
parent | Remove an accidently added copy of the sources. (diff) |
Update to 0.7.3.
Notes
Notes:
svn path=/head/; revision=153902
Diffstat (limited to '')
-rw-r--r-- | net/asterisk-oh323/files/patch-wrapper::wrapper.cxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/asterisk-oh323/files/patch-wrapper::wrapper.cxx b/net/asterisk-oh323/files/patch-wrapper::wrapper.cxx new file mode 100644 index 000000000000..2ffdcbd79922 --- /dev/null +++ b/net/asterisk-oh323/files/patch-wrapper::wrapper.cxx @@ -0,0 +1,11 @@ +--- 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" }, + }; + |