[OpenSIPS-Users] acc_evi_request firing to incorrect event interface

Kneeoh kneeoh at yahoo.com
Wed Jan 14 19:36:15 CET 2015


Per the acc module:

acc_evi_request(comment)

Like acc_log_request, acc_evi_request reports on a request. The report is packed as an event sent through the OpenSIPS Event Interface as E_ACC_EVENT if the reply code is a positive one (lower than 300), or E_ACC_MISSED_EVENT for negative or no codes. 

I'm firing an event:

acc_evi_request("703 Admin Block");

But its being published to the 
E_ACC_EVENT queue instead of the E_ACC_MISSED_EVENT queue

703 > 300 so it should be treated as a negative reply.

I'm running 1.11.3



More information about the Users mailing list