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 ebd5a61
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 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

0 comments on commit ebd5a61

Please sign in to comment.