git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@21707
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
}
/*! \brief Read data from SIP socket
-\note Successful messages is connected to SIP call and forwarded to handle_request() */
+\return 1 on error, 0 on success
+\note Successful messages is connected to SIP call and forwarded to handle_request()
+*/
static int sipsock_read(int *id, int fd, short events, void *ignore)
{
struct sip_request req;