summaryrefslogtreecommitdiff
path: root/include/asterisk/sip_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/sip_api.h')
-rw-r--r--include/asterisk/sip_api.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asterisk/sip_api.h b/include/asterisk/sip_api.h
index 018785a8d..392456758 100644
--- a/include/asterisk/sip_api.h
+++ b/include/asterisk/sip_api.h
@@ -29,9 +29,10 @@ extern "C" {
/*!
* \brief Send a customized SIP INFO request
*
+ * \param chan Channel
* \param headers The headers to add to the INFO request
* \param content_type The content type header to add
- * \param conten The body of the INFO request
+ * \param content The body of the INFO request
* \param useragent_filter If non-NULL, only send the INFO if the
* recipient's User-Agent contains useragent_filter as a substring
*