[OpenSIPS-Devel] [opensips] acc_evi_request does not trigger from local_route (#211)

İbrahim Tunalı notifications at github.com
Thu Apr 24 16:49:56 CEST 2014


Hello,

Acc module is working with event interface as expected but it does not work triggered within  local_route block with below code;
```
local_route {
    if (is_method("BYE") && $DLG_dir=="UPSTREAM") {
        acc_evi_request("200 Dialog Timeout");

    }
}
```
I tested with HEAD branch.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/211
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/devel/attachments/20140424/e1f1760a/attachment.htm>


More information about the Devel mailing list