summaryrefslogtreecommitdiff
path: root/addons/ooh323c/README
diff options
context:
space:
mode:
authorSean Bright <sean.bright@gmail.com>2017-12-22 09:23:22 -0500
committerSean Bright <sean.bright@gmail.com>2017-12-22 09:23:22 -0500
commitfd0ca1c3f9b972a52d48a82b492fd6bac772dc78 (patch)
tree42d2a87726d196f4db1c68489007520a4c597062 /addons/ooh323c/README
parent9ef97b5a9191e51f1edc66bb17728fd9fe552c35 (diff)
Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
Diffstat (limited to 'addons/ooh323c/README')
-rw-r--r--addons/ooh323c/README35
1 files changed, 17 insertions, 18 deletions
diff --git a/addons/ooh323c/README b/addons/ooh323c/README
index e1a5b20e4..323174709 100644
--- a/addons/ooh323c/README
+++ b/addons/ooh323c/README
@@ -6,22 +6,22 @@ Introduction
Objective Open H.323 stack is a simple H.323 implementation in C. This
package contains the core stack code. For complete H.323 stack package with
examples or for more information visit www.obj-sys.com/open
- The ASN.1 messaging code was developed using the Objective Systems ASN1C
-compiler to implement the core H.323 specifications (H.225, H.235,
-and H.245). Additional code was then developed which makes use of
-the compiler generated code for presenting a comparatively high level
+ The ASN.1 messaging code was developed using the Objective Systems ASN1C
+compiler to implement the core H.323 specifications (H.225, H.235,
+and H.245). Additional code was then developed which makes use of
+the compiler generated code for presenting a comparatively high level
stack API.
Features
Features supported in this package include the following:
-* H.225/Q.931 - the following message types are supported (including
- support for FastStart and H.245 tunneling):
- - Setup
+* H.225/Q.931 - the following message types are supported (including
+ support for FastStart and H.245 tunneling):
+ - Setup
- Connect
- Call Proceeding
- - Alerting
+ - Alerting
- Facility
- ReleaseComplete
@@ -54,8 +54,8 @@ Features supported in this package include the following:
To run the stack test application chansetup
chansetup - This is a sample program developed for testing multiple calls.
This program allows stack testing by placing multiple calls. The number of
- calls, duration of each call and interval between successive calls are
- configurable.
+ calls, duration of each call and interval between successive calls are
+ configurable.
1. Two instances of this program have to be run. Can be run on same machine or
different machines.
@@ -64,19 +64,19 @@ To run the stack test application chansetup
cd tests/chansetup
-2. For running listener instance,
+2. For running listener instance,
./h323peer [--use-ip ip] [--use-port port]
- where local ip address and port can be specified for listening to incoming
+ where local ip address and port can be specified for listening to incoming
calls. By default, application determines ip address and uses default H323
port number 1720.
3. For running calling instance
-
+
./h323peer [--use-ip ip] -n <number of calls> -duration <call duration>
-interval <inetrval between successive calls> destination
-
+
where all times are in seconds. Interval of 0 means next call will be placed
after current call finishes. "destination" is the dotted ip address of the
endpoint running listener instance.
@@ -86,10 +86,9 @@ To run the stack test application chansetup
Reporting Problems:
-Report problems you encounter by sending E-mail to support@obj-sys.com.
+Report problems you encounter by sending E-mail to support@obj-sys.com.
If you have any further questions or comments on what you would like to
-see in the product or what is difficult to use or understand, please
+see in the product or what is difficult to use or understand, please
communicate them to us. Your feedback is important to us. Please let us
-know how it works out for you - either good or bad.
-
+know how it works out for you - either good or bad.