[asterisk-addons-commits] trunk r192 -
/trunk/asterisk-ooh323c/README
asterisk-addons-commits at lists.digium.com
asterisk-addons-commits at lists.digium.com
Thu Feb 2 11:50:11 MST 2006
Author: objsys
Date: Thu Feb 2 12:50:10 2006
New Revision: 192
URL: http://svn.digium.com/view/asterisk-addons?rev=192&view=rev
Log:
update
Modified:
trunk/asterisk-ooh323c/README
Modified: trunk/asterisk-ooh323c/README
URL: http://svn.digium.com/view/asterisk-addons/trunk/asterisk-ooh323c/README?rev=192&r1=191&r2=192&view=diff
==============================================================================
--- trunk/asterisk-ooh323c/README (original)
+++ trunk/asterisk-ooh323c/README Thu Feb 2 12:50:10 2006
@@ -8,7 +8,7 @@
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, g729a, g723.1, rfc2833
+ Capabilities supported: ulaw, gsm, g729, g729a, g723.1, rfc2833
Package Contents:
@@ -21,8 +21,12 @@
How to build:
-------------
- 1. To build this package successfully, you have to have latest svn version of
- asterisk installed on your system.
+ 1. If you hadn't installed asterisk yet, To build this package successfully,
+ you have to have latest version of asterisk installed on your system.
+ You can skip to step 2, if you have already installed the asterisk.
+
+ Following precedure help you download and install asterisk
+
To get latest asterisk sources from svn:
>svn checkout http://svn.digium.com/svn/asterisk/trunk asterisk
@@ -33,7 +37,9 @@
2. To build asterisk-ooh323c addons
- To get latest asterisk-addons source from svn:
+ To update or if you hadn't downloaded the asterisk-ooh323c channel driver
+ code, you can do so using following command (To get the latest
+ asterisk-addons source from svn):
>svn checkout http://svn.digium.com/svn/asterisk-addons/trunk asterisk-addons
To build & install:
@@ -41,12 +47,13 @@
>./configure
>make
- The library will be generated at .libs/libchan_h323.so.1.0.1
- For debugging purpose, instead of make, run:
- >make debug
+ For debugging purpose, instead of "make", run "make debug"
+
+ The library will be generated at
+ asterisk-addons/asterisk-ooh323c/.libs/libchan_h323.so.1.0.1
- To install libchan_h323.so in /usr/libs/modules/ change to 'super user'
- mode and then run:
+ To install libchan_h323.so in /usr/libs/modules/ directory, change to
+ 'super user' mode and then run:
>make install
3. Open h323.conf.sample in asterisk-ooh323c-0.4 directory. Under [general]
@@ -64,16 +71,16 @@
CLI>show channeltypes
To see all the defined H323 users.
- CLI>h323 show users
+ CLI>ooh323 show users
To see details of a specific user
- CLI>h323 show user myuser1
+ CLI>ooh323 show user myuser1
To see all the defined peers
- CLI>h323 show peers
+ CLI>ooh323 show peers
To see details of a specific peer
- CLI>h323 show peer mypeer1
+ CLI>ooh323 show peer mypeer1
Getting Started with some simple examples:
@@ -142,7 +149,7 @@
6. Check details of peer for ip/port
- CLI>h323 show peer mypeer1
+ CLI>ooh323 show peer mypeer1
7. Now use phone1 to make a call to asterisk at extension 101 as follows.
More information about the asterisk-addons-commits
mailing list