Module: kamailio Branch: master Commit: e8bd86d764eca0b9554f9eee665ba786d76230e7 URL: https://github.com/kamailio/kamailio/commit/e8bd86d764eca0b9554f9eee665ba786...
Author: Yasin CANER caner_yaso@hotmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2019-12-12T12:06:24+01:00
keepalive : added new function del_destination and added cfg functions (#2133)
* keepalive : added new function del_destination and added .cfg functions
added new function del_destination that deletes sip address from list added add_destination module functions for kamailio.cfg added counter parameter for attempt count. after count pass, module dont try until it adds again. added kemi interfaces both of them added lock to stack added find_destination function
* keepalive : fixed function names and re-placed un/lock functions
fixed function names and re-placed un/lock functions
* keepalive : added doc for exported new functions ka_add_destination and ka_del_destination [skip ci]
added documents for exported new function ka_add_destination and ka_del_destination renamed in documents from is_alive to ka_is_alive added missing rpc command in documents
---
Modified: src/modules/keepalive/api.h Modified: src/modules/keepalive/doc/keepalive.xml Modified: src/modules/keepalive/doc/keepalive_admin.xml Modified: src/modules/keepalive/keepalive.h Modified: src/modules/keepalive/keepalive_api.c Modified: src/modules/keepalive/keepalive_core.c Modified: src/modules/keepalive/keepalive_mod.c
---
Diff: https://github.com/kamailio/kamailio/commit/e8bd86d764eca0b9554f9eee665ba786... Patch: https://github.com/kamailio/kamailio/commit/e8bd86d764eca0b9554f9eee665ba786...