I am using prefix2domain("2") in PDT module like this: $var(found) = prefix2domain("2"); and I got this error: ERROR: <core> [lvalue.c:411]: assignment failed at pos: (701,56-701,56) Apparently when prefix2domain("2) returns an value to $var(found), it does not like it. But it still work. The $var(found) still contains the return value (-1) if no prefix found. And all my configuration is working. It just generate a lot of this kind of error in my log file. Am I doing something wrong? How can I fix it?
Gary
Hello,
On 4/29/11 4:32 PM, Gary Chen wrote:
I am using prefix2domain("2") in PDT module like this: $var(found) = prefix2domain("2"); and I got this error: ERROR: <core> [lvalue.c:411]: assignment failed at pos: (701,56-701,56) Apparently when prefix2domain("2) returns an value to $var(found), it does not like it. But it still work. The $var(found) still contains the return value (-1) if no prefix found. And all my configuration is working. It just generate a lot of this kind of error in my log file. Am I doing something wrong? How can I fix it?
I will look at it, it might be that the -1 return code is usually associated with an error case. Meanwhile try to replace that line with the following:
prefix2domain("2"); $var(found) = $rc;
Cheers, Daniel
I will be on leave from Friday the 29th to Monday the 2nd of May (inclusive).
I will be returning to work on Tuesday the 3rd.
All urgent SIP queries should be directed to Paul McKernon on Friday. The office shall be closed on Monday.