summaryrefslogtreecommitdiff
path: root/channels/sip
diff options
context:
space:
mode:
Diffstat (limited to 'channels/sip')
-rw-r--r--channels/sip/include/sdp_crypto.h3
-rw-r--r--channels/sip/reqresp_parser.c4
2 files changed, 4 insertions, 3 deletions
diff --git a/channels/sip/include/sdp_crypto.h b/channels/sip/include/sdp_crypto.h
index aa553cb00..da1035e87 100644
--- a/channels/sip/include/sdp_crypto.h
+++ b/channels/sip/include/sdp_crypto.h
@@ -65,7 +65,8 @@ int sdp_crypto_process(struct sdp_crypto *p, const char *attr, struct ast_rtp_in
* \details
* The offer is stored on the sdp_crypto struct in a_crypto
*
- * \param A valid sdp_crypto struct
+ * \param p A valid sdp_crypto struct
+ * \param taglen Length
*
* \retval 0 success
* \retval nonzero failure
diff --git a/channels/sip/reqresp_parser.c b/channels/sip/reqresp_parser.c
index 2ff5e6b8d..7893aace5 100644
--- a/channels/sip/reqresp_parser.c
+++ b/channels/sip/reqresp_parser.c
@@ -1523,9 +1523,9 @@ AST_TEST_DEFINE(parse_contact_header_test)
* item is found that is not supported, it is copied to the unsupported
* out buffer.
*
- * \param option list
+ * \param options list
* \param unsupported out buffer (optional)
- * \param unsupported out buffer length (optional)
+ * \param unsupported_len out buffer length (optional)
*/
unsigned int parse_sip_options(const char *options, char *unsupported, size_t unsupported_len)
{