Skip to content

Commit

Permalink
Fix ``` secions.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Apr 23, 2024
1 parent 0aae495 commit bf3c617
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions documentation/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,9 @@ serve as an example for building more complex call control logic.

To invoke the B2BUA use the following command:

```python b2bua_simple.py [-f] [-L logfile] [-l local_ip] [-p local_port] [-n
remote_ip]```
```
python b2bua_simple.py [-f] [-L logfile] [-l local_ip] [-p local_port] [-n remote_ip]
```

Options enclosed in square brackets are optional.

Expand Down Expand Up @@ -186,9 +187,11 @@ IEFT draft.

#### Synopsis

```python b2bua_radius.py [-fDu] [-l local_ip] [-p local_port] [-P pidfile] [-L
logfile] [-s static_route] [-a ip1[,..[,ipN]]] [-k 0-3] [-m max_ctime] [-A 0-2]
[-r rtp_proxy_contact1] [-r rtp_proxy_contact2] ... [-r rtp_proxy_contactN]```
```
python b2bua_radius.py [-fDu] [-l local_ip] [-p local_port] [-P pidfile] [-L logfile]
[-s static_route] [-a ip1[,..[,ipN]]] [-k 0-3] [-m max_ctime] [-A 0-2]
[-r rtp_proxy_contact1] [-r rtp_proxy_contact2] ... [-r rtp_proxy_contactN]
```

Options enclosed in square brackets are optional. The following options are
available:
Expand Down Expand Up @@ -332,8 +335,14 @@ proxy. The first one is already supported by the B2BUA.

For radiusclient-ng you should do the following:

Install radiusclent-ng from source ``` ~# tar xvfz radiusclient-ng-X.Y.Z.tar.gz
~# cd radiusclient-ng-X.Y.Z ~# ./configure ~# make ~# make install ```
Install radiusclent-ng from source
```
~# tar xvfz radiusclient-ng-X.Y.Z.tar.gz
~# cd radiusclient-ng-X.Y.Z
~# ./configure
~# make
~# make install
```

Edit /usr/local/etc/radiusclient-ng/radiusclient.conf and set address of
authentication and accounting servers
Expand Down

0 comments on commit bf3c617

Please sign in to comment.