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

Function new_dlg_uac

modules/tm/dlg.c:192–195  ·  view source on GitHub ↗

* Create a new dialog */

Source from the content-addressed store, hash-verified

190 * Create a new dialog
191 */
192int new_dlg_uac(str* _cid, str* _ltag, unsigned int _lseq, str* _luri, str* _turi, str* _ruri, dlg_t** _d)
193{
194 return _internal_new_dlg_uac(_cid,_ltag,_lseq,_luri,_turi,_ruri,NULL,_d);
195}
196
197
198/*

Callers 2

req_outsideFunction · 0.85
requestFunction · 0.85

Calls 1

_internal_new_dlg_uacFunction · 0.85

Tested by

no test coverage detected