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; _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
