Skip to content

Commit

Permalink
modules: readme files regenerated - dispatcher ... [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamailio-dev committed Mar 11, 2019
1 parent 666353f commit daf09df
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/modules/dispatcher/README
Expand Up @@ -125,6 +125,7 @@ Julien Chavanton
5.3. dispatcher.reload
5.4. dispatcher.ping_active
5.5. dispatcher.add
5.6. dispatcher.remove

6. Installation and Running

Expand Down Expand Up @@ -269,6 +270,7 @@ Chapter 1. Admin Guide
5.3. dispatcher.reload
5.4. dispatcher.ping_active
5.5. dispatcher.add
5.6. dispatcher.remove

6. Installation and Running

Expand Down Expand Up @@ -1378,6 +1380,7 @@ onreply_route {
5.3. dispatcher.reload
5.4. dispatcher.ping_active
5.5. dispatcher.add
5.6. dispatcher.remove

5.1. dispatcher.set_state

Expand Down Expand Up @@ -1485,6 +1488,27 @@ kamcmd dispatcher.add 2 sip:127.0.0.1:5080
kamcmd dispatcher.add 3 sip:127.0.0.1:5075 8
...

5.6. dispatcher.remove

Remove a destination address from the in-memory dispatcher list.
Reloading the dispatcher from file or database will re-add destinations
that are removed using this command.

This command will remove all entries that match the group and address.

Name: dispatcher.remove

Parameters:
* _group_: destination group id
* _address_: address of the destination in the _group_

Example:
...
# prototype: kamcmd dispatcher.remove _group_ _address_
kamcmd dispatcher.remove 2 sip:127.0.0.1:5080
kamcmd dispatcher.remove 3 sip:127.0.0.1:5075;transport=udp
...

6. Installation and Running

6.1. Destination List File
Expand Down

0 comments on commit daf09df

Please sign in to comment.