[asterisk-addons-commits] objsys: branch 1.2 r334 - in
/branches/1.2/asterisk-ooh323c: ./ ooh323c/src/
asterisk-addons-commits at lists.digium.com
asterisk-addons-commits at lists.digium.com
Mon Jan 29 09:37:34 MST 2007
Author: objsys
Date: Mon Jan 29 10:37:34 2007
New Revision: 334
URL: http://svn.digium.com/view/asterisk-addons?view=rev&rev=334
Log:
obj-sys 0.6 release change log
Modified:
branches/1.2/asterisk-ooh323c/ChangeLog
branches/1.2/asterisk-ooh323c/ooh323c/src/ooh323.c
branches/1.2/asterisk-ooh323c/ooh323c/src/ootypes.h
Modified: branches/1.2/asterisk-ooh323c/ChangeLog
URL: http://svn.digium.com/view/asterisk-addons/branches/1.2/asterisk-ooh323c/ChangeLog?view=diff&rev=334&r1=333&r2=334
==============================================================================
--- branches/1.2/asterisk-ooh323c/ChangeLog (original)
+++ branches/1.2/asterisk-ooh323c/ChangeLog Mon Jan 29 10:37:34 2007
@@ -1,8 +1,23 @@
-SVN Branch:
+Release 0.6
+* Includes ooh323c stack 0.8.3 version API
+* Added fast start response in ALERTING message for early audio.
+ Solves the problem to listening PSTN ring or announcements.
+* Changed CallingPartyNumber IE to disable the CLI screening in Q.931 header
+ (Thanks to Tim King)
+* Added MediaWaitForConnect configuration option (Thanks to Tim King,
+ for suggesting this option)
+* Added priority to Tunneling usage over H.245 Control channel
* Fixed crash for call transfer caused by channel ownership change.
- Thanks to Flagman <Flagman at incomtel.ru>
+ Thanks to Flagman <Flagman at incomtel.ru>
* Fixed occasional improper call hangup warning, bug# 7464
+* Added searching user based on IP address of incoming call, in addition to H323ID
+ Thanks to C. Maj & all others for suggestion
+* Fix reload flag problem of faststart, tunneling and mediawaitforconnrect
+ configuration options
+* Added H.263 video codec negotiation handling
+* Fixed h323_log file bug for message type indication
+
Release 0.5
* Includes changes of ooh323c stack 0.8.2 version
1. Used rand number for conference id, Thanks to Patrick Jordan
Modified: branches/1.2/asterisk-ooh323c/ooh323c/src/ooh323.c
URL: http://svn.digium.com/view/asterisk-addons/branches/1.2/asterisk-ooh323c/ooh323c/src/ooh323.c?view=diff&rev=334&r1=333&r2=334
==============================================================================
--- branches/1.2/asterisk-ooh323c/ooh323c/src/ooh323.c (original)
+++ branches/1.2/asterisk-ooh323c/ooh323c/src/ooh323.c Mon Jan 29 10:37:34 2007
@@ -1097,7 +1097,9 @@
ret = ooH323CallAdmitted (call);
}
break;
- case Q931CallProceedingMsg: /* Call proceeding message is received */
+
+
+ case Q931CallProceedingMsg: /* CALL PROCEEDING message is received */
OOTRACEINFO3("H.225 Call Proceeding message received (%s, %s)\n",
call->callType, call->callToken);
ooOnReceivedCallProceeding(call, q931Msg);
Modified: branches/1.2/asterisk-ooh323c/ooh323c/src/ootypes.h
URL: http://svn.digium.com/view/asterisk-addons/branches/1.2/asterisk-ooh323c/ooh323c/src/ootypes.h?view=diff&rev=334&r1=333&r2=334
==============================================================================
--- branches/1.2/asterisk-ooh323c/ooh323c/src/ootypes.h (original)
+++ branches/1.2/asterisk-ooh323c/ooh323c/src/ootypes.h Mon Jan 29 10:37:34 2007
@@ -61,7 +61,7 @@
-#define OOH323C_VERSION "v0.8.2"
+#define OOH323C_VERSION "v0.8.3"
#ifndef EXTERN
#ifdef MAKE_DLL
More information about the asterisk-addons-commits
mailing list