예제 #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 );
}