Skip to content

Commit

Permalink
ua: doxygen for ua_accept()
Browse files Browse the repository at this point in the history
  • Loading branch information
cspiel1 committed Sep 5, 2024
1 parent d8acde9 commit c09c15b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ua.c
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,12 @@ void sipsess_conn_handler(const struct sip_msg *msg, void *arg)
}


/**
* Accept an incoming call
*
* @param ua User-agent
* @param msg SIP message of incoming call
*/
int ua_accept(struct ua *ua, const struct sip_msg *msg)
{
struct call *call = NULL;
Expand Down

0 comments on commit c09c15b

Please sign in to comment.