[OpenSIPS-Devel] [opensips] acc_evi_request error - cannot find created avp (#495)

Dan Christian Bogos notifications at github.com
Sun May 3 11:30:31 CEST 2015


Hi,

I am trying to use acc_evi_request()  in a config like this:

```
if (is_method("INVITE")) {
		# create dialog with timeout
		if ( !create_dialog("B") ) {
			send_reply("500","Internal Server Error");
			exit;
		}
		setflag(CDR);
		acc_evi_request("DIALOG_START");
```

I have subscribed to E_ACC_EVENT from outside but instead of event, I can only see this in syslog:
```
May  3 11:24:37 OsipsDev1 /usr/sbin/opensips[2995]: ERROR:acc:get_timestamps: cannot find created avp
May  3 11:24:37 OsipsDev1 /usr/sbin/opensips[2995]: ERROR:acc:acc_evi_request: cannot get timestamps
```

Tried both defaults and to configure `modparam("acc", "acc_created_avp_name", "created_avp")`.

Ta,
DanB

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


More information about the Devel mailing list