Module: kamailio
Branch: master
Commit: 678f9c6ad8a8118741a921fcc01f9b23b5702c6e
URL:
https://github.com/kamailio/kamailio/commit/678f9c6ad8a8118741a921fcc01f9b2…
Author: Henning Westerholt <hw(a)skalatan.de>
Committer: Henning Westerholt <hw(a)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/678f9c6ad8a8118741a921fcc01f9b2…
Patch:
https://github.com/kamailio/kamailio/commit/678f9c6ad8a8118741a921fcc01f9b2…