* Create a new dialog */
| 190 | * Create a new dialog |
| 191 | */ |
| 192 | int 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 | /* |
no test coverage detected