[asterisk-addons-commits] objsys: branch 1.2 r335 -
/branches/1.2/asterisk-ooh323c/
asterisk-addons-commits at lists.digium.com
asterisk-addons-commits at lists.digium.com
Mon Jan 29 11:16:45 MST 2007
Author: objsys
Date: Mon Jan 29 12:16:44 2007
New Revision: 335
URL: http://svn.digium.com/view/asterisk-addons?view=rev&rev=335
Log:
obj-sys 0.6 release changes
Modified:
branches/1.2/asterisk-ooh323c/README
branches/1.2/asterisk-ooh323c/configure
branches/1.2/asterisk-ooh323c/configure.in
Modified: branches/1.2/asterisk-ooh323c/README
URL: http://svn.digium.com/view/asterisk-addons/branches/1.2/asterisk-ooh323c/README?view=diff&rev=335&r1=334&r2=335
==============================================================================
--- branches/1.2/asterisk-ooh323c/README (original)
+++ branches/1.2/asterisk-ooh323c/README Mon Jan 29 12:16:44 2007
@@ -8,11 +8,11 @@
H.323 stack from Objective Systems(www.obj-sys.com/open), to be used with
asterisk, an open source IP-PBX solution, from Digium, Inc.(www.asterisk.org)
- Capabilities supported: ulaw, gsm, g728, g729, g729a, g723.1, rfc2833
+ Capabilities supported: ulaw, alaw, gsm, g728, g729, g729a, g723.1, rfc2833
Package Contents:
- asterisk-ooh323c-0.5
+ asterisk-ooh323c-0.6
|
|-src [H323 channel driver code]
|
@@ -56,7 +56,7 @@
'super user' mode and then run:
>make install
- 3. Open h323.conf.sample in asterisk-ooh323c-0.5 directory. Under [general]
+ 3. Open h323.conf.sample in asterisk-ooh323c-0.6 directory. Under [general]
you will see global configuration setting. Modify IP addresses of asterisk
server "bindaddr" to match your configuration.
@@ -89,7 +89,7 @@
CLI>stop now
Now to run tests, you will have to copy extensions.conf.sample in
- asterisk-ooh323c-0.5 directory to /etc/asterisk as extensions.conf. Make
+ asterisk-ooh323c-0.6 directory to /etc/asterisk as extensions.conf. Make
sure to save a backup copy of your existing extensions.conf. Now restart
the pbx as follows:
>/usr/sbin/asterisk -vvvc
Modified: branches/1.2/asterisk-ooh323c/configure
URL: http://svn.digium.com/view/asterisk-addons/branches/1.2/asterisk-ooh323c/configure?view=diff&rev=335&r1=334&r2=335
==============================================================================
--- branches/1.2/asterisk-ooh323c/configure (original)
+++ branches/1.2/asterisk-ooh323c/configure Mon Jan 29 12:16:44 2007
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.57 for ASTERISK-OOH323C 0.5.
+# Generated by GNU Autoconf 2.57 for ASTERISK-OOH323C 0.6.
#
# Report bugs to <Objective Systems <support at obj-sys.com>>.
#
@@ -427,8 +427,8 @@
# Identity of this package.
PACKAGE_NAME='ASTERISK-OOH323C'
PACKAGE_TARNAME='asterisk-ooh323c'
-PACKAGE_VERSION='0.5'
-PACKAGE_STRING='ASTERISK-OOH323C 0.5'
+PACKAGE_VERSION='0.6'
+PACKAGE_STRING='ASTERISK-OOH323C 0.6'
PACKAGE_BUGREPORT='Objective Systems <support at obj-sys.com>'
ac_unique_file="src/chan_h323.c"
@@ -938,7 +938,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures ASTERISK-OOH323C 0.5 to adapt to many kinds of systems.
+\`configure' configures ASTERISK-OOH323C 0.6 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1004,7 +1004,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of ASTERISK-OOH323C 0.5:";;
+ short | recursive ) echo "Configuration of ASTERISK-OOH323C 0.6:";;
esac
cat <<\_ACEOF
@@ -1099,7 +1099,7 @@
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-ASTERISK-OOH323C configure 0.5
+ASTERISK-OOH323C configure 0.6
generated by GNU Autoconf 2.57
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@@ -1114,7 +1114,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by ASTERISK-OOH323C $as_me 0.5, which was
+It was created by ASTERISK-OOH323C $as_me 0.6, which was
generated by GNU Autoconf 2.57. Invocation command line was
$ $0 $@
@@ -1451,7 +1451,7 @@
PACKAGE=asterisk-ooh323c
-VERSION=0.5
+VERSION=0.6
ac_aux_dir=
for ac_dir in config $srcdir/config; do
@@ -9612,7 +9612,7 @@
} >&5
cat >&5 <<_CSEOF
-This file was extended by ASTERISK-OOH323C $as_me 0.5, which was
+This file was extended by ASTERISK-OOH323C $as_me 0.6, which was
generated by GNU Autoconf 2.57. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -9675,7 +9675,7 @@
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-ASTERISK-OOH323C config.status 0.5
+ASTERISK-OOH323C config.status 0.6
configured by $0, generated by GNU Autoconf 2.57,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
Modified: branches/1.2/asterisk-ooh323c/configure.in
URL: http://svn.digium.com/view/asterisk-addons/branches/1.2/asterisk-ooh323c/configure.in?view=diff&rev=335&r1=334&r2=335
==============================================================================
--- branches/1.2/asterisk-ooh323c/configure.in (original)
+++ branches/1.2/asterisk-ooh323c/configure.in Mon Jan 29 12:16:44 2007
@@ -1,7 +1,7 @@
AC_PREREQ(2.57)
-AC_INIT([ASTERISK-OOH323C],[0.5],[Objective Systems <support at obj-sys.com>],[asterisk-ooh323c])
+AC_INIT([ASTERISK-OOH323C],[0.6],[Objective Systems <support at obj-sys.com>],[asterisk-ooh323c])
PACKAGE=asterisk-ooh323c
-VERSION=0.5
+VERSION=0.6
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
More information about the asterisk-addons-commits
mailing list