|
@@ -50,6 +50,7 @@
|
|
#include "../ut.h" /* q_memchr */
|
|
#include "../ut.h" /* q_memchr */
|
|
/* #endif */
|
|
/* #endif */
|
|
#include "../error.h"
|
|
#include "../error.h"
|
|
|
|
+#include "../events.h"
|
|
|
|
|
|
/* buf= pointer to begining of uri (sip:[email protected]:5060;a=b?h=i)
|
|
/* buf= pointer to begining of uri (sip:[email protected]:5060;a=b?h=i)
|
|
* len= len of uri
|
|
* len= len of uri
|
|
@@ -1223,6 +1224,7 @@ error_bug:
|
|
error_exit:
|
|
error_exit:
|
|
ser_error=E_BAD_URI;
|
|
ser_error=E_BAD_URI;
|
|
uri->type=ERROR_URI_T;
|
|
uri->type=ERROR_URI_T;
|
|
|
|
+ sr_event_exec(SREV_CORE_STATS, (void*)7);
|
|
return E_BAD_URI;
|
|
return E_BAD_URI;
|
|
}
|
|
}
|
|
|
|
|