[OpenSIPS-Users] putting value in $dd

Stanisław Pitucha viraptor at gmail.com
Mon Aug 2 12:02:05 CEST 2010


On 02/08/10 10:58, Jayesh Nambiar wrote:
> This shows to assign a value to $du and then call t_relay. But is it
> possible that I can assign a value to $dd. When i try to use it, opensips
> fails to start with error "Invalid Left Operand in Assignment".
> Any suggestions on how to do this.

Only $du is a read/write variable. You can do:

$du = "sip:" + $dU + "@" + some_new_domain + ":" + $dp;



More information about the Users mailing list