* Save terminate destination * param dest Terminate destination structure * return 0 success, -1 failure */
| 213 | * return 0 success, -1 failure |
| 214 | */ |
| 215 | int 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 |
no test coverage detected