示例#1
0
文件: sl.c 项目: Jared-Prime/kamailio
/**
 * @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 );
}
示例#2
0
文件: sl.c 项目: rrb3942/opensips
static int w_sl_reply_error( struct sip_msg* msg)
{
	return sl_reply_error( msg );
}