[sr-dev] git:master:678f9c6a: dmq: add support to specify a notification address multiple times in the cfg

Henning Westerholt hw at skalatan.de
Mon Mar 29 16:26:42 CEST 2021


Module: kamailio
Branch: master
Commit: 678f9c6ad8a8118741a921fcc01f9b23b5702c6e
URL: https://github.com/kamailio/kamailio/commit/678f9c6ad8a8118741a921fcc01f9b23b5702c6e

Author: Henning Westerholt <hw at skalatan.de>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2021-03-29T14:25:18Z

dmq: add support to specify a notification address multiple times in the cfg

- add support to specify a notification address multiple times in the cfg, e.g.:
- modparam("dmq", "notification_address", "sip:10.0.0.1:5060")
- modparam("dmq", "notification_address", "sip:10.0.0.2:5060") etc..
- this can be used to easily configure multiple notification server
- it is an alternative to the multi_notify mode and do not work together with it

---

Modified: src/modules/dmq/dmq.c
Modified: src/modules/dmq/dmq.h
Modified: src/modules/dmq/dmq_funcs.c
Modified: src/modules/dmq/doc/dmq_admin.xml
Modified: src/modules/dmq/notification_peer.c
Modified: src/modules/dmq/notification_peer.h

---

Diff:  https://github.com/kamailio/kamailio/commit/678f9c6ad8a8118741a921fcc01f9b23b5702c6e.diff
Patch: https://github.com/kamailio/kamailio/commit/678f9c6ad8a8118741a921fcc01f9b23b5702c6e.patch




More information about the sr-dev mailing list