MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / ospSaveTermDestination

Function ospSaveTermDestination

modules/osp/destination.c:215–219  ·  view source on GitHub ↗

* Save terminate destination * param dest Terminate destination structure * return 0 success, -1 failure */

Source from the content-addressed store, hash-verified

213 * return 0 success, -1 failure
214 */
215int ospSaveTermDestination(
216 osp_dest* dest)
217{
218 return ospSaveDestination(dest, _osp_termdest_avpid);
219}
220
221/*
222 * Check if there is an unused and supported originate destination from an AVP

Callers 1

ospValidateHeaderFunction · 0.85

Calls 1

ospSaveDestinationFunction · 0.85

Tested by

no test coverage detected