[Asterisk-cvs] asterisk-addons/asterisk-ooh323c README, 1.2,
1.3 h323.conf.sample, 1.8, 1.9
vphirke
vphirke
Mon Oct 31 14:37:04 CST 2005
Update of /usr/cvsroot/asterisk-addons/asterisk-ooh323c
In directory mongoose.digium.com:/tmp/cvs-serv4541
Modified Files:
README h323.conf.sample
Log Message:
Updated
Index: README
===================================================================
RCS file: /usr/cvsroot/asterisk-addons/asterisk-ooh323c/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- README 10 Aug 2005 13:06:16 -0000 1.2
+++ README 31 Oct 2005 19:29:09 -0000 1.3
@@ -12,7 +12,7 @@
Package Contents:
- asterisk-ooh323c-0.1
+ asterisk-ooh323c-0.3
|
|-src [H323 channel driver code]
|
@@ -33,8 +33,8 @@
>make install
>make samples
- 2. To build asterisk-ooh323c-0.1
- >cd asterisk-oh323c-0.1
+ 2. To build asterisk-ooh323c-0.3
+ >cd asterisk-oh323c-0.3
>./configure
>make
@@ -43,7 +43,7 @@
>make install
- 4. Open h323.conf.sample in asterisk-ooh323c-0.1 directory. Under [general]
+ 4. 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.
@@ -76,7 +76,7 @@
CLI>stop now
Now to run tests, you will have to copy extensions.conf.sample in
- asterisk-ooh323c-0.1 directory to /etc/asterisk as extensions.conf. Make
+ asterisk-ooh323c-0.3 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
Index: h323.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk-addons/asterisk-ooh323c/h323.conf.sample,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- h323.conf.sample 16 Sep 2005 19:29:17 -0000 1.8
+++ h323.conf.sample 31 Oct 2005 19:29:09 -0000 1.9
@@ -10,14 +10,14 @@
;
; Syntax for specifying a H323 device in extensions.conf is
; For Registered peers/friends profiles:
-; H323/name where name is the name of the peer/friend profile.
+; OOH323/name where name is the name of the peer/friend profile.
;
; For unregistered H.323 phones:
-; H323/ip[:port] OR if gk is used H323/alias where alias can be any H323
+; OOH323/ip[:port] OR if gk is used OOH323/alias where alias can be any H323
; alias
;
; For dialing into another asterisk peer at a specific exten
-; H323/exten/peer OR H323/exten at ip
+; OOH323/exten/peer OR OOH323/exten at ip
;
; Domain name resolution is not yet supported.
;
More information about the svn-commits
mailing list