[OpenSIPS-Users] (is_avp_set("$avp(805)")) what does this mean??
Saúl Ibarra Corretgé
saul at ag-projects.com
Wed Nov 16 10:55:08 CET 2011
Hi,
On Nov 16, 2011, at 9:45 AM, Nick wrote:
> Hello
>
> if (is_avp_set("$avp(805)")) {
> $avp(billing_party_domain) = $(avp(805){uri.domain});
> } else {
> $avp(billing_party_domain) = $fd;
> }
>
> What does this mean?? Why is 805?? why is billing_party_domain?? I saw callcontrol document. But I don't know this mean??
> Please tell me why?? Thanks.
>
It's just an example. Don't take it literally, it may not apply to your use case. 805 is the default AVP for the diverter, which is mentioned in the documentation.
Regards,
--
Saúl Ibarra Corretgé
AG Projects
More information about the Users
mailing list