|
@@ -165,10 +165,10 @@ int delete_ucontact(urecord_t *_r, struct ucontact *_c);
|
|
* \param _r record where to search the contacts
|
|
* \param _r record where to search the contacts
|
|
* \param _c contact string
|
|
* \param _c contact string
|
|
* \param _callid callid
|
|
* \param _callid callid
|
|
- * \param _path path
|
|
|
|
|
|
+ * \param _path path
|
|
* \param _cseq CSEQ number
|
|
* \param _cseq CSEQ number
|
|
* \param _co found contact
|
|
* \param _co found contact
|
|
- * \return 0 - found, 1 - not found, -1 - invalid found,
|
|
|
|
|
|
+ * \return 0 - found, 1 - not found, -1 - invalid found,
|
|
* -2 - found, but to be skipped (same cseq)
|
|
* -2 - found, but to be skipped (same cseq)
|
|
*/
|
|
*/
|
|
int get_ucontact(urecord_t *_r, str *_c, str *_callid, str *_path, int _cseq,
|
|
int get_ucontact(urecord_t *_r, str *_c, str *_callid, str *_path, int _cseq,
|
|
@@ -180,7 +180,7 @@ int get_ucontact(urecord_t *_r, str *_c, str *_callid, str *_path, int _cseq,
|
|
* \param _c contact string
|
|
* \param _c contact string
|
|
* \param _ci contact info (callid, cseq, instance, ...)
|
|
* \param _ci contact info (callid, cseq, instance, ...)
|
|
* \param _co found contact
|
|
* \param _co found contact
|
|
- * \return 0 - found, 1 - not found, -1 - invalid found,
|
|
|
|
|
|
+ * \return 0 - found, 1 - not found, -1 - invalid found,
|
|
* -2 - found, but to be skipped (same cseq)
|
|
* -2 - found, but to be skipped (same cseq)
|
|
*/
|
|
*/
|
|
int get_ucontact_by_instance(
|
|
int get_ucontact_by_instance(
|