There is no error. That result is observed when the message is a SIP ACK, for example.
Br. RODRIGO PIMENTA CARVALHO Inatel Competence Center Software Ph: +55 35 3471 9200 RAMAL 979 ________________________________ De: [email protected] <[email protected]> em nome de Rodrigo Pimenta Carvalho <[email protected]> Enviado: quinta-feira, 8 de dezembro de 2016 15:42 Para: [email protected] Assunto: [OpenSIPS-Users] Pseudo variable in Route {...} is empty. Why? 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 [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
