Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/aaa_diameter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ before an Answer could be processed)
This function can be used from any route.


``` title="dictionary.opensips extended syntax"
```
# Example of defining custom Diameter AVPs, Application IDs,
# Requests and Replies in the "dictionary.opensips" file

Expand Down
2 changes: 1 addition & 1 deletion modules/aka_av_diameter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ modparam("aka_av_diameter", "server_uri", "sip:scscf.ims.mnc001.mcc001.3gppnetwo
File that should be provided to the *aaa_diameter* connection.


``` title="Diameter Commands File Example"
```
VENDOR 10415 TGPP
ATTRIBUTE Public-Identity 601 string 10415
Expand Down
4 changes: 2 additions & 2 deletions modules/db_http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ If the query produced an error the server must reply with a
HTTP 500 reply, or with a corresponding error code (404, 401).


``` title="Example Reply."
```
...
int;string;blob
6;something=something;1000
Expand All @@ -461,7 +461,7 @@ it must be placed under quotes. A quote delimiter inside a value
must be preceded by another quote delimiter.


``` title="Quoting Example."
```
...
int;string;blob
6;|ana;maria|;1000
Expand Down