Exemple #1
0
/**
 * @brief Small wrapper around sl_reply_error
 */
static int w_sl_reply_error( struct sip_msg* msg, char* str, char* str2)
{
	return sl_reply_error( msg );
}
Exemple #2
0
static int w_sl_reply_error( struct sip_msg* msg)
{
	return sl_reply_error( msg );
}