* Create OSP terminate cookie and insert it into Record-Route header * param msg SIP message * param inbound Inbound info * param dest Destination */
| 196 | * param dest Destination |
| 197 | */ |
| 198 | void 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 |
no test coverage detected