On 04/19/2013 11:43 AM, Victor V. Kustov wrote:
Hi!
whats difference $var() and $avp()?
$var() - is bound to a kamailio process. If you set $var(xxx) for a one request/reply, it will be available during processing other messages. $avp() - is bound to a transaction. If you set $avp(xxx) for an INVITE, it will be available for replies for that INVITE if it was sent in a stateful way (t_relay)