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

Function ospRecordOrigTransaction

modules/osp/usage.c:182–190  ·  view source on GitHub ↗

* Create OSP originate 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

180 * param dest Destination
181 */
182void ospRecordOrigTransaction(
183 struct sip_msg* msg,
184 osp_inbound* inbound,
185 osp_dest* dest)
186{
187 int isorig = 1;
188
189 ospRecordTransaction(msg, inbound, dest, isorig);
190}
191
192/*
193 * Create OSP terminate cookie and insert it into Record-Route header

Callers 1

ospPrepareDestinationFunction · 0.85

Calls 1

ospRecordTransactionFunction · 0.85

Tested by

no test coverage detected