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

Function ospRecordTermTransaction

modules/osp/usage.c:198–206  ·  view source on GitHub ↗

* Create OSP terminate cookie and insert it into Record-Route header * param msg SIP message * param inbound Inbound info * param dest Destination */

Source from the content-addressed store, hash-verified

196 * param dest Destination
197 */
198void ospRecordTermTransaction(
199 struct sip_msg* msg,
200 osp_inbound* inbound,
201 osp_dest* dest)
202{
203 int isorig = 0;
204
205 ospRecordTransaction(msg, inbound, dest, isorig);
206}
207
208/*
209 * Report OSP usage from OSP cookie

Callers 1

ospValidateHeaderFunction · 0.85

Calls 1

ospRecordTransactionFunction · 0.85

Tested by

no test coverage detected