Hi.

In my OpenSIPS script I have a kind of code like this:



----------------------------------------------------------------------------------------------------

route{
       if (nat_uac_test("114"))
       {
         if (is_method("REGISTER"))
         {

         } else

              if($(ct.fields(uri){uri.host}) == "127.0.0.1" ) {
              }

       }

}
------------------------------------------------------------------------------------------------------

Some times I see the following error in the code:

ERROR:core:comp_scriptvar: cannot get left var value

This error is about the instruction '$(ct.fields(uri){uri.host})'. But, what is 
wrong here ?
Any hint will be very helpful!

Best regards.





RODRIGO PIMENTA CARVALHO
Inatel Competence Center
Software
Ph: +55 35 3471 9200 RAMAL 979
_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to