[asterisk-addons-commits] trunk - r187
/trunk/asterisk-ooh323c/README
asterisk-addons-commits at lists.digium.com
asterisk-addons-commits at lists.digium.com
Thu Dec 15 16:30:03 CST 2005
Author: objsys
Date: Thu Dec 15 16:30:02 2005
New Revision: 187
URL: http://svn.digium.com/view/asterisk-addons?rev=187&view=rev
Log:
readme file update - Avin
Modified:
trunk/asterisk-ooh323c/README
Modified: trunk/asterisk-ooh323c/README
URL: http://svn.digium.com/view/asterisk-addons/trunk/asterisk-ooh323c/README?rev=187&r1=186&r2=187&view=diff
==============================================================================
--- trunk/asterisk-ooh323c/README (original)
+++ trunk/asterisk-ooh323c/README Thu Dec 15 16:30:02 2005
@@ -20,40 +20,46 @@
How to build:
- 1. To build this package successfully, you have to have latest cvs version of
+ -------------
+ 1. To build this package successfully, you have to have latest svn version of
asterisk installed on your system.
- To get asterisk sources from cvs:
- cvs -d:pserver:anoncvs at cvs.digium.com:/usr/cvsroot login
- CVS Password:anoncvs
+ To get latest asterisk sources from svn:
+ >svn checkout http://svn.digium.com/svn/asterisk/trunk asterisk
- cvs -d:pserver:anoncvs at cvs.digium.com:/usr/cvsroot co asterisk
+ To install asterisk.(You will have to be in 'super user' mode for this)
+ >cd asterisk
+ >make install
+ >make samples
- To install asterisk.(You will have to be in super user mode for this)
- >cd asterisk
- >make install
- >make samples
+ 2. To build asterisk-ooh323c addons
- 2. To build asterisk-ooh323c-0.3
- >cd asterisk-oh323c-0.3
+ To get latest asterisk-addons source from svn:
+ >svn checkout http://svn.digium.com/svn/asterisk-addons/trunk asterisk-addons
+
+ To build & install:
+ >cd asterisk-addons/asterisk-ooh323c
>./configure
>make
+
+ The library will be generated at .libs/libchan_h323.so.1.0.1
+ For debugging purpose, instead of make, run:
+ >make debug
- 3. To install chan_h323.so in /usr/libs/modules/ change to super user mode
- and then run:
-
+ To install libchan_h323.so in /usr/libs/modules/ change to 'super user'
+ mode and then run:
>make install
- 4. Open h323.conf.sample in asterisk-ooh323c-0.3 directory. Under [general]
- you will see global configuration setting. Modify ip addresses of asterisk
+ 3. Open h323.conf.sample in asterisk-ooh323c-0.3 directory. Under [general]
+ you will see global configuration setting. Modify IP addresses of asterisk
server "bindaddr" to match your configuration.
- 5. To install sample h323.conf in /etc/asterisk
+ 4. To install sample h323.conf in /etc/asterisk
>make sample
- 6. Now run asterisk as
- /usr/sbin/asterisk -vvvc
+ 5. Now run asterisk as
+ >/usr/sbin/asterisk -vvvc
- 7. From asterisk console
+ 6. From asterisk console
To check whether H323 channel is registered properly
CLI>show channeltypes
More information about the asterisk-addons-commits
mailing list